I have recently installed Mandrake 9.1 on a Dell Inspiron 8100 witha geforce 2 go. I am running KDE 3.1 and Xscreensaver 4.07. The problem I am having is that after XScreensaver has been on for a long time, when I exit the screensaver, the screen becomes srewwed up in that the screen itself looks as if it has been shifted up about half way up the screen and the top part of screen shows up at the bottom. For example if a window is maximized the taskbar will show up at the middle of the screen and the top part of the window will be below the task bar and the bottom half of the window will be above it. The only way I can fix it is by restarting the Xserver with Ctrl-Alt-Backspace. In addition, if I try to click on something, it responds as if the screen was not moved. For example if I want to click on the taskbar, I have to click at the bottom of the screen where the taskbar would normally be. THis only happens if the xScreensaver ahs been on for a long time. If it has only been a few minutes the screen is fine. The shortest amount of time after I have observed this behavior was about 1 hour.

Any help would be greatly appreciated.

here is my Xfree Config File
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection


Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection


Section "Module"
   Load "dbe" # Double-Buffering Extension
   Load "v4l" # Video for Linux
   Load "extmod"
   Load "type1"
   Load "freetype"
   Load "glx" # 3D layer
EndSection

Section "InputDevice"
   Identifier "Keyboard1"
   Driver "Keyboard"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "us"
   Option "XkbCompat" ""
   Option "XkbOptions" ""
EndSection

Section "InputDevice"
   Identifier "USB Mouse"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/usbmouse"
   Option "Buttons" "6"
   Option "ZAxisMapping" "5 6"
   Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
   Identifier "Touchpad"
   Driver "mouse"
   Option "Protocol" "PS/2"
   Option "Device" "/dev/psaux"
   Option "Emulate3Buttons"
   Option "Buttons" "3"
EndSection

Section "Monitor"
   Identifier "monitor1"
   VendorName "Dell"
   ModelName "Dell 1400X Laptop Display Panel"
   HorizSync 31.5-90.0
   VertRefresh 59.0-75.0

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync


   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

   # 768x576 @ 100 Hz, 61.6 kHz hsync
   ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
   Identifier "device1"
   VendorName "nVidia Corporation"
   BoardName "NVIDIA GeForce2 DDR (generic)"
   Driver "nv"
   Option "DPMS"
EndSection

Section "Screen"
   Identifier "screen1"
   Device "device1"
   Monitor "monitor1"
   DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection


Subsection "Display"
Depth 15
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection


Subsection "Display"
Depth 16
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection


Subsection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection


Section "ServerLayout"
   Identifier "layout1"
   InputDevice "Keyboard1" "CoreKeyboard"
   InputDevice "Touchpad" "AlwaysCore"
   InputDevice "USB Mouse" "CorePointer"
   Screen "screen1"
EndSection


