6600GT dual screen with TV, no xinerama

Tristan King triss.lists at gmail.com
Sat Jun 17 16:28:27 PDT 2006


Hi guys,
i'm trying to get X to start up with my monitor and my TV, but not have
xinerama.. however i can't seem to get it working.

I'm using xorg-x11 v7.0-r1 with xorg-server 1.0.2-r5 with nvidia kernel
drivers 1.0.8762 on gentoo kernel 2.6.16-r9

I can get the TV working xinerama'ed with TwinView no problem, but i can't
seem to turn off xinerama, and when i try and make seperate x screens
without TwinView i can't get the TV to work at all.

here's my xorg.conf for TwinView
 *Code:*  Section "ServerFlags"
        Option  "AllowMouseOpenFail" "true"
        Option  "Xinerama" "false"
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/util"
        FontPath        "/usr/share/fonts/encodings"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/terminus"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/local/share/fonts"
        FontPath        "/usr/share/fonts"
        FontPath        "/usr/share/fonts/default"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/arphicfonts"
        FontPath        "/usr/share/fonts/jisx0213"
        FontPath        "/usr/share/fonts/shinonome"
        FontPath        "/usr/share/fonts/baekmuk-fonts"
        FontPath        "/usr/share/fonts/kacst-fonts"
        FontPath        "/usr/share/fonts/sgi-fonts"
        FontPath        "/usr/share/fonts/unfonts"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"

        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"

        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
        Load    "ddc"
        Load    "vbe"
#       Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "bitmap"
#       Load    "speedo"
        Load    "type1"
        Load    "freetype"
        Load    "record"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc105"
        Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier      "PS/2 Mouse"
        Driver  "mouse"
        Option  "Protocol" "IMPS/2"
        Option  "Device" "/dev/misc/psaux"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
        Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver  "mouse"
        Option  "Device" "/dev/input/mice"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "IMPS/2"
        Option  "ZAxisMapping" "4 5"
        Option  "Buttons" "5"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Monitor"
        Identifier      "TV"
        Option          "DPMS"
        HorizSync       30-50
        VertRefresh     60
EndSection


Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        Identifier  "VGAOut"
        Driver  "nvidia"
        #VendorName  "All"
        #BoardName   "All"
        Option      "NoLogo" "true"
        #Option "FlatPanel" "on"
        #Option "ConnectedMonitor"      "DFP-1,TV-0"
        Screen 0
        BusID       "PCI:1:0:0"
        Option "TwinView"
        Option "MetaModes" "1280x1024,800x600"
        Option "TvinViewOrientation" "LeftOf"
        Option "SecondMonitorHorizSync" "30-50"
        Option "SecondMonitorVertRefresh" "60"
        Option "TVOutFormat" "SVIDEO"
        Option "TVStandard" "PAL"
        Option "Xinerama" "on"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device  "VGAOut"
        Monitor "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth   24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort 0 0
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

And here is my xorg trying to make 2 seperate screens
 *Code:*  Section "ServerFlags"
        Option  "AllowMouseOpenFail" "true"
        Option  "Xinerama" "false"
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/util"
        FontPath        "/usr/share/fonts/encodings"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/terminus"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/local/share/fonts"
        FontPath        "/usr/share/fonts"
        FontPath        "/usr/share/fonts/default"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/arphicfonts"
        FontPath        "/usr/share/fonts/jisx0213"
        FontPath        "/usr/share/fonts/shinonome"
        FontPath        "/usr/share/fonts/baekmuk-fonts"
        FontPath        "/usr/share/fonts/kacst-fonts"
        FontPath        "/usr/share/fonts/sgi-fonts"
        FontPath        "/usr/share/fonts/unfonts"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"

        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
        FontPath
"/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"

        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
        Load    "ddc"
        Load    "vbe"
#       Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "bitmap"
#       Load    "speedo"
        Load    "type1"
        Load    "freetype"
        Load    "record"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc105"
        Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier      "PS/2 Mouse"
        Driver  "mouse"
        Option  "Protocol" "IMPS/2"
        Option  "Device" "/dev/misc/psaux"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
        Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver  "mouse"
        Option  "Device" "/dev/input/mice"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "IMPS/2"
        Option  "ZAxisMapping" "4 5"
        Option  "Buttons" "5"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Monitor"
        Identifier      "TV"
        Option          "DPMS"
        HorizSync       30-50
        VertRefresh     60
EndSection


Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        Identifier  "nv0"
        Driver  "nvidia"
        Option      "NoLogo" "true"
        Screen 0
        BusID       "PCI:1:0:0"
        Option  "ConnectedMonitor" "CRT"
EndSection

Section "Device"
        Identifier "nv1"
        Driver "nvidia"
        Screen 1
        Option  "NoLogo" "true"
        BusID   "PCI:1:0:0"
        Option  "UseDisplayDevice"      "TV"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device  "nv0"
        Monitor "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth   24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                ViewPort 0 0
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device  "nv1"
        Monitor "TV"
        DefaultDepth    24
        SubSection "Display"
                Depth   24
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
Identifier      "Default Layout"
        Screen  0       "Screen0"
        Screen  1       "Screen1" LeftOf "Screen0"
        InputDevice     "Keyboard0"
        InputDevice     "USB Mouse"
EndSection

Section "DRI"
        Mode 0666
EndSection


And the server log for the second config
 *Code:*  X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r9 i686
Current Operating System: Linux lonewolf 2.6.16-gentoo-r9 #1 SMP Sat Jun 17
02:51:08 EST 2006 i686
Build Date: 11 June 2006
        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: Sat Jun 17 23:32:10 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "nv0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "TV"
(**) |   |-->Device "nv1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "PS/2 Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
        Using the first mouse device.
(**) FontPath set to
"/usr/share/fonts/misc,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "Xinerama" "false"
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0071 card 1458,5000 rev a1 class 06,00,00 hdr
80
(II) PCI: 00:00:1: chip 10de,007f card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:00:2: chip 10de,0075 card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:00:3: chip 10de,006f card 1458,5000 rev a1 class 05,00,00 hdr
00
(II) PCI: 00:00:4: chip 10de,00b4 card 1458,5000 rev a1 class 05,00,00 hdr
00
(II) PCI: 00:01:0: chip 10de,0076 card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:01:1: chip 10de,0078 card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:01:2: chip 10de,0079 card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:01:3: chip 10de,007a card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:01:4: chip 10de,007b card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:01:5: chip 10de,007c card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:01:6: chip 10de,007d card 1458,5000 rev a1 class 05,00,00 hdr
80
(II) PCI: 00:02:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr
01
(II) PCI: 00:09:0: chip 10de,003f card 1458,5001 rev a1 class 05,00,00 hdr
00
(II) PCI: 00:0a:0: chip 10de,0030 card 1458,5001 rev a3 class 06,01,00 hdr
80
(II) PCI: 00:0a:1: chip 10de,0034 card 1458,0034 rev a2 class 0c,05,00 hdr
80
(II) PCI: 00:0b:0: chip 10de,003b card 1458,5004 rev a1 class 0c,03,10 hdr
80
(II) PCI: 00:0b:1: chip 10de,003b card 1458,5004 rev a1 class 0c,03,10 hdr
80
(II) PCI: 00:0b:2: chip 10de,003c card 1458,5004 rev a2 class 0c,03,20 hdr
80
(II) PCI: 00:0e:0: chip 10de,0038 card 1458,e000 rev a2 class 06,80,00 hdr
00
(II) PCI: 00:0f:0: chip 10de,0035 card 1458,b000 rev f2 class 01,01,8a hdr
00
(II) PCI: 00:10:0: chip 10de,0036 card 1458,b002 rev f2 class 01,01,85 hdr
00
(II) PCI: 00:11:0: chip 10de,003e card 1458,b002 rev f2 class 01,01,85 hdr
00
(II) PCI: 00:12:0: chip 10de,003d card 0000,0000 rev a2 class 06,04,01 hdr
01
(II) PCI: 00:13:0: chip 10de,003a card 1458,ae03 rev a1 class 04,01,00 hdr
00
(II) PCI: 01:00:0: chip 10de,0140 card 1458,3125 rev a2 class 03,00,00 hdr
00
(II) PCI: 02:06:0: chip 14f1,8800 card 18ac,db10 rev 05 class 04,00,00 hdr
80
(II) PCI: 02:06:2: chip 14f1,8802 card 18ac,db10 rev 05 class 04,80,00 hdr
80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xc8000000 - 0xcfffffff (0x8000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)

(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:18:0), (0,2,2), BCTRL: 0x0200 (VGA_EN is
cleared)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @
0xc8000000/26, 0xc0000000/27, 0xcc000000/24
(--) PCI: (2:6:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5,
Mem @ 0xd0000000/24
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [1] -1  0       0xd2006000 - 0xd2006fff (0x1000) MX[B]
        [2] -1  0       0xd2004000 - 0xd2004fff (0x1000) MX[B]
        [3] -1  0       0xd2003000 - 0xd2003fff (0x1000) MX[B]
        [4] -1  0       0xd2002000 - 0xd2002fff (0x1000) MX[B]
        [5] -1  0       0xd2001000 - 0xd20010ff (0x100) MX[B]
        [6] -1  0       0xd2000000 - 0xd2000fff (0x1000) MX[B]
        [7] -1  0       0xd2005000 - 0xd2005fff (0x1000) MX[B]
        [8] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [9] -1  0       0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
        [10] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [11] -1 0       0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
        [12] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [13] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [14] -1 0       0x0000e400 - 0x0000e40f (0x10) IX[B]
        [15] -1 0       0x00000b60 - 0x00000b63 (0x4) IX[B]
        [16] -1 0       0x00000960 - 0x00000967 (0x8) IX[B]
        [17] -1 0       0x00000be0 - 0x00000be3 (0x4) IX[B]
        [18] -1 0       0x000009e0 - 0x000009e7 (0x8) IX[B]
        [19] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [20] -1 0       0x00000b70 - 0x00000b73 (0x4) IX[B]
        [21] -1 0       0x00000970 - 0x00000977 (0x8) IX[B]
        [22] -1 0       0x00000bf0 - 0x00000bf3 (0x4) IX[B]
        [23] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [24] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [25] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [26] -1 0       0x00000900 - 0x0000093f (0x40) IX[B]
        [27] -1 0       0x00000700 - 0x0000073f (0x40) IX[B]
        [28] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [1] -1  0       0xd2006000 - 0xd2006fff (0x1000) MX[B]
        [2] -1  0       0xd2004000 - 0xd2004fff (0x1000) MX[B]
        [3] -1  0       0xd2003000 - 0xd2003fff (0x1000) MX[B]
        [4] -1  0       0xd2002000 - 0xd2002fff (0x1000) MX[B]
        [5] -1  0       0xd2001000 - 0xd20010ff (0x100) MX[B]
        [6] -1  0       0xd2000000 - 0xd2000fff (0x1000) MX[B]
        [7] -1  0       0xd2005000 - 0xd2005fff (0x1000) MX[B]
        [8] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [9] -1  0       0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
        [10] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [11] -1 0       0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
        [12] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [13] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [14] -1 0       0x0000e400 - 0x0000e40f (0x10) IX[B]
        [15] -1 0       0x00000b60 - 0x00000b63 (0x4) IX[B]
        [16] -1 0       0x00000960 - 0x00000967 (0x8) IX[B]
        [17] -1 0       0x00000be0 - 0x00000be3 (0x4) IX[B]
        [18] -1 0       0x000009e0 - 0x000009e7 (0x8) IX[B]
        [19] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [20] -1 0       0x00000b70 - 0x00000b73 (0x4) IX[B]
        [21] -1 0       0x00000970 - 0x00000977 (0x8) IX[B]
        [22] -1 0       0x00000bf0 - 0x00000bf3 (0x4) IX[B]
        [23] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [24] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [25] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [26] -1 0       0x00000900 - 0x0000093f (0x40) IX[B]
        [27] -1 0       0x00000700 - 0x0000073f (0x40) IX[B]
        [28] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [6] -1  0       0xd2006000 - 0xd2006fff (0x1000) MX[B]
        [7] -1  0       0xd2004000 - 0xd2004fff (0x1000) MX[B]
        [8] -1  0       0xd2003000 - 0xd2003fff (0x1000) MX[B]
        [9] -1  0       0xd2002000 - 0xd2002fff (0x1000) MX[B]
        [10] -1 0       0xd2001000 - 0xd20010ff (0x100) MX[B]
        [11] -1 0       0xd2000000 - 0xd2000fff (0x1000) MX[B]
        [12] -1 0       0xd2005000 - 0xd2005fff (0x1000) MX[B]
        [13] -1 0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [14] -1 0       0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
        [15] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [16] -1 0       0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [20] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [21] -1 0       0x0000e400 - 0x0000e40f (0x10) IX[B]
        [22] -1 0       0x00000b60 - 0x00000b63 (0x4) IX[B]
        [23] -1 0       0x00000960 - 0x00000967 (0x8) IX[B]
        [24] -1 0       0x00000be0 - 0x00000be3 (0x4) IX[B]
        [25] -1 0       0x000009e0 - 0x000009e7 (0x8) IX[B]
        [26] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [27] -1 0       0x00000b70 - 0x00000b73 (0x4) IX[B]
        [28] -1 0       0x00000970 - 0x00000977 (0x8) IX[B]
        [29] -1 0       0x00000bf0 - 0x00000bf3 (0x4) IX[B]
        [30] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [31] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [32] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [33] -1 0       0x00000900 - 0x0000093f (0x40) IX[B]
        [34] -1 0       0x00000700 - 0x0000073f (0x40) IX[B]
        [35] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) 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 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.8762
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.4
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA X Driver  1.0-8762  Mon May 15 13:09:21 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01: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 7.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [6] -1  0       0xd2006000 - 0xd2006fff (0x1000) MX[B]
        [7] -1  0       0xd2004000 - 0xd2004fff (0x1000) MX[B]
        [8] -1  0       0xd2003000 - 0xd2003fff (0x1000) MX[B]
        [9] -1  0       0xd2002000 - 0xd2002fff (0x1000) MX[B]
        [10] -1 0       0xd2001000 - 0xd20010ff (0x100) MX[B]
        [11] -1 0       0xd2000000 - 0xd2000fff (0x1000) MX[B]
        [12] -1 0       0xd2005000 - 0xd2005fff (0x1000) MX[B]
        [13] -1 0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [14] -1 0       0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
        [15] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [16] -1 0       0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [20] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [21] -1 0       0x0000e400 - 0x0000e40f (0x10) IX[B]
        [22] -1 0       0x00000b60 - 0x00000b63 (0x4) IX[B]
        [23] -1 0       0x00000960 - 0x00000967 (0x8) IX[B]
        [24] -1 0       0x00000be0 - 0x00000be3 (0x4) IX[B]
        [25] -1 0       0x000009e0 - 0x000009e7 (0x8) IX[B]
        [26] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [27] -1 0       0x00000b70 - 0x00000b73 (0x4) IX[B]
        [28] -1 0       0x00000970 - 0x00000977 (0x8) IX[B]
        [29] -1 0       0x00000bf0 - 0x00000bf3 (0x4) IX[B]
        [30] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [31] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [32] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [33] -1 0       0x00000900 - 0x0000093f (0x40) IX[B]
        [34] -1 0       0x00000700 - 0x0000073f (0x40) IX[B]
        [35] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [6] -1  0       0xd2006000 - 0xd2006fff (0x1000) MX[B]
        [7] -1  0       0xd2004000 - 0xd2004fff (0x1000) MX[B]
        [8] -1  0       0xd2003000 - 0xd2003fff (0x1000) MX[B]
        [9] -1  0       0xd2002000 - 0xd2002fff (0x1000) MX[B]
        [10] -1 0       0xd2001000 - 0xd20010ff (0x100) MX[B]
        [11] -1 0       0xd2000000 - 0xd2000fff (0x1000) MX[B]
        [12] -1 0       0xd2005000 - 0xd2005fff (0x1000) MX[B]
        [13] -1 0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [14] -1 0       0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
        [15] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [16] -1 0       0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [24] -1 0       0x0000e400 - 0x0000e40f (0x10) IX[B]
        [25] -1 0       0x00000b60 - 0x00000b63 (0x4) IX[B]
        [26] -1 0       0x00000960 - 0x00000967 (0x8) IX[B]
        [27] -1 0       0x00000be0 - 0x00000be3 (0x4) IX[B]
        [28] -1 0       0x000009e0 - 0x000009e7 (0x8) IX[B]
        [29] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [30] -1 0       0x00000b70 - 0x00000b73 (0x4) IX[B]
        [31] -1 0       0x00000970 - 0x00000977 (0x8) IX[B]
        [32] -1 0       0x00000bf0 - 0x00000bf3 (0x4) IX[B]
        [33] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [34] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [35] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [36] -1 0       0x00000900 - 0x0000093f (0x40) IX[B]
        [37] -1 0       0x00000700 - 0x0000073f (0x40) IX[B]
        [38] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [39] 0  0       0xcd0003b0 - 0xcd0003bb (0xc) IS[B]
        [40] 0  0       0xcd0003c0 - 0xcd0003df (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 "NoLogo" "true"
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): ConnectedMonitor string: "CRT"
(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.
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.72.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 6600 GT at PCI:1:0:0:

(--) NVIDIA(0):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
option
(**) 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 "NoLogo" "true"
(**) NVIDIA(1): Option "UseDisplayDevice" "TV"
(**) NVIDIA(1): Enabling RENDER acceleration
(II) NVIDIA(1): NVIDIA GPU GeForce 6600 GT at PCI:1:0:0
(--) NVIDIA(1): VideoRAM: 131072 kBytes
(--) NVIDIA(1): VideoBIOS: 05.43.02.72.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 6600 GT at PCI:1:0:0:

(--) NVIDIA(1):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(1): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(WW) NVIDIA(1): Option "UseDisplayDevice" requested "TV", but no unused TVs
(WW) NVIDIA(1):     are available.
(II) NVIDIA(1): Option "UseDisplayDevice" "TV" converted to "".
(WW) NVIDIA(1): Unable to find any of the requested display device "" in the

(WW) NVIDIA(1):     list of available display devices "".
(EE) NVIDIA(1): Unable to find available Display Devices for screen 1.
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xcc000000 - 0xccffffff (0x1000000) MX[B]
        [1] 0   0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
        [2] 0   0       0xc8000000 - 0xcbffffff (0x4000000) MX[B]
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [9] -1  0       0xd2006000 - 0xd2006fff (0x1000) MX[B]
        [10] -1 0       0xd2004000 - 0xd2004fff (0x1000) MX[B]
        [11] -1 0       0xd2003000 - 0xd2003fff (0x1000) MX[B]
        [12] -1 0       0xd2002000 - 0xd2002fff (0x1000) MX[B]
        [13] -1 0       0xd2001000 - 0xd20010ff (0x100) MX[B]
        [14] -1 0       0xd2000000 - 0xd2000fff (0x1000) MX[B]
        [15] -1 0       0xd2005000 - 0xd2005fff (0x1000) MX[B]
        [16] -1 0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
        [18] -1 0       0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [19] -1 0       0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [24] -1 0       0x0000e400 - 0x0000e40f (0x10) IX[B]
        [25] -1 0       0x00000b60 - 0x00000b63 (0x4) IX[B]
        [26] -1 0       0x00000960 - 0x00000967 (0x8) IX[B]
        [27] -1 0       0x00000be0 - 0x00000be3 (0x4) IX[B]
        [28] -1 0       0x000009e0 - 0x000009e7 (0x8) IX[B]
        [29] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [30] -1 0       0x00000b70 - 0x00000b73 (0x4) IX[B]
        [31] -1 0       0x00000970 - 0x00000977 (0x8) IX[B]
        [32] -1 0       0x00000bf0 - 0x00000bf3 (0x4) IX[B]
        [33] -1 0       0x000009f0 - 0x000009f7 (0x8) IX[B]
        [34] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [35] -1 0       0x0000bc00 - 0x0000bc07 (0x8) IX[B]
        [36] -1 0       0x00000900 - 0x0000093f (0x40) IX[B]
        [37] -1 0       0x00000700 - 0x0000073f (0x40) IX[B]
        [38] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) NVIDIA(0): Setting mode "1280x1024"
(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) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) 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 "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "XkbOptions" "grp:toggle,grp_led:scroll"
(**) Keyboard0: XkbOptions: "grp:toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) Option "Protocol" "IMPS/2"
(**) PS/2 Mouse: Device: "/dev/misc/psaux"
(**) PS/2 Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) PS/2 Mouse: always reports core events
(**) Option "CorePointer"
(**) PS/2 Mouse: Core Pointer
(**) Option "Device" "/dev/misc/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type:
Other)
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded


thanks in advance
_tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20060617/231f1253/attachment.html>


More information about the xorg mailing list