You are not logged in.

#1 2009-01-20 18:40:18

siaco
Member
Registered: 2009-01-20
Posts: 21

Bad performance, nvidia 6800GT, v.180.22

Hi,

The following text was written for some minutes ago.. Turns out, I got some new (strange) information. Please read the update below.

Just though I'd help out people who might have been in the same situation as I was; after upgrading to kernel 2.6.28 and nvidia 180.22 driver I got terrible performance when viewing videos. Even Firefox lagged when I scrolled my Twitter page. So, as I was starting to check how to downgrade, I also read nvidia wiki here on Arch linux. It turns out that my xorg config was missing one simple line which made my life better:

Option "TripleBuffer" "True"

I haven't done a thing with my xorg conf since the upgrade, so I dunno why it worked better without these three words with my old driver (v.177.82)
Anyways, hope this helps someone else out too smile


UPDATE:
Okai, so I restarted my computer and it turned out to be just as bad as before sad ..What I did when it got better was to edit the xorg cong and restart x with ctrl+alt+backspace.. So, after the restart and when I found out that the video once again was lagging i just restarted x with ctrl+alt+backspace and suddenly I could play videos without lag. wtf? So, if anyone could try to explain this to me, I'd be once again happy. Thank you! :-)

UPDATE 2:
It seems that a cause of the problem can be found in post 12 in this thread.

Last edited by siaco (2009-01-23 16:47:25)

Offline

#2 2009-01-20 22:52:07

johny_b
Member
Registered: 2009-01-20
Posts: 2

Re: Bad performance, nvidia 6800GT, v.180.22

Thank you for advice, i had similar problem than you with my 6600GT (AGP) + v. 180.22.
Video was lagging (VLC, Kaffeine), scrolling in firefox was slow. It seems that "TripleBuffer" solved all this problems, everything is fine now.

Offline

#3 2009-01-21 06:25:47

siaco
Member
Registered: 2009-01-20
Posts: 21

Re: Bad performance, nvidia 6800GT, v.180.22

Well that good news, but have you tried restarting after applying the configuration - not simply restarting X? I also realise that "TripleBuffer" is the correct string according to the documentation from nvidia. But, fixing that typo didn't help me either. After a full restart I still do have lagging videos. After restarting just X the videos plays fine and I have no clue why its so. ..Anyone? smile

Offline

#4 2009-01-21 17:00:14

johny_b
Member
Registered: 2009-01-20
Posts: 2

Re: Bad performance, nvidia 6800GT, v.180.22

Hi, behaviour of my computer is the same as you wrote, if i turn on or restart computer, X-server is slow, after restarting only X-server, everything is ok. I dont know where can be a problem - nvidia drivers or kernel settings, X-server. We we'll see.

Offline

#5 2009-01-22 18:46:51

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Bad performance, nvidia 6800GT, v.180.22

same problem of yours, my scrolling with firefox for example of facebook homepage is very slow and all my xsession is slow since i have upgraded the kernel and the nvidia drivers, i have added that line into my xorg.conf but it haven't fixed the problem..

Offline

#6 2009-01-22 19:04:37

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Bad performance, nvidia 6800GT, v.180.22

Note that the option is misspelled in the first post, as siaco noticed. The correct option is TripleBuffer:

Option "TripleBuffer" "True"

Offline

#7 2009-01-22 20:01:21

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Bad performance, nvidia 6800GT, v.180.22

ok, my xorg.conf is this but i still have the problem sad

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:30:30 PDT 2007

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
#    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/ttf/western"
    FontPath        "/usr/share/fonts/ttf/decoratives"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/latex-ttf-fonts"
    FontPath        "/usr/share/fonts/defoma/CID"
    FontPath        "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    #Load  "dri"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    #Load           "type1"
    Load           "freetype"
    Load           "record"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "it"
    Option         "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

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

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