and my XFree log file XFree86 Version 4.3.0 Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF] Build Date: 12 March 2003 Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Thu Aug 14 22:32:46 2003 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "layout1" (**) |-->Screen "screen1" (0) (**) | |-->Monitor "monitor1" (**) | |-->Device "device1" (**) |-->Input Device "Keyboard1" (WW) Option "XkbCompat" requires an string value (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (WW) Option "XkbOptions" requires an string value (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Touchpad" (**) |-->Input Device "USB Mouse" (**) FontPath set to "unix/:-1" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" Using vt 7 (--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,244c card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244a card 8086,4541 rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 03 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0112 card 1028,00e6 rev b2 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 125d,1998 card 1028,00e6 rev 10 class 04,01,00 hdr 00
(II) PCI: 02:06:0: chip 1668,0100 card 0000,0000 rev 11 class 06,04,00 hdr 01
(II) PCI: 02:0f:0: chip 104c,ac42 card 4000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:0f:1: chip 104c,ac42 card 4800,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:0f:2: chip 104c,8027 card 1028,00e6 rev 00 class 0c,00,10 hdr 80
(II) PCI: 08:04:0: chip 8086,1229 card 1668,1100 rev 08 class 02,00,00 hdr 00
(II) PCI: 08:08:0: chip 11c1,0448 card 1668,2400 rev 01 class 07,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,13), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[8] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[9] -1 0 0x0000f400 - 0x0000f4ff (0x100) IX[B]
[10] -1 0 0x0000f800 - 0x0000f8ff (0x100) IX[B]
[11] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf2000000 - 0xfbffffff (0xa000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (2:6:0), (2,8,8), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 8 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 8 non-prefetchable memory range:
[0] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 9: bridge is at (2:15:0), (2,9,12), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 13: bridge is at (2:15:1), (2,13,16), BCTRL: 0x05c0 (VGA_EN is cleared)
(--) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 Go] rev 178, Mem @ 0xfc000000/24, 0xe0000000/27
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[1] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[2] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[3] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[4] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[5] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[10] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[11] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[13] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[14] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[1] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[2] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[3] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[4] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[5] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[10] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[11] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[13] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[14] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[6] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[7] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[8] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[9] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[10] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[17] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[18] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[20] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Vanta,
RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU,
GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro,
GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
Quadro4 980 XGL, Quadro4 780 XGL, 0x0300, GeForce FX 5800 Ultra,
GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, 0x0311, 0x0312,
0x0316, 0x0317, 0x0318, 0x0319, 0x031A, 0x031B, 0x031C, 0x031D,
0x031E, 0x031F, 0x0321, 0x0322, 0x0323, 0x0326, 0x032A, 0x032B,
0x032E
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce2 Go found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[6] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[7] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[8] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[9] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[10] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[17] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[18] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[20] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[6] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[7] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[8] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[9] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[10] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[20] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[21] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[22] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[23] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce2 Go"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xFC000000
(--) NV(0): On a laptop. Assuming Digital Flat Panel
(II) NV(0): Detected CRTC controller 1 being used
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): VideoRAM: 32768 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): monitor1: Using hsync range of 31.50-90.00 kHz
(II) NV(0): monitor1: Using vrefresh range of 59.00-75.00 Hz
(II) NV(0): Clock range: 12.00 to 350.00 MHz
(II) NV(0): Not using mode "1024x480" (vrefresh out of range)
(II) NV(0): Not using mode "768x576" (vrefresh out of range)
(II) NV(0): Not using mode "768x576" (vrefresh out of range)
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NV(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NV(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NV(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(--) NV(0): Virtual size is 1400x1050 (pitch 1408)
(**) NV(0): *Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
(II) NV(0): Modeline "1400x1050" 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync
(**) NV(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
(**) NV(0): *Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
(**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
(**) NV(0): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
(**) NV(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(**) NV(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
(**) NV(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(II) NV(0): Modeline "1400x1050" 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
(**) NV(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
(**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
(**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
(**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
(**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync
(**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
[1] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](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 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[8] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[9] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[10] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[11] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[12] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[13] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[14] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[22] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[23] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[24] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[25] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[26] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe0000000,0x2000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
15 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard1" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Touchpad: Protocol: "PS/2"
(**) Option "AlwaysCore"
(**) Touchpad: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "3"
(**) Option "Emulate3Buttons"
(**) Touchpad: Emulate3Buttons, Emulate3Timeout: 50
(**) Touchpad: Buttons: 3
(**) Option "Protocol" "ExplorerPS/2"
(**) USB Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) USB Mouse: Core Pointer
(**) Option "Device" "/dev/usbmouse"
(**) Option "Buttons" "6"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "5 6"
(**) USB Mouse: ZAxisMapping: buttons 5 and 6
(**) USB Mouse: Buttons: 6
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
(II) Touchpad: ps2EnableDataReporting: succeeded
(II) USB Mouse: ps2EnableDataReporting: succeeded
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
xf86KbdEvents Resource temporarily unavailable
(II) PM Event received: Power Status Change
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
(II) PM Event received: Power Status Change
(II) PM Event received: Power Status Change
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
(II) Open APM successful
(==) NV(0): Write-combining range (0xe0000000,0x2000000)
(**) NV(0): DPMS enabled
(==) RandR enabled
(II) Touchpad: ps2EnableDataReporting: succeeded
(II) USB Mouse: ps2EnableDataReporting: succeeded
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5
GetModeLine - scrn: 0 clock: 155800
GetModeLine - hdsp: 1400 hbeg: 1464 hend: 1784 httl: 1912
vdsp: 1050 vbeg: 1052 vend: 1064 vttl: 1090 flags: 5


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to