Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Gentoo GNU/Linux on a Dell XPS M1730
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
draino
n00b
n00b


Joined: 03 Dec 2007
Posts: 22
Location: Perth WA, Australia

PostPosted: Wed Dec 12, 2007 8:06 am    Post subject: [solved] Gentoo GNU/Linux on a Dell XPS M1730 Reply with quote

Please excuse the rather long post :?

After many silly mistakes (such as using the wrong stage3 tarball and making a typo in my grub.conf) I finally got Gentoo x86_64 installed on an Dell XPS M1730 rather easily. I did have some issues when emerging KDE as portage kept complaining about poppler-bindings and it kept toggling between wanting and not wanting the qt3 USE flag (I like to tinker and change use flags alot in make.conf, and package.use and sometimes forget emerge --newuse).

Anyway, I have since managed to get KDE to start and it now displays in all it's glory (with the help of the nvidia [100.14.19] driver ebuild), however dual display resolutions setup properly on this thing is such a pain!

I have read allot of the other posts in these forums and nothing has (as of yet) shed any light on what the problem is. Unless I am overlooking one fundamental thing in xorg.conf. I have enabled twinview (this seems to be the only way, as this is an SLI notebook [twin 8700M GT], there is only one [DVI] connector on it) and I can't get the resolution from twinview to display a higher resolution than that of 640x480 on my Dell 2707WFP (also using DVI).

Ideally, I would like to set the 2707WFP as the primary monitor for games too...

Here is my current xorg.conf:
Code:

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

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

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

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

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

Section "Monitor"
   Identifier   "NotebookDisplay"
   VendorName   "Seiko"
   ModelName    "Unknown"
EndSection

Section "Monitor"
   Identifier   "DELLMonitor"
   VendorName   "DELL"
   ModelName    "2707WFP"
   HorizSync    48.4-60
   VertRefresh  60-75
   Option       "DPMS"
#   Modeline     "1600x1200"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "8700M GT"
   VideoRam    524288
   BusID       "PCI:3:0:0"
#   Option      "MetaModes"  "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
   Screen 0
#   Screen 1
   Option "UseEDID" "true"

#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"
#the TwinView stuff
    Option     "TwinView"
#    Option     "MetaModes"  "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
#    Option     "MetaModes" "DFP-0: 1280x1024, DFP-1: 1024x768; DFP-0: 1280x1024, DFP-1: 1024x768;"
    Option "MetaModes" "DFP-0: 1680x1050, DFP-1: 1280x1024@1280x1050; DFP-0:1680x1050, DFP-1:NULL; DFP-0:NULL,DFP-1:1280x1024"
    Option     "TwinViewOrientation"      "RightOf"
    Option     "SecondMonitorHorizSync"   "UseEdidFreqs"
    Option     "SecondMonitorVertRefresh" "UseEdidFreqs"
    Option "ConnectedMonitor" "DFP,DFP"
    Option "TwinViewXineramaInfoOrder" "DFP-1,DFP-0"

    Option       "UseEdidFreqs"
    #Option       "TwinViewOrientation" "Clone"


EndSection

#Section "Device"
#   Identifier  "Card1"
#   Driver      "nvidia"
#   VendorName  "nVidia Corporation"
#   BoardName   "8700M GT"
#       VideoRam    524288
#   BusID       "PCI:4:0:0"
#   Option     "MetaModes"  "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
#   Screen 1
#EndSection

Section "Screen"
   Identifier "RightScreen"
   Device     "Card0"
#   Monitor    "NotebookDisplay"
   Monitor    "DELLMonitor
# Acording to the nvidia doc's this is dissabled if TwinView is enabled (sux)
   Option "SLI" "Auto"
   Option "MultiGPU" "Auto"
   Subsection "Display"
           Depth       24
         Modes   "1600x1200" "1280x1024" "1024x768" "800x600"
           ViewPort    0 0
      Virtual     0 0
       EndSubsection

EndSection

#Section "Screen"
#   Identifier "LeftScreen"
#   Device     "Card1"
#   Monitor    "DELLMonitor"
#   SubSection "Display"
#      Viewport   0 0
#      Depth     24
#   EndSubSection
#EndSection



And here is the output of Xorg.0.log
Code:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux quagmire 2.6.22-suspend2-r2 #1 SMP Wed Dec 12 15:34:32 WST 2007 x86_64
Build Date: 02 December 2007
   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: Wed Dec 12 16:01:41 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "RightScreen" (0)
