[nvidia-glx-new] Kubuntu Login "Slides Around the Screen" at 1280x1024 with NVIDIA GeForce 6150

Bug #109199 reported by flowingfire
16
Affects Status Importance Assigned to Milestone
linux-restricted-modules-2.6.20 (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

The login screen is not static on my computer at startup or on any login after a log-out. If I move my mouse to the side, the whole screen slides over to that direction. This was after installing the driver for my Nvidia graphics card and switching my resolution. I will describe this issue, describe how it came about, and list issues that seemed to begin at the same time.

NEW ADDITION: It's notable that after I removed the "virtual" keyword from xorg.conf, the login screen still slid around but not as much.

My system and hardware:
I'm running Kubuntu 7.04 feisty fawn. My graphics card is NVIDIA GEforce 6150. The resolution I have my card set at is 1280x1024, optimal for my NEC Multisync GX2 monitor. Processor: AMD 64.

Problem:
The login screen slides around. I move the mouse, the whole screen moves, login fields and all. This is the primary problem.

How the problem came about:
The original out-of-the-box NVIDIA setup would not let my NVIDIA 6150 display beyond 800x600. Installing the "new" NVIDIA driver package from ADEPT MANAGER fixed the problem promptly, but then all these errors start happening.

Other issues that arose after installing the driver package:
  1. When I clicked "test," in the display settings area, it got stuck, requiring a restart. All unsaved data lost.

  2. Perhaps unrelated, if I log out, the mouse disappears completely when I log back in. I have to blindly wander my way around hoping the invisible mouse is somehow over what I want to click. This is on EVERY logout-login. A complete restart is necessary to undo this problem. (Please note that this stopped happening any longer when I deleted the "virtual" keyword from xorg.conf. I have no idea what that has to do with anything, but now I have a mouse on login. I had also switched themes, however, which may have been a variable in fixing the possibly separate mouse problem. Who knows.)

I re-installed the first time this happened. After the re-installation, all the same problems happened again, indicating to me that this is a consistent bug that needs to be worked out. (I am now working on my third installation: All the same problems begin at the same time after my driver installation, which incidentally is necessary for the screen to even line up correctly.)

Honestly, this release is so buggy I don't know what to do with it. I like it enough to put up with the bugs, I guess... But please fix.

Thank you for the support,
-New Kubuntu User who is hoping Linux is all it's cracked up to be.

Xorg.conf:
------------------------------------------------------------------- Beginning of Xorg.conf-------------------

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

  # path to defoma fonts
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "int10"
    Load "vbe"
    Load "glx"
    Load "v4l"
EndSection

Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier "cursor"
    Driver "wacom"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier "90GX2"
    VendorName "NEC"
    ModelName "NEC MultiSync 90"
    HorizSync 31.0 - 92.0
    VertRefresh 55.0 - 160.0
    Gamma 1
    ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480@72" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "832x624@75" 57.3 832 864 928 1152 624 625 628 667 -hsync -vsync
    ModeLine "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    ModeLine "1280x960@85" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024@85" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x960@75" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1400x1050@60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050@75" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200@70" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
EndSection

Section "Device"
    Identifier "nVidia Corporation C51 [GeForce 6150 LE]"
    Driver "nvidia"
    VendorName "NVIDIA"
    BoardName "NVIDIA GeForce 6 Series"
    Screen 0
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation C51 [GeForce 6150 LE]"
    Monitor "90GX2"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
        Virtual 1920 1440
        Depth 24
        Modes "1280x1024@60" "1280x960@75" "1280x1024@85" "1400x1050@60" "1280x960@85" "1400x1050@75" "1280x960@60" "1600x1200@65" "1280x1024@75" "1600x1200@60" "1152x864@75" "1600x1200@70" "1024x768@43" "1792x1344@60" "1024x768@60" "1856x1392@60" "1024x768@70" "1920x1440@60" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
    EndSubSection
EndSection

---------------------------------------------------------------------- End of Xorg.conf-----------

-------------------------------------------------------Beginning of Xorg.0.log-----------------------

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux David 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
Build Date: 04 April 2007
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 23 23:20:05 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "90GX2"
(**) | |-->Device "nVidia Corporation C51 [GeForce 6150 LE]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
 Entry deleted from font path.
(**) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/100dpi/:unscaled,
 /usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
 /usr/share/fonts/X11/100dpi,
 /usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
 /usr/share/fonts/X11/misc,
 /usr/X11R6/lib/X11/fonts/misc,
 /usr/share/fonts/X11/cyrillic,
 /usr/share/fonts/X11/100dpi/:unscaled,
 /usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
 /usr/X11R6/lib/X11/fonts/Type1,
 /usr/share/fonts/X11/100dpi,
 /usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.3
 X.Org Video Driver: 1.1
 X.Org XInput driver : 0.7
 X.Org Server Extension : 0.3
 X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f0 card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 103c,2a34 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 103c,2a34 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 10de,0241 card 103c,2a34 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0270 card 103c,2a34 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0260 card 103c,2a34 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 103c,2a34 rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0a:2: chip 10de,0272 card 103c,2a34 rev a3 class 05,00,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 103c,2a34 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 103c,2a34 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 103c,2a34 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 103c,2a34 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:0f:0: chip 10de,0267 card 103c,2a34 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:1: chip 10de,026c card 103c,2a34 rev a2 class 04,03,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 103c,2a34 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 03:05:0: chip 11c1,5811 card 103c,2a34 rev 61 class 0c,00,10 hdr 00
(II) PCI: 03:08:0: chip 14f1,2f20 card 14f1,200c rev 00 class 07,80,00 hdr 00
(II) PCI: 03:09:0: chip 168c,001a card 1186,3a1d rev 01 class 02,00,00 hdr 00
(II) PCI: 03:0a:0: chip 4444,0016 card 0070,8801 rev 01 class 04,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
 [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
 [0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:16:0), (0,3,3), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 3 I/O range:
 [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
 [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
 [0] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,3), 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]
(--) PCI:*(0:5:0) nVidia Corporation C51 PCI Express Bridge rev 162, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfc000000/24
(--) PCI: (3:10:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xf4000000/26
(II) Addressable bus resource ranges are
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
 [0] -1 0 0xfddd0000 - 0xfdddffff (0x10000) MX[B]
 [1] -1 0 0xfdde0000 - 0xfddeffff (0x10000) MX[B]
 [2] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[B]
 [3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
 [4] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
 [5] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
 [6] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
 [7] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
 [8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
 [9] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
 [11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [13] -1 0 0x0000df00 - 0x0000df07 (0x8) IX[B]
 [14] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B]
 [15] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B]
 [16] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
 [17] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
 [18] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
 [19] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
 [20] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B]
 [21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
 [22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
 [23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
 [24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
 [25] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B]
 [26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
 [27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xfddd0000 - 0xfdddffff (0x10000) MX[B]
 [1] -1 0 0xfdde0000 - 0xfddeffff (0x10000) MX[B]
 [2] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[B]
 [3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
 [4] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
 [5] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
 [6] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
 [7] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
 [8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
 [9] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
 [11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [12] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [13] -1 0 0x0000df00 - 0x0000df07 (0x8) IX[B]
 [14] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B]
 [15] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B]
 [16] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
 [17] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
 [18] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
 [19] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
 [20] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B]
 [21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
 [22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
 [23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
 [24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
 [25] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B]
 [26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
 [27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [4] -1 0 0xfddd0000 - 0xfdddffff (0x10000) MX[B]
 [5] -1 0 0xfdde0000 - 0xfddeffff (0x10000) MX[B]
 [6] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[B]
 [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
 [8] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
 [9] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
 [10] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
 [11] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
 [12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
 [13] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [16] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x0000df00 - 0x0000df07 (0x8) IX[B]
 [20] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B]
 [21] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B]
 [22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
 [23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
 [24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
 [25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
 [26] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B]
 [27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
 [28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
 [29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
 [30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
 [31] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B]
 [32] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
 [33] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules//libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.2.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "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.2.0, module version = 2.1.0
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.0
 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.9755
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 0.1.1
 ABI class: X.Org Video Driver, version 1.1
(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.9755
 Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.1
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
 compiled for 4.3.99.902, module version = 1.0.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver 1.0-9755 Mon Feb 26 23:23:13 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:05:0
(--) Assigning device section with no busID to primary device
(--) 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.2.0, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(WW) Warning, couldn't open module wfb
(II) UnloadModule: "wfb"
(EE) Failed to load module "wfb" (module does not exist, 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.2.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [4] -1 0 0xfddd0000 - 0xfdddffff (0x10000) MX[B]
 [5] -1 0 0xfdde0000 - 0xfddeffff (0x10000) MX[B]
 [6] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[B]
 [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
 [8] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
 [9] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
 [10] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
 [11] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
 [12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
 [13] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [16] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x0000df00 - 0x0000df07 (0x8) IX[B]
 [20] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B]
 [21] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B]
 [22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
 [23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
 [24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
 [25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
 [26] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B]
 [27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
 [28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
 [29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
 [30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
 [31] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B]
 [32] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
 [33] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
(II) resource ranges after probing:
 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [4] -1 0 0xfddd0000 - 0xfdddffff (0x10000) MX[B]
 [5] -1 0 0xfdde0000 - 0xfddeffff (0x10000) MX[B]
 [6] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[B]
 [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
 [8] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
 [9] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
 [10] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
 [11] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
 [12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
 [13] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [16] -1 0 0xfb000000 - 0xfbffffff (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 0x0000df00 - 0x0000df07 (0x8) IX[B]
 [23] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B]
 [24] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B]
 [25] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
 [26] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
 [27] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
 [28] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
 [29] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B]
 [30] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
 [31] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
 [32] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
 [33] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
 [34] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B]
 [35] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
 [36] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
 [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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 "AddARGBGLXVisuals" "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 6150 LE at PCI:0:5:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.51.28.39.24
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6150 LE at PCI:0:5:0:
(--) NVIDIA(0): NEC 90GX2 (CRT-0)
(--) NVIDIA(0): NEC 90GX2 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1280x1024@85"; removing.
(WW) NVIDIA(0): No valid modes for "1280x960@85"; removing.
(WW) NVIDIA(0): No valid modes for "1400x1050@75"; removing.
(WW) NVIDIA(0): No valid modes for "1600x1200@65"; removing.
(WW) NVIDIA(0): No valid modes for "1600x1200@60"; removing.
(WW) NVIDIA(0): No valid modes for "1600x1200@70"; removing.
(WW) NVIDIA(0): No valid modes for "1024x768@43"; removing.
(WW) NVIDIA(0): No valid modes for "1792x1344@60"; removing.
(WW) NVIDIA(0): No valid modes for "1856x1392@60"; removing.
(WW) NVIDIA(0): No valid modes for "1920x1440@60"; removing.
(WW) NVIDIA(0): No valid modes for "1024x768@85"; removing.
(WW) NVIDIA(0): No valid modes for "800x600@85"; removing.
(WW) NVIDIA(0): No valid modes for "640x480@85"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1280x1024@60"
(II) NVIDIA(0): "1280x960@75"
(II) NVIDIA(0): "1400x1050@60"
(II) NVIDIA(0): "1280x960@60"
(II) NVIDIA(0): "1280x1024@75"
(II) NVIDIA(0): "1152x864@75"
(II) NVIDIA(0): "1024x768@60"
(II) NVIDIA(0): "1024x768@70"
(II) NVIDIA(0): "1024x768@75"
(II) NVIDIA(0): "832x624@75"
(II) NVIDIA(0): "800x600@60"
(II) NVIDIA(0): "800x600@75"
(II) NVIDIA(0): "800x600@72"
(II) NVIDIA(0): "800x600@56"
(II) NVIDIA(0): "640x480@75"
(II) NVIDIA(0): "640x480@72"
(II) NVIDIA(0): "640x480@60"
(**) NVIDIA(0): Virtual screen size configured to be 1920 x 1440
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0): option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
 [2] 0 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B]
 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [7] -1 0 0xfddd0000 - 0xfdddffff (0x10000) MX[B]
 [8] -1 0 0xfdde0000 - 0xfddeffff (0x10000) MX[B]
 [9] -1 0 0xfddff000 - 0xfddfffff (0x1000) MX[B]
 [10] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
 [11] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
 [12] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
 [13] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
 [14] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
 [15] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
 [16] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
 [18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [19] -1 0 0xfb000000 - 0xfbffffff (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 0x0000df00 - 0x0000df07 (0x8) IX[B]
 [26] -1 0 0x0000f200 - 0x0000f207 (0x8) IX[B]
 [27] -1 0 0x0000f300 - 0x0000f30f (0x10) IX[B]
 [28] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
 [29] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
 [30] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
 [31] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
 [32] -1 0 0x0000f800 - 0x0000f80f (0x10) IX[B]
 [33] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
 [34] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
 [35] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
 [36] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
 [37] -1 0 0x0000fd00 - 0x0000fd0f (0x10) IX[B]
 [38] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
 [39] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
 [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024@60"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/input/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/input/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/input/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
 No such file or directory.
Error opening /dev/input/wacom : Success
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
 No such file or directory.
Error opening /dev/input/wacom : Success
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
 No such file or directory.
Error opening /dev/input/wacom : Success
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
(II) NVIDIA(0): Setting mode "1280x1024@75"

------------------------------------------------- End of Xorg.0.log------------------------

----------------------------------------------------------------------------------------------------
The output of "dpkg -l nvidia-\* | grep ii" is as follows:
ii nvidia-glx-new 1.0.9755+2.6.20.5-15.20 NVIDIA binary XFree86 4.x/X.Org 'new' driver
ii nvidia-kernel-common 20051028+1ubuntu7 NVIDIA binary kernel module common files

Revision history for this message
Brian Murray (brian-murray) wrote :

Thanks for taking the time to report this bug and helping to make Ubuntu better. Could you please add your '/etc/X11/xorg.conf' file and your '/var/log/Xorg.0.log' file as attachments to your bug report? Thanks in advance.

Revision history for this message
flowingfire (flowingfire) wrote :

Thanks Brian. I added the information you asked for to the description, and I will now add them as file attachments to this posting. This posting is of xorg.conf.

description: updated
Revision history for this message
flowingfire (flowingfire) wrote :

This attachment is of Xorg.0.log

Changed in xorg:
assignee: brian-murray → nobody
importance: Undecided → Medium
status: Needs Info → Confirmed
Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

flowingfire:
Could you also attach the output of
dpkg -l nvidia-\* | grep ii
?

Revision history for this message
Sitsofe Wheeler (sitsofe) wrote : Re: [nvidia-glx-new] Kubuntu Login "Slides Around the Screen" at 1280x1024 + 3 other errors with NVIDIA GeForce 6150

Setting to needsinfo pending reply from flowingfire.

Changed in xorg:
status: Confirmed → Needs Info
Revision history for this message
flowingfire (flowingfire) wrote :

The output of "dpkg -l nvidia-\* | grep ii" is as follows:

ii nvidia-glx-new 1.0.9755+2.6.20.5-15.20 NVIDIA binary XFree86 4.x/X.Org 'new' driver
ii nvidia-kernel-common 20051028+1ubuntu7 NVIDIA binary kernel module common files

description: updated
Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

Setting back to unconfirmed and punting from xorg -> linux-restricted-modules-2.6.20 .

Changed in xorg:
status: Needs Info → Unconfirmed
Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

flowingfire:
Hmm I suspect this problem is occurring due to presence of the virtual keyword in your configuration file - I believe this indicates to X that you want a desktop bigger than the screen. I would back up your /etc/X11/xorg.conf file and then remove the "Virtual 1920 1440" line you have, restart X and see if there is any difference. By the way, the recommended way of enabling the binary drivers in Feisty is via the use of restricted-manager but I would not worry about that now.

Bug reports with more than one bug in them are generally closed for lacking purpose (because the issues need not be related) so I suggest changing this bug to the issue that is of greatest importance and filing new reports for other problems.

Revision history for this message
flowingfire (flowingfire) wrote :

I deleted the "Virtual 1920 1440" line from xorg.conf. Unfortunately, the login screen -still- slides around. It just doesn't slide quite as much anymore-- it stops at a closer edge. Also, notably, the disappearing mouse problem stopped happening. Related? Who knows. But I think since all these errors happened together, I want to put them here. And since one of your solutions fixed one of the seemingly unrelated problems... well, you catch the drift... It seems like deleting that line "half" fixed the problem, as sliding is still an issue.

Of course, I understand that it's necessary to make sure one problem is addressed at a time.

Honestly, I'm totally new to this Linux thing, and am hoping to replace my Windows desktop. I don't even know what a restricted-manager is! I just went into Adept Manager, because it seemed like the right thing to do and selected the new Nvidia driver package, then installed it. Then my screen actually lined up correctly at the right resolution. Yay.

I've learned the basics of the terminal quickly, but I also have busted 2 prior installations of Kubuntu. One time, I tried to install Java and it broke all sorts of things rendering the operating system unusable. Another time, I screwed up xorg.conf. Now, in my third installation, I seem to have Beryl-Emerald, Kubuntu, and my Nvidia card talking to each-other nicely... But my applications black out all the time.... I say all this, because Ubuntu is advertised as basically for the common user.... Uhh, I don't think so. I feel like I've stretched myself for this OS, and I'm still getting nowhere.... ugh!

description: updated
description: updated
description: updated
description: updated
Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

Wow, a mega large comment!

flowingfire:
It sounds like this is actually more of a support query than a bug report and you may get faster, higher quality responses posting your issues to https://answers.launchpad.net/ or http://ubuntuforums.org/ ...

> "the login screen -still- slides around"
I have a distant memory that you need to be careful about the order resolutions are listed in within xorg.conf . On the line Modes "1280x1024@60" "1280x960@75" make sure that the resolutions that come further to the right are not larger than the ones on the left. You may also want to remove resolutions you will absolutely never use.

> "Then my screen actually lined up correctly at the right resolution"
If the resolution was wrong out of the box (with the open source drivers) then that would be an ideal candidate for a bug of its own. The misalignment is down to the open source drivers probing monitors differently to the binary linux/windows nvidia drivers. Assuming your monitor is connected via an analog cable you can fix it by getting the monitor to auto adjust.

> "I tried to install Java and it broke all sorts of things rendering the operating system unusable"
That's awful! Installing java should never do that. Assuming you installed it from the Ubuntu repositories (and the problem is reproducible) you should definitely file a bug on that. Having to reinstall to recover just makes the problem doubly bad.

> "But my applications black out all the time"
You might want to take a look at Bug #96473 .

> "I feel like I've stretched myself for this OS"
That's the way it goes I'm afraid. I've noticed things tend to work best for those who use them the most but I'm not for people torturing themselves trying to get stuff going under Linux. If it's that bad I suggest staying with WIndows for now and perhaps retrying a new live cd in six months time?

Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

Setting to needsinfo pending reply from flowingfire.

Changed in linux-restricted-modules-2.6.20:
status: Unconfirmed → Needs Info
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for linux-restricted-modules-2.6.20 (Ubuntu) because there has been no activity for 60 days.]

Revision history for this message
Broomer68 (jbezemer) wrote :

I also see this behaviour with my Gutsy (gnome) installment on my NVidia N7600GS card with the 2.6.22.12 i386 generic kernel, except for the missing mouse.
The monitor reports to use the right setting 1680x1050 using DVI-cable

Revision history for this message
Adam Niedling (krychek) wrote :

I have the same bug with updated Gutsy and an nvidia card.

Revision history for this message
Broomer68 (jbezemer) wrote : Re: [Bug 109199] Re: [nvidia-glx-new] Kubuntu Login "Slides Around the Screen" at 1280x1024 with NVIDIA GeForce 6150

krychek wrote:
> I have the same bug with updated Gutsy and an nvidia card.
>
>
oh, well, I did a reconfigure of the x-windows, and now everything seems
fine again.

--
Regards, Groeten, etc...

Jeroen Bezemer
Baanhoek 271
Sliedrecht

51N49.441, 4E44.656

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.