LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-13-2008, 11:50 AM   #1
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Rep: Reputation: 16
Nvidia sudden low resolution


I have been running the nvidia driver on my dual monitor setup which consists of a 1680x1050 LCD monitor and a 1280x1024 CRT running on a dual head 8600GT.
Everything was running fine for the last 2 weeks until suddenly this morning, the nvidia driver stops detecting my LCD monitor and gives off a VGA resolution instead. A rather unworkable setup. So I did try to tweek the xorg.conf file for a few hours without any success.

Here is the config file:

Quote:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon May 19 00:33:37 PDT 2008

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

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

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

Section "ServerFlags"
Option "Xinerama" "1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "ca"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG StudioWorks 700S"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "ViewSonic VX2235wm"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8600 GT"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
BusID "PCI:5:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
BusID "PCI:5:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard1"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard0"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
EndSection

This machine is running Slackware 12.1 with the Nvidia driver 173.14.05

Any input appreciated.
 
Old 06-13-2008, 03:35 PM   #2
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I don't know if this will help or not, but see this post.
 
Old 06-14-2008, 02:32 PM   #3
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Original Poster
Rep: Reputation: 16
Unfortunately, when I add the Modline parameter it outputs an error telling me that ''Modline'' is not a recognised parameter.
 
Old 06-14-2008, 04:41 PM   #4
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by jplev22
Unfortunately, when I add the Modline parameter it outputs an error telling me that ''Modline'' is not a recognised parameter.
Modeline, not Modline. If that is just a typo and you did put Modeline, then I don't know what to suggest.
 
Old 06-15-2008, 09:29 AM   #5
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Original Poster
Rep: Reputation: 16
Sorry, it was a typo. It seems that the nvidia driver uses different options than vesa. Modeline does not seem to be one of them.
Thanks anyhow, T3slider
 
Old 06-15-2008, 01:54 PM   #6
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by jplev22
Sorry, it was a typo. It seems that the nvidia driver uses different options than vesa. Modeline does not seem to be one of them.
Thanks anyhow, T3slider
I am quite sure that is incorrect -- I'm currently using an nVidia card with their proprietary drivers and the Modeline was the only thing that allowed me to use full resolution. I'm NOT using a dual screen setup, so it still may not work, but you should definitely not get an error about the Modeline -- that's an X thing, not an nVidia thing. See `man xorg.conf` for more information. I have posted my /etc/X11/xorg.conf file below for a reference in case you added the Modeline stuff to the wrong section or something like that (that would be my guess as to why it would say that the Modeline is not a supported parameter). Here is the output of `grep -v ^\# /etc/X11/xorg.conf`:
Code:
Section "ServerLayout"

    Identifier     "Simple Layout"
    Screen         "Screen 1" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/misc/"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/Speedo/"
    FontPath        "/usr/lib/X11/fonts/Type1/"
    FontPath        "/usr/lib/X11/fonts/TTF/"
    FontPath        "/usr/lib/X11/fonts/OTF/"
    FontPath        "/usr/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/lib/X11/fonts/75dpi/"
    FontPath        "/usr/lib/X11/fonts/100dpi/"
EndSection

Section "Module"

    Load           "dbe"        # Double buffer extension
    SubSection     "extmod"
        Option         "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "blank time" "0"
    Option         "standby time" "0"
    Option         "suspend time" "0"
    Option         "off time" "0"
EndSection

Section "InputDevice"

    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "logiaccess"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"

    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"  # IntelliMouse PS/2
    Option         "Device" "/dev/psaux"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "Monitor"

    Identifier     "al2223w"
    HorizSync       31.0 - 81.0
    VertRefresh     56.0 - 75.0
    ModeLine       "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
    Option         "DPMS"
EndSection

Section "Device"

    Identifier     "Standard VGA"
    Driver         "vga"
    VendorName     "Unknown"
    BoardName      "Unknown"
EndSection

Section "Device"

    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Identifier     "NVIDIA GeForce"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "NVIDIA GeForce"
    Monitor        "al2223w"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
I ran `xorgconfig` originally to setup the xorg.conf file, then I installed the nVidia drivers allowing them to magically update the xorg.conf file -- I haven't done anything magical to my file. Note that you can ignore the ServerFlags section -- I added that myself for unrelated issues.