(**) |   |-->Monitor "DELLMonitor"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib64/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x6acee0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.2
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a00 card 1028,01f7 rev 0c class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2a01 card 0000,0000 rev 0c class 06,04,00 hdr 01
(II) PCI: 00:1a:0: chip 8086,2834 card 1028,01f7 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 1028,01f7 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 1028,01f7 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,284b card 1028,01f7 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2847 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,2849 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 1028,01f7 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 1028,01f7 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 1028,01f7 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 1028,01f7 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2811 card 1028,01f7 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2850 card 1028,01f7 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2828 card 1028,01f7 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 1028,01f7 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 02:01:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 03:00:0: chip 10de,0409 card 1028,019c rev a1 class 03,00,00 hdr 00
(II) PCI: 04:00:0: chip 10de,0409 card 1028,019c rev a1 class 03,02,00 hdr 00
(II) PCI: 05:01:0: chip 1180,0832 card 1028,01f7 rev 05 class 0c,00,10 hdr 80
(II) PCI: 05:01:1: chip 1180,0822 card 1028,01f7 rev 22 class 08,05,01 hdr 80
(II) PCI: 05:01:2: chip 1180,0843 card 1028,01f7 rev 12 class 08,80,00 hdr 80
(II) PCI: 05:01:3: chip 1180,0592 card 1028,01f7 rev 12 class 08,80,00 hdr 80
(II) PCI: 05:01:4: chip 1180,0852 card 1028,01f7 rev 12 class 08,80,00 hdr 80
(II) PCI: 09:00:0: chip 14e4,1672 card 1028,01f7 rev 02 class 02,00,00 hdr 00
(II) PCI: 0c:00:0: chip 8086,4222 card 8086,1020 rev 02 class 02,80,00 hdr 00
(II) PCI: 0f:00:0: chip 1971,0000 card 105b,0003 rev 00 class ff,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,15), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,4), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000c000 - 0x0000dfff (0x2000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xf6f00000 - 0xfeafffff (0x7c00000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xefffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
   [0] -1   0   0xf6e00000 - 0xf6efffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:28:3), (0,13,14), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 13 I/O range:
   [0] -1   0   0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 13 non-prefetchable memory range:
   [0] -1   0   0xf6c00000 - 0xf6dfffff (0x200000) MX[B]
(II) Bus 13 prefetchable memory range:
   [0] -1   0   0xf0000000 - 0xf01fffff (0x200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 15: bridge is at (0:28:4), (0,15,15), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 15 non-prefetchable memory range:
   [0] -1   0   0xf5000000 - 0xf6bfffff (0x1c00000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:28:5), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 9 non-prefetchable memory range:
   [0] -1   0   0xf4f00000 - 0xf4ffffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xf4e00000 - 0xf4efffff (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)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (1:0:0), (1,2,4), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000c000 - 0x0000dfff (0x2000) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xf6f00000 - 0xfe9fffff (0x7b00000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xefffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 3 I/O range:
   [0] -1   0   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xfa000000 - 0xfe9fffff (0x4a00000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (2:1:0), (2,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
   [0] -1   0   0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
   [0] -1   0   0xf6f00000 - 0xf9ffffff (0x3100000) MX[B]
(II) Bus 4 prefetchable memory range:
   [0] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B]
(--) PCI:*(3:0:0) nVidia Corporation unknown chipset (0x0409) rev 161, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xdf00/7, BIOS @ 0xfe900000/17
(--) PCI: (4:0:0) nVidia Corporation unknown chipset (0x0409) rev 161, Mem @ 0xf7000000/24, 0xe0000000/28, 0xf8000000/25, I/O @ 0xcf00/7, BIOS @ 0xf6f00000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) 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   0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
   [1] -1   0   0xf6eff000 - 0xf6efffff (0x1000) MX[B]
   [2] -1   0   0xf4ff0000 - 0xf4ffffff (0x10000) MX[B]
   [3] -1   0   0xf4eff700 - 0xf4eff7ff (0x100) MX[B]
   [4] -1   0   0xf4eff600 - 0xf4eff6ff (0x100) MX[B]
   [5] -1   0   0xf4eff500 - 0xf4eff5ff (0x100) MX[B]
   [6] -1   0   0xf4eff400 - 0xf4eff4ff (0x100) MX[B]
   [7] -1   0   0xf4eff800 - 0xf4efffff (0x800) MX[B]
   [8] -1   0   0xfebfbf00 - 0xfebfbfff (0x100) MX[B]
   [9] -1   0   0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
   [10] -1   0   0xfebfc000 - 0xfebfffff (0x4000) MX[B]
   [11] -1   0   0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
   [12] -1   0   0xf6f00000 - 0xf6f1ffff (0x20000) MX[B](B)
   [13] -1   0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
   [14] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [15] -1   0   0xf7000000 - 0xf7ffffff (0x1000000) MX[B](B)
   [16] -1   0   0xfe900000 - 0xfe91ffff (0x20000) MX[B](B)
   [17] -1   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
   [18] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [19] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [20] -1   0   0x000010c0 - 0x000010df (0x20) IX[B]
   [21] -1   0   0x0000eff0 - 0x0000efff (0x10) IX[B]
   [22] -1   0   0x00006ee0 - 0x00006eef (0x10) IX[B]
   [23] -1   0   0x00006ec8 - 0x00006ecb (0x4) IX[B]
   [24] -1   0   0x00006ec0 - 0x00006ec7 (0x8) IX[B]
   [25] -1   0   0x00006eb8 - 0x00006ebb (0x4) IX[B]
   [26] -1   0   0x00006eb0 - 0x00006eb7 (0x8) IX[B]
   [27] -1   0   0x00006fa0 - 0x00006faf (0x10) IX[B]
   [28] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [29] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [30] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [32] -1   0   0x00006f40 - 0x00006f5f (0x20) IX[B]
   [33] -1   0   0x00006f60 - 0x00006f7f (0x20) IX[B]
   [34] -1   0   0x00006f80 - 0x00006f9f (0x20) IX[B]
   [35] -1   0   0x00006f00 - 0x00006f1f (0x20) IX[B]
   [36] -1   0   0x00006f20 - 0x00006f3f (0x20) IX[B]
   [37] -1   0   0x0000cf00 - 0x0000cf7f (0x80) IX[B](B)
   [38] -1   0   0x0000df00 - 0x0000df7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
   [1] -1   0   0xf6eff000 - 0xf6efffff (0x1000) MX[B]
   [2] -1   0   0xf4ff0000 - 0xf4ffffff (0x10000) MX[B]
   [3] -1   0   0xf4eff700 - 0xf4eff7ff (0x100) MX[B]
   [4] -1   0   0xf4eff600 - 0xf4eff6ff (0x100) MX[B]
   [5] -1   0   0xf4eff500 - 0xf4eff5ff (0x100) MX[B]
   [6] -1   0   0xf4eff400 - 0xf4eff4ff (0x100) MX[B]
   [7] -1   0   0xf4eff800 - 0xf4efffff (0x800) MX[B]
   [8] -1   0   0xfebfbf00 - 0xfebfbfff (0x100) MX[B]
   [9] -1   0   0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
   [10] -1   0   0xfebfc000 - 0xfebfffff (0x4000) MX[B]
   [11] -1   0   0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
   [12] -1   0   0xf6f00000 - 0xf6f1ffff (0x20000) MX[B](B)
   [13] -1   0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
   [14] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [15] -1   0   0xf7000000 - 0xf7ffffff (0x1000000) MX[B](B)
   [16] -1   0   0xfe900000 - 0xfe91ffff (0x20000) MX[B](B)
   [17] -1   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
   [18] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [19] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [20] -1   0   0x000010c0 - 0x000010df (0x20) IX[B]
   [21] -1   0   0x0000eff0 - 0x0000efff (0x10) IX[B]
   [22] -1   0   0x00006ee0 - 0x00006eef (0x10) IX[B]
   [23] -1   0   0x00006ec8 - 0x00006ecb (0x4) IX[B]
   [24] -1   0   0x00006ec0 - 0x00006ec7 (0x8) IX[B]
   [25] -1   0   0x00006eb8 - 0x00006ebb (0x4) IX[B]
   [26] -1   0   0x00006eb0 - 0x00006eb7 (0x8) IX[B]
   [27] -1   0   0x00006fa0 - 0x00006faf (0x10) IX[B]
   [28] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [29] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [30] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [32] -1   0   0x00006f40 - 0x00006f5f (0x20) IX[B]
   [33] -1   0   0x00006f60 - 0x00006f7f (0x20) IX[B]
   [34] -1   0   0x00006f80 - 0x00006f9f (0x20) IX[B]
   [35] -1   0   0x00006f00 - 0x00006f1f (0x20) IX[B]
   [36] -1   0   0x00006f20 - 0x00006f3f (0x20) IX[B]
   [37] -1   0   0x0000cf00 - 0x0000cf7f (0x80) IX[B](B)
   [38] -1   0   0x0000df00 - 0x0000df7f (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]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
   [5] -1   0   0xf6eff000 - 0xf6efffff (0x1000) MX[B]
   [6] -1   0   0xf4ff0000 - 0xf4ffffff (0x10000) MX[B]
   [7] -1   0   0xf4eff700 - 0xf4eff7ff (0x100) MX[B]
   [8] -1   0   0xf4eff600 - 0xf4eff6ff (0x100) MX[B]
   [9] -1   0   0xf4eff500 - 0xf4eff5ff (0x100) MX[B]
   [10] -1   0   0xf4eff400 - 0xf4eff4ff (0x100) MX[B]
   [11] -1   0   0xf4eff800 - 0xf4efffff (0x800) MX[B]
   [12] -1   0   0xfebfbf00 - 0xfebfbfff (0x100) MX[B]
   [13] -1   0   0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
   [14] -1   0   0xfebfc000 - 0xfebfffff (0x4000) MX[B]
   [15] -1   0   0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
   [16] -1   0   0xf6f00000 - 0xf6f1ffff (0x20000) MX[B](B)
   [17] -1   0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
   [18] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [19] -1   0   0xf7000000 - 0xf7ffffff (0x1000000) MX[B](B)
   [20] -1   0   0xfe900000 - 0xfe91ffff (0x20000) MX[B](B)
   [21] -1   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
   [22] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [23] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [26] -1   0   0x000010c0 - 0x000010df (0x20) IX[B]
   [27] -1   0   0x0000eff0 - 0x0000efff (0x10) IX[B]
   [28] -1   0   0x00006ee0 - 0x00006eef (0x10) IX[B]
   [29] -1   0   0x00006ec8 - 0x00006ecb (0x4) IX[B]
   [30] -1   0   0x00006ec0 - 0x00006ec7 (0x8) IX[B]
   [31] -1   0   0x00006eb8 - 0x00006ebb (0x4) IX[B]
   [32] -1   0   0x00006eb0 - 0x00006eb7 (0x8) IX[B]
   [33] -1   0   0x00006fa0 - 0x00006faf (0x10) IX[B]
   [34] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [35] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [36] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [37] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [38] -1   0   0x00006f40 - 0x00006f5f (0x20) IX[B]
   [39] -1   0   0x00006f60 - 0x00006f7f (0x20) IX[B]
   [40] -1   0   0x00006f80 - 0x00006f9f (0x20) IX[B]
   [41] -1   0   0x00006f00 - 0x00006f1f (0x20) IX[B]
   [42] -1   0   0x00006f20 - 0x00006f3f (0x20) IX[B]
   [43] -1   0   0x0000cf00 - 0x0000cf7f (0x80) IX[B](B)
   [44] -1   0   0x0000df00 - 0x0000df7f (0x80) IX[B](B)
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.3.0, 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: "wfb"
(II) Loading /usr/lib64/xorg/modules/extensions//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
   compiled for 7.1.99.2, module version = 1.0.0
(II) LoadModule: "xtrap"
(II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 1.3.0, 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: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.3.0, 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: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.3.0, 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: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 1.3.0, 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/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 1.3.0, 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: "nvidia"
(II) Loading /usr/lib64/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/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.2
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  100.14.19  Wed Sep 12 14:10:47 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03:00:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:4:0:0) found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Reloading /usr/lib64/xorg/modules/extensions//libwfb.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module 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]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
   [5] -1   0   0xf6eff000 - 0xf6efffff (0x1000) MX[B]
   [6] -1   0   0xf4ff0000 - 0xf4ffffff (0x10000) MX[B]
   [7] -1   0   0xf4eff700 - 0xf4eff7ff (0x100) MX[B]
   [8] -1   0   0xf4eff600 - 0xf4eff6ff (0x100) MX[B]
   [9] -1   0   0xf4eff500 - 0xf4eff5ff (0x100) MX[B]
   [10] -1   0   0xf4eff400 - 0xf4eff4ff (0x100) MX[B]
   [11] -1   0   0xf4eff800 - 0xf4efffff (0x800) MX[B]
   [12] -1   0   0xfebfbf00 - 0xfebfbfff (0x100) MX[B]
   [13] -1   0   0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
   [14] -1   0   0xfebfc000 - 0xfebfffff (0x4000) MX[B]
   [15] -1   0   0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
   [16] -1   0   0xf6f00000 - 0xf6f1ffff (0x20000) MX[B](B)
   [17] -1   0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
   [18] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [19] -1   0   0xf7000000 - 0xf7ffffff (0x1000000) MX[B](B)
   [20] -1   0   0xfe900000 - 0xfe91ffff (0x20000) MX[B](B)
   [21] -1   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
   [22] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [23] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [26] -1   0   0x000010c0 - 0x000010df (0x20) IX[B]
   [27] -1   0   0x0000eff0 - 0x0000efff (0x10) IX[B]
   [28] -1   0   0x00006ee0 - 0x00006eef (0x10) IX[B]
   [29] -1   0   0x00006ec8 - 0x00006ecb (0x4) IX[B]
   [30] -1   0   0x00006ec0 - 0x00006ec7 (0x8) IX[B]
   [31] -1   0   0x00006eb8 - 0x00006ebb (0x4) IX[B]
   [32] -1   0   0x00006eb0 - 0x00006eb7 (0x8) IX[B]
   [33] -1   0   0x00006fa0 - 0x00006faf (0x10) IX[B]
   [34] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [35] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [36] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [37] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [38] -1   0   0x00006f40 - 0x00006f5f (0x20) IX[B]
   [39] -1   0   0x00006f60 - 0x00006f7f (0x20) IX[B]
   [40] -1   0   0x00006f80 - 0x00006f9f (0x20) IX[B]
   [41] -1   0   0x00006f00 - 0x00006f1f (0x20) IX[B]
   [42] -1   0   0x00006f20 - 0x00006f3f (0x20) IX[B]
   [43] -1   0   0x0000cf00 - 0x0000cf7f (0x80) IX[B](B)
   [44] -1   0   0x0000df00 - 0x0000df7f (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]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
   [5] -1   0   0xf6eff000 - 0xf6efffff (0x1000) MX[B]
   [6] -1   0   0xf4ff0000 - 0xf4ffffff (0x10000) MX[B]
   [7] -1   0   0xf4eff700 - 0xf4eff7ff (0x100) MX[B]
   [8] -1   0   0xf4eff600 - 0xf4eff6ff (0x100) MX[B]
   [9] -1   0   0xf4eff500 - 0xf4eff5ff (0x100) MX[B]
   [10] -1   0   0xf4eff400 - 0xf4eff4ff (0x100) MX[B]
   [11] -1   0   0xf4eff800 - 0xf4efffff (0x800) MX[B]
   [12] -1   0   0xfebfbf00 - 0xfebfbfff (0x100) MX[B]
   [13] -1   0   0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
   [14] -1   0   0xfebfc000 - 0xfebfffff (0x4000) MX[B]
   [15] -1   0   0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
   [16] -1   0   0xf6f00000 - 0xf6f1ffff (0x20000) MX[B](B)
   [17] -1   0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
   [18] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [19] -1   0   0xf7000000 - 0xf7ffffff (0x1000000) MX[B](B)
   [20] -1   0   0xfe900000 - 0xfe91ffff (0x20000) MX[B](B)
   [21] -1   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
   [22] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [23] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [24] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [25] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [26] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [27] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [28] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [29] -1   0   0x000010c0 - 0x000010df (0x20) IX[B]
   [30] -1   0   0x0000eff0 - 0x0000efff (0x10) IX[B]
   [31] -1   0   0x00006ee0 - 0x00006eef (0x10) IX[B]
   [32] -1   0   0x00006ec8 - 0x00006ecb (0x4) IX[B]
   [33] -1   0   0x00006ec0 - 0x00006ec7 (0x8) IX[B]
   [34] -1   0   0x00006eb8 - 0x00006ebb (0x4) IX[B]
   [35] -1   0   0x00006eb0 - 0x00006eb7 (0x8) IX[B]
   [36] -1   0   0x00006fa0 - 0x00006faf (0x10) IX[B]
   [37] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [38] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [39] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [40] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [41] -1   0   0x00006f40 - 0x00006f5f (0x20) IX[B]
   [42] -1   0   0x00006f60 - 0x00006f7f (0x20) IX[B]
   [43] -1   0   0x00006f80 - 0x00006f9f (0x20) IX[B]
   [44] -1   0   0x00006f00 - 0x00006f1f (0x20) IX[B]
   [45] -1   0   0x00006f20 - 0x00006f3f (0x20) IX[B]
   [46] -1   0   0x0000cf00 - 0x0000cf7f (0x80) IX[B](B)
   [47] -1   0   0x0000df00 - 0x0000df7f (0x80) IX[B](B)
   [48] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [49] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) NVIDIA(0): Creating default Display subsection in Screen section
   "RightScreen" for depth/fbbpp 24/32
(==) 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"
(**) NVIDIA(0): Option "UseEDID" "true"
(**) NVIDIA(0): Option "ConnectedMonitor" "DFP,DFP"
(**) NVIDIA(0): Option "RenderAccel"
(**) NVIDIA(0): Option "CursorShadow"
(**) NVIDIA(0): Option "CursorShadowAlpha" "32"
(**) NVIDIA(0): Option "CursorShadowXOffset" "3"
(**) NVIDIA(0): Option "CursorShadowYOffset" "3"
(**) NVIDIA(0): Option "UseEdidFreqs" ""
(**) NVIDIA(0): Option "TwinView"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "UseEdidFreqs"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "UseEdidFreqs"
(**) NVIDIA(0): Option "MetaModes" "DFP-0: 1680x1050, DFP-1: 1280x1024@1280x1050; DFP-0:1680x1050, DFP-1:NULL; DFP-0:NULL,DFP-1:1280x1024"
(**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP-1,DFP-0"
(**) NVIDIA(0): Option "AllowGLXWithComposite"
(**) NVIDIA(0): Option "SLI" "Auto"
(**) NVIDIA(0): Option "MultiGPU" "Auto"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Cursor shadow alpha = 32
(**) NVIDIA(0): Cursor shadow offset = 3
(**) NVIDIA(0): Cursor shadow offset = 3
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(0):     enabled on all display devices.
(**) NVIDIA(0): TwinView enabled
(**) NVIDIA(0): NVIDIA SLI auto-select rendering option.
(**) NVIDIA(0): NVIDIA Multi-GPU auto-select rendering option.
(WW) NVIDIA(0): DamageEvents are not currently compatible with SLI.  Disabling
(WW) NVIDIA(0):     DamageEvents.
(WW) NVIDIA(0): TwinView and SLI are not compatibile.  Disabling TwinView.
(**) NVIDIA(0): ConnectedMonitor string: "DFP,DFP"
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
(EE) NVIDIA(0): Failed to find a valid SLI configuration.
(EE) NVIDIA(0): Invalid SLI configuration 1 of 1:
(EE) NVIDIA(0): GPUs:
(EE) NVIDIA(0):     1) NVIDIA GPU at PCI:3:0:0
(EE) NVIDIA(0):     2) NVIDIA GPU at PCI:4:0:0
(EE) NVIDIA(0): Errors:
(EE) NVIDIA(0):     - Chipset not approved for SLI
(EE) NVIDIA(0):     - Unsupported GPU video BIOS
(WW) NVIDIA(0): Failed to find a valid SLI configuration for the NVIDIA
(WW) NVIDIA(0):     graphics device PCI:3:0:0. Please see Chapter 25: SLI and
(WW) NVIDIA(0):     Multi-GPU FrameRendering in the README for troubleshooting
(WW) NVIDIA(0):     suggestions.
(EE) NVIDIA(0): Only one GPU will be used for this X screen.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-1
(II) NVIDIA(0): NVIDIA GPU GeForce 8700M GT (G84) at PCI:3:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 60.84.62.00.06
(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 8700M GT at PCI:3:0:0:
(--) NVIDIA(0):     Seiko (DFP-0)
(--) NVIDIA(0):     DFP-1
(--) NVIDIA(0): Seiko (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): Seiko (DFP-0): Internal Dual Link LVDS
(--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-1: Internal Single Link TMDS
(II) NVIDIA(0): Display Devices found referenced in MetaMode: DFP-0, DFP-1
(WW) NVIDIA(0): Multiple display devices requested "DFP-0, DFP-1" but TwinView
(WW) NVIDIA(0):     not enabled; this screen will only use display device
(WW) NVIDIA(0):     "DFP-0".
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): Invalid display device in Mode Description
(WW) NVIDIA(0):     "DFP-1:1280x1024@1280x1050"
(WW) NVIDIA(0): Not using mode description "DFP-1:1280x1024@1280x1050"; unable
(WW) NVIDIA(0):     to map to display device
(WW) NVIDIA(0): Invalid display device in Mode Description "DFP-1:NULL"
(WW) NVIDIA(0): Not using mode description "DFP-1:NULL"; unable to map to
(WW) NVIDIA(0):     display device
(WW) NVIDIA(0): Invalid display device in Mode Description "DFP-1:1280x1024"
(WW) NVIDIA(0): Not using mode description "DFP-1:1280x1024"; unable to map to
(WW) NVIDIA(0):     display device
(WW) NVIDIA(0): No valid modes for
(WW) NVIDIA(0):     "DFP-0:1680x1050,DFP-1:1280x1024@1280x1050"; removing.
(WW) NVIDIA(0): No valid modes for "DFP-0:1680x1050,DFP-1:NULL"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0):     "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) NVIDIA(0): DPI set to (131, 132); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B]
   [1] 0   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
   [2] 0   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B]
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
   [8] -1   0   0xf6eff000 - 0xf6efffff (0x1000) MX[B]
   [9] -1   0   0xf4ff0000 - 0xf4ffffff (0x10000) MX[B]
   [10] -1   0   0xf4eff700 - 0xf4eff7ff (0x100) MX[B]
   [11] -1   0   0xf4eff600 - 0xf4eff6ff (0x100) MX[B]
   [12] -1   0   0xf4eff500 - 0xf4eff5ff (0x100) MX[B]
   [13] -1   0   0xf4eff400 - 0xf4eff4ff (0x100) MX[B]
   [14] -1   0   0xf4eff800 - 0xf4efffff (0x800) MX[B]
   [15] -1   0   0xfebfbf00 - 0xfebfbfff (0x100) MX[B]
   [16] -1   0   0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
   [17] -1   0   0xfebfc000 - 0xfebfffff (0x4000) MX[B]
   [18] -1   0   0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
   [19] -1   0   0xf6f00000 - 0xf6f1ffff (0x20000) MX[B](B)
   [20] -1   0   0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
   [21] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [22] -1   0   0xf7000000 - 0xf7ffffff (0x1000000) MX[B](B)
   [23] -1   0   0xfe900000 - 0xfe91ffff (0x20000) MX[B](B)
   [24] -1   0   0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
   [25] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [26] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [27] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [28] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [29] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [30] 0   0   0x0000df00 - 0x0000df7f (0x80) IX[B]
   [31] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [32] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [33] -1   0   0x000010c0 - 0x000010df (0x20) IX[B]
   [34] -1   0   0x0000eff0 - 0x0000efff (0x10) IX[B]
   [35] -1   0   0x00006ee0 - 0x00006eef (0x10) IX[B]
   [36] -1   0   0x00006ec8 - 0x00006ecb (0x4) IX[B]
   [37] -1   0   0x00006ec0 - 0x00006ec7 (0x8) IX[B]
   [38] -1   0   0x00006eb8 - 0x00006ebb (0x4) IX[B]
   [39] -1   0   0x00006eb0 - 0x00006eb7 (0x8) IX[B]
   [40] -1   0   0x00006fa0 - 0x00006faf (0x10) IX[B]
   [41] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [42] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [43] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [44] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [45] -1   0   0x00006f40 - 0x00006f5f (0x20) IX[B]
   [46] -1   0   0x00006f60 - 0x00006f7f (0x20) IX[B]
   [47] -1   0   0x00006f80 - 0x00006f9f (0x20) IX[B]
   [48] -1   0   0x00006f00 - 0x00006f1f (0x20) IX[B]
   [49] -1   0   0x00006f20 - 0x00006f3f (0x20) IX[B]
   [50] -1   0   0x0000cf00 - 0x0000cf7f (0x80) IX[B](B)
   [51] -1   0   0x0000df00 - 0x0000df7f (0x80) IX[B](B)
   [52] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [53] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(GPU-1): NVIDIA GPU GeForce 8700M GT (Unknown) at PCI:4:0:0 (GPU-1)
