LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-28-2006, 05:27 AM   #1
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Rep: Reputation: 15
2 Monitors, Fedora4, Gnome wtf


I've been goin at it for about 4 hours now to no avail. I have a 2 LCD monitors I want to hook up and span my desktop with. One is 19" Princeton @ 1600x1200, and the other is 15" Dell and I want it to stick at 1024x768.

I'm using a single GeForce FX 6800 with 2 x DVI. 8178 driver.

I've read up on many different ways of doing this, but, problem is it seems peoples' xorg.conf examples are all too tailored to their own system to be of any real explanation value to me as to what exactly I need to do.

My xorg.conf working well with my 19" is this:

Code:
Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1600x1200"
	HorizSync    31.5 - 90.0
	VertRefresh  60.0 - 60.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	VendorName  "Videocard vendor"
	BoardName   "NVIDIA GeForce FX 6800"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection





I've tried tailoring it using other examples such as this xorg.conf.test2:

Code:
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0 "Screen0"
	Screen	 	1 "Screen1" leftOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1600x1200"
	HorizSync    31.5 - 90.0
	VertRefresh  60.0 - 60.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Dell"
	ModelName    "FP1505"
	HorizSync	31.0 - 60.0
	VertRefresh	60.0 - 75.0
	Option	     "dpms"
EndSection


Section "Device"
	Identifier	"NVIDIA-0"
	Driver		"nvidia"
	VendorName	"nvidia"
	BoardName	"NVIDIA GeForce FX 6800"
	BusID		"PCI:1:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"NVIDIA-1"
	Driver		"nvidia"
	VendorName	"nvidia"
	BoardName	"NVIDIA GeForce FX 6800"
	BusID		"PCI:1:0:0"
	Screen		1
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "NVIDIA-1"
	Monitor    "Monitor1"
	DefaultDepth     24
	Option		"RenderAccel" "1"
	Option		"AllowGLXWithcomposite" "1"
	Option		"ConnectedMonitor" "DFP-0"

	SubSection "Display"
	#	Viewport   0 0
		Depth     24
		Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"NVIDIA-0"
	Monitor		"Monitor0"
	DefaultDepth	24
	Option		"RenderAccel" "1"
	Option		"AllowGLXWithcomposite" "1"
	Option		"ConnectedMonitor" "CRT-0"

	SubSection	"Display"
	  Depth		24
	  Modes		"1024x768"
	EndSubSection
EndSection

Section "Extensions"
	Option		"Composite" "Enabled"
EndSection

and....here is a xorg.conf that works on some dude's laptop (found this on a website), just so you have an idea of what 'working' should look like on at least one example out there:

Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen	   0 "Screen0"
    Screen         1 "Screen1" leftOf "Screen0"
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse" "CorePointer"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
			# local font server
	# if the local font server has problems, we can fall back on these
        # paths to defoma fonts
    FontPath        "unix/:7100"
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
    Option         "CorePointer"
EndSection

Section "InputDevice"

#	Option		"CorePointer"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "LeftEdge" "120"
    Option         "RightEdge" "830"
    Option         "TopEdge" "120"
    Option         "BottomEdge" "650"
    Option         "FingerLow" "14"
    Option         "FingerHigh" "15"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "110"
    Option         "EmulateMidButtonTime" "75"
    Option         "VertScrollDelta" "20"
    Option         "HorizScrollDelta" "20"
    Option         "MinSpeed" "0.3"
    Option         "MaxSpeed" "0.75"
    Option         "AccelFactor" "0.015"
    Option         "EdgeMotionMinSpeed" "200"
    Option         "EdgeMotionMaxSpeed" "200"
    Option         "UpDownScrolling" "1"
    Option         "CircularScrolling" "1"
    Option         "CircScrollDelta" "0.1"
    Option         "CircScrollTrigger" "2"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    HorizSync       30.0 - 75.0
    VertRefresh     30.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    HorizSync       30.0 - 75.0
    VertRefresh     30.0 - 60.0
    Option         "DPMS"
EndSection


Section "Device"
    Identifier     "NVIDIA Corporation NV34M [GeForce FX Go 5200]-0"
    Driver         "nvidia"
    BusID	   "PCI:1:0:0"
    Screen	   0
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34M [GeForce FX Go 5200]-1"
    Driver         "nvidia"
    BusID	   "PCI:1:0:0"
    Screen	   1
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go 5200]-1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "RenderAccel" "1"
    Option         "NvAGP" "3"
    Option         "RandRRotation" "0"
    Option         "DigitalVibrance" "11"
    Option         "AllowDDCCI" "0"
    Option         "AllowGLXWithComposite" "1"
    Option         "NoLogo" "1"
    Option	   "ConnectedMonitor" "DFP-0"
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection


Section "Screen"
    Identifier     "Screen0"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go 5200]-0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "RenderAccel" "1"
    Option         "NvAGP" "3"
    Option         "RandRRotation" "0"
    Option         "DigitalVibrance" "11"
    Option         "AllowDDCCI" "0"
    Option         "AllowGLXWithComposite" "1"
    Option         "NoLogo" "1"
    Option         "ConnectedMonitor" "CRT-0"
    SubSection     "Display"
        Depth       24
        Modes      "1024x768"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enabled"
EndSection
My question is, what do I need to do to get mine working.
with everything I've tried (including the above), both monitors lose sync completely until I kill X, then they're back to console mirroring each other. ALL xorg.conf's have worked when the #2 monitor is unplugged from the video-card directly. But when it's plugged in (even when the #2 monitor has NO power to it---unplugged even) EVERY xorg.conf results in both monitors losing sync while I hear X loading up normally behind the blank screen.

I would like it to just be spanning the desktop across to the smaller monitor so I can put GAIM and/or my Terminals over there out of the way of my main screen.

I would plug in my other video card and avoid some of the complication, problem is, the motherboard only have PCI-E


lspci output:

Code:
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
01:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
05:00.0 VGA compatible controller: nVidia Corporation: Unknown device 00c3 (rev a2)
this is my motherboard http://www.dfi.com.tw/Product/xx_pro...YPE=LP&SITE=US, I'm running an Opteron 165.

this is my video card http://www.newegg.com/product/produc...82E16814150130

this is my 19" monitorhttp://www.princetongraphics.com/product_vl1918.htm

this is my 15" monitor http://72.14.207.104/search?q=cache:...ient=firefox-a

2.6.15-1.1831_FC4smp


any help is appreciated ^_^
 
Old 02-28-2006, 11:11 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by joesnow
I've been goin at it for about 4 hours now to no avail. I have a 2 LCD monitors I want to hook up and span my desktop with. One is 19" Princeton @ 1600x1200, and the other is 15" Dell and I want it to stick at 1024x768.

I'm using a single GeForce FX 6800 with 2 x DVI. 8178 driver.

I've read up on many different ways of doing this, but, problem is it seems peoples' xorg.conf examples are all too tailored to their own system to be of any real explanation value to me as to what exactly I need to do.





Try this:

Code:
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0 "Screen0"  0 0
	Screen	 	1 "Screen1" leftOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
#       Option         "Xinerama" "on"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1600x1200"
	HorizSync    31.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Dell"
	ModelName    "FP1505"
	HorizSync	30.0 - 61.0
	VertRefresh	56.0 - 76.0
	Option	     "dpms"
EndSection


Section "Device"
	Identifier	"NVIDIA-0"
	Driver		"nvidia"
	VendorName	"nvidia"
#	Option		"RenderAccel" "1"
#	Option		"AllowGLXWithcomposite" "1"
#	Option		"ConnectedMonitor" "DFP-0"
	BoardName	"NVIDIA GeForce FX 6800"
	BusID		"PCI:5:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"NVIDIA-1"
	Driver		"nvidia"
	VendorName	"nvidia"
#	Option		"RenderAccel" "1"
#	Option		"AllowGLXWithcomposite" "1"
#	Option		"ConnectedMonitor" "DFP-0"
	BoardName	"NVIDIA GeForce FX 6800"
	BusID		"PCI:5:0:0"
	Screen		1
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "NVIDIA-1"
	Monitor    "Monitor1"
	DefaultDepth     24
	SubSection "Display"
	#	Viewport   0 0
		Depth     24
		Modes    "1600x1200" "1280x1024" "1152x864" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"NVIDIA-0"
	Monitor		"Monitor0"
	DefaultDepth	24
	SubSection	"Display"
	  Depth		24
	  Modes		"1024x768"
	EndSubSection
EndSection

#Section "Extensions"
#	Option		"Composite" "Enabled"
#EndSection
Once this is working then try to enable the fancy effects, the options go where I have them in the Section "Device ".

Edit Glad the other guy posted I left out that this file is for two separate screen you move between to use the spanning the desktops you need identical resolutions and you must remove the # from the [/i]# Option "Xinerama" "on"[/i] then put one "#" in front of the Load "xtrap" in the modules section. He may have a point with the twinview I have never used it but I am still thinking you are going to need the resolutions the same for both screens.

Last edited by HappyTux; 02-28-2006 at 11:51 PM.
 
Old 02-28-2006, 11:22 PM   #3
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
i've got a few ideas (also using AMD64, nVidia dual-head, Xorg)...

first of all, can you post /var/log/Xorg.log (it might be called Xorg.0.log) - all if it if you're not sure what it means, or you can cut out all the resource ranges and other irrelevant stuff.

next, can you get EITHER monitor to work on its own? if you've got the 19" working alone, and the 15" working alone, you're a bit closer to getting them to work together.

i found the readme section in the nvidia driver source surprisingly helpful - full of examples and explanations. i found it here: /usr/share/doc/nvidia-glx-1.0.6629-r6/README.gz

now about your xorg.conf -
- your monitor sections look right to me, but
- you only need one device (because you only have one video card)
- and you only need one screen in your own serverlayout (because nvidia's "twinview" option can handle the dual-head thing on it's own, so it doesn't need xinerama).

so those bits of my xorg.conf look like this:

Code:
Section "Device"
    Identifier  "gigabyte GV-N52128DE rev1.1 nVidia GeForce FX 5200"
    Driver      "nvidia"
#    Driver      "nv"
    
    Option "NvAGP"	"2"
    Option "HWCursor"	"true"

    Option "RenderAccel"	"true"	

    Option "TwinView"	"true"
    Option "TwinViewOrientation"	"CRT-0 LeftOf CRT-1"  

    Option "HorizSync"	"CRT-0: 30-85; CRT-1: 30-85"
    Option "VertRefresh"	"CRT-0: 56-160; CRT-1: 60-120"
    Option "MetaModes" "1280x1024, 1280x1024" 

    Option "AllowGLXWithComposite"	"true"	

EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"

## nVidia just wants one screen specified, with the second one described in the device section
    Screen "Screen 2"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
So for the nvidia driver, a lot of the stuff which used to be in other sections of xorg.conf are now tucked into the "Device" section, which means the card handles the screen resolutions and the dual-head configuration, while the X server just thinks you've got one very wide screen. get your head around that, and everything else will make more sense.
 
Old 03-01-2006, 12:33 AM   #4
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
each monitor on its own, yes, i can get working easily.
i noticed also that i used the wrong BusID. I'm going to try tweaking that from the original, and go through and try each of these things suggested and report back ;-p

Edit: I typically don't need to use all the extra fluff in the xorg.conf, but i just added it all in just to be complete and thorough when trying out other examples I've found online. For some reason my stuff like transparency just works w/o any tweaking, whereas some of my friends need to specify it...

^_^ ty for info.

Last edited by joesnow; 03-01-2006 at 12:35 AM.
 
Old 03-01-2006, 12:43 AM   #5
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
I'm not sure what's relavent...

Xorg.0.log part1:
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-22.ELsmp i686 [ELF] 
Current Operating System: Linux js2 2.6.15-1.1831_FC4smp #1 SMP Tue Feb 7 13:48:31 EST 2006 i686
Build Date: 21 September 2005
Build Host: hs20-bc1-6.build.redhat.com
 
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.15-1.1831_FC4smp (bhcompile@tweety.build.redhat.com) (gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)) #1 SMP Tue Feb 7 13:48:31 EST 2006 P
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 28 02:45:44 2006
(==) Using config file: "/root/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 0000,0000 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 10de,cb84 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 10de,cb84 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 10de,cb84 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 10de,cb84 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 10de,cb84 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 10de,cb84 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 10de,cb84 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 10de,cb84 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 10de,cb84 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1106,3044 card 15bd,1006 rev 80 class 0c,00,10 hdr 00
(II) PCI: 01:0a:0: chip 11ab,4320 card 15bd,100a rev 13 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 10de,00c3 card 1682,2177 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]
	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[1] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[2] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[3] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfda00000 - 0xfdafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00007000 - 0x000070ff (0x100) IX[B]
	[1] -1	0	0x00007400 - 0x000074ff (0x100) IX[B]
	[2] -1	0	0x00007800 - 0x000078ff (0x100) IX[B]
	[3] -1	0	0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfd900000 - 0xfd9fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xfd800000 - 0xfd8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 5 I/O range:
	[0] -1	0	0x00006000 - 0x000060ff (0x100) IX[B]
	[1] -1	0	0x00006400 - 0x000064ff (0x100) IX[B]
	[2] -1	0	0x00006800 - 0x000068ff (0x100) IX[B]
	[3] -1	0	0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xfa000000 - 0xfcffffff (0x3000000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(5:0:0) nVidia Corporation unknown chipset (0x00c3) rev 162, Mem @ 0xfa000000/24, 0xd0000000/28, 0xfb000000/24
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
	[1] -1	0	0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
	[2] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[B]
	[3] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[4] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[5] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[6] -1	0	0xfeb00000 - 0xfeb000ff (0x100) MX[B]
	[7] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[8] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[12] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B]
	[13] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[14] -1	0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[15] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[B]
	[16] -1	0	0x00000960 - 0x00000967 (0x8) IX[B]
	[17] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[B]
	[18] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[20] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[21] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[22] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[23] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[24] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[25] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[26] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[27] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[28] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[29] -1	0	0x0000fc00 - 0x0000fc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
	[1] -1	0	0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
	[2] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[B]
	[3] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[4] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[5] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[6] -1	0	0xfeb00000 - 0xfeb000ff (0x100) MX[B]
	[7] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[8] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[12] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B]
	[13] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[14] -1	0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[15] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[B]
	[16] -1	0	0x00000960 - 0x00000967 (0x8) IX[B]
	[17] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[B]
	[18] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[20] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[21] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[22] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[23] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[24] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[25] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[26] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[27] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[28] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[29] -1	0	0x0000fc00 - 0x0000fc1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
	[6] -1	0	0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
	[7] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[B]
	[8] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[9] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[10] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[11] -1	0	0xfeb00000 - 0xfeb000ff (0x100) MX[B]
	[12] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[13] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[19] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B]
	[20] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[21] -1	0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[22] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[B]
	[23] -1	0	0x00000960 - 0x00000967 (0x8) IX[B]
	[24] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[B]
	[25] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[B]
	[26] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[27] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[28] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[29] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[30] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[31] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[32] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[33] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[34] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[35] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[36] -1	0	0x0000fc00 - 0x0000fc1f (0x20) IX[B]