Note that I am still not sure if this will fix your problem or not, since it's a dual screen setup, but it seems to fit the bill. At the very least, the Modeline option will be unsuccessful -- but it definitely should not give any errors if used correctly.

Last edited by T3slider; 06-15-2008 at 01:56 PM.
 
Old 06-15-2008, 02:18 PM   #7
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
I think what you need is a "Modes" line under your "Display" subsection in your "Screen" sections.

You then might need to specify that certain modes use a particular vertical sync. In my case, the nvidia driver was by default selecting the wrong sync for my 640x480 mode, so I had to specify that it use 75Hz.

Here is basically what my "Screen" Section looks like
Code:
Section "Screen"
    Identifier     "Screen 1"
    Device         "Nvidia"
    Monitor        "My Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480_75"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480_75"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480_75"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1024x768" "800x600" "640x480_75"
    EndSubSection
EndSection
This wasn't a problem for me in Slackware 12.0. I also mentioned this quirk in Part 2 of my Upgrade HowTo.
 
Old 06-15-2008, 08:49 PM   #8
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Original Poster
Rep: Reputation: 16
Thank you for the input... Unfortunately, nothing seems to have an effect on X's resolution.

Here is my modified config file:

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig 
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon May 19 00:33:37 PDT 2008 
 
Section "ServerLayout" 
    Identifier     "X.org Configured" 
    Screen      0  "Screen0" 1680 26 
    Screen      1  "Screen1" 0 0 
    InputDevice    "Mouse0" "CorePointer" 
    InputDevice    "Keyboard0" "CoreKeyboard" 
EndSection 
 
Section "Files" 
    RgbPath         "/usr/share/X11/rgb" 
    ModulePath      "/usr/lib/xorg/modules" 
    FontPath        "/usr/share/fonts/TTF" 
    FontPath        "/usr/share/fonts/OTF" 
    FontPath        "/usr/share/fonts/Type1" 
    FontPath        "/usr/share/fonts/misc" 
    FontPath        "/usr/share/fonts/75dpi/:unscaled" 
EndSection 
 
Section "Module" 
    Load           "glx" 
    Load           "dbe" 
    Load           "extmod" 
    Load           "record" 
    Load           "xtrap" 
    Load           "freetype" 
    Load           "type1" 
EndSection 
 
Section "ServerFlags" 
    Option         "Xinerama" "1" 
EndSection 
 
Section "InputDevice" 
    Identifier     "Keyboard0" 
    Driver         "kbd" 
    Option         "XkbModel" "pc104" 
    Option         "XkbLayout" "ca" 
EndSection 
 
Section "InputDevice" 
    Identifier     "Mouse0" 
    Driver         "mouse" 
    Option         "Protocol" "auto" 
    Option         "Device" "/dev/input/mice" 
    Option         "ZAxisMapping" "4 5 6 7" 
EndSection 
 
Section "Monitor" 
    Identifier     "Monitor0" 
    VendorName     "Unknown" 
    ModelName      "LG StudioWorks 700S" 
    HorizSync       30.0 - 70.0 
    VertRefresh     50.0 - 160.0 
EndSection 
 
Section "Monitor" 
    Identifier     "Monitor1" 
    VendorName     "Unknown" 
    ModelName      "ViewSonic VX2235wm" 
    HorizSync       30.0 - 82.0 
    VertRefresh     50.0 - 85.0 
    Modeline "1680x1050_75.00"  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync

EndSection 
 
Section "Device" 
 
        ### Available Driver options are:- 
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", 
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" 
        ### [arg]: arg optional 
        #Option     "SWcursor"           	# [<bool>] 
        #Option     "HWcursor"           	# [<bool>] 
        #Option     "NoAccel"            	# [<bool>] 
        #Option     "ShadowFB"           	# [<bool>] 
        #Option     "UseFBDev"           	# [<bool>] 
        #Option     "Rotate"             	# [<str>] 
        #Option     "VideoKey"           	# <i> 
        #Option     "FlatPanel"          	# [<bool>] 
        #Option     "FPDither"           	# [<bool>] 
        #Option     "CrtcNumber"         	# <i> 
        #Option     "FPScale"            	# [<bool>] 
        #Option     "FPTweak"            	# <i> 
        #Option     "DualHead"           	# [<bool>] 
    Identifier     "Card0" 
    Driver         "nvidia" 
    VendorName     "nVidia Corporation" 
    BoardName      "GeForce 8600 GT" 