(--) NVIDIA(GPU-1): Memory: 524288 kBytes
(--) NVIDIA(GPU-1): VideoBIOS: 60.84.62.00.07
(II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
(--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
(--) NVIDIA(GPU-1): Connected display device(s) on GeForce 8700M GT at PCI:4:0:0:
(II) NVIDIA(0): Initialized GART.
(WW) NVIDIA(0): Failed to determine power source of the system : Unable to
(WW) NVIDIA(0):     find AC state file under /proc/acpi/ac_adapter/
(II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
(II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option
(II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is
(II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI
(II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0):     Config Options in the README.
(WW) NVIDIA(0): Error: Unable to find DOS (Enable/Disable output switching)
(WW) NVIDIA(0):     file path under /proc/acpi/video. NVIDIA X driver will not
(WW) NVIDIA(0):     be able to respond to  display change hotkey events.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(--) NVIDIA(0): No video decoder detected
(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 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
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) 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: 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)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode
(II) NVIDIA(0):     "DFP-0:nvidia-auto-select@1920x1200+640+0,DFP-1:nvidia-auto-select@640x480+0+0"
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(--) NVIDIA(0): No video decoder detected


I am also having enormous troubles trying to get audio on this as snd_hda_intell [Intel HD Audio Controller] keeps complaining about lack of codecs (possibly an alsa problem with STAC92xx codec or something) and I am unwilling as of yet to manually compile and install from the latest alsa svn/cvs sources as documented in some of the posts in these forums because it seems to work fine when I booted to Knoppix LiveDVD 5.1.1.

Although my primary goal is to get dual display and audio working (in that order) there are lot's of other features that I bet are undiscovered/untested with Linux on this beast (aux lcd (g15lcd?), infrared, media keys, led control & web cam, wireless etc), but I would rather waste my time with Linux than with Windows® Vista.

Thankyou in advance.
_________________

Dell XPS M1370 (MXG071) | Dell 2707WFP | IBM Model M (1391401) | Logitech MX320
Linux 2.6.24-tuxonice-r9 #1 SMP PREEMPT x86_64 Intel(R) Core(TM)2 Extreme CPU X7900 @ 2.80GHz GenuineIntel GNU/Linux


Last edited by draino on Mon Mar 31, 2008 10:43 am; edited 1 time in total
Back to top
View user's profile Send private message
OmSai
l33t
l33t


Joined: 30 Sep 2007
Posts: 605
Location: Manchester, CT, USA

PostPosted: Sat Dec 15, 2007 2:21 am    Post subject: Reply with quote

In future, it would be a good idea to break up your problems into more focused, manageable threads :wink:


Look's like the troubles you are having are:
  1. Nvidia / xorg.conf GLX error
    (EE) NVIDIA(0): Failed to initialize the GLX module

  2. Nvidia / xorg.conf SLI configuration conflict
    (EE) NVIDIA(0): Failed to find a valid SLI configuration
    (EE) NVIDIA(0): Only one GPU will be used for this X screen


  3. Dual display of Dell XPS M1730 laptop on an external Dell 2707WFP monitor
    Using TwinView to display a higher resolution than that of 640x480 on external DVI monitor

  4. Intel HD Audio sound not working


That said, here's what input I have on them:
  1. Play around with the configuration.
    In the Section "Module" of my nvidia-generated xorg.conf, I have:
    /etc/X11/xorg.conf wrote:
    Section "Module"
    # This loads the DBE extension module.
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    # This loads the font modules
    # Load "type1"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    EndSection

  2. No idea since I have integrated nvidia graphics

  3. From your Xorg.0.log it looks like nvidia is auto selecting and ignoring your xorg.conf
    (II) NVIDIA(0): "DFP-0:nvidia-auto-select@1920x1200+640+0,DFP-1:nvidia-auto-select@640x480+0+0"
    So you'll have to research why that's happening...
    My guess is you would have to first fix issue #2, where further up in the log nvidia says:
    (EE) NVIDIA(0): Only one GPU will be used for this X screen.

  4. Follow the Gentoo ALSA guide carefully
    http://www.gentoo.org/doc/en/alsa-guide.xml
    Intel HDA is supported in the kernel (the first method in the guide) and will work.
    I'm using the same integrated sound-card on kernel 2.6.23-r3
    In addition to what the guide says for configuring your kernel sound, make sure you enable kernel option for your sound card SND_HDA_INTEL


draino wrote:
I would rather waste my time with Linux than with Windows® Vista
If you're using this laptop for gaming, you would need Vista.
A lot of new PC games being released require it.
Wine (which is still alpha) and Cedega are by no means complete gaming solutions for Linux.
_________________
Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it.
Back to top
View user's profile Send private message
blackmav
n00b
n00b


Joined: 21 Feb 2007
Posts: 1
Location: Basel / Switzerland

PostPosted: Thu Feb 14, 2008 12:38 pm    Post subject: Reply with quote

My experience in making my M1730 work in SLI was the following:

- Use x86_64
- Use 169.xx nVidia drivers
- And the following config:

Code:

Section "ServerLayout"
    Identifier     "Main Layout"
    Screen         "Laptop Screen" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/local/"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/CID/"
    FontPath        "/usr/share/fonts/Speedo/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "glx"
    SubSection     "extmod"
        Option         "omit xfree86-dga"
    EndSubSection
    Load           "type1"
    Load           "freetype"
    Load           "vbe"
EndSection

Section "ServerFlags"
    Option         "blank time" "3"     # 10 minutes
    Option         "standby time" "0"
    Option         "suspend time" "0"
    Option         "off time" "10"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 16"
    Option         "Xleds" "1 2 3"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "ch"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "Auto"
    Option         "Device" "/dev/psaux"
    Option         "Buttons" "7"
    Option         "ButtonMapping" "1 2 3 6 7"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier     "Laptop Display"
    HorizSync       30.0 - 64.0
    VertRefresh     75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nvidia0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 8700M GT"
    Option         "SLI" "auto"
    Option         "NoLogo" "false"
    Option         "BackingStore" "true"
    Option         "UseCompositeWrapper" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "DamageEvents" "false"
EndSection

Section "Device"
    Identifier     "nvidia1"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 8700M GT"
    Option         "SLI" "auto"
    Option         "NoLogo" "false"
    Option         "BackingStore" "true"
    Option         "UseCompositeWrapper" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "DamageEvents" "false"
EndSection

Section "Screen"
    Identifier     "Laptop Screen"
    Device         "nvidia0"
    Monitor        "Laptop Display"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "true"
    Option         "TripleBuffer" "true"
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection


Please lookup the touch pad configuration somewhere else, this should just provide a basis to make your GUI work.

grez blackmav
Back to top
View user's profile Send private message
draino
n00b
n00b


Joined: 03 Dec 2007
Posts: 22
Location: Perth WA, Australia

PostPosted: Mon Mar 17, 2008 10:39 am    Post subject: Reply with quote

SOLVED!

All issues pertaining to this have been rectified.

I have gotten, almost everything working on this notebook (with the help of other forum posts and my own findings). I would gladly write a small howto, but not only is that no longer necessary (due mostly to updated packages fixing most issues) but unfortunately, I don't have time. If anyone needs any help with Gentoo on the same hardware, see my blog or PM me and I will gladdly assist you where I can.
_________________

Dell XPS M1370 (MXG071) | Dell 2707WFP | IBM Model M (1391401) | Logitech MX320
Linux 2.6.24-tuxonice-r9 #1 SMP PREEMPT x86_64 Intel(R) Core(TM)2 Extreme CPU X7900 @ 2.80GHz GenuineIntel GNU/Linux
Back to top
View user's profile Send private message
Drayze
n00b
n00b


Joined: 13 Apr 2008
Posts: 1

PostPosted: Sun Apr 13, 2008 5:45 am    Post subject: Reply with quote

Nice to know you got it working. I'm going to attempt on installing on XPS M1730 too. So far. None of the i686 liveCD worked. DVD is a bit too big for me so, now I am going to try the minimal version.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum