Xorg & Openbox help

So I've been trying to solve these issues via IRC for a while, but perhaps I will get some help here. Keep in mind I am very new to Linux (but willing to learn)... so try speaking to me like I'm a 4 year old or your grandparents, otherwise I might be asking questions like "what does it mean to invoke something" (a gem of a question that I had to ask in IRC). Anyways, I've been trying to setup Xorg and Openbox for the past few days.
I installed what I assume are the necessary files when I read the wiki.
When I first installed xorg, I also installed Openbox and added the "exec openbox-session" to the ~/.xinitrc ; It worked, but was a bit buggy when opening the menu (right clicking). I was able to access the options. Because I didn't install a proper video driver, it was very low resolution and the screen margins were wacky.
So I downloaded the proper drivers and the screen was the normal 1280x1024. However, when I right clicked and selected anything it would crash; nothing moving, ctrl+alt+bksp not working either. After this I resolved that it was something from Xorg that is the problem; I made a configuration file, xorg.conf, and placed it in the right directory from the wiki. I have it here: http://rafb.net/p/wjptJT37.html
I did some other things but memory is not exactly great and this was all over the course of days. Essentially the current state is this: in my xinitrc I only have the line "exec xterm" uncommented; however, # X -config /etc/X11/xorg.conf does not do anything; no X, no nothing. startx doesn't do anything, just blanks the screen, then returns to shell.
My xorg log: http://rafb.net/p/TJIIkP79.html
I also tried to install xfce4, but when I start that up I get weird yellow bars across the screen, and everything freezes. The cursor moves, but the cursor state is frozen; a Tips dialog pops up but nothing else. Ctrl Alt Bksp doesn't work.
How do I resolve this? I'm very close to either deleting the partition and starting fresh (maybe I seriously fowled something up before this?) or trying to emulate in Virtual Box instead, neither of which I want to do. I'll be checking this thread often.
Thanks for any help.

Teshadael wrote:
epsilon: Do you know what fixed it?
If I load hal and openbox, it always results in openbox getting signal 11's, if I !hal, openbox works without a problem.
I'd like hal loaded for other things though.
Has anyone else been running into this?
EDIT:
Ok, just experimented a bit.
if I disable hal in the daemons, then start it once I'm in openbox, there doesn't appear to be any issues.
I've moved it around in the array, so I don't believe it has anything to do with when it's being loaded.
I am not sure about the order of your daemons, but hal needs to be the first things that needs to be started. Also if you have dbus listed, you should remove that since hal will start dbus for you.

Similar Messages

  • [solve] Screen resolution changed after upgrading xorg please help?

    Ive been using arch for almost a year now and have grown to like it a lot.  I recently updated my system with pacman -Syu. during this process my xorg was updated and now im having issues.
    I usually run my monitor at 1152 x 864 running at 85 for a refresh rate.  Id like to continue doing that.
    Since updating i now run at 1280x720.
    Everything looks retarded as a result.. and id really like to get things back to normal.  Ive pasted my xorg.conf here.. the modeline for the correct resolution is still there but it would seem xorg isnt respecting it.
    I will admit to using a REALLY old radeon graphics card (radeon 7000) but it has never been an issue in the past with arch or any other distro.
    Please help me restore my usual openbox display settings.
    Thanks.
    thewayofzen
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/artwiz-fonts"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "int10"
    Load "vbe"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "xtrap"
    Load "dri"
    Load "glx"
    Load "extmod"
    Load "type1"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 240 # mm
    Identifier "Monitor0"
    VendorName "DEL"
    ModelName "DELL D1025TM"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 30.0 - 85.0
    VertRefresh 50.0 - 120.0
    Modeline "1152x864_85.00" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    Gamma 1.71
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "PanelOff" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "MonitorLayout" # [<str>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "MergedFB" # [<bool>]
    #Option "CRT2HSync" # [<str>]
    #Option "CRT2VRefresh" # [<str>]
    #Option "CRT2Position" # [<str>]
    #Option "MetaModes" # [<str>]
    #Option "MergedDPI" # [<str>]
    #Option "MergedXinerama" # [<bool>]
    #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
    #Option "MergedNonRectangular" # [<bool>]
    #Option "MergedMouseRestriction" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "BIOSHotkeys" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "ConstantDPI" # [<bool>]
    Option "AGPMode" "4"
    Option "AGPFastWrite" "True"
    Option "EnablePageFlip" "True"
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon RV100 QY [Radeon 7000/VE]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    # SubSection "Display"
    #DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1200x720" "1152x864" "1024x768" "800x600" "720x400" "720x350" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1200x720" "1152x864" "1024x768" "800x600" "720x400" "720x350" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1200x720" "1152x864" "1024x768" "800x600" "720x400" "720x350" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1200x720" "1152x864" "1024x768" "800x600" "720x400" "720x350" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1200x720" "1152x864" "1024x768" "800x600" "720x400" "720x350" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1200x720" "1152x864" "1024x768" "800x600" "720x400" "720x350" "640x480"
    EndSubSection
    EndSection
    # Viewport 0 0
    # Depth 1
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 4
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 8
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 15
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 16
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 24
    # EndSubSection
    #EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by thewayofzen (2007-11-16 12:22:55)

    Is there anything insteresting in /var/log/Xorg.0.log?  Have you tried switching the driver to vesa?
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/artwiz-fonts"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "xtrap"
    Load "glx"
    Load "extmod"
    Load "type1"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "DEL"
    ModelName "DELL D1025TM"
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon RV100 QY [Radeon 7000/VE]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1152x864"
    EndSubSection
    EndSection
    Try using the above as your xorg.conf file - I've cleaned it up a bit and removed everything that's not essential.  If it works you can always add all the that you need from your old xorg.conf file and if it doesn't - well, I guess it won't hurt to try...
    Last edited by fwojciec (2007-11-14 07:09:02)

  • Dual Monitors without Xorg.conf Help

    I have an Acer Aspire One and Im trying to setup Dual Displays. Every guide Ive found, including the Acer One Article in the Wiki talks about editing the Xorg.conf file, yet my system seems to be running without one. Other than problems setting up the dual displays I dont have any issues with Display Settings so it seems my installation of arch linux seems to be using some other technology other than Xorg. Does any one know how the Display settings are setup without the use of the Xorg.conf file ? This is a fresh Arch Linux Base Install using only OpenBox.
    Ive also tried using XRandR to setup my dual displays but I keep getting an error and google doesnt provide an answer.
    I try and run the following command ( wich works fine on my other PC )
                    [zero@zero ~]$ xrandr --auto --output LVDS1 --mode 1024x600 --right-of VGA1
    And get the following error
                     X Error of failed request:  BadMatch (invalid parameter attributes)
                     Major opcode of failed request:  149 (RANDR)
                     Minor opcode of failed request:  7 (RRSetScreenSize)
                     Serial number of failed request:  24
                     Current serial number in output stream:  25
    Any help would be appreciated. Thanks
    Last edited by devspyder (2010-07-18 19:08:32)

    WooHoo !
    awkwood   -  You Rock ! I feel like an idiot for not paying closer attention to your first post. I finally realized what you were saying and figured out how to do the downgrade.
    If it's 2.12.0 I'd suggest trying 2.11.0 instead.
    The most recent update borked my dual display with a similar error message but 2.11 works fine.
    I don't use an xorg.conf.
    So essentially this seems to be a bug with version 2.12 of the xf86-video-intel driver. I downgraded to ver 2.11 and everything works perfectly. I am running dual monitors at full resolution with no fuss. So again awkwood I thank you !
    For other Arch Newbies who have this issue in the mean time until they fix the bug, this is how I did the downgrade.
    Step 1:
    download the 2.11 package from the link below
    http://arm.konnichi.com/extra/os/i686/x … pkg.tar.xz
    Step 2:
    Open a terminal and cd to the directory where you saved the file
    $ cd /home/$USERNAME/Downloads
    Step 3:
    Use pacman to install the package
    sudo pacman -U xf86-video-intel-2.11.0-2-i686.pkg.tar.xz
    Finally reboot. When you log back in everything should work fine
    Again thanks to awkwood as well as karol, blind, Inxsible and everyone else for their help. Everyone here is so helpful, I am defiantly an Arch user for life. Hopefully they will fix the bug in the next version of the driver. My next step is to see about filling a bug report.

  • Monitor not showing the whole screen when I log out of Xorg/Openbox

    Please help, what happens is..
    I log into arch, it boots fine (it displays the loading of daemons in like arabic or something but that's another matter!), I can see everything, I 'startx' into Openbox and that's all fine but when I log out of X it cuts off the bottom of my screen.
    I've got a widescreen 1680x1080 monitor and an Nvidia GeForce 8400 GS graphics card and I've tried using nvidia and nouveau drivers.
    It only started AFTER i'd installed Xorg, I'd just log into x then kill it and i'd have half my screen missing.
    I've tried setting nvidia-settings and editing the conf files in Xorg but it must be an issue outside of X surely, as It's always fine in openbox?
    any ideas?
    Thanks.
    EDIT: I did try searching but to no avail - if there's a topic on this i'm very sorry =/
    Last edited by teatreetea (2011-01-12 15:28:07)

    I don't know how to do the nested scroll thing I'm sorry
    /var/log/Xorg.0.log
    [ 3557.788] (II) Loading extension DOUBLE-BUFFER
    [ 3557.788] (II) LoadModule: "record"
    [ 3557.788] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 3557.788] (II) Module record: vendor="X.Org Foundation"
    [ 3557.788] compiled for 1.9.2, module version = 1.13.0
    [ 3557.788] Module class: X.Org Server Extension
    [ 3557.788] ABI class: X.Org Server Extension, version 4.0
    [ 3557.788] (II) Loading extension RECORD
    [ 3557.788] (II) LoadModule: "extmod"
    [ 3557.788] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 3557.788] (II) Module extmod: vendor="X.Org Foundation"
    [ 3557.788] compiled for 1.9.2, module version = 1.0.0
    [ 3557.788] Module class: X.Org Server Extension
    [ 3557.788] ABI class: X.Org Server Extension, version 4.0
    [ 3557.788] (II) Loading extension MIT-SCREEN-SAVER
    [ 3557.788] (II) Loading extension XFree86-VidModeExtension
    [ 3557.788] (II) Loading extension XFree86-DGA
    [ 3557.788] (II) Loading extension DPMS
    [ 3557.788] (II) Loading extension XVideo
    [ 3557.788] (II) Loading extension XVideo-MotionCompensation
    [ 3557.788] (II) Loading extension X-Resource
    [ 3557.788] (II) LoadModule: "glx"
    [ 3557.789] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 3557.799] (II) Module glx: vendor="NVIDIA Corporation"
    [ 3557.799] compiled for 4.0.2, module version = 1.0.0
    [ 3557.799] Module class: X.Org Server Extension
    [ 3557.799] (II) NVIDIA GLX Module 260.19.29 Wed Dec 8 12:24:30 PST 2010
    [ 3557.799] (II) Loading extension GLX
    [ 3557.799] (II) LoadModule: "dri"
    [ 3557.799] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 3557.800] (II) Module dri: vendor="X.Org Foundation"
    [ 3557.800] compiled for 1.9.2, module version = 1.0.0
    [ 3557.800] ABI class: X.Org Server Extension, version 4.0
    [ 3557.800] (II) Loading extension XFree86-DRI
    [ 3557.800] (II) LoadModule: "dri2"
    [ 3557.800] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 3557.800] (II) Module dri2: vendor="X.Org Foundation"
    [ 3557.800] compiled for 1.9.2, module version = 1.2.0
    [ 3557.800] ABI class: X.Org Server Extension, version 4.0
    [ 3557.800] (II) Loading extension DRI2
    [ 3557.800] (II) LoadModule: "nvidia"
    [ 3557.800] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 3557.801] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 3557.801] compiled for 4.0.2, module version = 1.0.0
    [ 3557.801] Module class: X.Org Video Driver
    [ 3558.216] (II) NVIDIA dlloader X Driver 260.19.29 Wed Dec 8 12:10:14 PST 2010
    [ 3558.216] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 3558.216] (--) using VT number 8
    [ 3558.220] (II) Loading sub module "fb"
    [ 3558.220] (II) LoadModule: "fb"
    [ 3558.220] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 3558.221] (II) Module fb: vendor="X.Org Foundation"
    [ 3558.221] compiled for 1.9.2, module version = 1.0.0
    [ 3558.221] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3558.221] (II) Loading sub module "wfb"
    [ 3558.221] (II) LoadModule: "wfb"
    [ 3558.221] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 3558.221] (II) Module wfb: vendor="X.Org Foundation"
    [ 3558.221] compiled for 1.9.2, module version = 1.0.0
    [ 3558.221] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3558.221] (II) Loading sub module "ramdac"
    [ 3558.221] (II) LoadModule: "ramdac"
    [ 3558.221] (II) Module "ramdac" already built-in
    [ 3558.221] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 24/32
    [ 3558.221] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 3558.221] (==) NVIDIA(0): RGB weight 888
    [ 3558.221] (==) NVIDIA(0): Default visual is TrueColor
    [ 3558.221] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 3558.221] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 3558.222] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 3558.222] (II) NVIDIA(0): enabled.
    [ 3559.086] (II) NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G98) at PCI:1:0:0 (GPU-0)
    [ 3559.086] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 3559.086] (--) NVIDIA(0): VideoBIOS: 62.98.71.00.52
    [ 3559.086] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 3559.086] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 3559.086] (--) NVIDIA(0): Connected display device(s) on GeForce 8400 GS at PCI:1:0:0
    [ 3559.086] (--) NVIDIA(0): NTS MBW-SERIAL (CRT-1)
    [ 3559.086] (--) NVIDIA(0): NTS MBW-SERIAL (CRT-1): 400.0 MHz maximum pixel clock
    [ 3559.136] (II) NVIDIA(0): Assigned Display Device: CRT-1
    [ 3559.136] (==) NVIDIA(0):
    [ 3559.136] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 3559.136] (==) NVIDIA(0): will be used as the requested mode.
    [ 3559.136] (==) NVIDIA(0):
    [ 3559.136] (II) NVIDIA(0): Validated modes:
    [ 3559.136] (II) NVIDIA(0): "nvidia-auto-select"
    [ 3559.136] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 3559.172] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    [ 3559.172] (--) NVIDIA(0): option
    [ 3559.172] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 3559.172] (--) Depth 24 pixmap format is 32 bpp
    [ 3559.172] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 3559.174] (II) NVIDIA(0): Initialized GPU GART.
    [ 3559.182] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 3559.182] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 3559.182] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 3559.182] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 3559.182] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 3559.182] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 3559.182] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 3559.182] (II) NVIDIA(0): Config Options in the README.
    [ 3559.187] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 3559.254] (II) Loading extension NV-GLX
    [ 3559.278] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 3559.283] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 3559.283] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 3559.283] (==) NVIDIA(0): Backing store disabled
    [ 3559.283] (==) NVIDIA(0): Silken mouse enabled
    [ 3559.290] (==) NVIDIA(0): DPMS enabled
    [ 3559.290] (II) Loading extension NV-CONTROL
    [ 3559.291] (II) Loading extension XINERAMA
    [ 3559.291] (II) Loading sub module "dri2"
    [ 355/var/log/Xorg.0.log
    [ 3559.767] (**) AT Translated Set 2 keyboard: always reports core events
    [ 3559.767] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 3559.786] (--) AT Translated Set 2 keyboard: Found keys
    [ 3559.786] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 3559.786] (II) XINPUT: Adding extended input device "AT Translated Set 2 key$
    [ 3559.786] (**) Option "xkb_rules" "evdev"
    [ 3559.786] (**) Option "xkb_model" "evdev"
    [ 3559.786] (**) Option "xkb_layout" "us"
    [ 3559.787] (II) config/udev: Adding input device PC Speaker (/dev/input/event$
    [ 3559.787] (II) No input driver/identifier specified (ignoring)
    mod edit: code tags
    Last edited by litemotiv (2011-01-12 16:12:59)

  • Xorg need help - I fried my monitor

    :(:( I just fried my 3 year-old babe s monitor, might have been because of the &^%#@*#$ xorg.conf
    with auto generated xorg.conf by hwd -xa, i managed to have dwm for a while, and there came D-Day, i left the laptop on for a 3 hours working on other stuff, when i came back, i was welcome with a ominous black screen omg. Since then, i havent had any success revive the monitor again, HDD, VGA onboard chip .... everything is working just fine, but the monitor...
    so i plugged in an extra LCD and temporary used it
    I think because i ignored the warning: "This will fry old monitor" and i thought my laptop isnt that old :/
    Now i just got a new Dell Inspiron 1545 which has df resolution 1376x768
    so i have a couple questions, please help me so that i wont destroy the new one :P
    1+ are the Horizontal sync and Vertical Refresh rate very important? and if yes, which range should i use to be considered "safe choice"?
       I m currently using default HorizSync 28.00 - 78.00 and VertRefresh 50.00 -75.00 (default by hwd -xa) on Intel X4500HD using xf86-video-intel driver in extra repo. I couldnt find these information in the manual :|
    2+ any idea how i destroyed the old monitor ?
    3+ anybody used Dell Inpsiron 1545, can i see your xorg.conf ? thanks
    thanks a lot

    No, It's not your faulth. By "Old" monitor it means old crt. Probably it was about time to change the laptop (or low quiality lcd was installed) ;p
    Also you should be able to run without xorg.conf - just install driver for your video card.
    EDIT:
    Also when an LCD monitor can't display certain mode it gives "Out of range" error, it doesn't try anyway.
    Last edited by Dheart (2009-04-04 09:16:18)

  • Xorg.conf (help)

    Got 2 screens on my computer, a 22" Samsung on DVI and a 40" Sony on HDMI.
    1. My 40" TV automatically becomes the primary screen. I want my 22" as primary.
    2. I want extended desktop configured in the xorg.conf since i need to use the xorg.conf anyway (better to have all settings in one place) 40" to the right of 22"
    3. Resolution as follows. 22": 1680x1050 40": 1920x1080
    4. I want both screens in same xorg.conf (merge the two i have)
    Did a "X -configure" with both screens connected, and one with just 22" connected. Seems it didn't detect 2 screens with both connected. Hope someone can help me with the setup Don't want more changes to these files than necessary, so i can easily remember what to to next time i do a "X -configure"
    Only 22" connected during "X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 1680 1050 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Both screens connected during "X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 1920 1080 # mm
    Identifier "Monitor0"
    VendorName "SNY"
    ModelName "SONY TV XV"
    HorizSync 14.0 - 70.0
    VertRefresh 48.0 - 62.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by Shamanix (2011-08-08 13:17:18)

    Gonna try this in xorg.conf and xinitrc.
    xinitrc (to get 40" to the right of 22")
    xrandr --output DVI-1 --auto --right-of DVI-0
    xorg.conf (to set primary screen and get the right resolution at login screen also, not only the desktop after login)
    Section "Device"
    Identifier "ATI Radeon HD 6850"
    Driver "radeon"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Radeon HD 6850"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050"
    Virtual 1980 1080
    EndSubSection
    EndSection
    Hope this will work. Maybe someone has a better/easier suggestion?
    Last edited by Shamanix (2011-08-09 09:54:57)

  • X4500 freeze when start Xorg - Need Help!

    My laptop display adapter is intel x4500. After I installed Xorg and configured with X -configure.Then I startx, and then freezed, can't use ctrl+alt+backspace to exit.Only can reboot by hand.
    I've tried the method in thread http://bbs.archlinux.org/viewtopic.php?id=56889 . But it doesn't work.
    I have tried to use hwd -xa , but it generated xorg.conf used in vesa by default. I need hardware accelarated so can't use vesa.I changed Driver to "intel" and it didn't worked any more.
    Anybody can help me? thanks!
    Related pakage:
    kernel 2.6.28.7-2
    xorg-server 1.5.3-4
    xf86-video-intel 2.4.3-1
    libdrm 2.3.1-3
    My xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "glx"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 260 160 # mm
    Identifier "Monitor0"
    VendorName "LEN"
    ModelName "4010"
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by vincnd (2011-06-09 13:28:01)

    My Xorg.0.log file:
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux tuxhost 2.6.28-ARCH #1 SMP PREEMPT Sun Mar 8 10:18:28 UTC 2009 i686
    Build Date: 17 December 2008 08:20:05PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 12 06:25:22 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (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/Type1" does not exist.
    Entry deleted from font path.
    (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.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2000000/0, 0xd0000000/0, I/O @ 0x00001800/0
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2400000/0
    (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) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (WW) Warning, couldn't open module record
    (II) UnloadModule: "record"
    (EE) Failed to load module "record" (module does not exist, 0)
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 00@00:02: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.5.3, module version = 1.1.0
    ABI class: X.Org Video Driver, version 4.1
    (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.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
    (II) VESA(0): initializing int10
    (WW) VESA(0): Bad V_BIOS checksum
    (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: 32704 kB
    (II) VESA(0): VESA VBE OEM: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS
    (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    (II) VESA(0): VESA VBE OEM Product: Intel(r)Cantiga Graphics Controller
    (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (**) 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) Module "ddc" already built-in
    (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: LEN Model: 4010 Serial#: 0
    (II) VESA(0): Year: 2008 Week: 45
    (II) VESA(0): EDID Version: 1.3
    (II) VESA(0): Digital Display Input
    (II) VESA(0): Max Image Size [cm]: horiz.: 26 vert.: 16
    (II) VESA(0): Gamma: 2.20
    (II) VESA(0): DPMS capabilities: StandBy Suspend Off
    (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) VESA(0): First detailed timing is preferred mode
    (II) VESA(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.540
    (II) VESA(0): blueX: 0.155 blueY: 0.125 whiteX: 0.313 whiteY: 0.329
    (II) VESA(0): Manufacturer's mask: 0
    (II) VESA(0): Supported additional Video Mode:
    (II) VESA(0): clock: 68.9 MHz Image Size: 261 x 163 mm
    (II) VESA(0): h_active: 1280 h_sync: 1296 h_sync_end 1344 h_blank_end 1408 h_border: 0
    (II) VESA(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) VESA(0): Supported additional Video Mode:
    (II) VESA(0): clock: 61.0 MHz Image Size: 261 x 163 mm
    (II) VESA(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1478 h_border: 0
    (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 825 v_border: 0
    (WW) VESA(0): Unknown vendor-specific block f
    (II) VESA(0): LTN121AT03001
    (II) VESA(0): EDID (in hex):
    (II) VESA(0): 00ffffffffffff0030ae104000000000
    (II) VESA(0): 2d120103801a1078ea85c594574f8a27
    (II) VESA(0): 20505400000001010101010101010101
    (II) VESA(0): 010101010101ee1a0080502010301030
    (II) VESA(0): 130005a310000019d01700c650201930
    (II) VESA(0): 3020360005a3100000190000000f0081
    (II) VESA(0): 0a3c810a321601004ca35731000000fe
    (II) VESA(0): 004c544e31323141543033303031003d
    (II) VESA(0): EDID vendor "LEN", prod id 16400
    (II) VESA(0): Printing DDC gathered Modelines:
    (II) VESA(0): Modeline "1280x800"x0.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync (49.0 kHz)
    (II) VESA(0): Modeline "1280x800"x0.0 60.96 1280 1328 1360 1478 800 803 809 825 -hsync -vsync (41.2 kHz)
    (II) VESA(0): Searching for matching VESA mode(s):
    Mode: 160 (768x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 768
    XResolution: 768
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 84
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 768
    BnkNumberOfImagePages: 84
    LinNumberOfImagePages: 84
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    *Mode: 161 (768x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 1536
    XResolution: 768
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 41
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 1536
    BnkNumberOfImagePages: 41
    LinNumberOfImagePages: 41
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 162 (768x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 3072
    XResolution: 768
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 21
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 3072
    BnkNumberOfImagePages: 21
    LinNumberOfImagePages: 21
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    Mode: 163 (960x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 960
    XResolution: 960
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 55
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 960
    BnkNumberOfImagePages: 55
    LinNumberOfImagePages: 55
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    *Mode: 164 (960x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 1920
    XResolution: 960
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 27
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 1920
    BnkNumberOfImagePages: 27
    LinNumberOfImagePages: 27
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 165 (960x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 3840
    XResolution: 960
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 13
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 3840
    BnkNumberOfImagePages: 13
    LinNumberOfImagePages: 13
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    Mode: 166 (1280x800)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 1280
    XResolution: 1280
    YResolution: 800
    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: 1280
    BnkNumberOfImagePages: 30
    LinNumberOfImagePages: 30
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    *Mode: 167 (1280x800)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 800
    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: 2560
    BnkNumberOfImagePages: 14
    LinNumberOfImagePages: 14
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 168 (1280x800)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 5120
    XResolution: 1280
    YResolution: 800
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 5120
    BnkNumberOfImagePages: 7
    LinNumberOfImagePages: 7
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    Mode: 169 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 16a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 16b (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 16c (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 16d (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 16e (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 16f (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 170 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 171 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 13c (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 14d (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 15c (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 13a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 14b (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 15a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 107 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 11a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 11b (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 105 (1024x768)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 1024
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 41
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 1024
    BnkNumberOfImagePages: 41
    LinNumberOfImagePages: 41
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    *Mode: 117 (1024x768)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 20
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 2048
    BnkNumberOfImagePages: 20
    LinNumberOfImagePages: 20
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 118 (1024x768)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 4096
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 9
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 4096
    BnkNumberOfImagePages: 9
    LinNumberOfImagePages: 9
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    Mode: 112 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 25
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 25
    LinNumberOfImagePages: 25
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    *Mode: 114 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 33
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 33
    LinNumberOfImagePages: 33
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 115 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 16
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 16
    LinNumberOfImagePages: 16
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    Mode: 101 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 101
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 101
    LinNumberOfImagePages: 101
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 103 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 832
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    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: 832
    BnkNumberOfImagePages: 62
    LinNumberOfImagePages: 62
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    *Mode: 111 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081b1
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 50
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 50
    LinNumberOfImagePages: 50
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    (II) VESA(0): Total Memory: 511 64KB banks (32704kB)
    (II) VESA(0): Monitor0: Using hsync range of 28.00-96.00 kHz
    (II) VESA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
    (II) VESA(0): Not using built-in mode "1024x768" (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 "640x480" (no mode of this name)
    (II) VESA(0): Not using built-in mode "960x600" (no mode of this name)
    (II) VESA(0): Not using built-in mode "768x480" (no mode of this name)
    (--) VESA(0): Virtual size is 1280x800 (pitch 1280)
    (**) VESA(0): Built-in mode "1280x800"
    (**) VESA(0): Display dimensions: (260, 160) mm
    (**) VESA(0): DPI set to (125, 126)
    (**) 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.5.3, 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.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (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
    (WW) VESA(0): Bad V_BIOS checksum
    (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: 32704 kB
    (II) VESA(0): VESA VBE OEM: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS
    (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    (II) VESA(0): VESA VBE OEM Product: Intel(r)Cantiga Graphics Controller
    (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) VESA(0): virtual address = 0xb5a42000,
    physical address = 0xd0000000, size = 33488896
    (II) VESA(0): Setting up VESA Mode 0x167 (1280x800)
    (==) VESA(0): Default visual is TrueColor
    (==) VESA(0): Backing store disabled
    (**) Option "dpms" "true"
    (**) VESA(0): DPMS enabled
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/psaux"
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (**) PS/2 Mouse: Device: "/dev/psaux"
    (**) PS/2 Mouse: Protocol: "auto"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) PS/2 Mouse: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Option "Emulate3Timeout" "70"
    (**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
    (**) Option "ZAxisMapping" "4 5"
    (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: Buttons: 9
    (**) PS/2 Mouse: Sensitivity: 1
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (PS/2 Mouse)
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (II) PS/2 Mouse: Setting mouse protocol to "ExplorerPS/2"
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    Could not init font path element /usr/share/fonts/Type1, removing from list!
    Last edited by vincnd (2009-03-12 01:58:40)

  • [Workaround] Can't set GTK Icons - Openbox - Help

    I'm stuck! I have been trying to set the gtk icons and have no luck.
    [mezoko@tux ~]$ cat /home/mezoko/.gtkrc-2.0
    # -- THEME AUTO-WRITTEN DO NOT EDIT
    include "/usr/share/themes/Rezlooks-Gilouche/gtk-2.0/gtkrc"
    include "/home/mezoko/.gtkrc.mine"
    # -- THEME AUTO-WRITTEN DO NOT EDIT
    [mezoko@tux ~]$ cat /home/mezoko/.gtkrc.mine
    gtk-icon-theme-name = "Gion"
    gtk-font-name = "Sans 8"
    style "user-font"
    font_name = "Sans 8"
    widget_class "*" style "user-font"
    Have no idea what I'm dong wrong, any help would be great!
    Last edited by mezoko (2007-09-25 01:01:34)

    Hrmmm, that's not really a fix, more like a workaround.  openbox-session is the proper way to start a pure openbox environment and it should not interfere with your icons either way.
    fwojciec is probably right... if you don't have ~/.config/openbox/autostart.sh then Openbox is running the default startup script: /etc/xdg/openbox/autostart.sh
    You can easily fix this by creating a blank file (~/.config/openbox/autostart.sh), or better yet, move your startup apps from .xinitrc to your personal autostart.sh.  That's the way OB is intended to be used.

  • Xorg/openbox stalls when changing date

    Anytime I change a date with 'date' command, Openbox/Xorg sort of freezes (everything stalls except cursor changes when passing over terminal). I can still kill Xorg though with Ctrl+Alt+F1 and Ctrl-C.
    Then I set the date again outside Xorg and start Openbox/Xorg again, that works fine.
    Does anyone know what is the problem? This bug was introduced relatively recently, I remember that before I could change the date from inside Openbox/Xorg...
    Thanks.

    appreciate if someone can assist with my errors as mentioned in my first post.'
    Thanks.

  • OpenSolaris xorg.conf help

    Hi, I am running OpenSolaris build NV_22 on an athlon64 box
    with ATI RS480 video on-board chipset (I think RS480 is also known as Radeon Express 200). Everything is working fine except I cannot quite get the right xorg.conf settings to fire up X. Installation was in X (CDE) so I know X works fine. But after installation, I could not get the right xorg.conf settings. I have the monitor settings as I get it from another box which has the settings. But I am not sure what are the proper settings for the graphics card section.
    Is there anyone that is also using the same video chip set and got
    X working? If so, can I take a look at your xorg.conf?
    Thanks
    --Vincent
    [email protected]

    Use Xsun until you get it figured out. There should be something there that covers it in the xfree86 stuff

  • Help needed about Xorg.

    Hi guys.
    I'm became really confused about this xorg.
    I would like to get my videocard working 100%
    I'm about to build a Mediecenter, and got and hauppaugePVR 500 - But that's only for recording the TV ??? or is it also for wieving tv?
    I have also a normal graphiccard with S-video out on. Wich one of these shold be connected to the TV. When I used the normal card - there's a lot of interference/stribes on the screen.
    But is it made that you also use the Hauppauge to watch tv on?
    And how do I configure xorg to handle the tv-out. I've look in other threads about this - but have not figured it out . Can someone please tell me more.

    peque wrote:And how do I configure xorg to handle the tv-out. I've look in other threads about this - but have not figured it out . Can someone please tell me more.
    Maybe this xorg sample helps:
    http://people.os-zen.net/shadowhand/configs/xorg.conf

  • [SOLVED] Xorg freeze with nvidia GeForce 210 when resizing terminal

    Hello,
    I am working on Archlinux. My computer freeze when I resize a terminal window.
    To reproduce the problem, I follow the below steps :
         1- launch openbox (with tint2, xcompmgr and nitrogen)
         2- start the "terminal" console emulator (with true transparent background)
         3- launch opera and go to a website which take a while to load (with a lot of data) (I used http://www.lemonde.fr)
         4- while the website is loading, switch to the terminal window and double click on the title bar to maximize it
         5- the box freeze
    I am not able to take the control back. I cannot exit or kill Xorg / Openbox. I cannot switch to a text terminal (ttyx). No key sequence is working.
    Only a hard reset of the box is working.
    I have tried to disable the transparent background of the terminal window without success.
    I have tried to not start xcompmgr without success.
    The problem also occurs with rxvt-unicode instead of terminal.
    It seems the problem happens more often when using console emulator based on vte.
    vte itself has the same issue.
    The only workaround I have found is to disable the harware acceleration with the below parameter in the xorg.conf file:
    Option    "RenderAccel"    "true"
    The problem with this workaround are poor graphical performances.
    Could you please let me know if you have any idea / clue to identify / fix this problem ?
    Thanks and regards
    uname -a
    Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz GenuineIntel GNU/Linux
    versions
    nvidia 270.41.06-1
    nvidia-utils 270.41.06-1
    kernel26 2.6.38.4-1
    openbox 3.4.11.2-2
    xcompmgr 1.1.5-1
    .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    exec ck-launch-session openbox-session
    .config/openbox/autostart.sh
    # This shell script is run before Openbox launches.
    # Environment variables set here are passed to the Openbox session.
    # Set a background color
    BG=""
    if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
    else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
    BG=xsetroot
    fi
    fi
    fi
    test -z $BG || $BG -solid "#303030"
    # D-bus
    if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
    fi
    # Make GTK apps look and behave how they were set up in the gnome config tools
    if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
    /usr/libexec/gnome-settings-daemon &
    elif which gnome-settings-daemon >/dev/null 2>&1; then
    gnome-settings-daemon &
    # Make GTK apps look and behave how they were set up in the XFCE config tools
    elif which xfce-mcs-manager >/dev/null 2>&1; then
    xfce-mcs-manager n &
    fi
    # Preload stuff for KDE apps
    if which start_kdeinit >/dev/null 2>&1; then
    LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
    fi
    # Run XDG autostart things. By default don't run anything desktop-specific
    # See xdg-autostart --help more info
    DESKTOP_ENV="OPENBOX"
    if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
    /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
    fi
    xcompmgr &
    nitrogen --set-zoom-fill /mnt/data/pictures/flower.jpg &
    tint2 &
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "fr"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    Option "RenderAccel" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Xorg.0.log
    [ 485.566]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 485.566] X Protocol Version 11, Revision 0
    [ 485.566] Build Operating System: Linux 2.6.38-ARCH i686
    [ 485.566] Current Operating System: Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686
    [ 485.566] Kernel command line: root=/dev/sda3 ro
    [ 485.566] Build Date: 16 April 2011 12:05:35PM
    [ 485.566]
    [ 485.566] Current version of pixman: 0.20.2
    [ 485.567] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 485.567] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 485.567] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 27 20:00:28 2011
    [ 485.567] (==) Using config file: "/etc/X11/xorg.conf"
    [ 485.568] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 485.568] (==) ServerLayout "X.org Configured"
    [ 485.568] (**) |-->Screen "Screen0" (0)
    [ 485.568] (**) | |-->Monitor "Monitor0"
    [ 485.568] (**) | |-->Device "Card0"
    [ 485.568] (**) |-->Input Device "Mouse0"
    [ 485.568] (**) |-->Input Device "Keyboard0"
    [ 485.568] (==) Automatically adding devices
    [ 485.568] (==) Automatically enabling devices
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 485.568] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 485.568] (**) Extension "Composite" is enabled
    [ 485.568] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 485.568] (WW) Disabling Mouse0
    [ 485.568] (WW) Disabling Keyboard0
    [ 485.568] (II) Loader magic: 0x81f4ee0
    [ 485.568] (II) Module ABI versions:
    [ 485.568] X.Org ANSI C Emulation: 0.4
    [ 485.568] X.Org Video Driver: 10.0
    [ 485.568] X.Org XInput driver : 12.2
    [ 485.568] X.Org Server Extension : 5.0
    [ 485.569] (--) PCI:*(0:1:0:0) 10de:0a65:1043:8334 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
    [ 485.569] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 485.569] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dri" will be loaded by default.
    [ 485.569] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) LoadModule: "extmod"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 485.569] (II) Module extmod: vendor="X.Org Foundation"
    [ 485.569] compiled for 1.10.1, module version = 1.0.0
    [ 485.569] Module class: X.Org Server Extension
    [ 485.569] ABI class: X.Org Server Extension, version 5.0
    [ 485.569] (II) Loading extension MIT-SCREEN-SAVER
    [ 485.569] (II) Loading extension XFree86-VidModeExtension
    [ 485.569] (II) Loading extension XFree86-DGA
    [ 485.569] (II) Loading extension DPMS
    [ 485.569] (II) Loading extension XVideo
    [ 485.569] (II) Loading extension XVideo-MotionCompensation
    [ 485.569] (II) Loading extension X-Resource
    [ 485.569] (II) LoadModule: "glx"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 485.588] (II) Module glx: vendor="NVIDIA Corporation"
    [ 485.588] compiled for 4.0.2, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:11:28 PDT 2011
    [ 485.589] (II) Loading extension GLX
    [ 485.589] (II) LoadModule: "record"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 485.589] (II) Module record: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.13.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension RECORD
    [ 485.589] (II) LoadModule: "dbe"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 485.589] (II) Module dbe: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DOUBLE-BUFFER
    [ 485.589] (II) LoadModule: "dri2"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 485.589] (II) Module dri2: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.2.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DRI2
    [ 485.589] (II) LoadModule: "dri"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 485.589] (II) Module dri: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension XFree86-DRI
    [ 485.589] (II) LoadModule: "nvidia"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.590] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 485.590] compiled for 4.0.2, module version = 1.0.0
    [ 485.590] Module class: X.Org Video Driver
    [ 485.590] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:51 PDT 2011
    [ 485.590] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 485.590] (--) using VT number 7
    [ 485.593] (II) Loading sub module "fb"
    [ 485.593] (II) LoadModule: "fb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (II) Module fb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "wfb"
    [ 485.593] (II) LoadModule: "wfb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Module wfb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "ramdac"
    [ 485.593] (II) LoadModule: "ramdac"
    [ 485.593] (II) Module "ramdac" already built-in
    [ 485.593] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 485.593] (==) NVIDIA(0): RGB weight 888
    [ 485.593] (==) NVIDIA(0): Default visual is TrueColor
    [ 485.593] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 485.593] (**) NVIDIA(0): Option "RenderAccel" "true"
    [ 485.593] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 485.953] (II) NVIDIA(GPU-0): Display (LG Electronics L222W (CRT-0)) does not support NVIDIA
    [ 485.953] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 485.986] (II) NVIDIA(GPU-0): Display (PANASONIC-TV (DFP-1)) does not support NVIDIA 3D
    [ 485.986] (II) NVIDIA(GPU-0): Vision stereo.
    [ 485.987] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:1:0:0 (GPU-0)
    [ 485.987] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 485.987] (--) NVIDIA(0): VideoBIOS: 70.18.39.00.17
    [ 485.987] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 485.987] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 485.987] (--) NVIDIA(0): Connected display device(s) on GeForce 210 at PCI:1:0:0
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0)
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1)
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0): 400.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): 165.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): Internal Single Link TMDS
    [ 486.026] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 486.026] (==) NVIDIA(0): will be used as the requested mode.
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (II) NVIDIA(0): Validated modes:
    [ 486.026] (II) NVIDIA(0): "nvidia-auto-select"
    [ 486.026] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 486.054] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    [ 486.054] (--) NVIDIA(0): option
    [ 486.054] (--) Depth 24 pixmap format is 32 bpp
    [ 486.054] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 486.056] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 486.056] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 486.056] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 486.056] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 486.056] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 486.056] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 486.056] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 486.056] (II) NVIDIA(0): Config Options in the README.
    [ 486.058] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 486.286] (II) Loading extension NV-GLX
    [ 486.314] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 486.314] (==) NVIDIA(0): Backing store disabled
    [ 486.314] (==) NVIDIA(0): Silken mouse enabled
    [ 486.314] (==) NVIDIA(0): DPMS enabled
    [ 486.314] (II) Loading extension NV-CONTROL
    [ 486.315] (II) Loading extension XINERAMA
    [ 486.315] (II) Loading sub module "dri2"
    [ 486.315] (II) LoadModule: "dri2"
    [ 486.315] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 486.315] (II) Module dri2: vendor="X.Org Foundation"
    [ 486.315] compiled for 1.10.1, module version = 1.2.0
    [ 486.315] ABI class: X.Org Server Extension, version 5.0
    [ 486.315] (II) NVIDIA(0): [DRI2] Setup complete
    [ 486.315] (==) RandR enabled
    [ 486.315] (II) Initializing built-in extension Generic Event Extension
    [ 486.315] (II) Initializing built-in extension SHAPE
    [ 486.315] (II) Initializing built-in extension MIT-SHM
    [ 486.315] (II) Initializing built-in extension XInputExtension
    [ 486.315] (II) Initializing built-in extension XTEST
    [ 486.315] (II) Initializing built-in extension BIG-REQUESTS
    [ 486.315] (II) Initializing built-in extension SYNC
    [ 486.315] (II) Initializing built-in extension XKEYBOARD
    [ 486.315] (II) Initializing built-in extension XC-MISC
    [ 486.315] (II) Initializing built-in extension SECURITY
    [ 486.315] (II) Initializing built-in extension XINERAMA
    [ 486.315] (II) Initializing built-in extension XFIXES
    [ 486.315] (II) Initializing built-in extension RENDER
    [ 486.315] (II) Initializing built-in extension RANDR
    [ 486.315] (II) Initializing built-in extension COMPOSITE
    [ 486.315] (II) Initializing built-in extension DAMAGE
    [ 486.317] (II) Initializing extension GLX
    [ 486.364] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 486.364] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.364] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.364] (II) LoadModule: "evdev"
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (II) Module evdev: vendor="X.Org Foundation"
    [ 486.365] compiled for 1.10.0, module version = 2.6.0
    [ 486.365] Module class: X.Org XInput Driver
    [ 486.365] ABI class: X.Org XInput driver, version 12.2
    [ 486.365] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (**) Power Button: always reports core events
    [ 486.365] (**) Power Button: Device: "/dev/input/event1"
    [ 486.376] (--) Power Button: Found keys
    [ 486.376] (II) Power Button: Configuring as keyboard
    [ 486.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 486.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.376] (**) Option "xkb_rules" "evdev"
    [ 486.376] (**) Option "xkb_model" "evdev"
    [ 486.376] (**) Option "xkb_layout" "fr"
    [ 486.397] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 486.397] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.397] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.397] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.397] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.397] (**) Power Button: always reports core events
    [ 486.397] (**) Power Button: Device: "/dev/input/event0"
    [ 486.413] (--) Power Button: Found keys
    [ 486.413] (II) Power Button: Configuring as keyboard
    [ 486.413] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 486.413] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.413] (**) Option "xkb_rules" "evdev"
    [ 486.413] (**) Option "xkb_model" "evdev"
    [ 486.413] (**) Option "xkb_layout" "fr"
    [ 486.415] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event2)
    [ 486.415] (II) No input driver/identifier specified (ignoring)
    [ 486.418] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event3)
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.418] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.418] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.418] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.418] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event3"
    [ 486.430] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.430] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.430] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.0/input/input3/event3"
    [ 486.430] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.430] (**) Option "xkb_rules" "evdev"
    [ 486.430] (**) Option "xkb_model" "evdev"
    [ 486.430] (**) Option "xkb_layout" "fr"
    [ 486.430] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.430] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.430] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.430] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.430] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found relative axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as mouse
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.446] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 486.446] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 486.446] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.1/input/input4/event4"
    [ 486.446] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.446] (**) Option "xkb_rules" "evdev"
    [ 486.446] (**) Option "xkb_model" "evdev"
    [ 486.446] (**) Option "xkb_layout" "fr"
    [ 486.447] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
    [ 486.447] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
    [ 486.447] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 486.447] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 486.447] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.447] (II) No input driver/identifier specified (ignoring)
    [ 486.447] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [ 486.447] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 486.447] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [ 486.447] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.447] (**) Logitech USB Optical Mouse: always reports core events
    [ 486.447] (**) Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [ 486.473] (--) Logitech USB Optical Mouse: Found 12 mouse buttons
    [ 486.473] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
    [ 486.473] (--) Logitech USB Optical Mouse: Found relative axes
    [ 486.473] (--) Logitech USB Optical Mouse: Found x and y relative axes
    [ 486.473] (II) Logitech USB Optical Mouse: Configuring as mouse
    [ 486.473] (II) Logitech USB Optical Mouse: Adding scrollwheel support
    [ 486.473] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 486.473] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-2/9-2:1.0/input/input5/event5"
    [ 486.473] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
    [ 486.473] (II) Logitech USB Optical Mouse: initialized for relative axes.
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [ 486.473] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 486.473] (II) No input driver/identifier specified (ignoring)
    [ 525.530] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors. Falling
    [ 525.530] (WW) NVIDIA(0): back to write-back cached memory.
    dmesg.txt
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
    [ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ff90000 (usable)
    [ 0.000000] BIOS-e820: 000000007ff90000 - 000000007ff9e000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007ff9e000 - 000000007ffe0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P5B-Deluxe, BIOS 1238 09/30/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7ff90 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 disabled
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 01800000
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
    [ 0.000000] RAMDISK: 7fdd0000 - 7ff80000
    [ 0.000000] Allocated new RAMDISK: 3764e000 - 377fd262
    [ 0.000000] Move RAMDISK from 000000007fdd0000 - 000000007ff7f261 to 3764e000 - 377fd261
    [ 0.000000] ACPI: RSDP 000fae70 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7ff90100 0004C (v01 MSTEST OEMXSDT 09000830 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7ff90290 000F4 (v03 MSTEST OEMFACP 09000830 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7ff905c0 0918E (v01 A0483 A0483035 00000035 INTL 20060113)
    [ 0.000000] ACPI: FACS 7ff9e000 00040
    [ 0.000000] ACPI: APIC 7ff90390 0006C (v01 MSTEST OEMAPIC 09000830 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7ff90400 0003C (v01 MSTEST OEMMCFG 09000830 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7ff9e040 0007B (v01 MSTEST AMI_OEM 09000830 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7ff99750 00038 (v01 MSTEST OEMHPET 09000830 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1159MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007ff90
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x0007ff90
    [ 0.000000] On node 0 totalpages: 524062
    [ 0.000000] free_area_init_node: node 0, pgdat c1450b00, node_mem_map f664d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3950 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2320 pages used for memmap
    [ 0.000000] HighMem zone: 294530 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a202 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27392 r0 d21760 u1048576
    [ 0.000000] pcpu-alloc: s27392 r0 d21760 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519966
    [ 0.000000] Kernel command line: root=/dev/sda3 ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 10483200 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007ff90)
    [ 0.000000] Memory: 2061020k/2096704k available (3182k kernel code, 35228k reserved, 1259k data, 424k init, 1187400k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc1457000 - 0xc14c1000 ( 424 kB)
    [ 0.000000] .data : 0xc131bacb - 0xc1456a00 (1259 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc131bacb (3182 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f500c000 soft=f500e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3066.221 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6134.96 BogoMIPS (lpj=10220736)
    [ 0.003418] pid_max: default: 32768 minimum: 301
    [ 0.003486] Security Framework initialized
    [ 0.003528] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006682] Mount-cache hash table entries: 512
    [ 0.006865] Initializing cgroup subsys ns
    [ 0.006906] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.006960] Initializing cgroup subsys cpuacct
    [ 0.007007] Initializing cgroup subsys memory
    [ 0.007052] Initializing cgroup subsys devices
    [ 0.007092] Initializing cgroup subsys freezer
    [ 0.007133] Initializing cgroup subsys net_cls
    [ 0.007172] Initializing cgroup subsys blkio
    [ 0.007238] CPU: Physical Processor ID: 0
    [ 0.007277] CPU: Processor Core ID: 0
    [ 0.007317] mce: CPU supports 6 MCE banks
    [ 0.007361] CPU0: Thermal monitoring enabled (TM2)
    [ 0.007402] using mwait in idle threads.
    [ 0.008216] ACPI: Core revision 20110112
    [ 0.013386] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.046907] CPU0: Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.056745] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.070012] CPU 1 irqstacks, hard=f50d6000 soft=f50d8000
    [ 0.070017] Booting Node 0, Processors #1
    [ 0.006666] Initializing CPU#1
    [ 0.166676] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.169997] Brought up 2 CPUs
    [ 0.170040] Total of 2 processors activated (12270.81 BogoMIPS).
    [ 0.171248] devtmpfs: initialized
    [ 0.171248] NET: Registered protocol family 16
    [ 0.171248] ACPI: bus type pci registered
    [ 0.171248] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.171248] PCI: not using MMCONFIG
    [ 0.171248] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
    [ 0.171248] PCI: Using configuration type 1 for base access
    [ 0.171248] bio: create slab <bio-0> at 0
    [ 0.173388] ACPI: EC: Look up EC in DSDT
    [ 0.174194] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.179022] ACPI: SSDT 7ff9e0c0 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179316] ACPI: Dynamic OEM Table Load:
    [ 0.179408] ACPI: SSDT (null) 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179643] ACPI: SSDT 7ff9e2d0 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.179932] ACPI: Dynamic OEM Table Load:
    [ 0.180025] ACPI: SSDT (null) 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.180248] ACPI: Interpreter enabled
    [ 0.180292] ACPI: (supports S0 S3 S4 S5)
    [ 0.180445] ACPI: Using IOAPIC for interrupt routing
    [ 0.180500] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.180904] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.180958] PCI: Using MMCONFIG for extended config space
    [ 0.185933] ACPI: No dock devices found.
    [ 0.185973] HEST: Table not found.
    [ 0.186014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.186114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.186260] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.186304] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.186346] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.186398] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.186450] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff]
    [ 0.186509] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600
    [ 0.186539] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604
    [ 0.186562] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.186564] pci 0000:00:01.0: PME# disabled
    [ 0.186592] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
    [ 0.186625] pci 0000:00:1a.0: reg 20: [io 0xa880-0xa89f]
    [ 0.186660] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
    [ 0.186692] pci 0000:00:1a.1: reg 20: [io 0xac00-0xac1f]
    [ 0.186724] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
    [ 0.186740] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
    [ 0.186797] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.186801] pci 0000:00:1a.7: PME# disabled
    [ 0.186817] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
    [ 0.186829] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
    [ 0.186873] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.186876] pci 0000:00:1b.0: PME# disabled
    [ 0.186891] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
    [ 0.186935] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.186938] pci 0000:00:1c.0: PME# disabled
    [ 0.186956] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
    [ 0.187000] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.187003] pci 0000:00:1c.4: PME# disabled
    [ 0.187019] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
    [ 0.187063] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.187066] pci 0000:00:1c.5: PME# disabled
    [ 0.187082] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
    [ 0.187114] pci 0000:00:1d.0: reg 20: [io 0xa400-0xa41f]
    [ 0.187137] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
    [ 0.187170] pci 0000:00:1d.1: reg 20: [io 0xa480-0xa49f]
    [ 0.187193] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
    [ 0.187226] pci 0000:00:1d.2: reg 20: [io 0xa800-0xa81f]
    [ 0.187256] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
    [ 0.187272] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
    [ 0.187329] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.187333] pci 0000:00:1d.7: PME# disabled
    [ 0.187346] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.187393] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
    [ 0.187462] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.188664] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106
    [ 0.188677] pci 0000:00:1f.2: reg 10: [io 0xa080-0xa087]
    [ 0.188684] pci 0000:00:1f.2: reg 14: [io 0xa000-0xa003]
    [ 0.188690] pci 0000:00:1f.2: reg 18: [io 0x9c00-0x9c07]
    [ 0.188696] pci 0000:00:1f.2: reg 1c: [io 0x9880-0x9883]
    [ 0.188703] pci 0000:00:1f.2: reg 20: [io 0x9800-0x981f]
    [ 0.188709] pci 0000:00:1f.2: reg 24: [mem 0xf9fff000-0xf9fff7ff]
    [ 0.188733] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.188736] pci 0000:00:1f.2: PME# disabled
    [ 0.188747] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
    [ 0.188756] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    [ 0.188778] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.188824] pci 0000:01:00.0: [10de:0a65] type 0 class 0x000300
    [ 0.188832] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.188841] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.188849] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref]
    [ 0.188856] pci 0000:01:00.0: reg 24: [io 0xbc00-0xbc7f]
    [ 0.188862] pci 0000:01:00.0: reg 30: [mem 0xfbc00000-0xfbc7ffff pref]
    [ 0.188895] pci 0000:01:00.1: [10de:0be3] type 0 class 0x000403
    [ 0.188903] pci 0000:01:00.1: reg 10: [mem 0xfbcfc000-0xfbcfffff]
    [ 0.188969] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.189011] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.189014] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.189017] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.189048] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.189091] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.189094] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.189098] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.189144] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.189223] pci 0000:03:00.0: reg 24: [mem 0xfbefe000-0xfbefffff]
    [ 0.189236] pci 0000:03:00.0: reg 30: [mem 0xfbee0000-0xfbeeffff pref]
    [ 0.189263] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.189268] pci 0000:03:00.0: PME# disabled
    [ 0.189293] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.189315] pci 0000:03:00.1: reg 10: [io 0xdc00-0xdc07]
    [ 0.189327] pci 0000:03:00.1: reg 14: [io 0xd880-0xd883]
    [ 0.189339] pci 0000:03:00.1: reg 18: [io 0xd800-0xd807]
    [ 0.189351] pci 0000:03:00.1: reg 1c: [io 0xd480-0xd483]
    [ 0.189363] pci 0000:03:00.1: reg 20: [io 0xd400-0xd40f]
    [ 0.189426] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.189491] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.189533] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.189536] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.189540] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.189589] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
    [ 0.189609] pci 0000:02:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.189620] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.189658] pci 0000:02:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.189693] pci 0000:02:00.0: supports D1 D2
    [ 0.189694] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.189698] pci 0000:02:00.0: PME# disabled
    [ 0.193338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.193385] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.193390] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.193397] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193434] pci 0000:05:02.0: [1033:0035] type 0 class 0x000c03
    [ 0.193452] pci 0000:05:02.0: reg 10: [mem 0xfbffd000-0xfbffdfff]
    [ 0.193514] pci 0000:05:02.0: supports D1 D2
    [ 0.193516] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193519] pci 0000:05:02.0: PME# disabled
    [ 0.193533] pci 0000:05:02.1: [1033:0035] type 0 class 0x000c03
    [ 0.193546] pci 0000:05:02.1: reg 10: [mem 0xfbffe000-0xfbffefff]
    [ 0.193601] pci 0000:05:02.1: supports D1 D2
    [ 0.193602] pci 0000:05:02.1: PME# supported from D0 D1 D2 D3hot
    [ 0.193605] pci 0000:05:02.1: PME# disabled
    [ 0.193619] pci 0000:05:02.2: [1033:00e0] type 0 class 0x000c03
    [ 0.193633] pci 0000:05:02.2: reg 10: [mem 0xfbfffc00-0xfbfffcff]
    [ 0.193687] pci 0000:05:02.2: supports D1 D2
    [ 0.193689] pci 0000:05:02.2: PME# supported from D0 D1 D2 D3hot
    [ 0.193692] pci 0000:05:02.2: PME# disabled
    [ 0.193711] pci 0000:05:03.0: [104c:8023] type 0 class 0x000c00
    [ 0.193726] pci 0000:05:03.0: reg 10: [mem 0xfbfff000-0xfbfff7ff]
    [ 0.193735] pci 0000:05:03.0: reg 14: [mem 0xfbff8000-0xfbffbfff]
    [ 0.193786] pci 0000:05:03.0: supports D1 D2
    [ 0.193787] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193791] pci 0000:05:03.0: PME# disabled
    [ 0.193806] pci 0000:05:04.0: [11ab:4320] type 0 class 0x000200
    [ 0.193823] pci 0000:05:04.0: reg 10: [mem 0xfbff4000-0xfbff7fff]
    [ 0.193831] pci 0000:05:04.0: reg 14: [io 0xe800-0xe8ff]
    [ 0.193867] pci 0000:05:04.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
    [ 0.193886] pci 0000:05:04.0: supports D1 D2
    [ 0.193888] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.193891] pci 0000:05:04.0: PME# disabled
    [ 0.193926] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    [ 0.193971] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.193974] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.193978] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193980] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.193982] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.193983] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.193985] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.193987] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    [ 0.194003] pci_bus 0000:00: on NUMA node 0
    [ 0.194005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.194127] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.194156] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.194243] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    [ 0.194277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
    [ 0.194313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    [ 0.194355] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.199969] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.200342] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.200724] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.201105] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.201486] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.201868] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.202249] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.202634] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.203051] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.203107] vgaarb: loaded
    [ 0.203206] PCI: Using ACPI for IRQ routing
    [ 0.203247] PCI: pci_cache_line_size set to 64 bytes
    [ 0.203358] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
    [ 0.203360] reserve RAM buffer: 000000007ff90000 - 000000007fffffff
    [ 0.203439] NetLabel: Initializing
    [ 0.203478] NetLabel: domain hash size = 128
    [ 0.203518] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.203565] NetLabel: unlabeled traffic allowed by default
    [ 0.203608] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.203653] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.203797] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.210012] Switching to clocksource hpet
    [ 0.211034] pnp: PnP ACPI init
    [ 0.211084] ACPI: bus type pnp registered
    [ 0.211173] pnp 00:00: [bus 00-ff]
    [ 0.211175] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.211177] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.211179] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.211180] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.211182] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.211184] pnp 00:00: [mem 0x80000000-0xffffffff window]
    [ 0.211222] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.211229] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.211267] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.211311] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.211335] pnp 00:02: [dma 4]
    [ 0.211337] pnp 00:02: [io 0x0000-0x000f]
    [ 0.211338] pnp 00:02: [io 0x0081-0x0083]
    [ 0.211339] pnp 00:02: [io 0x0087]
    [ 0.211341] pnp 00:02: [io 0x0089-0x008b]
    [ 0.211342] pnp 00:02: [io 0x008f]
    [ 0.211343] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.211367] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.211374] pnp 00:03: [io 0x0070-0x0071]
    [ 0.211380] pnp 00:03: [irq 8]
    [ 0.211403] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.211412] pnp 00:04: [io 0x0061]
    [ 0.211435] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.211441] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.211444] pnp 00:05: [irq 13]
    [ 0.211469] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.211669] pnp 00:06: [irq 4]
    [ 0.211671] pnp 00:06: [dma 0 disabled]
    [ 0.211672] pnp 00:06: [io 0x03f8-0x03ff]
    [ 0.211721] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.211835] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211837] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211838] pnp 00:07: [io 0x0290-0x0297]
    [ 0.211879] system 00:07: [io 0x0290-0x0297] has been reserved
    [ 0.211922] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.211997] pnp 00:08: [io 0x0010-0x001f]
    [ 0.211999] pnp 00:08: [io 0x0022-0x003f]
    [ 0.212000] pnp 00:08: [io 0x0044-0x005f]
    [ 0.212002] pnp 00:08: [io 0x0062-0x0063]
    [ 0.212003] pnp 00:08: [io 0x0065-0x006f]
    [ 0.212004] pnp 00:08: [io 0x0072-0x007f]
    [ 0.212006] pnp 00:08: [io 0x0080]
    [ 0.212007] pnp 00:08: [io 0x0084-0x0086]
    [ 0.212008] pnp 00:08: [io 0x0088]
    [ 0.212010] pnp 00:08: [io 0x008c-0x008e]
    [ 0.212011] pnp 00:08: [io 0x0090-0x009f]
    [ 0.212012] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.212014] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.212015] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.212016] pnp 00:08: [io 0x0800-0x087f]
    [ 0.212018] pnp 00:08: [io 0x0400-0x03ff disabled]
    [ 0.212019] pnp 00:08: [io 0x0480-0x04bf]
    [ 0.212021] pnp 00:08: [mem 0xffafe000-0xffb0cbff]
    [ 0.212022] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.212024] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.212025] pnp 00:08: [mem 0xfed20000-0xfed8ffff]
    [ 0.212026] pnp 00:08: [mem 0xfff00000-0xfffffffe]
    [ 0.212028] pnp 00:08: [mem 0xfebfe000-0xfebfec00]
    [ 0.212089] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.212132] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.212174] system 00:08: [io 0x0480-0x04bf] has been reserved
    [ 0.212216] system 00:08: [mem 0xffafe000-0xffb0cbff] could not be reserved
    [ 0.212259] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.212302] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.212345] system 00:08: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.212388] system 00:08: [mem 0xfff00000-0xfffffffe] has been reserved
    [ 0.212430] system 00:08: [mem 0xfebfe000-0xfebfec00] has been reserved
    [ 0.212473] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212521] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.212547] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.212580] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
    [ 0.212581] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
    [ 0.212625] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.212668] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.212712] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212761] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.212801] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.212844] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212967] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.212969] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.212971] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.212972] pnp 00:0c: [mem 0x00100000-0x7fffffff]
    [ 0.212974] pnp 00:0c: [mem 0x00000000-0xffffffff disabled]
    [ 0.213025] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.213068] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.213111] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.213154] system 00:0c: [mem 0x00100000-0x7fffffff] could not be reserved
    [ 0.213198] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.213198] Switched to NOHz mode on CPU #0
    [ 0.213237] Switched to NOHz mode on CPU #1
    [ 0.213286] pnp: PnP ACPI: found 13 devices
    [ 0.213326] ACPI: ACPI bus type pnp unregistered
    [ 0.249481] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x803fffff]
    [ 0.249526] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.249579] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.249632] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.249675] pci 0000:00:1f.3: BAR 0: assigned [mem 0x80800000-0x808000ff]
    [ 0.249720] pci 0000:00:1f.3: BAR 0: set to [mem 0x80800000-0x808000ff] (PCI address [0x80800000-0x808000ff])
    [ 0.249775] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.249816] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.249859] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.249902] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.249956] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.250011] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.250055] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x803fffff]
    [ 0.250099] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250154] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.250195] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.250239] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.250283] pci 0000:00:1c.4: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.250380] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.250424] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.250468] pci 0000:00:1c.5: bridge window [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250523] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    [ 0.250565] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.250609] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.250653] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.250702] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250746] pci 0000:00:01.0: setting latency timer to 64
    [ 0.250750] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.250792] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250836] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.250840] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250884] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.250890] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.250933] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.250938] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.250941] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.250943] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.250944] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250946] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250948] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.250949] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.250951] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfbcfffff]
    [ 0.250953] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.250955] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
    [ 0.250956] pci_bus 0000:04: resource 1 [mem 0x80000000-0x803fffff]
    [ 0.250958] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250960] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.250961] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.250963] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250965] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.250966] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.250968] pci_bus 0000:02: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250970] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.250972] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.250973] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.250975] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.250977] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250978] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250980] pci_bus 0000:05: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.251002] NET: Registered protocol family 2
    [ 0.251085] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.251263] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.251592] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.251779] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.251822] TCP reno registered
    [ 0.251861] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.251907] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.252025] NET: Registered protocol family 1
    [ 0.295104] pci 0000:01:00.0: Boot video device
    [ 0.295141] PCI: CLS 32 bytes, default 64
    [ 0.295174] Unpacking initramfs...
    [ 0.317387] Freeing initrd memory: 1728k freed
    [ 0.318002] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    [ 0.318046] apm: disabled - APM is not SMP safe.
    [ 0.318193] audit: initializing netlink socket (disabled)
    [ 0.318243] type=2000 audit(1303935493.316:1): initialized
    [ 0.318520] highmem bounce pool size: 64 pages
    [ 0.318562] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.320047] VFS: Disk quotas dquot_6.5.2
    [ 0.320145] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.320261] msgmni has been set to 1709
    [ 0.320435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.320488] io scheduler noop registered
    [ 0.320527] io scheduler deadline registered
    [ 0.320574] io scheduler cfq registered (default)
    [ 0.320710] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.320734] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.320771] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.320798] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.320848] pcieport 0000:00:1c.4: setting latency timer to 64
    [ 0.320875] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
    [ 0.320923] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.320950] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.321092] intel_idle: MWAIT substates: 0x22220
    [ 0.321094] intel_idle: does not run on family 6 model 23
    [ 0.321105] ERST: Table is not found!
    [ 0.321155] isapnp: Scanning for PnP cards...
    [ 0.676796] isapnp: No Plug & Play device found
    [ 0.676877] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.697390] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.920667] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.973728] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.976563] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.976631] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.976752] mousedev: PS/2 mouse device common for all mice
    [ 0.976847] rtc_cmos 00:03: RTC can wake from S4
    [ 1.000070] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.000137] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.000200] cpuidle: using governor ladder
    [ 1.000240] cpuidle: using governor menu
    [ 1.000436] TCP cubic registered
    [ 1.000476] NET: Registered protocol family 17
    [ 1.000521] Registering the dns_resolver key type
    [ 1.000569] Using IPI No-Shortcut mode
    [ 1.000679] PM: Hibernation image not present or could not be loaded.
    [ 1.000682] registered taskstats version 1
    [ 1.001054] rtc_cmos 00:03: setting system clock to 2011-04-27 20:18:14 UTC (1303935494)
    [ 1.001128] Initalizing network drop monitor service
    [ 1.001211] Freeing unused kernel memory: 424k freed
    [ 1.005982] <30>udev[38]: starting version 167
    [ 1.107427] SCSI subsystem initialized
    [ 1.127245] libata version 3.00 loaded.
    [ 1.131006] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.131057] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.131134] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.131436] scsi0 : pata_jmicron
    [ 1.131554] scsi1 : pata_jmicron
    [ 1.132024] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    [ 1.132068] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    [ 1.142526] ahci 0000:00:1f.2: version 3.0
    [ 1.142536] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.142608] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.142644] ahci: SSS flag set, parallel bus scan disabled
    [ 1.142711] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 1.142765] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 1.142819] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.174032] scsi2 : ahci
    [ 1.174136] scsi3 : ahci
    [ 1.174235] scsi4 : ahci
    [ 1.174335] scsi5 : ahci
    [ 1.174434] scsi6 : ahci
    [ 1.174532] scsi7 : ahci
    [ 1.174699] ata3: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff100 irq 44
    [ 1.174752] ata4: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff180 irq 44
    [ 1.174804] ata5: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff200 irq 44
    [ 1.174856] ata6: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff280 irq 44
    [ 1.174908] ata7: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff300 irq 44
    [ 1.174960] ata8: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff380 irq 44
    [ 1.175036] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level,

    Hi jasonwryan,
    Your thread helps a lot. I saw a lot of posts but not this one.
    This workaround is fine for me to wait the fix.
    Thanks a lot
    Workaround :
    It seems the problem might be linked to transparent items like background.
    As explained in the above thread :
    According to the bug report the nVidia driver is freaking out and creating too many events, which causes an event buffer in Xorg to overflow.  It works OK with the older Xorg, though.
    So the temporary solution is to downgrade 3 packages.
    Install the tool to downgrade
    > yaourt -Sy downgrade
    Downgrade
    Note the item number can change
    > downgrade xf86-input-evdev
    Hit "s" key
    Choose 2 (xf86-input-evdev-2.6.0-2-i686.pkg.tar.xz)
    > downgrade xorg-server
    Hit "s" key
    Choose 1 (xorg-server-1.9.4.901-1-i686.pkg.tar.xz)
    > downgrade xorg-server-common
    Hit "s" key
    Choose 1 (xorg-server-common-1.9.4.901-1-i686.pkg.tar.xz)
    Be carefull : don't update these 3 packages when updating your system (pacman -Syu) since it is not fixed.
    Last edited by shefla (2011-04-27 22:36:37)

  • [SOLVED] xorg/arch mouse scroll

    Hi, I am stuck with this and could not find an answer in the Forum (sorry if I missed...)
    I installed both archbang and archlinux (arch+xorg+openbox, nothing else) in virtualbox. In archbang the mouse wheel works perfectly, in arhclinux it does not work at all. The config files are the same in /etc/X11/xorg.conf.d/.
    Can some tell me what I need to do in archlinux to enable mouse scroll? Thanks in advance!
    Last edited by totolotto (2012-11-14 21:40:58)

    Unbelieveable... yes that was the problem! I simply skip that becasue everything "seemed" working fine. Thanks again!
    After installing virtualbox I was hoping that would solve my other problem, that is I cannot install .bzr  packages from AUR as the process stops at " Connecting to Bazaar server" with server timeout message. Until this point everything is fine. Can you probably help in that too?

  • Xorg RAM consumption

    Hi,
    I've been wondering for a long time what is the average consumption of Xorg for a dual monitor.
    I use a 1024*768 + 1680*1050 setup and Xorg+openbox+xcompmgr takes me in average 110 to 160MB of RAM (without xcompmgr it starts with 85MB +-).
    Isnt this too much? or is a dual head setup normally that heavy?
    Q9450
    2*2GB 1000Mhz RAM
    Saphire HD3650, 512MB DDR3  (I'm using catalyst driver from AUR)
    ASUS P5E
    best regards

    Ya have 4GB of RAM, I wouldn't sweat it myself.

  • [SOLVED] Mount permissions with pcmanfm and openbox

    I installed arch linux with xorg, openbox and pcmanfm. When I try to mount any external drive I get a message that says "only the administrator is allowed to do this"
    Any solution? Thank you.
    Last edited by uxiofp (2014-04-19 21:13:38)

    ewaller wrote:Are we talking about a USB key, or are we talking about a rotating disk ?
    What interface are you using?  Is it a USB, FireWire, SATA?
    If it is a USB, what gets added to the output of dmesg when you connect it?  How about the journal?
    Please post your /etc/fstab
    Yes, usb key or sd card
    dmesg:
    [ 95.720125] usb 2-4: new high-speed USB device number 4 using ehci-pci
    [ 95.845361] usb-storage 2-4:1.0: USB Mass Storage device detected
    [ 95.846086] scsi7 : usb-storage 2-4:1.0
    [ 96.975576] scsi 7:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 0
    fdisk:
    Disk /dev/sdb: 29,8 GiB, 32018268160 bytes, 62535680 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x000eb08d
    Disposit. Inicio Start Final Blocks Id System
    /dev/sdb1 2048 62535679 31266816 b W95 FAT32
    pacman -Q | grep udisk:
    udisks 1.0.5-1
    Last edited by uxiofp (2014-04-19 20:52:15)

Maybe you are looking for

  • Age analysis for customers and vendors

    Hi All, i needs to create an age analysis report on customers and vendors (0FIAR_C03), analysis could be done on <30 days, >30 days,>60,>90,>120 days , i needs to calculate these based between netdue date for payments and system date. any one can giv

  • Flash 8 Video Help

    Hello, I have just started out on the path to incorporating streaming video into my web designs. I just recently designed a web page that included a video, here are the steps that I took: (technically I am sure if this is truly a flash video) Dreamwe

  • Service tax calculation in EBP

    Hi I need to define a Taxcode to calculate service tax for services procured for INDIA which will be later claimed back.If anyone has worked on this pl. send me relevant document to <b>[email protected]</b>. Cheers, Pratap

  • Setting Multi Variables with Multi SQL Queries: Performance Bottleneck?

    Hello ODI Experts, I have created a Logical & Physical Schema and Source Data Store to pick data from DB Table. Now I am setting variables with simple SELECT Query for setting each variable (in its Refreshing tab>Select Query field). It gives me a le

  • Share with my wife

    My wife and I bought our CDs together. Now I have an itunes match account. Is there a way to share it with my wife, so she can listen to her music too? Pat-swiss