Last edited by joesnow; 03-01-2006 at 12:45 AM.
 
Old 03-01-2006, 12:44 AM   #6
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
Xorg.0.log part2:
Code:
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.0.2
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8178
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8178
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-8178  Wed Dec 14 16:25:22 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
	[6] -1	0	0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
	[7] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[B]
	[8] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[9] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[10] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[11] -1	0	0xfeb00000 - 0xfeb000ff (0x100) MX[B]
	[12] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[13] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[19] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B]
	[20] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[21] -1	0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[22] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[B]
	[23] -1	0	0x00000960 - 0x00000967 (0x8) IX[B]
	[24] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[B]
	[25] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[B]
	[26] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[27] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[28] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[29] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[30] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[31] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[32] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[33] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[34] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[35] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[36] -1	0	0x0000fc00 - 0x0000fc1f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
	[6] -1	0	0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
	[7] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[B]
	[8] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[9] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[10] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[11] -1	0	0xfeb00000 - 0xfeb000ff (0x100) MX[B]
	[12] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[13] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[22] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B]
	[23] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[24] -1	0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[25] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[B]
	[26] -1	0	0x00000960 - 0x00000967 (0x8) IX[B]
	[27] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[B]
	[28] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[B]
	[29] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[30] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[31] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[32] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[33] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[34] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[35] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[36] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[37] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[38] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[39] -1	0	0x0000fc00 - 0x0000fc1f (0x20) IX[B]
	[40] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[41] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xFA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6800 XT