Section "Monitor"
 # Warning: This may fry old Monitors
 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    #  Default modes distilled from
    #      "VESA and Industry Standards and Guide for Computer Display Monitor
    #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    ModeLine       "640x350" 31.0 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine       "640x400" 31.0 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine       "720x400" 35.0 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine       "640x480" 25.0 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480" 31.0 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480" 31.0 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600" 49.0 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600" 56.0 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "1024x768" 44.0 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 78.0 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768" 94.0 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine       "1280x960" 148.0 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 157.0 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 175.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 202.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 229.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1792x1344" 204.0 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine       "1856x1392" 218.0 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "640x480" 43.0 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine       "768x576" 34.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine       "768x576" 42.0 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine       "768x576" 45.0 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine       "768x576" 51.0 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine       "768x576" 62.0 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine       "800x600" 68.0 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine       "1024x768" 113.0 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine       "1152x864" 81.0 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine       "1152x864" 119.0 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine       "1152x864" 143.0 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine       "1280x960" 124.0 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine       "1280x960" 129.0 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine       "1280x960" 178.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine       "1280x1024" 190.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine       "1400x1050" 122.0 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine       "1400x1050" 149.0 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine       "1400x1050" 155.0 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine       "1400x1050" 179.0 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine       "1400x1050" 214.0 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine       "1600x1200" 280.0 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option         "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6200"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TripleBuffer" "True"
    Option         "TwinView" "0"
    Option         "metamodes" "1680x1050 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

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

Section "ServerFlags"
    Option        "AutoAddDevices" "False"
EndSection

Offline

#8 2009-01-22 20:01:51

siaco
Member
Registered: 2009-01-20
Posts: 21

Re: Bad performance, nvidia 6800GT, v.180.22

foutrelis wrote:

Note that the option is misspelled in the first post, as siaco noticed. The correct option is TripleBuffer:

Thank you, as written in my second post I did notice this too, but the correct spelling of it didn't help either. I have now corrected it in my first post too so that people who just reads that don't insert wrong configuration in xorg.conf.

--

It's good to see that I'm not the only one with this problem, but lets hope someone comes up with a lasting solution.

Offline

#9 2009-01-22 20:22:51

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Bad performance, nvidia 6800GT, v.180.22

siaco and johnny can you paste your xorg.0.log in /var/log when you turn on your pc and so you have the slow session and when you restart X please? My curiosity have you only a videocard or an integrated one too?

Offline

#10 2009-01-23 00:01:38

danielomen
Member
From: England
Registered: 2008-09-05
Posts: 15

Re: Bad performance, nvidia 6800GT, v.180.22

sounds like the nvidia driver isn't initilizing AGPGART properly first time round and is defaulting to PCI mode
use 'nvidia-settings' and check on the GPU 0 - (GeForce xxxxx) dropdown and check that it is 'AGP 8X' not something like 'PCI 1:0:0'

Offline

#11 2009-01-23 01:07:01

Xappe
Member
Registered: 2008-05-17
Posts: 105

Re: Bad performance, nvidia 6800GT, v.180.22

Yes, I have the same problem with my 7600GT AGP. Just checked, at first it showed up as PCI in nvidia-settings, but after I restarted X it showed the correct AGP 8x...

Now I wonder how we can get it to initialize properly the first time...


vanum est vobis ante lucem surgere

Offline

#12 2009-01-23 06:35:32

siaco
Member
Registered: 2009-01-20
Posts: 21

Re: Bad performance, nvidia 6800GT, v.180.22

toketin wrote:

siaco and johnny can you paste your xorg.0.log in /var/log when you turn on your pc and so you have the slow session and when you restart X please? My curiosity have you only a videocard or an integrated one too?