EndSection 
 
Section "Device" 
    Identifier     "Videocard0" 
    Driver         "nvidia" 
    VendorName     "NVIDIA Corporation" 
    BoardName      "GeForce 8600 GT" 
    BusID          "PCI:5:0:0" 
    Screen          0 
EndSection 
 
Section "Device" 
    Identifier     "Videocard1" 
    Driver         "nvidia" 
    VendorName     "NVIDIA Corporation" 
    BoardName      "GeForce 8600 GT" 
    BusID          "PCI:5:0:0" 
    Screen          1 
EndSection 
 
Section "Screen" 
    Identifier     "Screen0" 
    Device         "Videocard1" 
    Monitor        "Monitor0" 
    DefaultDepth    24 
    Option         "TwinView" "0" 
    Option         "metamodes" "CRT: nvidia-auto-select +0+0" 
    SubSection     "Display" 
        Depth       24 
    EndSubSection 
EndSection 
 
Section "Screen" 
    Identifier     "Screen1" 
    Device         "Videocard0" 
    Monitor        "Monitor1" 
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
	Viewport    0 0
        Modes      "1680x1050_75" "1280x1024_75" 
    EndSubSection
    Option         "TwinView" "0" 
    Option         "metamodes" "DFP: 1680x1050_75 +0+0" 
EndSection
This config file give me a centered 640x480 LCD screen seemingly panning a virtual 1680x1050 desktop and on the right, a CRT screen at 1280x1024 (good). My mouse cannot get on of the right screen...

Sure there are some unnecessary lines in there. But it show what does not work.

Any ideas on how to force the 1680x1050 resolution on the LCD screen?

Last edited by jplev22; 06-15-2008 at 09:01 PM.
 
Old 06-15-2008, 08:58 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Well, I still don't know that this will help, but you have a mismatch in your xorg.conf. You have "1680x1050_75.00" as the Modeline in your "Monitor" section for "Monitor1", but "1680x1050_75" in your "Screen" section for "Screen1". They should both be identical.
 
Old 06-15-2008, 09:18 PM   #10
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Original Poster
Rep: Reputation: 16
Here is the log file /var/log/Xorg.0.log

