Nvidia nview problem

Hello all!
I am facing a problem with my graphics card. It all started when I decided I would like to watch my dvds on my tv screen. I have an nvidia graphics card.
$lspci
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
$
I am using fedora core 2 with kernel 2.6.5-1.358. I installed the drivers for linux from the official site of nvidia, namely the NVIDIA-Linux-x86-1.0-6111-pkg1.run. Everything went well on the installation. I edited my xorg.conf file. If I nsert the following lines on the screen section
#Option "ConnectedMonitor" "TV"
#Option "TVStandard" "PAL-G"
#Option "TVOutFormat" "SVIDEO"
then when the box boots up everything is shown on my tv and not on my screen. What I would really like to do is configure the file so that I can have everything on both my display and the tv. I read about the nview. But do I have it? How do I check if I do? And if I do, how do I make the configuration so that I get what I want?
Besides thi, which is my major question I noticed something else. When I run the nvidia-settings program I see that the display device is A CTR-0. When I run the system-config-display program I see that the Monitor is L1711S Which is actually my monitor. I believe that the flat monitors are called LCD. So why this disagreement?
thanx to anyone that replies in advance
axelmang
PS I give my xorg.conf file, just in case I havent given you enough details
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
#Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,el"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "L1711S"
DisplaySize 340 270
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
EndSection
Section "Screen"
#Option "ConnectedMonitor" "TV"
#Option "TVStandard" "PAL-G"
#Option "TVOutFormat" "SVIDEO"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection

Better late than never 
About cloning to different resolutions: it's normal that tv screen will be only a "visible" window to larger virtual one that is a clone of crt (that should be quite logical since it's a clone, right?).
So, you can't really have two different resolutions in tweenview mode (at least they are not useful). I suggest to not use it at all :-).
Insead try to configure x using it's standard settings like this:
(it's from my config - I've cut part of the non-vidia settings to make it shorter):
Section "Module"
[cut - insert yours here]
EndSection
Section "Files"
[cut - insert yours here]
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "MonitorTV"
Option "AllowMouseOpenFail" "true"
Option "BlankTime" "0" # I don't like it
Option "NoPM" "true" # I don't like it too :-)
EndSection
Section "InputDevice"
Identifier "LogitechCordlessDesktopMX"
[cut - insert yours here]
EndSection
Section "InputDevice" # PS/2 connector
Identifier "LogitechMX700" # 7 buttons enabled
[cut - insert yours here]
EndSection
# Now important things
Section "Monitor"
Identifier "Philips109MP"
HorizSync 30-107
VertRefresh 50-160
# this is just for better font rendering - same setting in /etc/fonts/local.conf
DisplaySize 365 273 # 111dpi x 111dpi at 1600x1200
# DisplaySize 367 273 # measured manually (1in = 25.4mm)
# DisplaySize 340 260 # detected
# DisplaySize 369 295 # 88dpi x 88dpi at 1280x1024
# DisplaySize 342 273 # 95dpi x 95dpi at 1280x1024
EndSection
Section "Monitor"
Identifier "SonyTv29"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "NvidiaGeForce4MX440"
Driver "nvidia"
Option "NoLogo" "true"
Screen 0
BusID "PCI:01:00:0" # This is something very important - find your nvidia bus id settings with lspci
EndSection
Section "Device"
Identifier "NvidiaGeForce4MX440TvOut"
Driver "nvidia"
Option "NoLogo" "true"
Screen 1
BusID "PCI:01:00:0"
EndSection
Section "Screen"
Identifier "MonitorPhilips"
Device "NvidiaGeForce4MX440"
Monitor "Philips109MP"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "TvSony"
Device "NvidiaGeForce4MX440TvOut"
Monitor "SonyTv29"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "MonitorTV"
Screen 0 "MonitorPhilips"
Screen 1 "TvSony" LeftOf "MonitorPhilips"
InputDevice "LogitechMX700" "CorePointer"
InputDevice "LogitechCordlessDesktopMX" "CoreKeyboard"
EndSection
It should be pretty selfexplanatory. Why these settings are better than tweenview? Because they give you two separate screens with two "desktops" and two fullscreen but different resolutions. First screen (you can check with echo $DISPLAY) is :0.0 (crt - monitor philips in my case) and second is :0.1 (the tv). This also means that you can have different window/desktop managers on each screen (isn't that great?).
The rest depends on your window/desktop manager settings because some of them (with default settings) can use both screens (like kde, fvwm, windowmaker) and some (like xfce4) use only first one (:0.0 - the crt) leaving a second as a standard grey x window. So it's up to you how you want it. Everything should be possible. Personally I leave tv screen grey and use xfce4 (currently) on the crt. You don't need wm to start programs on the tv screen also. Check for your favourite program settings (manual) is should be possible to set display parameter like with mplayer/gmplayer it's:
gmplayer -display :0.1 -fs
or (IIRC)
DISPLAY=":0.1" gmplayer -fs
(this should work too).
It will start gmplayer on the tv in fullscreen mode. If you set it a nice theme (my favourite is OSX - Brushed) you don't need anything else. The bonus effect is that you can use your crt normally while you watch movies and gmplayer "open file" dialog will be opened on crt making it much easier to read and use. You can also set a nice wallpaper using some program like Esetroot or hsetroot etc.
I wrote this in a little hurry so sorry for the style :-)

Similar Messages

  • Updated nvidia module problems

    I just did a 'pacman -Syu' which included an update to the nvidia module. Now my screen is whacked. I took a couple pics with my camera:
    This is the KDM login screen. People with nvidia cards will know that when the X server first starts up, you initially get a white screen with the nvidia log on it, and then your login manager starts up. As you can see in the pic, you can still "see" that nvidia logo.
    And here is the desktop!
    Completely hosed. I switched back to the nv driver and I'm working fine.
    Any thoughts?
    Mark

    tony wrote:After 4 hours of installing everything and having brand new Arch in my comp I have installed nvidia driver from their page and my system is down :cry: . Then I've tried pacman and its practically same :evil:  Now I'm not able to boot in kdm. The article said something about version number 3 but I wasn't able to find it anywhere. Do I have to reinstall everything or is there some remedy
    Some are having nvidia driver problems. I have not tried this yet, but
    I will later today.
    Here is the thread:
    http://bbs.archlinux.org/viewtopic.php?t=7945&start=15
    hyp0luxa wrote:
    this driver disables GLX when the composite extension is enabled. to fix add
    Code:
    Option "AllowGLXWithComposite" "1"
    in your card device section of /etc/X11/xorg.conf
    I don't know if this will work, but it's worth a shot

  • Incompatible with NVidia NView Desktop Manager

    Lightroom doesn't work with that software. The manager came preinstalled on my HP desktop. I had trouble getting lightroom to work properly, it would lock up when I tried to use the Develop module.
    After much hair tearing I noticed a cryptic message from the NVidia software (while I was uninstalling Lightroom yet again!) I turned off the Desktop Manager feature of my NVidia software and voila! everything works perfectly now!
    This was a very frustrating problem. Perhaps it could be added in the FAQs or something.

    I use dual monitors.
    The features that the desktop manager provides me are;
    1) Ability to put different wall papers on each monitor.
    2) Ability to "throw" applications from one monitor to the other with one mouse click. This is a very, very important feature.
    As an example, when I open explorer, it will generally pop up on one window. Open another window: Pops up in the same place. As opposed to hitting "restore", then dragging across, then maximizing, Nview allows me to hit one button and BAM, the app that was maximized on one monitor is now maximized on the other.
    Somewhere is a button that allows me to swap "primary" monitors. . This is important for games that run in "one monitor maximized" configuration. Some games like my widescreen; Some like my standard CRT. :) I have not done this since V1.0 lightroom came out. -> can't remember if that was a desktop manager function or part of the base driver options.

  • NVIDIA nView Desktop Manager

    I have been trying and failing to run LR1.0 for the last week, playing with everything I could find in this forum. Total failure - LR froze within minutes every time I tried to run it. Reloaded LR - changed the library - etc etc.
    Finally spotted a comment in LR Extra FAQ - Compatibility Issues. "Unconfirmed at present - NVidia's NView Desktop Manager may cause problems with Lightroom"
    So I disabled NView Desktop Manager and voila! - LR now runs - perfectly as far as I can tell so far - but I haven't done any real work yet.
    OK OK maybe I should have spotted that tip in LR Extra earlier (don't know how long its been there). But if you're having problems with LR and have NView Desktop Manager running, try disabling it.
    Windows XP, Intel Core 2 Duo 2.8 GHz, 2GB (now without NView Desktop Manager!)
    Hope this helps someone, Nigel

    NView DM also interferes (somewhat) with my Habu mouse.

  • NVidia nView incompatible with AME & PPR (Connecting to Dynamic Link Server timeout)

    Figured I'd post this discovery in case others might run into the infamous "Connecting to Dynamic Link Server" when trying Add or Queue a Premiere Pro Sequence using Adobe Media Encoder.
    I'm using the Adobe CS6 Suite but from the research I've done over the past three hours, this issue has been prevalent over several versions.  In the end, I had to disable the NVidia (333.11) nView Desktop Manager applet which I typically enable so as to leverage the Window Transparency feature.  I'm not certain as to what option is causing the tried changing them all.
    Here is a summary of the pertinent troubleshooting steps I followed in this journey:
    Ensure that "AfterFX" and "Premiere" application shortcut exist in the following file system locations (I'm running Windows 7 Ultimate 64bit):
    C:\Program Files\Adobe\Adobe Media Encoder CS6\32
    C:\Program Files (x86)\Common Files\Adobe\dynamiclink\
    C:\Program Files (x86)\Common Files\Adobe\dynamiclink\CS6
    Reset Premiere Preferences (ALT + SHIFT)
    Reset Media Encoder Preferences (CTRL + ALT + SHIFT)
    Cleanup Media Encoder Caches
    Cleanup non-present Mass Storage devices Device Manager (requires setting the system environment variable: DEVMGR_SHOW_NONPRESENT_DEVICES = 1
    Disable Firewall
    Remove Apple QuickTime 7.75.80.95
    Create a new User Account (Administrator) profile.
    Reference Web Links
    http://helpx.adobe.com/x-productkb/multi/startup-screen-hangs-premiere-after.html
    http://kb2.adobe.com/cps/407/kb407106.html
    https://forums.adobe.com/thread/1321458

    THIS IS IT!! This solves all of my problems with dynamic link between Pr, Ae, and AME. THANK YOU!
    I too had nView enabled, and once I disabled it, dynamic link is working again. Not sure what it is doing, but it is definitely the source of this issue.
    Cheers,
    Griz

  • Nview Problems - HELP! :(

    I am using a Geforce4 TI 4400 card, with windows 2k... however, I am trying to get the nview duel monitors to work and they do work fine, the only problem is, the one monitor, which is plugged into the card with a DVI adapter doesn't output the color red... there is no color red on the monitor thats in the DVI slot... I don't understand why not... it's not the monitor, because I've tried both and as long as it's not in the DVI slot it's fine. Has this happened to anyone here? please help. Thanks.

    99X,
    Since your MSI Product is a Vid Card and you posted in the nVidia/AMD/SiS Socket A Motherboard Forum, I moved the thread to Multimedia Forum for you.
    Good Luck,
    Richard

  • Nvidia and problems

    first, excuse for my bad english.
    second: this is my file Xorg.log:
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.15-ARCH i686
    Current Operating System: Linux myhost 2.6.15-ARCH #1 SMP PREEMPT Tue Jan 3 11:28:36 CET 2006 i686
    Build Date: 20 March 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 24 07:45:48 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "it"
    (**) XKB: layout: "it"
    (WW) Option "XkbVariant" requires an string value
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "PS/2 Mouse"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
        Entry deleted from font path.
    (**) FontPath set to "/usr/share/fonts/misc:unscaled,/usr/share/fonts/misc,/usr/share/fonts/Type1"
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (--) using VT number 7
    (WW) xf86OpenConsole: Could not save ownership of VT
    (WW) xf86OpenConsole: chown /dev/tty0 failed: No such file or directory
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 1043,80b2 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1043,8089 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,24c3 card 1043,8089 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,0326 card 0000,0000 rev a1 class 03,00,00 hdr 00
    (II) PCI: 02:05:0: chip 10ec,8139 card 1043,8109 rev 10 class 02,00,00 hdr 00
    (II) PCI: 02:09:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
    (II) PCI: 02:09:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
    (II) PCI: 02:09:2: chip 1106,3104 card 1106,3104 rev 63 class 0c,03,20 hdr 80
    (II) PCI: 02:0b:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
    (II) PCI: 02:0b:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
    (II) PCI: 02:0d:0: chip 11c1,044c card 11c1,044c rev 02 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,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xce000000 - 0xcfefffff (0x1f00000) MX[B]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xcff00000 - 0xdfffffff (0x10100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[B]
        [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[B]
        [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[B]
        [4] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [5] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [6] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [7] -1    0    0x0000ac00 - 0x0000acff (0x100) IX[B]
        [8] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [11] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xcc000000 - 0xcd7fffff (0x1800000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5500] rev 161, Mem @ 0xce000000/24, 0xd0000000/28, BIOS @ 0xcffe0000/17
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
        [0] -1    0    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 0xe0000000 from 0xefffffff to 0xdfffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xcc800000 - 0xcc8000ff (0x100) MX[B]
        [1] -1    0    0xcd000000 - 0xcd0000ff (0x100) MX[B]
        [2] -1    0    0x50000000 - 0x500003ff (0x400) MX[B]
        [3] -1    0    0xcd800000 - 0xcd8003ff (0x400) MX[B]
        [4] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [5] -1    0    0xcffe0000 - 0xcfffffff (0x20000) MX[B](B)
        [6] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [7] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [8] -1    0    0x0000a400 - 0x0000a407 (0x8) IX[B]
        [9] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
        [10] -1    0    0x0000b000 - 0x0000b01f (0x20) IX[B]
        [11] -1    0    0x0000b400 - 0x0000b41f (0x20) IX[B]
        [12] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [13] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]
        [14] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [15] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [16] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [17] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) Inactive PCI resource ranges:
        [0] -1    0    0xcc000000 - 0xcc0000ff (0x100) MX[B]
        [1] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [2] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xcc800000 - 0xcc8000ff (0x100) MX[B]
        [1] -1    0    0xcd000000 - 0xcd0000ff (0x100) MX[B]
        [2] -1    0    0x50000000 - 0x500003ff (0x400) MX[B]
        [3] -1    0    0xcd800000 - 0xcd8003ff (0x400) MX[B]
        [4] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [5] -1    0    0xcffe0000 - 0xcfffffff (0x20000) MX[B](B)
        [6] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [7] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [8] -1    0    0x0000a400 - 0x0000a407 (0x8) IX[B]
        [9] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
        [10] -1    0    0x0000b000 - 0x0000b01f (0x20) IX[B]
        [11] -1    0    0x0000b400 - 0x0000b41f (0x20) IX[B]
        [12] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [13] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]
        [14] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [15] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [16] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [17] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) Inactive PCI resource ranges after removing overlaps:
        [0] -1    0    0xcc000000 - 0xcc0000ff (0x100) MX[B]
        [1] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [2] -1    0    0x0000a000 - 0x0000a007 (0x8) 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    0xcc800000 - 0xcc8000ff (0x100) MX[B]
        [6] -1    0    0xcd000000 - 0xcd0000ff (0x100) MX[B]
        [7] -1    0    0x50000000 - 0x500003ff (0x400) MX[B]
        [8] -1    0    0xcd800000 - 0xcd8003ff (0x400) MX[B]
        [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [10] -1    0    0xcffe0000 - 0xcfffffff (0x20000) MX[B](B)
        [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [12] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [13] -1    0    0xcc000000 - 0xcc0000ff (0x100) MX[B]
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1    0    0x0000a400 - 0x0000a407 (0x8) IX[B]
        [17] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
        [18] -1    0    0x0000b000 - 0x0000b01f (0x20) IX[B]
        [19] -1    0    0x0000b400 - 0x0000b41f (0x20) IX[B]
        [20] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [21] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]
        [22] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [24] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [25] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [26] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [27] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[B]
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (WW) Warning, couldn't open module GLcore
    (II) UnloadModule: "GLcore"
    (II) UnloadModule: "glx"
    (II) Unloading /usr/lib/xorg/modules/extensions/libglx.so
    (EE) Failed to load module "glx" (a required submodule could not be loaded, 0)
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension RECORD
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.4
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset vesa 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    0xcc800000 - 0xcc8000ff (0x100) MX[B]
        [6] -1    0    0xcd000000 - 0xcd0000ff (0x100) MX[B]
        [7] -1    0    0x50000000 - 0x500003ff (0x400) MX[B]
        [8] -1    0    0xcd800000 - 0xcd8003ff (0x400) MX[B]
        [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [10] -1    0    0xcffe0000 - 0xcfffffff (0x20000) MX[B](B)
        [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [12] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [13] -1    0    0xcc000000 - 0xcc0000ff (0x100) MX[B]
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1    0    0x0000a400 - 0x0000a407 (0x8) IX[B]
        [17] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
        [18] -1    0    0x0000b000 - 0x0000b01f (0x20) IX[B]
        [19] -1    0    0x0000b400 - 0x0000b41f (0x20) IX[B]
        [20] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [21] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]
        [22] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [24] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [25] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [26] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [27] -1    0    0x0000a000 - 0x0000a007 (0x8) 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    0xcc800000 - 0xcc8000ff (0x100) MX[B]
        [6] -1    0    0xcd000000 - 0xcd0000ff (0x100) MX[B]
        [7] -1    0    0x50000000 - 0x500003ff (0x400) MX[B]
        [8] -1    0    0xcd800000 - 0xcd8003ff (0x400) MX[B]
        [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [10] -1    0    0xcffe0000 - 0xcfffffff (0x20000) MX[B](B)
        [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [12] -1    0    0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [13] -1    0    0xcc000000 - 0xcc0000ff (0x100) MX[B]
        [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1    0    0x0000a400 - 0x0000a407 (0x8) IX[B]
        [20] -1    0    0x0000a800 - 0x0000a81f (0x20) IX[B]
        [21] -1    0    0x0000b000 - 0x0000b01f (0x20) IX[B]
        [22] -1    0    0x0000b400 - 0x0000b41f (0x20) IX[B]
        [23] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [24] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [29] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [30] -1    0    0x0000a000 - 0x0000a007 (0x8) IX[B]
        [31] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
        [32] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) VESA(0): initializing int10
    (II) VESA(0): Primary V_BIOS segment is: 0xc000
    (II) VESA(0): VESA BIOS detected
    (II) VESA(0): VESA VBE Version 3.0
    (II) VESA(0): VESA VBE Total Mem: 262144 kB
    (II) VESA(0): VESA VBE OEM: NVIDIA
    (II) VESA(0): VESA VBE OEM Software Rev: 4.52
    (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
    (II) VESA(0): VESA VBE OEM Product: NV34 Board - p162-11n
    (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
    (**) VESA(0): Depth 16, (--) framebuffer bpp 16
    (==) VESA(0): RGB weight 565
    (==) VESA(0): Default visual is TrueColor
    (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Reloading /usr/lib/xorg/modules/libddc.so
    (II) VESA(0): VESA VBE DDC supported
    (II) VESA(0): VESA VBE DDC Level 2
    (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    (II) VESA(0): VESA VBE DDC read successfully
    (II) VESA(0): Manufacturer: PHL  Model: 792b  Serial#: 132080
    (II) VESA(0): Year: 2000  Week: 33
    (II) VESA(0): EDID Version: 1.2
    (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    (II) VESA(0): Sync:  Separate
    (II) VESA(0): Max H-Image Size [cm]: horiz.: 32  vert.: 24
    (II) VESA(0): Gamma: 2.85
    (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) VESA(0): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.605
    (II) VESA(0): blueX: 0.150 blueY: 0.065   whiteX: 0.283 whiteY: 0.297
    (II) VESA(0): Supported VESA Video Modes:
    (II) VESA(0): 720x400@70Hz
    (II) VESA(0): 640x480@60Hz
    (II) VESA(0): 640x480@72Hz
    (II) VESA(0): 640x480@75Hz
    (II) VESA(0): 800x600@60Hz
    (II) VESA(0): 800x600@72Hz
    (II) VESA(0): 800x600@75Hz
    (II) VESA(0): 832x624@75Hz
    (II) VESA(0): 1024x768@60Hz
    (II) VESA(0): 1024x768@70Hz
    (II) VESA(0): 1024x768@75Hz
    (II) VESA(0): 1280x1024@75Hz
    (II) VESA(0): 1152x870@75Hz
    (II) VESA(0): Manufacturer's mask: 0
    (II) VESA(0): Supported Future Video Modes:
    (II) VESA(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
    (II) VESA(0): #1: hsize: 1024  vsize 768  refresh: 85  vid: 22881
    (II) VESA(0): #2: hsize: 1280  vsize 960  refresh: 85  vid: 22913
    (II) VESA(0): #3: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
    (II) VESA(0): #4: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
    (II) VESA(0): #5: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) VESA(0): #6: hsize: 1600  vsize 1200  refresh: 70  vid: 19113
    (II) VESA(0): #7: hsize: 1920  vsize 1440  refresh: 60  vid: 16593
    (II) VESA(0): Supported additional Video Mode:
    (II) VESA(0): clock: 43.3 MHz   Image Size:  316 x 237 mm
    (II) VESA(0): h_active: 640  h_sync: 696  h_sync_end 752 h_blank_end 832 h_border: 0
    (II) VESA(0): v_active: 480  v_sync: 481  v_sync_end 484 v_blanking: 509 v_border: 0
    (II) VESA(0): Monitor name: PHILIPS 107B
    (II) VESA(0): Serial No:  BZ  132080
    (II) VESA(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 92 kHz, PixClock max 230 MHz
    (II) VESA(0): Searching for matching VESA mode(s):
    Mode: 100 (640x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 101 (640x480)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 10
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 10
        LinNumberOfImagePages: 10
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 102 (800x600)
        ModeAttributes: 0x31f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 100
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
        LinBytesPerScanLine: 100
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 108500000
    Mode: 103 (800x600)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 800
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 104 (1024x768)
        ModeAttributes: 0x31f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 128
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
        LinBytesPerScanLine: 128
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 108500000
    Mode: 105 (1024x768)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1024
        BnkNumberOfImagePages: 3
        LinNumberOfImagePages: 3
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 106 (1280x1024)
        ModeAttributes: 0x31f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 160
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
        LinBytesPerScanLine: 160
        BnkNumberOfImagePages: 3
        LinNumberOfImagePages: 3
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 108500000
    Mode: 107 (1280x1024)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    *Mode: 10e (320x200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 30
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 30
        LinNumberOfImagePages: 30
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 10f (320x200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    *Mode: 111 (640x480)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 4
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 4
        LinNumberOfImagePages: 4
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 112 (640x480)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 2560
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    *Mode: 114 (800x600)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 2
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1600
        BnkNumberOfImagePages: 2
        LinNumberOfImagePages: 2
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 115 (800x600)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 3200
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    *Mode: 117 (1024x768)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 2048
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 118 (1024x768)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 4096
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    *Mode: 11a (1280x1024)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 2560
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 11b (1280x1024)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 5120
        BnkNumberOfImagePages: 0
        LinNumberOfImagePages: 0
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    Mode: 130 (320x200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 62
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 320
        BnkNumberOfImagePages: 62
        LinNumberOfImagePages: 62
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 131 (320x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 30
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 320
        BnkNumberOfImagePages: 30
        LinNumberOfImagePages: 30
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    *Mode: 132 (320x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 133 (320x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    Mode: 134 (320x240)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 30
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 320
        BnkNumberOfImagePages: 30
        LinNumberOfImagePages: 30
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    *Mode: 135 (320x240)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 19
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 19
        LinNumberOfImagePages: 19
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 136 (320x240)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 10
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 10
        LinNumberOfImagePages: 10
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    *(II) VESA(0): Not using built-in mode "640x400" (vrefresh out of range)
    Mode: 13d (640x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 13e (640x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 2
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 2560
        BnkNumberOfImagePages: 2
        LinNumberOfImagePages: 2
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
    Mode: 145 (1600x1200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1600
        XResolution: 1600
        YResolution: 1200
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1600
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    *Mode: 146 (1600x1200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 3200
        XResolution: 1600
        YResolution: 1200
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 3200
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 147 (1400x1050)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 1400
        XResolution: 1400
        YResolution: 1050
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 1400
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    *Mode: 148 (1400x1050)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 2800
        XResolution: 1400
        YResolution: 1050
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
        LinBytesPerScanLine: 2800
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
    Mode: 152 (2048x1536)
        ModeAttributes: 0x3db
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b305
        BytesPerScanline: 8192
     

    after #nvidia-installer --unistall:
    [root@myhost lisa]# pacman -Sy nvidia
    :: Synchronizing package databases...
    :: current is up to date
    extra                    [################] 100%     237K    13.5K/s  00:00:17
    community                [################] 100%      53K    10.2K/s  00:00:05
    :: nvidia-1.0.8178-15: is up to date.  Upgrade anyway? [Y/n] y
    Targets: nvidia-1.0.8178-15
    Total Package Size:   5.9 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    /sbin/ldconfig: File /usr/lib/libGL.so.1.2.old is empty, not checked.
    upgrading nvidia... done.
    IMPORTANT
    ==> In order to use the software, you have to agree to NVIDIA's license located in
    ==> /usr/share/doc/NVIDIA_GLX-1.0/LICENSE
    ==> If you don't, please remove this package (pacman -R nvidia)
    Installation starts now ...
    INSTALLATION FAILED!
    ==> You have to shutdown Xserver to finish installation! You have to rerun 'pacman -S nvidia'
    ==> Other installation errors can be found at: /var/log/nvidia-installer.log
    ==> Other common solutions can be found on the wiki: http://wiki.archlinux.org/index.php/How … DIA_driver
    rm: impossibile rimuovere `/usr/lib/libGL.la': No such file or directory
    mv: impossibile fare stat di `/usr/share/man/man1/nvidia*': No such file or directory
    FATAL: Could not open '/lib/modules/2.6.15-ARCH/kernel/drivers/video/nvidia.ko': No such file or directory
    If you need more information about setting up nvidia drivers have a look at:
    "http://wiki.archlinux.org/index.php/How … DIA_driver"
    /sbin/ldconfig: File /usr/lib/libGL.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGL.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGL.so.1.2.old is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-cfg.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libXvMCNVIDIA.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-tls.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libXvMCNVIDIA_dynamic.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-cfg.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-tls.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGL.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-cfg.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGLcore.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGLcore.so.1.0.8178 is empty, not checked.
    [root@myhost lisa]#
    [root@myhost lisa]#
    [root@myhost lisa]# pacman -Sy nvidia
    :: Synchronizing package databases...
    :: current is up to date
    extra                    [################] 100%     237K    13.5K/s  00:00:17
    community                [################] 100%      53K    10.2K/s  00:00:05
    :: nvidia-1.0.8178-15: is up to date.  Upgrade anyway? [Y/n] y
    Targets: nvidia-1.0.8178-15
    Total Package Size:   5.9 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    /sbin/ldconfig: File /usr/lib/libGL.so.1.2.old is empty, not checked.
    upgrading nvidia... done.
    IMPORTANT
    ==> In order to use the software, you have to agree to NVIDIA's license located in
    ==> /usr/share/doc/NVIDIA_GLX-1.0/LICENSE
    ==> If you don't, please remove this package (pacman -R nvidia)
    Installation starts now ...
    INSTALLATION FAILED!
    ==> You have to shutdown Xserver to finish installation! You have to rerun 'pacman -S nvidia'
    ==> Other installation errors can be found at: /var/log/nvidia-installer.log
    ==> Other common solutions can be found on the wiki: http://wiki.archlinux.org/index.php/How … DIA_driver
    rm: impossibile rimuovere `/usr/lib/libGL.la': No such file or directory
    mv: impossibile fare stat di `/usr/share/man/man1/nvidia*': No such file or directory
    FATAL: Could not open '/lib/modules/2.6.15-ARCH/kernel/drivers/video/nvidia.ko': No such file or directory
    If you need more information about setting up nvidia drivers have a look at:
    "http://wiki.archlinux.org/index.php/How … DIA_driver"
    /sbin/ldconfig: File /usr/lib/libGL.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGL.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGL.so.1.2.old is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-cfg.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libXvMCNVIDIA.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-tls.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libXvMCNVIDIA_dynamic.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-cfg.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-tls.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGL.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libnvidia-cfg.so.1.0.8178 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGLcore.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libGLcore.so.1.0.8178 is empty, not checked.
    this the answers??????????????
    I'm taken care, disappointed,deprived of hope

  • [solved - faulty hardware]nvidia - serious problems after last update

    I'm trying to fix this for 3 days now...
    After last nvidia update i rebooted and my screen looked like this:
    http://img3.imagebanana.com/img/qogzxehj/img_1702.jpg
    So I googled a bit, tried to create a new xorg.conf with nvidia-xconfig, tried several things in xorg.conf but nothing worked. A downgrade to previous version failed. I was fed up with it and restored a backup from the week before and.....got also this messed up screen.
    I even get some strange stripes/distortion in BIOS splash screen now or when I boot from a live-cd:
    http://img3.imagebanana.com/img/29u0495s/img_1698.jpg
    Next day I added a "Mode Section" to xorg.conf and everything seemed to work again - until the screen turned off because of inactivity (no suspend or hibernate), I moved the mouse and everything was f**** up again.
    As things are now: I have this strange distortion in my BIOS-bootscreen. When X starts this messed up screen from the screenshot appears. I can switch to a console. If I switch to runlevel 3 and immediately back to runlevel 5 I get an apparently working desktop. But the windows don't redraw, the program windows won't refresh if I move them around. Everything looks strange and so on.
    I played around with xorg.conf, loaded some Modules, tried several depths and resolutions, added a modeline, nothing. Reinstalled nvidia in runlevel 3, tried the nv-driver (brought up black screen with some red pixels, system only reacted on magic sysrequest..). Vesa driver works (resolution 800x600)...I also wanted to boot from 2 Knoppix CD's floating around here but they both came up with a black screen, at the other hand a Clonezilla live-cd is working (with 800x600 and 1024x768 and this distorted pixels, see second screenshot from above).
    Is it possible that my VGA Bios is corrupted or something? I suppose this because of the distortion in the boot screen...A guy in the german archforum gave me the advice to look if
    dmesg | grep -e mtrr -e MTRR
    produces any output - it does not.
    Here is some additional information:
    Notebook: Fujitsu Siemens Amilo Pi 1556
    Graphics Card: Nvidia Geforce Go 7600
    latest xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:02 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    # InputDevice "Mouse0" "CorePointer"
    InputDevice "Touchpad" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    Load "dri"
    Load "synaptics"
    # Load "ddc"
    # Load "vbe"
    # Load "int10"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse2"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "TabButton1" "1"
    Option "HorizScrollDelta" "100"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    VendorName "NVIDIA Corporation"
    # Option "Coolbits" "1"
    # Option "NoLogo" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Modes "1280x800" "800x600"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerFlags"
    Option "DontZap" "False"
    EndSection
    Xorg.0.log
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux yggdrasil 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 29 14:25:30 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 7 18:12:17 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Touchpad"
    (**) Option "DontZap" "False"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) nVidia Corporation G70 [GeForce Go 7600] rev 161, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216, I/O @ 0x00002000/128
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.51 Thu Apr 16 19:32:09 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) VESA(0): initializing int10
    (II) VESA(0): Primary V_BIOS segment is: 0xc000
    (II) VESA(0): VESA BIOS detected
    (II) VESA(0): VESA VBE Version 3.0
    (II) VESA(0): VESA VBE Total Mem: 262144 kB
    (II) VESA(0): VESA VBE OEM: NVIDIA
    (II) VESA(0): VESA VBE OEM Software Rev: 5.115
    (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
    (II) VESA(0): VESA VBE OEM Product: G73 Board - p478h2
    (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
    (**) VESA(0): Depth 24, (--) framebuffer bpp 32
    (==) VESA(0): RGB weight 888
    (==) VESA(0): Default visual is TrueColor
    (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) VESA(0): VESA VBE DDC supported
    (II) VESA(0): VESA VBE DDC Level none
    (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
    (II) VESA(0): VESA VBE DDC read failed
    (II) VESA(0): Searching for matching VESA mode(s):
    Mode: 100 (640x400)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 14
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 14
    LinNumberOfImagePages: 14
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 101 (640x480)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 10
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 10
    LinNumberOfImagePages: 10
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 102 (800x600)
    ModeAttributes: 0x31f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 100
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 14
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 100
    BnkNumberOfImagePages: 14
    LinNumberOfImagePages: 14
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 108500000
    Mode: 103 (800x600)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 800
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 6
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 800
    BnkNumberOfImagePages: 6
    LinNumberOfImagePages: 6
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 105 (1024x768)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1024
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1024
    BnkNumberOfImagePages: 3
    LinNumberOfImagePages: 3
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 10e (320x200)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 30
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 30
    LinNumberOfImagePages: 30
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 10f (320x200)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 14
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 14
    LinNumberOfImagePages: 14
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    Mode: 111 (640x480)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 4
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 4
    LinNumberOfImagePages: 4
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 112 (640x480)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    Mode: 114 (800x600)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 115 (800x600)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    Mode: 117 (1024x768)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2048
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 118 (1024x768)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 4096
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 4096
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    Mode: 130 (320x200)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 320
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 62
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 320
    BnkNumberOfImagePages: 62
    LinNumberOfImagePages: 62
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 131 (320x400)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 320
    XResolution: 320
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 30
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 320
    BnkNumberOfImagePages: 30
    LinNumberOfImagePages: 30
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 132 (320x400)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 14
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 14
    LinNumberOfImagePages: 14
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 133 (320x400)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 6
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 6
    LinNumberOfImagePages: 6
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    Mode: 134 (320x240)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 320
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 30
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 320
    BnkNumberOfImagePages: 30
    LinNumberOfImagePages: 30
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    Mode: 135 (320x240)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 19
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 19
    LinNumberOfImagePages: 19
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 136 (320x240)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 10
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 10
    LinNumberOfImagePages: 10
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    Mode: 13d (640x400)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 6
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 6
    LinNumberOfImagePages: 6
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 229500000
    *Mode: 13e (640x400)
    ModeAttributes: 0x39f
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0009f45
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 229500000
    (II) VESA(0): Total Memory: 4096 64KB banks (262144kB)
    (II) VESA(0): Monitor0: Using hsync range of 28.00-33.00 kHz
    (II) VESA(0): Monitor0: Using vrefresh range of 43.00-72.00 Hz
    (II) VESA(0): Not using mode "1280x800" (no mode of this name)
    (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
    (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
    (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
    (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
    (II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
    (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
    (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
    (WW) VESA(0): No valid modes left. Trying less strict filter...
    (II) VESA(0): Monitor0: Using hsync range of 28.00-33.00 kHz
    (II) VESA(0): Monitor0: Using vrefresh range of 43.00-72.00 Hz
    (II) VESA(0): Not using mode "1280x800" (no mode of this name)
    (II) VESA(0): Not using built-in mode "1024x768" (width too large for virtual size)
    (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
    (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
    (--) VESA(0): Virtual size is 800x600 (pitch 800)
    (**) VESA(0): *Built-in mode "800x600"
    (**) VESA(0): Built-in mode "640x480"
    (**) VESA(0): Built-in mode "640x400"
    (**) VESA(0): Built-in mode "320x400"
    (==) VESA(0): DPI set to (96, 96)
    (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
    (**) VESA(0): Using "Shadow Framebuffer"
    (II) Loading sub module "shadow"
    (II) LoadModule: "shadow"
    (II) Loading /usr/lib/xorg/modules//libshadow.so
    (II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) VESA(0): initializing int10
    (II) VESA(0): Primary V_BIOS segment is: 0xc000
    (II) VESA(0): VESA BIOS detected
    (II) VESA(0): VESA VBE Version 3.0
    (II) VESA(0): VESA VBE Total Mem: 262144 kB
    (II) VESA(0): VESA VBE OEM: NVIDIA
    (II) VESA(0): VESA VBE OEM Software Rev: 5.115
    (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
    (II) VESA(0): VESA VBE OEM Product: G73 Board - p478h2
    (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
    (II) VESA(0): virtual address = 0xa6813000,
    physical address = 0xc0000000, size = 268435456
    (II) VESA(0): Setting up VESA Mode 0x115 (800x600)
    (==) VESA(0): Default visual is TrueColor
    (==) VESA(0): Backing store disabled
    (**) Option "dpms"
    (**) VESA(0): DPMS enabled
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    (II) Synaptics touchpad driver version 1.1.0
    (--) Touchpad auto-dev sets device to /dev/input/event9
    (**) Option "Device" "/dev/input/event9"
    (II) Touchpad: x-axis range 1472 - 5472
    (II) Touchpad: y-axis range 1408 - 4448
    (II) Touchpad: pressure range 0 - 255
    (II) Touchpad: finger width range 0 - 0
    (II) Touchpad: buttons: left right middle double triple
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (**) Option "VertScrollDelta" "100"
    (**) Option "HorizScrollDelta" "100"
    (**) Option "MinSpeed" "0.06"
    (**) Option "MaxSpeed" "0.12"
    (**) Option "AccelFactor" "0.0010"
    (--) Touchpad touchpad found
    (**) Option "CorePointer"
    (**) Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD)
    (**) Touchpad: (accel) keeping acceleration scheme 1
    (**) Touchpad: (accel) filter chain progression: 2.00
    (**) Touchpad: (accel) filter stage 0: 20.00 ms
    (**) Touchpad: (accel) set acceleration profile 0
    (--) Touchpad touchpad found
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Logitech USB RECEIVER
    (**) Logitech USB RECEIVER: always reports core events
    (**) Logitech USB RECEIVER: Device: "/dev/input/event2"
    (II) Logitech USB RECEIVER: Found 16 mouse buttons
    (II) Logitech USB RECEIVER: Found x and y relative axes
    (II) Logitech USB RECEIVER: Found scroll wheel(s)
    (II) Logitech USB RECEIVER: Configuring as mouse
    (**) Logitech USB RECEIVER: YAxisMapping: buttons 4 and 5
    (**) Logitech USB RECEIVER: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB RECEIVER" (type: MOUSE)
    (**) Logitech USB RECEIVER: (accel) keeping acceleration scheme 1
    (**) Logitech USB RECEIVER: (accel) filter chain progression: 2.00
    (**) Logitech USB RECEIVER: (accel) filter stage 0: 20.00 ms
    (**) Logitech USB RECEIVER: (accel) set acceleration profile 0
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) Synaptics touchpad driver version 1.1.0
    (**) Option "Device" "/dev/input/event9"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "3"
    (**) Option "TapButton3" "2"
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
    (**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
    (**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event7"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    There were no errors/warnings from pacman when updating the driver....
    So I am really out of ideas maybe you guys have one?
    Thanks in advance!
    Last edited by Urfaust (2009-05-12 17:31:53)

    Ok, recently the exact same thing happen to me and my 6800.
    These were the kernel's last words before everything froze hard. From everything.log,
    NVRM: Xid (0002:00): 13, 0001 00000000 0000502d 0000060c 00000083 00000100
    NVRM: Xid (0002:00): 13, 0001 00000000 0000502d 000008dc 00000000 00000100
    NVRM: Xid (0002:00): 13, 0001 00000000 0000502d 000008dc 00000000 00000040
    NVRM: Xid (0002:00): 13, 0003 00000000 00008397 00001b0c 1000f010 0000004
    Googling that, I stumbled upon this and I though jackpot!
    http://www.nvnews.net/vbulletin/showthread.php?t=123912
    There seems to be a known problem all the way back to the start of 180.51 driver series. But the weird thing is the previous version(180.44) had no problems whatsoever.
    Also, my logs never showed this other error they were clamouring about...
    [mi] EQ overflowing. The server is probably stuck in an infinite loop.
    [mi] mieqEnequeue: out-of-order valuator event; dropping.
    Adamant that a hardware failure at this point is too coincidental, I attempted first installing nvidia-beta and nvidia-utils-beta from aur as suggested by the post. Then, I tried downgrading the to the previous nvidia. Then, the previous kernel. The same thing keeps happening albeit with weird frequencies. There were times when it could last well over 5 hours, even on wesnoth. However, the thing that usually broke it is firefox loading with the usual 150+ tabs. This puzzled me even more. The graphic card isn't even related to this. Maybe its ram? Went on ram swapping spree again to no avail.
    A couple of reboots later, weird graphical distortions appeared right after BIOS. Then it really hit upon me that this had to be a hardware problem! It was only when I fiddled desperately with the bios settings when I noticed that my Northbridge/chipset fan is spinning at 0rpm! Opened up the case and sure enough, its dead. I hacked and replaced it from my old AMD cpu's fan. Funny, my intel CPU fan just died a while back. Replaced it with the chasis fan. Can't be bothered to shop for these.....
    Still, I booted up, thinking the bug will still be there since the chipset supposedly has nothing to do with graphics problem. To my surprise, it's totally gone! Elated yet puzzled, I sought out trying to rationalize the whole event. Afterall, it's only through understanding these that one is able to troubleshoot effectively. A quick search on google on the northbridge yields the answer. In fact, the northbridge does have something to do with the graphic card. It acts as an interface for high speed devices. No wonder firefox caused it to crash too!
    Lessons learnt
    If the frequency of crashes seems too random, consider that it might be a hardware overheat failure. This can easily explain why "the next morning everything works fine".
    If weird stuff happens outside of the OS, eg. while rebooting, it's most likely is a hardware failure.
    should be a big coincidence if the card dies because of heat problems in the second I updated?
    It really isn't such a big coincidence. This depends on the frequency of your updates. Most people update every week or even every few days.
    Last edited by onguarde (2009-05-12 10:55:50)

  • Both nouveau and nVidia driver problems with Stellarium

    Stellarium v0.12.4 with either xf86-video-nouveau 1.0.9-1 or nvidia (latest driver) and an nVidia MCP78S (GeForce 8200) chip usually results in either distorted graphics and sometimes complete system lock-up.
    The nVidia driver is worse, nouveau sometimes works but its a crap shoot. This has been going on for about 2 months now, and I have tested both drivers.
    With nouveau it dumps these boot errors, but works on other software just fine:
    Oct 21 17:17:48 eagle kernel: nouveau E[ PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x10022c
    Oct 21 17:17:48 eagle kernel: nouveau E[ PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100230
    Oct 21 17:17:48 eagle kernel: nouveau E[ PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x1002e4
    I cannot use the nvidia driver in general because it sometimes causes graphics faults when using Chromium.
    I don't get any other graphics issues other than with Stellarium (and obviously I cannot run google-earth with nouveau either).
    Any ideas on where to start with this problem would be appreciated.

    Thanks for answering!
    Following your advice, I downloaded and installed the latest driver from Nvidia (http://www.nvidia.fr/object/notebook-win7-winvista-64bit-260.99-whql-driver-fr.html). I'm not sure this is the one I updated on the first place since I don't remember when I did it (it was a few months ago, and as I had internet without using wi-fi, I didn't see that much the BSOD, but now that I'm back to wi-fi, the problem occurs often). Until now, no BSOD, but the first problem "Display Driver Stopped Responding and Has Recovered" is still here, and a little bit more annoying since it can occurs while watching some video files (it didn't happen before).
    For the BIOS problem, it was the one described on the link you gave, but no the problem is over. I was just thinking it could be relevant to understand the others problems.
    I'll let you know if the BSOD is (or seems) definitively gone. In the meantime, if someone knows how to fix the problem of the display driver that stopped responding and was recovered, it would be greatly appreciated!

  • Xorg nvidia resolution problems with KDE

    I just installed Arch 2008.04-RC last night.  I configured xorg.conf using nvidia with the screen resolution set to "1440x900" which worked in both the X Windows and KDE 3.5.9. 
    I was trying to get xine working with Amarok.  At one point, I deleted ~/.xine and xinirtc to force itself to reset. I then rebooted at which point I noticed the resolution set only at "640x400" in KDE.  I checked the Display Settings and that was the maximum resolution I could choose.  I then switched to the vesa drivers which allowed a maximum resolution of "1024x768". 
    I removed xorg and nvidia and reinstalled.  I can no longer get a resolution of "1440x900" resolution for my Viewsonic VA1926v flat screen monitor.  I read on the xorg log that
    I am using the Nvidia GeForce 7300 GT video graphics card.  uname -r:  2.6.25-ARCH
    From /var/log/Xorg.0.log I get the following information when I am using vesa:
    (II) VESA(0): Total Memory: 4096 64KB banks (262144kB)
    (II) VESA(0): Generic Monitor: Using hsync range of 30.00-82.00 kHz
    (II) VESA(0): Generic Monitor: Using vrefresh range of 50.00-75.00 Hz
    (II) VESA(0): Not using mode "1440x900" (no mode of this name)
    (II) VESA(0): Not using mode "1280x1024" (no mode of this name)
    (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
    (**) VESA(0): *Built-in mode "1024x768"
    (**) VESA(0): *Built-in mode "800x600"
    (**) VESA(0): Built-in mode "640x480"
    (**) VESA(0): Built-in mode "640x400"
    (**) VESA(0): Built-in mode "320x400"
    (**) VESA(0): Built-in mode "320x240"
    (**) VESA(0): Built-in mode "320x200"
    (==) VESA(0): DPI set to (96, 96)
    With nvidia, it just states that no mode is available for '1440x900' and selects virtual size of '640x400'.
    My xorg.conf below:
    Section "ServerLayout"
    Identifier "Default Layout"
    screen "Default Screen" 0 0
    Inputdevice "Generic Keyboard"
    Inputdevice "Configured Mouse"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "glx"
    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 "Monitor"
    Identifier "Generic Monitor"
    Horizsync 30.0 - 82.0
    Vertrefresh 50.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
    Driver "vesa"
    Option "AddARGBVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "True"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation G70 [GeForce 7300 GT]"
    Monitor "Generic Monitor"
    Defaultdepth 24
    Option "AddARGBVisuals" "True"
    Option "NoLogo" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "UseEdidDpi" "false"
    Option "DPI" "96 x 96"
    Option "ConnectedMonitor" "DFP"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x900" "1280x1024" "1024x768" "800x600"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    I am at a loss at trying to fix this one.  Something similar happened when I was running Gentoo on this same desktop back in April.  I also have the same low resolution problem when using Sabayon.
    Any help here would be much appreciated :-)

    I thought these frequencies were a bit low too.  My manual said there were the frequencies.  I checked online and it said the same.  I need to do more research on it.
    I did manage to get my 1440x900 resolution back using the open source nv drivers.  I had to do the same with Gentoo and Linux Mint in the past.  Everytime I used the nvidia drivers, my monitor returns to the 640x400 resolution and I noticed the only way to avoid it was to use nv.  I do not play games online or use Compiz so it does not bother me.
    Thanks.

  • Nvidia DVD Problems

    Nvidia and MacrovisionDoes anyone having problems with DVD players on Nforce systems and vga drivers above 40.72(Geforce 2 mx integrated)?
    When I play a dvd movie with Power DVD 5.0,a small window pops up alerting me that the movie can't run because the TV out of my VGA Card is enable,well I don't have any other card installed,just the Geforce2 MX integrated GPU,that came with the Nforce 420D chipset.But I know that the motherboard came with a TV encoder(Conexant BT868).I have noticed that when the system recognizes the TV encoder on the display properties,below the VGA Bios,the movie can't run.I have installed the Nvidia Nforce 2.45 chipset drivers,comes with 44.03 Detonator drivers.Also I was running the Nvidia NDVD  Player(2.55 version)and I got some problems too,when the movie was playing at some time,problems with the fast forward ocurred.By the way it's not my DVDROM neither my VGA Card.I'm running Windows XP Pro with SPI preinstalled and latest updates.I got an MSI MS-6367 Mobo,1.3 bios(latest).Clean and fresh Windows XP Pro installment.I'm going to add a link about some problems with DVD Players with Nforce systems.Forgot something,I check the bios and the TV out was disabled by default.http://forum.digital-digest.com/archive/topic/18121-1.html

    This might/might not help.  After upgrading to 2.6.27, both my wireless card and nvidia drivers failed.  I ran "depmod" as root in the console and now everything runs.  Might want to give that a try.

  • Another NVidia graphics problem (8800 GS) - late spring 08 imac

    I have a spring 08 aluminum imac (24", 3.06GHz, 4GB RAM, 10.5.7)
    The graphics card is an NVIDIA GeForce 8800 GS w/ 512 MB VRAM
    I get sporadic strange graphics failures seemingly at random intervals. They started around the time I upgraded to 10.5.5 (or maybe 10.4.4... can't recall) back in December, but that could be coincidence. They do not seem to be tied to use of any application or user action. Since they started in December, I have gone months without them, and had them occur 5 minutes apart. They've hit me a half dozen times in the last 3 days.
    Here's what happens:
    The screen appears to flash once
    The computer becomes unresponsive (usually w/ spinning beachball)
    If activity monitor is running, the CPU stays at a low use %
    Sometimes the dock icons pixelate and/or turn yellow
    Occasionally the desktop icons seem corrupt/pixelated
    The desktop background is unaffected. If iTunes is playing it is unaffected. The mouse moves the pointer with no sluggishness or lag, though clicking is usually ineffective (can have either standard pointer or spinning ball)
    Using iStat, the GPU immediately after a reboot is ~52 deg and the GPU Diode is 59 Deg. The top of the machine is very warm. I can hold my hand there indefinitely, but any hotter and I would not be able to. The CPU fan is running at 1300rpm, hard drive at 1500, optical drive at 700.
    Tech tool Pro 5 video memory test shows no problems.
    Sometimes the machine appears to recover somewhat, but then I get another "flash" and the symptoms repeat.
    If I pull up console, I get a host of error messages along the lines of:
    7/14/09 8:41:18 PM kernel NVDA(OpenGL): Channel exception! status = 0xffff info32 = 0xd = GR: SW Notify Error
    7/14/09 8:41:18 PM kernel 0000000c
    7/14/09 8:41:18 PM kernel 00200000 00008297 00000472 00000000
    7/14/09 8:41:18 PM kernel 0000047e 00001b0c 1000f010 00000003
    7/14/09 8:41:18 PM kernel 00000000 00000000 00000000
    7/14/09 8:41:30 PM kernel NVChannel(Display): Graphics channel timeout!
    7/14/09 8:41:42 PM kernel NVChannel(OpenGL): Graphics channel timeout!
    7/14/09 8:41:54 PM kernel NVChannel(Display): Graphics channel timeout!
    Typically, the only recourse is a hard reboot holding the power button.
    I fear I screwed myself, as even though the problem started in December, it had gone "dormant" in early spring, and I let my 1 year warranty go past without getting extended applecare. A call to apple care yielded only a "bring it to a genius bar and they'll have a look" but given the sporadic nature of the problem, I doubt I'd be "lucky" enough to get the error.
    Can anyone offer advice as to:
    What the heck is going on
    Whether this is a common enough problem that I can badger Apple into fixing it out of warranty
    If there is anything I can do to remedy the problem myself
    What I can expect to pay for a repair

    Typo - should read : "They started around the time I upgraded to 10.5.5 (or maybe 10.5.4... can't recall)"

  • Why was nVidia nView Desktop Manager Removed?

    I recently used Windows Update to upgrade the video driver for my nVidia Quadro FX 880M graphics card for my Thinkpad W510 (Windows 7, 64-bit) . The new version is 9.18.13.1100, which is the same version listed as current at the Lenovo web site. However, the release history for the video driver includes this:
    <8.17.12.5738 / 1.0.15.0>
     - [Important]
             Removed nView Desktop Manager application from this package. Refer to
             the Notes section for more information.
    The notes say:
    - nView Desktop Manager application was removed from this package. In order to
      remove the application from your computer, it has to be manually uninstalled.
      It is recommended to remove the application before updating to this driver.
    I have nView Desktop Manager version 136.53 installed on my machine. It seems to be working fine, but I'm concerned that there may be issues I don't know about. Does anybody have any insight into why nView DM was removed from the video driver distribution some versions back? Should I remove nView DM, or should I keep it installed and hope for the best?  It has some features I find useful on my multiple-monitor display setup.
    Thanks.

    NView DM also interferes (somewhat) with my Habu mouse.

  • Thinkstation D20 & Quad SLI Configuration using 2 X Nvidia N295GTX Problem.

    I got the new D20 with Dual Quad-Core W5580 Processors, 16GB RAM, 2 SAS HDs.  Tried to install 2 IDENTICAL Nvidia N295GTX GPUs with its SLI connector, at the BIOS level, it gave me one log beep & 3 consecutive ones & the Monitor is Blank. Checked the BIOS & enabled the SLI GPUs to communicate with each other through the SLI Flex connector. Still didn't work. bearing in mind that i've corrrectly connected the GPU power cables (6&8 Pin cables for each card). Upgraded the BIOS to the latest version. I installed each card seperately, they worked perfectly, Problem starts when i install them in a Quad SLI configuration. 

    SurferGuy - welcome to the forum!
    one long and three short beeps is a keyboard error.   are you sure it isn't one long and two short beeps?   if so, this means your video cards are incompatible for some reason.   i don't know if this is a BIOS limitation or something limiting the D20 from working with four GPU cores.   since the D20 was originally intended to be used as a workstation, it's possible that dual GTX 295s were never tested in these systems since these are desktop/gaming cards.
    this isn't caused by insufficient power.   if this were the case, the GTX 295s themselves would beep.   the PSU on the D20 is rated to 1080W and natively supports dual 6+8 pin PCIe power sockets.   1080W is plenty for dual GTX 295s at 289W each as long as you aren't somehow running over 500W of other accessories.
    at this point i suggest calling service to see if they have any suggestions.   as far as i know, your cards aren't officially supported and may not even work at this point in time.   a BIOS update may change this in the future but i cannot speak in more detail at this point in time.
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • [nVidia Series] Problems with boot time for p4n sli

    I have spent a couple of hours digging trying to find out some information.
    I bought the p4n sli (not diamond) and everything seems to work fine, BUT the boot time is very long.  It seems to try to access the dvd drive for 30 to 45 seconds and then it will boot.  Once it starts to boot I get 4 error code beeps and one that sounds as if it would be the normal everything is good beep (the fifth beep is always different and usually in the middle of the four same tone beeps).
    I have a intel 630 cpu, a nvidia 6800gt vid card, one gig of corsair dual channel memory and 1 gig of geil dual channel memory (I get the same errors without the different memory), I have a 450 thermaltake psu, a maxtor 120 gig sata drive and a 160 gig ide drive.
    I have no problems with anything once the computer is booted up.  It just takes a lot longer to even start to boot than I have seen with modern computers.
    The beep codes thread stated that
    4 beeps - Timer not operational - bad motherboard
    5 beeps - Processor error - bad processor
    Would I still be able to run this computer if either of these was true?  I would love any advice.  I do not want to burn up anything.

    Quote from: hcoshawn on 11-January-06, 05:21:01
    hey LtDano38,
     Im sure that the beeps that you are hearing are on account of the amount of USB devices that you have hooked up. You should get one for every device, the low tone one that you hear is the bios beep saying that everything is normal. The USB beeps should come before the different tone one at the end.
     As for the boot time, i would try a different cd-row to see if it does the same. Also is the drive IDE or SATA?
    GL and post back. 
    ok, I do have four usb devices, a flight stick, a nostromo, and usb mouse and keyboard, I have one ide hd, one sata hd and an ide dvd.  I tried slaving the dvd off of the hd and with it by itself on the other ide channel.  My os is on the ide hd.  One last question, can I use anymore abbreviations?

Maybe you are looking for