(--) NVIDIA(0): VideoBIOS: 05.41.02.48.05
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-1
(--) NVIDIA(0): DFP-1: maximum pixel clock: 155 MHz
(WW) NVIDIA(0): Failure reading FlatPanel flags for DFP-1.
(II) NVIDIA(0): Frequency information for DFP-1:
(II) NVIDIA(0):   HorizSync   : 31.000-83.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-75.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1280x1024" for DFP-1.
(II) NVIDIA(0): Monitor0: Using hsync range of 31.00-83.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 155.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "848x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "424x240" (hsync out of range)
(II) NVIDIA(0): Not using default mode "848x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "424x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x432" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x800" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "840x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x720" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x360" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using mode "1600x1200" (no mode of this name)
(II) NVIDIA(0): Not using default mode "1680x1050" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "1400x1050" (width 1400 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1280)
(WW) NVIDIA(0): Not using mode "1400x1050" (width 1400 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1280)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "960x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "840x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "840x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "840x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(**) NVIDIA(0): Validated modes for display device DFP-1:
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x800": 107.2 MHz, 62.6 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x800": 98.9 MHz, 58.3 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 105.0 MHz, 67.6 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 96.8 MHz, 63.0 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 81.6 MHz, 53.7 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x768": 103.0 MHz, 60.2 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x768": 95.0 MHz, 56.0 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x720": 95.7 MHz, 56.4 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x720": 89.0 MHz, 52.5 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "1280x720": 74.5 MHz, 44.8 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "848x480": 41.0 MHz, 37.6 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "848x480": 37.5 MHz, 35.0 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x400": 53.6 MHz, 62.6 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x400": 49.4 MHz, 58.3 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 52.5 MHz, 67.6 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 48.4 MHz, 63.0 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 40.8 MHz, 53.7 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x384": 51.5 MHz, 60.2 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x384": 47.5 MHz, 56.0 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x360": 47.8 MHz, 56.4 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x360": 44.5 MHz, 52.5 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x360": 37.2 MHz, 44.8 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "424x240": 20.5 MHz, 37.6 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "424x240": 18.8 MHz, 35.0 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config option
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B]
	[1] 0	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
	[2] 0	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xfdef8000 - 0xfdefbfff (0x4000) MX[B]
	[9] -1	0	0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
	[10] -1	0	0xfe02a000 - 0xfe02afff (0x1000) MX[B]
	[11] -1	0	0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
	[12] -1	0	0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
	[13] -1	0	0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
	[14] -1	0	0xfeb00000 - 0xfeb000ff (0x100) MX[B]
	[15] -1	0	0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
	[16] -1	0	0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
	[17] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[18] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[25] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B]
	[26] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[27] -1	0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[28] -1	0	0x00000b60 - 0x00000b63 (0x4) IX[B]
	[29] -1	0	0x00000960 - 0x00000967 (0x8) IX[B]
	[30] -1	0	0x00000be0 - 0x00000be3 (0x4) IX[B]
	[31] -1	0	0x000009e0 - 0x000009e7 (0x8) IX[B]
	[32] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[33] -1	0	0x00000b70 - 0x00000b73 (0x4) IX[B]
	[34] -1	0	0x00000970 - 0x00000977 (0x8) IX[B]
	[35] -1	0	0x00000bf0 - 0x00000bf3 (0x4) IX[B]
	[36] -1	0	0x000009f0 - 0x000009f7 (0x8) IX[B]
	[37] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[38] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[39] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[40] -1	0	0x00001c40 - 0x00001c7f (0x40) IX[B]
	[41] -1	0	0x00001c00 - 0x00001c3f (0x40) IX[B]
	[42] -1	0	0x0000fc00 - 0x0000fc1f (0x20) IX[B]
	[43] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[44] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x960"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
 
Old 03-01-2006, 12:45 AM   #7
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
Xorg.0.log part3:

Code:
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "1280x1024"
AUDIT: Tue Feb 28 02:46:20 2006: 14188 X: client 19 rejected from local host
Quote:
HappyTux
I tried that config, with and without the changes you specified afterward, still same result.
I also tried turning on the Option"ConnectedMonitor" "DFP-0"
still nothing., I'm gonna mix'n'match some twinview options....


/*******************************************************/
EDIT:

using this xorg.conf:
Code:
Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection



#####################################################
#####################-*-VIDEO-*-#####################
#####################################################

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1600x1200"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
    BusID       "PCI:5:0:0"
    Screen      0
#other options I recommend:
    Option     "RenderAccel"
    Option     "HWcursor"
    Option     "CursorShadow"
    Option     "CursorShadowAlpha" "32"
    Option     "CursorShadowXOffset" "3"
    Option     "CursorShadowYOffset" "3"
#if you want Composite and GLX (they don't cooperate):
    Option     "AllowGLXWithComposite"

    Option     "TwinView" "true"
    Option     "MetaModes"  "1600x1200,1024x768; 1600x1200; 1280x1024,1024x768; 1024x768; 800x600,1024x768; 800x600"
    Option     "TwinViewOrientation"      "RightOf"
    Option     "SecondMonitorHorizSync"   "31.0 - 60.0"
    Option     "SecondMonitorVertRefresh" "60.0 - 75.0"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
I figured it should work, but it didn't.
I'm thinking I'm getting no results because monitor #2 is hooked up with and analog cable w/ a DVI adapter @ the video-card end. I'm gonna look around here for another DVI cable and probably prove this to be a simple mistake, then again maybe not... we'll see.

Last edited by joesnow; 03-01-2006 at 01:32 AM.
 
Old 03-01-2006, 01:57 AM   #8
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
yep, HappyTux and i have offered the two possible paths.

those xorg logs suggest you don't have twinview turned on. where you have this:
Code:
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xFA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6800 XT
(--) NVIDIA(0): VideoBIOS: 05.41.02.48.05
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-1
(--) NVIDIA(0): DFP-1: maximum pixel clock: 155 MHz
(WW) NVIDIA(0): Failure reading FlatPanel flags for DFP-1.
(II) NVIDIA(0): Frequency information for DFP-1:
(II) NVIDIA(0):   HorizSync   : 31.000-83.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-75.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1280x1024" for DFP-1.
(II) NVIDIA(0): Monitor0: Using hsync range of 31.00-83.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 155.00 MHz
i have this
Code:
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "HWcursor" "true"
(**) NVIDIA(0): Option "NvAGP" "2"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "TwinView" "true"
(**) NVIDIA(0): Option "TwinViewOrientation" "CRT-0 LeftOf CRT-1"
(**) NVIDIA(0): Option "MetaModes" "1280x1024, 1280x1024"
(**) NVIDIA(0): Option "HorizSync" "CRT-0: 30-85; CRT-1: 30-85"
(**) NVIDIA(0): Option "VertRefresh" "CRT-0: 56-160; CRT-1: 60-120"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Use of AGPGART requested
(**) NVIDIA(0): TwinView enabled
(--) NVIDIA(0): Linear framebuffer at 0xE8000000
(--) NVIDIA(0): MMIO registers at 0xF2000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5200
(--) NVIDIA(0): VideoBIOS: 04.34.20.56.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, CRT-1
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-1: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-1: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): Failure reading EDID parameters for display device CRT-0
(WW) NVIDIA(0): Failure reading EDID parameters for display device CRT-1
(II) NVIDIA(0): Viewsonic VA702b: Using hsync range of 30.00-85.00 kHz
(II) NVIDIA(0): Viewsonic VA702b: Using vrefresh range of 56.00-160.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
mine works perfectly, even though one of the "CRT"s is really a DFP, and despite those EDID warnings.
the main difference, though, is that i've got NVIDIA(0) with CRT-0 and CRT-1, while your NVIDIA(0) only sees DFP-1. the second monitor isn't discovered anywhere in that log.