Code:
X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Slackware 12.1 Slackware Linux Project
Current Operating System: Linux darkstar 2.6.24.5-smp #2 SMP Wed Apr 30 13:41:38 CDT 2008 i686
Build Date: 14 December 2007  12:30:03PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
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: Sun Jun 15 21:54:00 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard1"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "Xinerama" "1"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(==) Including the default font path /usr/share/fonts/TTF,/usr/share/fonts/OTF,/usr/share/fonts/Type1,/usr/share/fonts/misc,/usr/share/fonts/75dpi/:unscaled.
(**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d2940
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,277c card 1043,8178 rev c0 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,277d card 0000,0000 rev c0 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1043,8179 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1043,8179 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1043,8179 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1043,8179 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1043,8179 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 1043,8179 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1043,8179 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 1043,2601 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1043,8179 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:03:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:05:0: chip 11ab,4320 card 1043,811a rev 14 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,6145 card 1043,8220 rev a1 class 01,04,8f hdr 00
(II) PCI: 03:00:0: chip 11ab,4360 card 1043,8134 rev 21 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 10de,0402 card 3842,c750 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0: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) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:1:0), (0,5,5), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 5 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xcff00000 - 0xcfffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xebf00000 - 0xebffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:5), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xebe00000 - 0xebefffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xebd00000 - 0xebdfffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(5:0:0) nVidia Corporation GeForce 8600 GT rev 161, Mem @ 0xef000000/24, 0xd0000000/28, 0xec000000/25, I/O @ 0xec00/7, BIOS @ 0xeefe0000/17
(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	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xebffc000 - 0xebffffff (0x4000) MX[B]
	[1] -1	0	0xebeffc00 - 0xebefffff (0x400) MX[B]
	[2] -1	0	0xebdf4000 - 0xebdf7fff (0x4000) MX[B]
	[3] -1	0	0xebdf8000 - 0xebdfbfff (0x4000) MX[B]
	[4] -1	0	0xebdff800 - 0xebdfffff (0x800) MX[B]
	[5] -1	0	0xebcffc00 - 0xebcfffff (0x400) MX[B]
	[6] -1	0	0xebcff800 - 0xebcffbff (0x400) MX[B]
	[7] -1	0	0xeefe0000 - 0xeeffffff (0x20000) MX[B](B)
	[8] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xef000000 - 0xefffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[12] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[13] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[14] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[15] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[16] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[18] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[19] -1	0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[20] -1	0	0x0000a480 - 0x0000a483 (0x4) IX[B]
	[21] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[22] -1	0	0x0000a880 - 0x0000a883 (0x4) IX[B]
	[23] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[B]
	[24] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x0000a080 - 0x0000a09f (0x20) IX[B]
	[30] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[31] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[32] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[33] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xebffc000 - 0xebffffff (0x4000) MX[B]
	[1] -1	0	0xebeffc00 - 0xebefffff (0x400) MX[B]
	[2] -1	0	0xebdf4000 - 0xebdf7fff (0x4000) MX[B]
	[3] -1	0	0xebdf8000 - 0xebdfbfff (0x4000) MX[B]
	[4] -1	0	0xebdff800 - 0xebdfffff (0x800) MX[B]
	[5] -1	0	0xebcffc00 - 0xebcfffff (0x400) MX[B]
	[6] -1	0	0xebcff800 - 0xebcffbff (0x400) MX[B]
	[7] -1	0	0xeefe0000 - 0xeeffffff (0x20000) MX[B](B)
	[8] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xef000000 - 0xefffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[12] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[13] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[14] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[15] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[16] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[18] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[19] -1	0	0x0000a400 - 0x0000a40f (0x10) IX[B]
	[20] -1	0	0x0000a480 - 0x0000a483 (0x4) IX[B]
	[21] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
	[22] -1	0	0x0000a880 - 0x0000a883 (0x4) IX[B]
	[23] -1	0	0x0000ac00 - 0x0000ac07 (0x8) IX[B]
	[24] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x0000a080 - 0x0000a09f (0x20) IX[B]
	[30] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[31] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[32] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[33] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	
... ....
	[38] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[39] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  171.06.01  Thu Apr 10 18:49:49 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  171.06.01  Thu Apr 10 18:31:25 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	
....
	[37] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[38] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[39] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	
  . ...  ..... 


	[42] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
	[43] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[44] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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 "TwinView" "0"
(**) NVIDIA(0): Option "MetaModes" "CRT: nvidia-auto-select +0+0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-0
(II) NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:5:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 60.84.51.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:5:0:0:
(--) NVIDIA(0):     LG StudioWorks 700S (CRT-1)
(--) NVIDIA(0):     DFP-0
(--) NVIDIA(0): LG StudioWorks 700S (CRT-1): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-0: Internal Dual Link TMDS
(II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-1
(II) NVIDIA(0): Assigned Display Device: CRT-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "CRT:nvidia-auto-select+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (98, 104); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "TwinView" "0"
(**) NVIDIA(1): Option "MetaModes" "DFP: 1680x1050_75 +0+0"
(**) NVIDIA(1): Enabling RENDER acceleration
(II) NVIDIA(1): NVIDIA GPU GeForce 8600 GT (G84) at PCI:5:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 262144 kBytes
(--) NVIDIA(1): VideoBIOS: 60.84.51.00.00
(II) NVIDIA(1): Detected PCI Express Link width: 16X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce 8600 GT at PCI:5:0:0:
(--) NVIDIA(1):     LG StudioWorks 700S (CRT-1)
(--) NVIDIA(1):     DFP-0
(--) NVIDIA(1): LG StudioWorks 700S (CRT-1): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): DFP-0: 330.0 MHz maximum pixel clock
(--) NVIDIA(1): DFP-0: Internal Dual Link TMDS
(II) NVIDIA(1): Display Device found referenced in MetaMode: DFP-0
(II) NVIDIA(1): Assigned Display Device: DFP-0
(WW) NVIDIA(1): No valid modes for "DFP:1680x1050_75+0+0"; removing.
(WW) NVIDIA(1): 
(WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(1):     "nvidia-auto-select".
(WW) NVIDIA(1): 
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "nvidia-auto-select"
(II) NVIDIA(1): Virtual screen size determined to be 640 x 480
(WW) NVIDIA(1): Unable to get display device DFP-0's EDID; cannot compute DPI
(WW) NVIDIA(1):     from DFP-0's EDID.
(==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	
....   .....

	[44] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "CRT:nvidia-auto-select+0+0"
(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
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) NVIDIA(1): Initialized GPU GART.
(II) NVIDIA(1): Setting mode "nvidia-auto-select"
(II) NVIDIA(1): Built-in logo is bigger than the screen.
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
Screen 0 is using RAC for mem
Screen 0 is using RAC for io
Screen 1 is using RAC for mem
Screen 1 is using RAC for io
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(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" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard0: XkbModel: "pc104"
(**) Option "XkbLayout" "ca"
(**) Keyboard0: XkbLayout: "ca"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
 
Old 06-15-2008, 09:21 PM   #11
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by jplev22
Code:
(WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(1):     "nvidia-auto-select".
I think that's your problem there. See my previous post about the mismatching modes -- your mode should match your Modeline.
 
Old 06-15-2008, 09:24 PM   #12
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by T3slider View Post
Well, I still don't know that this will help, but you have a mismatch in your xorg.conf. You have "1680x1050_75.00" as the Modeline in your "Monitor" section for "Monitor1", but "1680x1050_75" in your "Screen" section for "Screen1". They should both be identical.
I changed the 75.00 for a 75. Unfortunately, same result...

Thank you for the suggestion.
 
Old 06-15-2008, 09:41 PM   #13
maxlem
LQ Newbie
 
Registered: Jun 2008
Posts: 1

Rep: Reputation: 0
Your xorg config is flawed..

You shouldn't have more than one device, and re-use the same device for both monitor... here you have... three!


Code:
Section "Device" 
 
        ### Available Driver options are:- 
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", 
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" 
        ### [arg]: arg optional 
        #Option     "SWcursor"           	# [<bool>] 
        #Option     "HWcursor"           	# [<bool>] 
        #Option     "NoAccel"            	# [<bool>] 
        #Option     "ShadowFB"           	# [<bool>] 
        #Option     "UseFBDev"           	# [<bool>] 
        #Option     "Rotate"             	# [<str>] 
        #Option     "VideoKey"           	# <i> 
        #Option     "FlatPanel"          	# [<bool>] 
        #Option     "FPDither"           	# [<bool>] 
        #Option     "CrtcNumber"         	# <i> 
        #Option     "FPScale"            	# [<bool>] 
        #Option     "FPTweak"            	# <i> 
        #Option     "DualHead"           	# [<bool>] 
    Identifier     "Card0" 
    Driver         "nvidia" 
    VendorName     "nVidia Corporation" 
    BoardName      "GeForce 8600 GT" 
EndSection 
 
Section "Device" 
    Identifier     "Videocard0" 
    Driver         "nvidia" 
    VendorName     "NVIDIA Corporation" 
    BoardName      "GeForce 8600 GT" 
    BusID          "PCI:5:0:0" 
    Screen          0 
EndSection 
 
Section "Device" 
    Identifier     "Videocard1" 
    Driver         "nvidia" 
    VendorName     "NVIDIA Corporation" 
    BoardName      "GeForce 8600 GT" 
    BusID          "PCI:5:0:0" 
    Screen          1 
EndSection
 
Old 06-15-2008, 10:50 PM   #14
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by maxlem View Post
You shouldn't have more than one device, and re-use the same device for both monitor... here you have... three!
I was just going to ask about that!

Do you have two 8600GT cards that your are using? I've never setup a dual head for Linux, though.

Also, are you sure that 75Hz is the right sync for that mode? There should be specific values in the monitors specs.

If there are two video cards, you didn't by any change mix up which one is driving which monitor in the config (is card1 driving Monitor0, etc)?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Low Screen Resolution w/Feisty & Nvidia Drivers dcarrco Ubuntu 3 06-13-2007 11:19 AM
Resolution still low after installing nvidia drivers Cassius-Muffin Fedora 4 07-08-2006 10:47 PM
Sudden unexplained Low framerate in Quake II shortname Linux - Software 3 05-11-2005 09:59 PM
Sudden unexplained Low framerate in Quake II shortname Linux - Games 6 05-10-2005 03:58 PM
nvidia driver runs at low resolution dbkluck Linux - Laptop and Netbook 4 10-26-2003 11:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:38 PM.

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