Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LCD Panel Flicker, Please Help NeddySeagoon
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
CloseYetFar
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2006
Posts: 102

PostPosted: Sat Jun 16, 2007 5:48 pm    Post subject: LCD Panel Flicker, Please Help NeddySeagoon Reply with quote

Problem:
LCD Panel hooked up to VGA port has a small amount of flicker to it. When a colored or bright window is open the flicker can not be seen. When I open Rxvt (with black background) or the screen locks (no screen saver, screen turns black) I notice a small amount of flicker. If I raise the the frequency to 75 Hz the flicker is actually reduced, but still visible. Also if I hit Ctrl+Alt+F2 monitor goes into a resolution of 1024 x 768 at 60 Hz and flick is almost unnoticeable. Lastly the VGA monitor responds to resolution changes much slower then the DVI monitor, but I think that is normal. I believe the problem is something similar to this post https://forums.gentoo.org/viewtopic-t-338429-highlight-lcd+flicker.html


Hardware:
Video card is nVidia GeForce 7300 LE with two output ports. One is DVI the other is VGA. The monitors are Dell Ultra Sharp 1905FP's. From the Monitors Manual resolution is:

" Horizontal scan range 30 kHz to 81 kHz (automatic)"
"Vertical scan range 56 Hz to 76 Hz (automatic)"
"Optimal preset resolution 1280 x 1024 at 60 Hz"
"Highest preset resolution 1280 x 1024 at 75 Hz"

H-Sync V-Sync PixelClock
VESA, 1280 x 1024 64.0 60.0 135.0 +/+
VESA, 1280 x 1024 80.0 75.0 135.0 +/+


Setup:
This is a dual monitor setup with one monitor using the DVI port and the other using the VGA port. Both monitors are running 1280 x 1024 at 60 Hz. Xorg and Xorg.0.log are pasted at bottom.


Comments:
I installed xvidtune and tried to use auto and the 4 buttuns above it, but I get a "Sorry: You have requested a mode-line that is not possible, or not supported by your hardware configuration" message. But I do get info on the current setup. Here is that info:
H-Sync is 63.98 V-Sync is 60.02 PixelClock is 108.00
V-Sync is over by .02 and PixelClock is under by 27. I wonder if this is the problem.
That is all the info I have, but any info anyone has will be appreciated. Thanks.


Xorg.conf:
Code:

Section "ServerFlags"
        Option "Xinerama" "false"
        #Option "DontVTSwitch"
EndSection



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

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

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

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

# OLD MOUSE CONFIG
#Section "InputDevice"
#       Identifier  "Mouse0"
#       Driver      "mouse"
#       Option      "Protocol" "IMPS/2"
#       Option      "Device" "/dev/input/mice"
#       Option      "ZAxisMapping" "4 5"
#EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "Emulate3Buttons" "false"
#Option "Device" "/dev/input/event1"
Option "Buttons" "10"
EndSection

Section "Monitor"
        #DisplaySize      380   310     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL 1905FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   310     # mm
        Identifier   "Monitor1"
        VendorName   "DEL"
        ModelName    "DELL 1905FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Option      "RenderAccel"               "true"
        Identifier  "Card-0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
        Screen          0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Option      "RenderAccel"               "true"
        Identifier  "Card-1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
        Screen          1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card-0"
        Monitor    "Monitor0"
        Option      "ConnectedMonitor" "CRT-0,DFP-0"
        Option      "UseDisplayDevice" "CRT-0"
        DefaultDepth 24
#       SubSection "Display"
#               Viewport   0 0
#               Depth     1
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     4
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     8
#        EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     15
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     16
#               Modes     "1280x1024"
#       EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card-1"
        Monitor    "Monitor1"
        Option      "ConnectedMonitor" "CRT-0,DFP-0"
        Option      "UseDisplayDevice" "DFP-0"
        DefaultDepth 24
#       SubSection "Display"
#               Viewport   0 0
#               Depth     1
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     4
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     8
#        EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     15
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     16
#               Modes     "1280x1024"
#       EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x1024"
        EndSubSection
EndSection


Xorg.0.log:
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.17-gentoo-r4 i686
Current Operating System: Linux dual 2.6.17-gentoo-r4 #10 SMP Wed Aug 16 20:49:57 EDT 2006 i686
Build Date: 30 July 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: Mon Jun 11 01:13:15 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card-0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card-1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/Type1"
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) 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 8086,2770 card 1028,01d1 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01d1 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01d1 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01d1 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01d1 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01d1 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1028,01d1 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c1 card 1028,01d1 rev 01 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01d1 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,01d1 card 10de,0356 rev a1 class 03,00,00 hdr 00
(II) PCI: 04:00:0: chip 8086,109a card 1028,01d1 rev 01 class 02,00,00 hdr 00
(II) PCI: 05:02:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
(II) PCI: 05:02:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 05:02:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 05:05:0: chip 109e,036e card 107d,6609 rev 11 class 04,00,00 hdr 80
(II) PCI: 05:05:1: chip 109e,0878 card 107d,6609 rev 11 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,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]















(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfc000000 - 0xfeafffff (0x2b00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfbf00000 - 0xfbffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:5), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
        [0] -1  0       0xfb800000 - 0xfbefffff (0x700000) 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 I/O range:
        [0] -1  0       0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
        [0] -1  0       0xfb700000 - 0xfb7fffff (0x100000) MX[B]
(II) Bus 5 prefetchable memory range:
        [0] -1  0       0xf0000000 - 0xf00fffff (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 unknown chipset (0x01d1) rev 161, Mem @ 0xfc000000/24, 0xe0000000/28, 0xfd000000/24, BIOS @ 0xfea00000/17
(--) PCI: (5:5:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xf0001000/12
(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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [1] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [2] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [3] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [4] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [5] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [6] -1  0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [7] -1  0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [8] -1  0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [9] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [11] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [13] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [14] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [15] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [16] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [17] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [18] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [19] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [20] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [21] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [26] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [27] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [28] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [29] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [1] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [2] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [3] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [4] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [5] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [6] -1  0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [7] -1  0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [8] -1  0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [9] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [11] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [13] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [14] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [15] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [16] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [17] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [18] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [19] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [20] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [21] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [26] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [27] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [28] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [29] -1 0       0x0000ff80 - 0x0000ff9f (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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [6] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [7] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [8] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [9] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [10] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [12] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [13] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [20] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [21] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [22] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [23] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [24] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [25] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [26] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [27] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [28] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [29] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [30] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [31] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [34] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [35] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [36] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: 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 DEC-XTRAP
(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: "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: "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: "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: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Video Driver
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 0.0.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(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) NVIDIA dlloader X Driver  1.0-9746  Fri Dec 15 09:56:41 PST 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 "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 7.1.99.2, module version = 1.0.0
(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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [6] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [7] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [8] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [9] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [10] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [12] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [13] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [20] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [21] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [22] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [23] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [24] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [25] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [26] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [27] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [28] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [29] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [30] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [31] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [34] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [35] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [36] -1 0       0x0000ff80 - 0x0000ff9f (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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [6] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [7] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [8] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [9] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [10] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [12] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [13] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xfc000000 - 0xfcffffff (0x1000000) 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       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [23] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [24] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [25] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [26] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [27] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [28] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [29] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [30] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [31] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [32] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [33] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [34] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [35] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [36] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [37] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [38] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [39] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [40] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [41] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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 "ConnectedMonitor" "CRT-0,DFP-0"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "UseDisplayDevice" "CRT-0"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): ConnectedMonitor string: "CRT-0,DFP-0"
(II) NVIDIA(0): NVIDIA GPU GeForce 7300 LE at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 05.72.22.41.31
(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 7300 LE at PCI:1:0:0:
(--) NVIDIA(0):     DELL 1905FP (CRT-0)
(--) NVIDIA(0):     DELL 1905FP (DFP-0)
(--) NVIDIA(0): DELL 1905FP (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): DELL 1905FP (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DELL 1905FP (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (87, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     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 "ConnectedMonitor" "CRT-0,DFP-0"
(**) NVIDIA(1): Option "RenderAccel" "true"
(**) NVIDIA(1): Option "UseDisplayDevice" "DFP-0"
(**) NVIDIA(1): Enabling RENDER acceleration
(II) NVIDIA(1): NVIDIA GPU GeForce 7300 LE at PCI:1:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 524288 kBytes
(--) NVIDIA(1): VideoBIOS: 05.72.22.41.31
(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 7300 LE at PCI:1:0:0:
(--) NVIDIA(1):     DELL 1905FP (CRT-0)
(--) NVIDIA(1):     DELL 1905FP (DFP-0)
(--) NVIDIA(1): DELL 1905FP (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): DELL 1905FP (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(1): DELL 1905FP (DFP-0): Internal Single Link TMDS
(II) NVIDIA(1): Assigned Display Device: DFP-0
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "1280x1024"
(II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(1): DPI set to (85, 83); computed from "UseEdidDpi" X config
(--) NVIDIA(1):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after preInit:
        [0] 0   0       0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [1] 0   0       0xe0000000 - 0xefffffff (0x10000000) MX[B]
        [2] 0   0       0xfc000000 - 0xfcffffff (0x1000000) MX[B]
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [9] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [10] -1 0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [11] -1 0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [12] -1 0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [13] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [14] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [15] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [16] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [17] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [18] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [19] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [20] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [21] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [22] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [23] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [24] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [25] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [26] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [27] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [28] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [29] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [30] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [31] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [32] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [33] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [34] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [35] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [36] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [37] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [38] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [39] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [40] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [41] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [42] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [43] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [44] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "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
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) NVIDIA(1): Setting mode "1280x1024"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(1): DPMS enabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(II) evdev brain: Rescanning devices (1).
(**) Option "CorePointer"
(**) Mouse0-usb-0000:00:1d.0-1/input0: Core Pointer
(II) Mouse0-usb-0000:00:1d.0-1/input0: Found 3 relative axes.
(II) Mouse0-usb-0000:00:1d.0-1/input0: Configuring as pointer.
(**) Mouse0-usb-0000:00:1d.0-1/input0: WHEELRelativeAxisButtons: 4 5.
(II) Mouse0-usb-0000:00:1d.0-1/input0: Found 8 mouse buttons
(II) Mouse0-usb-0000:00:1d.0-1/input0: Configured 10 mouse buttons
(**) 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-usb-0000:00:1d.0-1/input0" (type: MOUSE)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(**) Mouse0-usb-0000:00:1d.0-1/input0: 3 valuators.
(**) evdev_btn.c (81): Registering 10 buttons.
(II) Mouse0-usb-0000:00:1d.0-1/input0: Init
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to NONBLOCK inotify, using fallback. (errno: 9)
(II) evdev brain: Rescanning devices (2).
(II) Mouse0-usb-0000:00:1d.0-1/input0: On
SetClientVersion: 0 9
SetKbdSettings - type: -1 rate: 30 delay: 500 snumlk: 0
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) evdev brain: Rescanning devices (3).
(II) evdev brain: Rescanning devices (4).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) evdev brain: Rescanning devices (5).
(II) evdev brain: Rescanning devices (6).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) evdev brain: Rescanning devices (7).
(II) evdev brain: Rescanning devices (8).
(II) evdev brain: Rescanning devices (9).
(II) evdev brain: Rescanning devices (10).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) evdev brain: Rescanning devices (11).
(II) evdev brain: Rescanning devices (12).
(II) evdev brain: Rescanning devices (13).
(II) evdev brain: Rescanning devices (14).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) evdev brain: Rescanning devices (15).
(II) evdev brain: Rescanning devices (16).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024_60@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(1): Setting mode "DFP-0:1280x1024_60@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) evdev brain: Rescanning devices (17).
(II) evdev brain: Rescanning devices (18).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) evdev brain: Rescanning devices (19).
(II) evdev brain: Rescanning devices (20).
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024_75@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) Mouse0-usb-0000:00:1d.0-1/input0: Off
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024_75@1280x1024+0+0"
(II) NVIDIA(1): Setting mode "DFP-0:1280x1024_60@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0-usb-0000:00:1d.0-1/input0: On
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to NONBLOCK inotify, using fallback. (errno: 9)
(II) evdev brain: Rescanning devices (21).
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024_60@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0-usb-0000:00:1d.0-1/input0: Off
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024_60@1280x1024+0+0"
(II) NVIDIA(1): Setting mode "DFP-0:1280x1024_60@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0-usb-0000:00:1d.0-1/input0: On
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to NONBLOCK inotify, using fallback. (errno: 9)
(II) evdev brain: Rescanning devices (22).
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
(II) Mouse0-usb-0000:00:1d.0-1/input0: Off
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024_60@1280x1024+0+0"
(II) NVIDIA(1): Setting mode "DFP-0:1280x1024_60@1280x1024+0+0"
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Mouse0-usb-0000:00:1d.0-1/input0: On
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to NONBLOCK inotify, using fallback. (errno: 9)
(II) evdev brain: Rescanning devices (23).


Im pretty sure the EE's are coming from me using xvidtune, but in not 100% sure.


Last edited by CloseYetFar on Sat Jun 16, 2007 6:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sat Jun 16, 2007 6:16 pm    Post subject: Reply with quote

this is obvious but what happens if you switch the monitors?
(Probably a hardware issue)

About evdev errors, here's an interesting page if you haven't already
seen it:

http://www.chrisweldon.net/index.php?/archives/60-Xorg-7.1-and-evdev-problems-Solved.html
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
CloseYetFar
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2006
Posts: 102

PostPosted: Sat Jun 16, 2007 8:02 pm    Post subject: Reply with quote

Made some changes to xorg:
Code:


Section "ServerFlags"
        Option "Xinerama" "false"
        #Option "DontVTSwitch"
EndSection



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

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

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

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

# OLD MOUSE CONFIG
#Section "InputDevice"
#       Identifier  "Mouse0"
#       Driver      "mouse"
#       Option      "Protocol" "IMPS/2"
#       Option      "Device" "/dev/input/mice"
#       Option      "ZAxisMapping" "4 5"
#EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "Emulate3Buttons" "false"
#Option "Device" "/dev/input/event1"
Option "Buttons" "10"
EndSection

Section "Monitor"
        #DisplaySize      380   310     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL 1905FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Monitor"
        #DisplaySize      380   310     # mm
        Identifier   "Monitor1"
        VendorName   "DEL"
        ModelName    "DELL 1905FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Option      "RenderAccel"               "true"
        Identifier  "Card-0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce 7300 LE"
        BusID       "PCI:1:0:0"
        Screen          0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Option      "RenderAccel"               "true"
        Identifier  "Card-1"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce 7300 LE"
        BusID       "PCI:1:0:0"
        Screen          1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card-0"
        Monitor    "Monitor0"
        Option      "metamodes" "CRT: 1280x1024_60 +0+0; CRT: 1280x1024 +0+0"
        DefaultDepth 24

        SubSection "Display"
                Depth     24
                Modes     "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card-1"
        Monitor    "Monitor1"
        Option     "metamodes" "DFP: 1280x1024_60 +0+0; DFP: 1280x1024 +0+0"
        DefaultDepth 24

        SubSection "Display"
                Depth     24
                Modes     "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Xorg.0.log after reboot:
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.17-gentoo-r4 i686
Current Operating System: Linux dual 2.6.17-gentoo-r4 #10 SMP Wed Aug 16 20:49:57 EDT 2006 i686
Build Date: 30 July 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 16 14:55:12 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card-0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card-1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/Type1"
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) 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 8086,2770 card 1028,01d1 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01d1 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01d1 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01d1 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01d1 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01d1 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1028,01d1 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c1 card 1028,01d1 rev 01 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01d1 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,01d1 card 10de,0356 rev a1 class 03,00,00 hdr 00
(II) PCI: 04:00:0: chip 8086,109a card 1028,01d1 rev 01 class 02,00,00 hdr 00
(II) PCI: 05:02:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
(II) PCI: 05:02:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 05:02:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 05:05:0: chip 109e,036e card 107d,6609 rev 11 class 04,00,00 hdr 80
(II) PCI: 05:05:1: chip 109e,0878 card 107d,6609 rev 11 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,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfc000000 - 0xfeafffff (0x2b00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfbf00000 - 0xfbffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:5), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
        [0] -1  0       0xfb800000 - 0xfbefffff (0x700000) 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 I/O range:
        [0] -1  0       0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
        [0] -1  0       0xfb700000 - 0xfb7fffff (0x100000) MX[B]
(II) Bus 5 prefetchable memory range:
        [0] -1  0       0xf0000000 - 0xf00fffff (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 unknown chipset (0x01d1) rev 161, Mem @ 0xfc000000/24, 0xe0000000/28, 0xfd000000/24, BIOS @ 0xfea00000/17
(--) PCI: (5:5:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xf0001000/12
(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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [1] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [2] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [3] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [4] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [5] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [6] -1  0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [7] -1  0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [8] -1  0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [9] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [11] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [13] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [14] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [15] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [16] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [17] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [18] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [19] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [20] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [21] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [26] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [27] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [28] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [29] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [1] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [2] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [3] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [4] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [5] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [6] -1  0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [7] -1  0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [8] -1  0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [9] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [11] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [13] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [14] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [15] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [16] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [17] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [18] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [19] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [20] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [21] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [26] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [27] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [28] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [29] -1 0       0x0000ff80 - 0x0000ff9f (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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [6] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [7] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [8] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [9] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [10] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [12] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [13] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [20] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [21] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [22] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [23] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [24] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [25] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [26] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [27] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [28] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [29] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [30] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [31] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [34] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [35] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [36] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: 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 DEC-XTRAP
(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: "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: "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: "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: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Video Driver
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 0.0.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(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) NVIDIA dlloader X Driver  1.0-9746  Fri Dec 15 09:56:41 PST 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 "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 7.1.99.2, module version = 1.0.0
(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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [6] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [7] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [8] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [9] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [10] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [12] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [13] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [20] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [21] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [22] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [23] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [24] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [25] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [26] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [27] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [28] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [29] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [30] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [31] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [34] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [35] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [36] -1 0       0x0000ff80 - 0x0000ff9f (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       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [6] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [7] -1  0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [8] -1  0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [9] -1  0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [10] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [11] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [12] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [13] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [14] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [15] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [16] -1 0       0xfc000000 - 0xfcffffff (0x1000000) 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       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [23] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [24] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [25] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [26] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [27] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [28] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [29] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [30] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [31] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [32] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [33] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [34] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [35] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [36] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [37] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [38] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [39] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [40] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [41] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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 "RenderAccel" "true"
(**) NVIDIA(0): Option "MetaModes" "CRT: 1280x1024_60 +0+0; CRT: 1280x1024 +0+0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce 7300 LE at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 05.72.22.41.31
(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 7300 LE at PCI:1:0:0:
(--) NVIDIA(0):     DELL 1905FP (CRT-0)
(--) NVIDIA(0):     DELL 1905FP (DFP-0)
(--) NVIDIA(0): DELL 1905FP (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): DELL 1905FP (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DELL 1905FP (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "CRT:1280x1024_60+0+0"
(II) NVIDIA(0):     "CRT:1280x1024+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (87, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     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 "RenderAccel" "true"
(**) NVIDIA(1): Option "MetaModes" "DFP: 1280x1024_60 +0+0; DFP: 1280x1024 +0+0"
(**) NVIDIA(1): Enabling RENDER acceleration
(II) NVIDIA(1): NVIDIA GPU GeForce 7300 LE at PCI:1:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 524288 kBytes
(--) NVIDIA(1): VideoBIOS: 05.72.22.41.31
(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 7300 LE at PCI:1:0:0:
(--) NVIDIA(1):     DELL 1905FP (CRT-0)
(--) NVIDIA(1):     DELL 1905FP (DFP-0)
(--) NVIDIA(1): DELL 1905FP (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): DELL 1905FP (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(1): DELL 1905FP (DFP-0): Internal Single Link TMDS
(II) NVIDIA(1): Display Device found referenced in MetaMode: DFP-0
(II) NVIDIA(1): Assigned Display Device: DFP-0
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "DFP:1280x1024_60+0+0"
(II) NVIDIA(1):     "DFP:1280x1024+0+0"
(II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(1): DPI set to (85, 83); computed from "UseEdidDpi" X config
(--) NVIDIA(1):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after preInit:
        [0] 0   0       0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [1] 0   0       0xe0000000 - 0xefffffff (0x10000000) MX[B]
        [2] 0   0       0xfc000000 - 0xfcffffff (0x1000000) MX[B]
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xf0000000 - 0xf0000fff (0x1000) MX[B]
        [9] -1  0       0xfb7fc000 - 0xfb7fffff (0x4000) MX[B]
        [10] -1 0       0xfb7fb800 - 0xfb7fbfff (0x800) MX[B]
        [11] -1 0       0xfb800000 - 0xfbbfffff (0x400000) MX[B]
        [12] -1 0       0xfbee0000 - 0xfbefffff (0x20000) MX[B]
        [13] -1 0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [14] -1 0       0xffa80800 - 0xffa80bff (0x400) MX[B]
        [15] -1 0       0xf0001000 - 0xf0001fff (0x1000) MX[B](B)
        [16] -1 0       0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
        [17] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [18] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [19] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [20] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [21] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [22] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [23] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [24] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [25] -1 0       0x0000ccd8 - 0x0000ccdf (0x8) IX[B]
        [26] -1 0       0x0000cce0 - 0x0000ccff (0x20) IX[B]
        [27] -1 0       0x0000dce0 - 0x0000dcff (0x20) IX[B]
        [28] -1 0       0x0000ece0 - 0x0000ecff (0x20) IX[B]
        [29] -1 0       0x0000fea0 - 0x0000feaf (0x10) IX[B]
        [30] -1 0       0x0000fe30 - 0x0000fe33 (0x4) IX[B]
        [31] -1 0       0x0000fe20 - 0x0000fe27 (0x8) IX[B]
        [32] -1 0       0x0000fe10 - 0x0000fe13 (0x4) IX[B]
        [33] -1 0       0x0000fe00 - 0x0000fe07 (0x8) IX[B]
        [34] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [35] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [36] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [37] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [38] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [39] -1 0       0x0000ff20 - 0x0000ff3f (0x20) IX[B]
        [40] -1 0       0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [41] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [42] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [43] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [44] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "CRT:1280x1024_60+0+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) NVIDIA(1): Setting mode "DFP:1280x1024_60+0+0"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(1): DPMS enabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(II) evdev brain: Rescanning devices (1).
(**) Option "CorePointer"
(**) Mouse0-usb-0000:00:1d.0-1/input0: Core Pointer
(II) Mouse0-usb-0000:00:1d.0-1/input0: Found 3 relative axes.
(II) Mouse0-usb-0000:00:1d.0-1/input0: Configuring as pointer.
(**) Mouse0-usb-0000:00:1d.0-1/input0: WHEELRelativeAxisButtons: 4 5.
(II) Mouse0-usb-0000:00:1d.0-1/input0: Found 8 mouse buttons
(II) Mouse0-usb-0000:00:1d.0-1/input0: Configured 10 mouse buttons
(**) 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-usb-0000:00:1d.0-1/input0" (type: MOUSE)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(**) Mouse0-usb-0000:00:1d.0-1/input0: 3 valuators.
(**) evdev_btn.c (81): Registering 10 buttons.
(II) Mouse0-usb-0000:00:1d.0-1/input0: Init
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to initialize inotify, using fallback. (errno: 38)
(EE) evdev brain: Unable to NONBLOCK inotify, using fallback. (errno: 9)
(II) evdev brain: Rescanning devices (2).
(II) Mouse0-usb-0000:00:1d.0-1/input0: On
SetClientVersion: 0 9
SetKbdSettings - type: -1 rate: 30 delay: 500 snumlk: 0


Probably will look at the evdev error another day.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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