if you do it the old way (happytux's way) you'll have NVIDIA(0) and NVIDIA(1) with one monitor each, and xinerama enabled.

my way, you will have NVIDIA(0) with two monitors attached, twinview on and xinerama off.

the nvidia docs i pointed you to last post have a lot of stuff about your options running both screens at different resolutions. when i had different sized screens i ran them both at the same resolution, which means i had really small fonts and stuff on the second monitor and my mouse jumped when it ran between them, but i didn't have the dead cursor below the second monitor. that's for later though...

any more luck?
next time, just post the bit of xorg.0.log before the PCI scan (about 50 lines), and the bit starting "Setting vga for screen 0" until before all the lines like "(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)" (about 50 lines again). most of the answers are there...

[EDIT]
i've got an analog cable with a DVI adapter as well (i was going to ask you where you got that 15" DVI monitor), it works for me.

and i spent a while mucking around with the "twinviewOrientation" thing, and i ended up deleting "secondMonitorHorizSync" and "SecondMonitorVertSync" in favour of Option "HorizSync" "CRT-0: 30-85; CRT-1: 30-85" and Option "VertRefresh" "CRT-0: 56-160; CRT-1: 60-120"

Last edited by andrewlorien; 03-01-2006 at 02:02 AM.
 
Old 03-01-2006, 02:05 AM   #9
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
i'm now using 2 x DVI cables, and my last posted xorg.conf actually starts X with 1 display working, with both plugged in. The smaller secondary display is the one showing at the moment...but the main one is the one I configged.. lol

Code:
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 28 23:56:12 2006
(==) Using config file: "/root/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7


...

(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xFA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6800 XT
(--) NVIDIA(0): VideoBIOS: 05.41.02.48.05
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0, DFP-1
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): DFP-0: maximum pixel clock: 155 MHz
(--) NVIDIA(0): DFP-0: Internal Single Link TMDS
(II) NVIDIA(0): Frequency information for DFP-0:
(II) NVIDIA(0):   HorizSync   : 30.000-61.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-76.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1024x768" for DFP-0.
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-61.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 56.00-76.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 155.00 MHz

....

(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (86, 84); computed from "UseEdidDpi" X config option
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
still testing to get main screen working.

>>> andrewlorien
what do you suggest I do to this file here? With this, the secondary monitor comes on w/ correct resolution, main monitor flickers and then goes out of sync.

going to read up on nvidia pages now >>

Code:
#####################################################
#####################-*-VIDEO-*-#####################
#####################################################

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1600x1200"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
    BusID       "PCI:5:0:0"
    Screen      0
#other options I recommend:
    Option     "RenderAccel"
    Option     "HWcursor"
    Option     "CursorShadow"
    Option     "CursorShadowAlpha" "32"
    Option     "CursorShadowXOffset" "3"
    Option     "CursorShadowYOffset" "3"
#if you want Composite and GLX (they don't cooperate):
    Option     "AllowGLXWithComposite"

    Option     "TwinView" "true"
    Option     "MetaModes"  "1600x1200,1024x768; 1600x1200; 1280x1024,1024x768; 1024x768; 800x600,1024x768; 800x600"
    Option     "TwinViewOrientation"      "RightOf"
    Option     "SecondMonitorHorizSync"   "31.0 - 60.0"
    Option     "SecondMonitorVertRefresh" "60.0 - 75.0"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
EDIT:--->
reading http://gentoo-wiki.com/HOWTO_Dual_Monitors at the moment, seems to be another good resource.

also found this example:
http://www.simplyrender.com/Files/xorg

... I'm throwing things out hoping someone will jump in with a possible solution because I'm mainly taking shots in the dark since there are so many possibl variations. making progress though.

Last edited by joesnow; 03-01-2006 at 02:24 AM.
 
Old 03-01-2006, 02:23 AM   #10
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
i suggest this:

Code:
Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
    BusID       "PCI:5:0:0"
    Screen      0
#other options I recommend:
    Option     "RenderAccel"
    Option     "HWcursor"
    Option     "CursorShadow"
    Option     "CursorShadowAlpha" "32"
    Option     "CursorShadowXOffset" "3"
    Option     "CursorShadowYOffset" "3"
#if you want Composite and GLX (they don't cooperate):
    Option     "AllowGLXWithComposite"

    Option     "TwinView" "true"
    Option     "MetaModes"  "1600x1200,1024x768"
    Option     "TwinViewOrientation"      "DFP-0 RightOf DFP-1"
    Option     "HorizSync"   "DFP-0: 31.0 - 60.0; DFP-1: 31.5 - 90.0"
    Option     "VertRefresh" "DFP-0: 60.0 - 75.0; DFP-1: 60.0 - 60.0"

EndSection
(i've only changed the last five lines of the Device section)
[EDIT] ah yes, the gentoo-wiki. LQ and Gentoo have all the answers i ever need.

Last edited by andrewlorien; 03-01-2006 at 02:25 AM.
 
Old 03-01-2006, 02:53 AM   #11
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
ok i tried that, rebooted, and still w/ 15" (secondary) monitor working correctly, 19" main monitor still off.

Xorg.conf =

Code:
Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection



#####################################################
#####################-*-VIDEO-*-#####################
#####################################################

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


# 19" monitor
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1600x1200"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

# 15" monitor
#Section "Monitor"
#	Identifier   "Monitor0"
#	VendorName   "Dell"
#	ModelName    "FP1505"
#	HorizSync	31.0 - 60.0
#	VertRefresh	60.0 - 75.0
#	Option	     "dpms"
#EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
    BusID       "PCI:5:0:0"
    Screen      0
    Option     "RenderAccel"
    Option     "HWcursor"
    Option     "CursorShadow"
    Option     "CursorShadowAlpha" "32"
    Option     "CursorShadowXOffset" "3"
    Option     "CursorShadowYOffset" "3"
    Option     "AllowGLXWithComposite"

    Option     "TwinView" "true"
    Option     "MetaModes"  "1600x1200,1024x768"
    Option     "TwinViewOrientation"      "DFP-0 RightOf DFP-1"
    Option     "HorizSync"   "DFP-0: 31.0 - 60.0; DFP-1: 31.5 - 90.0"
    Option     "VertRefresh" "DFP-0: 60.0 - 75.0; DFP-1: 60.0 - 60.0"


EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Xorg.0.log =

Code:


(II) NVIDIA X Driver  1.0-8178  Wed Dec 14 16:25:22 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:

..........

(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xFA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6800 XT
(--) NVIDIA(0): VideoBIOS: 05.41.02.48.05
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0, DFP-1
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): DFP-0: maximum pixel clock: 155 MHz
(--) NVIDIA(0): DFP-0: Internal Single Link TMDS
(II) NVIDIA(0): Frequency information for DFP-0:
(II) NVIDIA(0):   HorizSync   : 30.000-61.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-76.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1024x768" for DFP-0.
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-61.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 56.00-76.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 155.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)

...........

(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (86, 84); computed from "UseEdidDpi" X config option
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:

........

(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX

AUDIT: Wed Mar  1 00:47:30 2006: 2865 X: client 20 rejected from local host
I was reading up a bit, and someone else with the same problem was told to "Try changing:
Virtual 1600 1200

to:
Virtual 3200 1200"

this makes sense since i assume X will think it's one long display, but how would i implement this >?

Last edited by joesnow; 03-01-2006 at 03:05 AM.
 
Old 03-01-2006, 03:28 AM   #12
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0): using first display


I tried using this xorg.conf just now,...same Xorg.0.log output.
same result.

Code:
Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection



#####################################################
#####################-*-VIDEO-*-#####################
#####################################################

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# 19" monitor
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1600x1200"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

# 15" monitor
Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Dell"
	ModelName    "FP1505"
	HorizSync	31.0 - 60.0
	VertRefresh	60.0 - 75.0
	Option	     "dpms"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
#    BusID       "PCI:5:0:0"
#    Screen      0
    Option     "RenderAccel"
    Option     "HWcursor"
    Option     "CursorShadow"
    Option     "CursorShadowAlpha" "32"
    Option     "CursorShadowXOffset" "3"
    Option     "CursorShadowYOffset" "3"
    Option     "AllowGLXWithComposite"

    Option     "TwinView" "On"
    Option     "MetaModes"  "1600x1200,1024x768"
    Option     "TwinViewOrientation"      "DFP-0 RightOf DFP-1"
    Option     "SecondMonitorHorizSync" "31.0 - 60.0"
    Option     "SecondMonitorVertRefresh" "60.0 - 75.0"

#    Option     "HorizSync"   "DFP-0: 31.0 - 60.0; DFP-1: 31.5 - 90.0"
#    Option     "VertRefresh" "DFP-0: 60.0 - 75.0; DFP-1: 60.0 - 60.0"


EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
 
Old 03-01-2006, 05:00 AM   #13
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
hmm.
i've never met "only one display allowed"
i want to suggest changing the "SecondMonitor" options to the other numbers (or just switching the cables around), but i'm sure you've tried it and i'm sure it won't work.

i found that post you obviously did...
here's an idea:
it seems to me that modern video cards are pretty smart. when you read the xorg log it seems to know all on it's own how many monitors you have plugged in, what their refresh rates are, it tries all the modes whether you specify them or not. and the nvidia guy in that forum suggested
Code:
Section "Device"
Identifier "device1"
VendorName "nVidia"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
Option "TwinView"
Option "MetaModes" "1024x768,1024x768"
EndSection
try that, and see what the log tells you.
i bet the card knows more than you (or i) do...
<EDIT> changed the MetaModes to safer values.

Last edited by andrewlorien; 03-01-2006 at 07:05 AM.
 
Old 03-01-2006, 07:20 AM   #14
andrewlorien
LQ Newbie
 
Registered: Jan 2004
Location: sydney .AU
Posts: 25

Rep: Reputation: 15
when you get it working, this might help with the details...
http://forums.gentoo.org/viewtopic-t...r+clients.html
 
Old 03-01-2006, 12:35 PM   #15
joesnow
LQ Newbie
 
Registered: Oct 2005
Location: CA, USA
Distribution: Fedora Core 4
Posts: 23

Original Poster
Rep: Reputation: 15
k, i will give that a try ^_^

EDIT: tried it, no go
xorg.0.log:

Code:
(II) NVIDIA X Driver  1.0-8178  Wed Dec 14 16:25:22 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:

(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xFA000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6800 XT
(--) NVIDIA(0): VideoBIOS: 05.41.02.48.05
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0, DFP-1
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(--) NVIDIA(0): DFP-0: maximum pixel clock: 155 MHz
(--) NVIDIA(0): DFP-0: Internal Single Link TMDS
(II) NVIDIA(0): Frequency information for DFP-0:
(II) NVIDIA(0):   HorizSync   : 30.000-61.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-76.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1024x768" for DFP-0.
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-61.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 56.00-76.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 155.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "848x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "424x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x800" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x400" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x800" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x400" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1680x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "840x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "840x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "840x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "840x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x360" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using mode "1600x1200" (no mode of this name)
(II) NVIDIA(0): Not using mode "1400x1050" (no mode of this name)
(II) NVIDIA(0): Not using mode "1280x1024" (no mode of this name)
(WW) NVIDIA(0): Not using mode "1280x960" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x800" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1152x864" (width 1152 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x800" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x768" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x768" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x768" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x720" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x720" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1280x720" (width 1280 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "640x480" (height 960 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 768)
(WW) NVIDIA(0): Not using mode "640x400" (height 800 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 768)
(WW) NVIDIA(0): Not using mode "640x400" (height 800 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 768)
(WW) NVIDIA(0): Not using mode "576x432" (height 864 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 768)
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "848x480": 41.0 MHz, 37.6 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "848x480": 37.5 MHz, 35.0 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "848x480": 31.5 MHz, 29.8 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x384": 51.5 MHz, 60.2 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x384": 47.5 MHz, 56.0 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x360": 47.8 MHz, 56.4 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x360": 44.5 MHz, 52.5 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x360": 37.2 MHz, 44.8 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "424x240": 20.5 MHz, 37.6 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "424x240": 18.8 MHz, 35.0 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "424x240": 15.7 MHz, 29.8 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (86, 84); computed from "UseEdidDpi" X config option
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:

(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX

AUDIT: Wed Mar  1 10:38:38 2006: 7705 X: client 21 rejected from local host

xorg.conf used:
Code:
Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection



#####################################################
#####################-*-VIDEO-*-#####################
#####################################################

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# 19" monitor
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1600x1200"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

# 15" monitor
Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Dell"
	ModelName    "FP1505"
	HorizSync	31.0 - 60.0
	VertRefresh	60.0 - 75.0
	Option	     "dpms"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NVIDIA GeForce FX 6800"
#    BusID       "PCI:5:0:0"
#    Screen      0
#    Option     "RenderAccel"
#    Option     "HWcursor"
#    Option     "CursorShadow"
#    Option     "CursorShadowAlpha" "32"
#    Option     "CursorShadowXOffset" "3"
#    Option     "CursorShadowYOffset" "3"
#    Option     "AllowGLXWithComposite"
    Option     "TwinView" #"On"
    Option     "MetaModes"  "1024x768,1024x768"
#    Option     "TwinViewOrientation"      "DFP-0 RightOf #DFP-1"
#    Option     "SecondMonitorHorizSync" "31.0 - 60.0"
#    Option     "SecondMonitorVertRefresh" "60.0 - 75.0"
#
#    Option     "HorizSync"   "DFP-0: 31.0 - 60.0; DFP-1: 31.5 - 90.0"
#    Option     "VertRefresh" "DFP-0: 60.0 - 75.0; DFP-1: 60.0 - 60.0"


EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200"  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
same warning.

Last edited by joesnow; 03-01-2006 at 01:01 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
volume control problem - Gnome/Fedora4 alnet Fedora 1 11-19-2005 12:35 PM
kde on desktop1,3,4 and gnome on 2 - wtf? firedance Linux - Software 1 01-24-2005 06:52 PM
wtf? DNS + Gnome login errors? crnchyfrog Linux - Networking 1 11-05-2004 03:55 AM
Run two different WMs (or gnome-sessions) on dual monitors guardian653 Linux - Software 1 10-31-2004 01:02 AM
Multi Monitors Gnome beattybp Linux - Newbie 1 12-16-2002 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration