public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vlad Dogaru" <ddvlad@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Switched monitors, having resolution problems
Date: Wed, 28 Feb 2007 02:03:16 +0200	[thread overview]
Message-ID: <bf0e048a0702271603r5e2e195ft8535d1de401c0847@mail.gmail.com> (raw)
In-Reply-To: <200702280048.09785.volker.armin.hemmann@tu-clausthal.de>

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

On 2/28/07, Hemmann, Volker Armin <volker.armin.hemmann@tu-clausthal.de> wrote:
> On Mittwoch, 28. Februar 2007, Vlad Dogaru wrote:
> > Hello all,
> >
> > I have just switched monitors and X now starts in 640x480. I intend to
> > make it work at 1280x1024, and have changed DefaultDepth and Modes
> > lines in xorg.conf accordingly. The console works at 1024x768 as
> > usual, but I have compiled that into the framebuffer. Any suggestions?
> >
> how about not using modelines at all?

I've tried commenting out the modeline, to no avail, and the
DefaultDepth, also with no result. I've checked the logs and found
nothing out of place. Attatched is my xorg.conf, should anyone find it
meaningful.

Vlad
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
How's my English? How about my Netiquette?
Do mail me if something is wrong with my behaviour. Thank you.

[-- Attachment #2: xorg.conf --]
[-- Type: application/octet-stream, Size: 1844 bytes --]

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	ModulePath   "/usr/lib/xorg/modules/extensions"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
#	Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mouse0"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV31 [GeForce FX 5600]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	#DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		#Modes	  "1280x1024"
	EndSubSection
EndSection


  reply	other threads:[~2007-02-28  0:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-27 23:36 [gentoo-user] Switched monitors, having resolution problems Vlad Dogaru
2007-02-27 23:48 ` Hemmann, Volker Armin
2007-02-28  0:03   ` Vlad Dogaru [this message]
2007-02-28  0:54     ` Hemmann, Volker Armin
2007-02-28  1:05       ` Dan Farrell
2007-02-28  4:55         ` Vlad Dogaru
2007-02-28  8:58           ` Nelson, David (ED, PAR&D)
2007-02-28 22:38             ` Dan Farrell
2007-03-01  5:02               ` Vlad Dogaru
2007-03-01 14:40                 ` Dan Farrell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf0e048a0702271603r5e2e195ft8535d1de401c0847@mail.gmail.com \
    --to=ddvlad@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox