On Thu, 8 Mar 2007, Dan Nicholson wrote:

> On 3/8/07, Jorge Almeida <[EMAIL PROTECTED]> wrote:
>> On Thu, 8 Mar 2007, Lauri Kasanen wrote:
>>
>>>
>>> I think you have
>>> Option "DontVTSwitch"
>>> in your xorg.conf.
>>>
>> Nope. It's commented. Anyway, the xorg.conf file is just a copy of the
>> xorg.conf I have (in working conditions) in the Gentoo part of the box.
>
> Could you attach xorg.conf? Maybe Xorg.log, too, if you see anything unusual.
>
>
Here it goes:

        Section "Module"
            Load        "dbe"   # Double buffer extension
                Load  "fbdevhw"
                Load  "record"
            SubSection  "extmod"
              Option    "omit xfree86-dga"   # don't initialise the DGA 
extension
            EndSubSection
            Load        "type1"
            Load        "freetype"
            Load       "glx"
        EndSection
        Section "Files"
            FontPath    "/usr/share/fonts/misc"
            FontPath    "/usr/share/fonts/TTF"
            FontPath    "/usr/share/fonts/Type1"
            FontPath    "/usr/share/fonts/75dpi"
            FontPath    "/usr/share/fonts/100dpi"
            FontPath    "/usr/share/fonts/local"
            FontPath    "/usr/local/share/fonts"
        EndSection
        Section "ServerFlags"
        EndSection
        Section "Extensions"
                Option "Composite" "Enable"
                Option "RENDER" "Enable"
        EndSection
        Section "InputDevice"
            Identifier  "Keyboard1"
            Driver      "kbd"
            Option "AutoRepeat" "500 30"
            Option "XkbRules"   "xorg"
            Option "XkbModel"   "pc104"
            Option "XkbLayout"  "us_intl"
        EndSection
        Section "InputDevice"
            Identifier  "Mouse1"
            Driver      "mouse"
            Option "Protocol"    "IMPS/2"
            Option "Device"      "/dev/input/mice"
            Option      "ZAxisMapping" "4 5"
            Option "Emulate3Buttons" "no"
        EndSection
        Section "Monitor"
            Identifier  "My Monitor"
            HorizSync   24-80
            VertRefresh 49-75
        EndSection
        Section "Device"
            Identifier  "Standard VGA"
            VendorName  "Unknown"
            BoardName   "Unknown"
            Driver     "vga"
        EndSection
        Section "Device"
            Identifier  "** NVIDIA (generic)                   [nv]"
            Driver      "nv"
            VideoRam    131072
            Option "AllowGLXWithComposite" "1"
            Option "RenderAccel" "true"
            Option     "NoLogo" "true"
        EndSection
        Section "Screen"
            Identifier  "Screen 1"
            Device  "** NVIDIA (generic)                   [nv]"
            Monitor     "My Monitor"
            DefaultDepth 24
            Subsection "Display"
                Depth       24
                Modes       "1280x1024"
                ViewPort    0 0
            EndSubsection
        EndSection
        Section "ServerLayout"
            Identifier  "Simple Layout"
            Screen "Screen 1"
            InputDevice "Mouse1" "CorePointer"
            InputDevice "Keyboard1" "CoreKeyboard"
        EndSection

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/jmaa:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-gentoo-r2 i686 
Current Operating System: Linux jmaa 2.6.16.38 #1 PREEMPT Sun Feb 4 12:05:40 
WET 2007 i686
Build Date: 27 February 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: Thu Mar  8 09:30:48 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "** NVIDIA (generic)                   [nv]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
        Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
        /opt/xorg/lib/X11/fonts/misc/,
        /opt/xorg/lib/X11/fonts/TTF/,
        /opt/xorg/lib/X11/fonts/OTF,
        /opt/xorg/lib/X11/fonts/Type1/,
        /opt/xorg/lib/X11/fonts/CID/,
        /opt/xorg/lib/X11/fonts/100dpi/,
        /opt/xorg/lib/X11/fonts/75dpi/
(==) RgbPath set to "/opt/xorg/share/X11/rgb"
(==) ModulePath set to "/opt/xorg/lib/X11/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Open APM successful
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.0
        X.Org XInput driver : 0.6
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /opt/xorg/lib/X11/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /opt/xorg/lib/X11/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(--) using VT number 6

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1462,7280 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1462,7280 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1462,7280 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1462,7280 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1462,7280 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1462,0080 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 10b0,0421 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 02:06:0: chip 10ec,8169 card 1462,728c rev 10 class 02,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,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:1:0), (0,1,1), BCTRL: 0x000d (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfc900000 - 0xfe9fffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xdff00000 - 0xefefffff (0x10000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x500fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 
0xfd000000/24, 0xe0000000/27, BIOS @ 0xfe9e0000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 
0xefffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfeaff700 - 0xfeaff7ff (0x100) MX[B]
        [1] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [2] -1  0       0xfebffd00 - 0xfebffdff (0x100) MX[B]
        [3] -1  0       0xfebffe00 - 0xfebfffff (0x200) MX[B]
        [4] -1  0       0xfebff800 - 0xfebffbff (0x400) MX[B]
        [5] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [6] -1  0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [7] -1  0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [8] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [9] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [10] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [11] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
        [12] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [13] -1 0       0x00000c00 - 0x00000c1f (0x20) IX[B]
        [14] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [15] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [16] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [17] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [18] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0       0x50100000 - 0x501003ff (0x400) MX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfeaff700 - 0xfeaff7ff (0x100) MX[B]
        [1] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [2] -1  0       0xfebffd00 - 0xfebffdff (0x100) MX[B]
        [3] -1  0       0xfebffe00 - 0xfebfffff (0x200) MX[B]
        [4] -1  0       0xfebff800 - 0xfebffbff (0x400) MX[B]
        [5] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [6] -1  0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [7] -1  0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [8] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [9] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [10] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [11] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
        [12] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [13] -1 0       0x00000c00 - 0x00000c1f (0x20) IX[B]
        [14] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [15] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [16] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [17] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [18] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0x50100000 - 0x501003ff (0x400) MX[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       0xfeaff700 - 0xfeaff7ff (0x100) MX[B]
        [5] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [6] -1  0       0xfebffd00 - 0xfebffdff (0x100) MX[B]
        [7] -1  0       0xfebffe00 - 0xfebfffff (0x200) MX[B]
        [8] -1  0       0xfebff800 - 0xfebffbff (0x400) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [11] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [12] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [13] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [18] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
        [19] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [20] -1 0       0x00000c00 - 0x00000c1f (0x20) IX[B]
        [21] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [22] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [24] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [25] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /opt/xorg/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.1.1, 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: "fbdevhw"
(II) Loading /opt/xorg/lib/X11/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.0.2
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "record"
(II) Loading /opt/xorg/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.1.1, 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: "extmod"
(II) Loading /opt/xorg/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.1.1, 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 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: "type1"
(II) Loading /opt/xorg/lib/X11/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.1.1, 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: "freetype"
(II) Loading /opt/xorg/lib/X11/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.1.1, 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: "glx"
(II) Loading /opt/xorg/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nv"
(II) Loading /opt/xorg/lib/X11/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /opt/xorg/lib/X11/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /opt/xorg/lib/X11/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
        GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
        GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
        GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
        GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
        GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
        GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
        GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
        Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
        GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
        GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
        GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
        GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
        GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
        Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
        GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 GT, GeForce 6800 GT,
        GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, GeForce 6800 GS,
        GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800,
        GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI,
        Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE,
        GeForce 6600 VE, GeForce Go 6600, GeForce 6610 XL,
        GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600,
        GeForce Go 6600 GT, Quadro FX 550, Quadro FX 540, GeForce 6200,
        GeForce 6500, GeForce 6200 TurboCache(TM),
        GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200,
        Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400,
        GeForce 6250, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT,
        GeForce 6800 XT, GeForce 6200, GeForce 7800 GTX, GeForce 7800 GTX,
        GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
        GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
        GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, Quadro NVS 110M,
        Quadro NVS 120M, Quadro FX 350M, Quadro FX 350, GeForce 7300 GS,
        GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M, Quadro FX 550M,
        Quadro FX 560, GeForce Go 7900 GS, GeForce Go 7900 GTX,
        Quadro FX 2500M, Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500,
        Quadro FX 1500, GeForce 6150, GeForce 6150 LE, GeForce 6100,
        GeForce Go 6150, GeForce Go 6100
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce FX 5200 found
(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       0xfeaff700 - 0xfeaff7ff (0x100) MX[B]
        [5] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [6] -1  0       0xfebffd00 - 0xfebffdff (0x100) MX[B]
        [7] -1  0       0xfebffe00 - 0xfebfffff (0x200) MX[B]
        [8] -1  0       0xfebff800 - 0xfebffbff (0x400) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [11] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [12] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [13] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [18] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
        [19] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [20] -1 0       0x00000c00 - 0x00000c1f (0x20) IX[B]
        [21] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [22] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [24] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [25] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[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       0xfeaff700 - 0xfeaff7ff (0x100) MX[B]
        [5] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [6] -1  0       0xfebffd00 - 0xfebffdff (0x100) MX[B]
        [7] -1  0       0xfebffe00 - 0xfebfffff (0x200) MX[B]
        [8] -1  0       0xfebff800 - 0xfebffbff (0x400) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [11] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [12] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [13] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [20] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
        [22] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [23] -1 0       0x00000c00 - 0x00000c1f (0x20) IX[B]
        [24] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [25] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [26] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [27] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [28] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [29] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [30] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /opt/xorg/lib/X11/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /opt/xorg/lib/X11/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.0
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xFD000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /opt/xorg/lib/X11/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /opt/xorg/lib/X11/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: AIC  Model: 1920  Serial#: 15
(II) NV(0): Year: 2005  Week: 3
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) NV(0): Sync:  Separate  CompositeSerration on. V.Sync Pulse req. if 
CompSync or SyncOnGreen
(II) NV(0): Max H-Image Size [cm]: horiz.: 37  vert.: 30
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.647 redY: 0.346   greenX: 0.292 greenY: 0.602
(II) NV(0): blueX: 0.149 blueY: 0.130   whiteX: 0.322 whiteY: 0.337
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) NV(0): #1: hsize: 1152  vsize 864  refresh: 70  vid: 19057
(II) NV(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) NV(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) NV(0): #4: hsize: 1280  vsize 960  refresh: 70  vid: 19073
(II) NV(0): #5: hsize: 1280  vsize 960  refresh: 75  vid: 20353
(II) NV(0): #6: hsize: 1280  vsize 1024  refresh: 70  vid: 35457
(II) NV(0): #7: hsize: 1280  vsize 1024  refresh: 72  vid: 35969
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz   Image Size:  375 x 301 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 
h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 
v_border: 0
(II) NV(0): Ranges: V min: 49  V max: 75 Hz, H min: 24  H max: 80 kHz, PixClock 
max 140 MHz
(II) NV(0): Monitor name: E-191
(II) NV(0): Serial No: 15
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): My Monitor: Using hsync range of 24.00-80.00 kHz
(II) NV(0): My Monitor: Using vrefresh range of 49.00-75.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(WW) (1280x960,My Monitor) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,My Monitor) mode clock 157.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,My Monitor) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,My Monitor) mode clock 175.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,My Monitor) mode clock 189MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,My Monitor) mode clock 202.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,My Monitor) mode clock 229.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,My Monitor) mode clock 204.8MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1792x1344,My Monitor) mode clock 261MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,My Monitor) mode clock 218.3MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1856x1392,My Monitor) mode clock 288MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(WW) (928x696,My Monitor) mode clock 144MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,My Monitor) mode clock 234MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1920x1440,My Monitor) mode clock 297MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,My Monitor) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1400x1050,My Monitor) mode clock 155.8MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1920x1440,My Monitor) mode clock 341.35MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,My Monitor) mode clock 170.675MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,My Monitor) mode clock 266.95MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (2048x1536,My Monitor) mode clock 340.48MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,My Monitor) mode clock 170.24MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
(WW) (1024x768,My Monitor) mode clock 194.02MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual 
size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual 
size)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 
1066 +hsync +vsync
(**) NV(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 
1066 +hsync +vsync
(**) NV(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 
+hsync +vsync
(**) NV(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 
+hsync +vsync
(**) NV(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) NV(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 
+hsync +vsync
(**) NV(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 
+hsync +vsync
(**) NV(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 
-hsync -vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 
-hsync -vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 
-hsync -vsync
(**) NV(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 
+hsync +vsync
(**) NV(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 
+hsync +vsync
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 
+hsync +vsync
(**) NV(0):  Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625 
doublescan +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 
+hsync +vsync
(**) NV(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 
doublescan +hsync +vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync 
-vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync 
-vsync
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync 
-vsync
(**) NV(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 
doublescan +hsync +vsync
(**) NV(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 
doublescan +hsync +vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 
doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 
doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 
doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 
doublescan -hsync -vsync
(**) NV(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 
doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 
doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 
doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 
doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 
doublescan -hsync -vsync
(--) NV(0): Display dimensions: (370, 300) mm
(--) NV(0): DPI set to (87, 86)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /opt/xorg/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /opt/xorg/lib/X11/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /opt/xorg/lib/X11/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.0
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
        [1] 0   0       0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xfeaff700 - 0xfeaff7ff (0x100) MX[B]
        [7] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [8] -1  0       0xfebffd00 - 0xfebffdff (0x100) MX[B]
        [9] -1  0       0xfebffe00 - 0xfebfffff (0x200) MX[B]
        [10] -1 0       0xfebff800 - 0xfebffbff (0x400) MX[B]
        [11] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [12] -1 0       0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0x50100000 - 0x501003ff (0x400) MX[B]
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [22] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
        [24] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [25] -1 0       0x00000c00 - 0x00000c1f (0x20) IX[B]
        [26] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [27] -1 0       0x0000ec00 - 0x0000ec1f (0x20) IX[B]
        [28] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [30] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe0000000,0x8000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(WW) NV(0): Option "AllowGLXWithComposite" is not used
(WW) NV(0): Option "RenderAccel" is not used
(WW) NV(0): Option "NoLogo" is not used
(==) 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 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) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us_intl"
(**) Keyboard1: XkbLayout: "us_intl"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
     xkb_keycodes             { include "xfree86+aliases(qwerty)" };
     xkb_types                { include "complete" };
     xkb_compatibility        { include "complete" };
     xkb_symbols              { include "pc/pc(pc104)+pc/us_intl" };
     xkb_geometry             { include "pc(pc104)" };
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /opt/xorg/lib/X11/fonts/CID/, removing from 
list!
FreeFontPath: FPE "/opt/xorg/lib/X11/fonts/misc/" refcount is 2, should be 1; 
fixing.
-- 
Jorge Almeida
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to