Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2008 11:18:18 -0500
From:      "Xn Nooby" <xnooby@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Resolution too high with 7-RC1, nVidia, xorg
Message-ID:  <bdf25fde0801010818ob8441ces64f4cf5fef1b1bd3@mail.gmail.com>
In-Reply-To: <934816.30473.qm@web36314.mail.mud.yahoo.com>
References:  <934816.30473.qm@web36314.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> To make things obvious you will have to take a look at your xorg.conf file
> Please do change  dir to its parent folder (cd /etx/X11/) and run
> cat xorg.conf | tr -s "\n" | grep -v "#"
> that should make your xorg.conf look simple and clear.

Here is mine, which still wont go in to 1024x768 mode:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/TrueType/"
EndSection
Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync 24.0 - 80.0
	VertRefresh 56.0 - 75.0
	Option "TargetRefresh" "60"
EndSection
Section "Device"
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "GeForce 8300 GS"
	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 "1024x768" "800x600"
	EndSubSection
EndSection



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bdf25fde0801010818ob8441ces64f4cf5fef1b1bd3>