Right after restart of computer:

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686 
Current Operating System: Linux hitman 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 20:17:17 UTC 2009 i686
Build Date: 17 December 2008  08:20:05PM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Fri Jan 23 07:17:51 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d5fe0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) nVidia Corporation NV40 [GeForce 6800 GT] rev 161, Mem @ 0xf8000000/0, 0xe0000000/0, 0xf9000000/0, BIOS @ 0x????????/131072
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(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: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  180.22  Tue Jan  6 09:58:42 PST 2009
(II) Loading extension GLX
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"

(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  180.22  Tue Jan  6 09:35:46 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"

(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(**) 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 "TripleBuffer" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6800 GT (NV40) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.40.02.15.01
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6800 GT at PCI:1:0:0:
(--) NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(==) NVIDIA(0): 
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):     will be used as the requested mode.
(==) NVIDIA(0): 
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) NVIDIA(0):     configuration option may not be set correctly.  When the
(II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0):     Config Options in the README.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(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
(II) Loading extension XINERAMA
(==) 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 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) config/hal: Adding input device Logitech USB Gaming Mouse
(II) LoadModule: "evdev"

(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
(**) Logitech USB Gaming Mouse: always reports core events
(**) Logitech USB Gaming Mouse: Device: "/dev/input/event4"
(II) Logitech USB Gaming Mouse: Found 16 mouse buttons
(II) Logitech USB Gaming Mouse: Found x and y relative axes
(II) Logitech USB Gaming Mouse: Configuring as mouse
(**) Logitech USB Gaming Mouse: YAxisMapping: buttons 4 and 5
(**) Logitech USB Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) AT Translated Set 2 keyboard: xkb_model: "evdev"
(**) Option "xkb_layout" "no"
(**) AT Translated Set 2 keyboard: xkb_layout: "no"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
AUDIT: Fri Jan 23 07:18:24 2009: 6324 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6344 )
AUDIT: Fri Jan 23 07:18:24 2009: 6324 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6345 )
AUDIT: Fri Jan 23 07:18:24 2009: 6324 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6346 )

After restarting of X

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686 
Current Operating System: Linux hitman 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 20:17:17 UTC 2009 i686
Build Date: 17 December 2008  08:20:05PM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Fri Jan 23 07:20:02 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d5fe0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) nVidia Corporation NV40 [GeForce 6800 GT] rev 161, Mem @ 0xf8000000/0, 0xe0000000/0, 0xf9000000/0, BIOS @ 0x????????/131072
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(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: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  180.22  Tue Jan  6 09:58:42 PST 2009
(II) Loading extension GLX
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"

(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  180.22  Tue Jan  6 09:35:46 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"

(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(**) 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 "TripleBuffer" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6800 GT (NV40) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.40.02.15.01
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6800 GT at PCI:1:0:0:
(--) NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(==) NVIDIA(0): 
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):     will be used as the requested mode.
(==) NVIDIA(0): 
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) NVIDIA(0):     configuration option may not be set correctly.  When the
(II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0):     Config Options in the README.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(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
(II) Loading extension XINERAMA
(==) 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 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) config/hal: Adding input device Logitech USB Gaming Mouse
(II) LoadModule: "evdev"

(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
(**) Logitech USB Gaming Mouse: always reports core events
(**) Logitech USB Gaming Mouse: Device: "/dev/input/event4"
(II) Logitech USB Gaming Mouse: Found 16 mouse buttons
(II) Logitech USB Gaming Mouse: Found x and y relative axes
(II) Logitech USB Gaming Mouse: Configuring as mouse
(**) Logitech USB Gaming Mouse: YAxisMapping: buttons 4 and 5
(**) Logitech USB Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) AT Translated Set 2 keyboard: xkb_model: "evdev"
(**) Option "xkb_layout" "no"
(**) AT Translated Set 2 keyboard: xkb_layout: "no"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
AUDIT: Fri Jan 23 07:20:10 2009: 6620 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6636 )
AUDIT: Fri Jan 23 07:20:10 2009: 6620 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6637 )
AUDIT: Fri Jan 23 07:20:10 2009: 6620 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6638 )

Diff:

diff Xorg.bad.log Xorg.good.log 
14c14
< (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 23 07:17:51 2009
---
> (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 23 07:20:02 2009
263a264
> (II) NVIDIA(0): Detected AGP rate: 8X
343c344
< (II) NVIDIA(0): Initialized GPU GART.
---
> (II) NVIDIA(0): Initialized AGP GART.
415,417c416,418
< AUDIT: Fri Jan 23 07:18:24 2009: 6324 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6344 )
< AUDIT: Fri Jan 23 07:18:24 2009: 6324 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6345 )
< AUDIT: Fri Jan 23 07:18:24 2009: 6324 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6346 )
---
> AUDIT: Fri Jan 23 07:20:10 2009: 6620 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6636 )
> AUDIT: Fri Jan 23 07:20:10 2009: 6620 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6637 )
> AUDIT: Fri Jan 23 07:20:10 2009: 6620 Xorg: client 4 rejected from local host ( uid=1000 gid=100 pid=6638 )

So it turns out, (II) NVIDIA(0): Detected AGP rate: 8X is only found in the "good"-log smile This corresponds well with what danielomen suggested too; when I checked nvidia-settings it said PCI on bus type and after restarting X it said AGP 8X.

Offline

#13 2009-01-23 11:49:43

danielomen
Member
From: England
Registered: 2008-09-05
Posts: 15

Re: Bad performance, nvidia 6800GT, v.180.22

This issue is popping up for quite a few people with the 180.22 drivers and AGP cards on the official NVIDIA linux support forum thread http://www.nvnews.net/vbulletin/showthread.php?t=118328

There aren't many of us AGP'ers left so I think as many of us as possible need to file a official bug report as instructions on http://www.nvnews.net/vbulletin/showthread.php?t=46678

Offline

#14 2009-01-23 18:41:36

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Bad performance, nvidia 6800GT, v.180.22

ok so maybe this may be a bug for Agp nvidia cards users and nvidia should fix it, siaco can you post a bug report?

Offline

#15 2009-01-23 19:27:51

siaco
Member
Registered: 2009-01-20
Posts: 21

Re: Bad performance, nvidia 6800GT, v.180.22

I have sent a mail with the output of nvidia-bug-report, and of course describing the problem plus referring to this thread for info. E-mail was sent to e-mail address linux-bugs@nvidia.com.

Offline

#16 2009-01-23 19:36:06

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Bad performance, nvidia 6800GT, v.180.22

siaco great work! we wait for some good answers big_smile

Offline

#17 2009-01-23 23:31:15

klangregen
Member
Registered: 2009-01-23
Posts: 2

Re: Bad performance, nvidia 6800GT, v.180.22

woah thx, had the same problem...

great work smile

Offline

#18 2009-01-24 09:05:39

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: Bad performance, nvidia 6800GT, v.180.22

Hi,

I just want to say that I have the same problem with my 7600GT (agp).

In nvidia-settings it only shows me PCI 1:0:0.

Thanks Siaco for writing an E-Mail.

I' looking forward for an answer smile

Last edited by Barghest (2009-01-24 09:07:00)

Offline

#19 2009-01-26 16:23:35

danielomen
Member
From: England
Registered: 2008-09-05
Posts: 15

Re: Bad performance, nvidia 6800GT, v.180.22

After a recent sync I noticed I have the exact same issue.
So for anyone who is interested I have started a thread on this in the nvidia support forum http://www.nvnews.net/vbulletin/showthread.php?t=126898

Offline

#20 2009-01-31 00:08:07

danielomen
Member
From: England
Registered: 2008-09-05
Posts: 15

Re: Bad performance, nvidia 6800GT, v.180.22

Good news smile

Responce from Zander @ NVidia

"Thank you for reporting this problem. I identified a regression in recent 180.xx driver releases that results in the behavior you describe on at least some AGP GPUs. This regression should be fixed in a future NVIDIA graphics driver release"

Offline

#21 2009-01-31 17:30:31

siaco
Member
Registered: 2009-01-20
Posts: 21

Re: Bad performance, nvidia 6800GT, v.180.22

Good - I haven't got any reply to my bug report yet though, but let's hope the do fix this asap :-)

Offline

#22 2009-03-06 18:34:40

siaco
Member
Registered: 2009-01-20
Posts: 21

Re: Bad performance, nvidia 6800GT, v.180.22

This is now fixed in 180.29 :-)

Offline

Board footer

Powered by FluxBB