Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X server delay in loading with nvidia-drivers [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Thu Dec 27, 2012 1:02 am    Post subject: X server delay in loading with nvidia-drivers [solved] Reply with quote

After updating my system to genkernel 3.7.1 the X server (using nvidia-drivers) takes a very long time to load. Here are my xorg.conf and Xorg.0.log files. Any help appreciated, thanks in advance

xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.64 (buildmeister@swio-display-x86-rhel47-01.nvidia.com) Tue Oct 30 12:19:38 PDT 2012


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Disable "dri"
Disable "dri2"
EndSection

Section "InputDevice"

# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "gb"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NvAGP" "3"
Option "ConnectedMonitor" "DFP-1"
Option "IgnoreDisplayDevices" "TV,CRT"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Xorg.0.log:

[ 1216.591]
X.Org X Server 1.11.2
Release Date: 2011-11-04
[ 1216.591] X Protocol Version 11, Revision 0
[ 1216.591] Build Operating System: Linux 3.2.12-gentoo i686 Gentoo
[ 1216.591] Current Operating System: Linux mybox 3.7.1-gentoo #1 SMP Mon Dec 24 00:50:00 GMT 2012 i686
[ 1216.591] Kernel command line:
[ 1216.591] Build Date: 20 May 2012 10:37:21PM
[ 1216.591]
[ 1216.591] Current version of pixman: 0.24.0
[ 1216.591] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1216.591] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1216.591] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 27 00:46:04 2012
[ 1216.592] (==) Using config file: "/etc/X11/xorg.conf"
[ 1216.592] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1216.592] (==) ServerLayout "Layout0"
[ 1216.592] (**) |-->Screen "Screen0" (0)
[ 1216.592] (**) | |-->Monitor "Monitor0"
[ 1216.592] (**) | |-->Device "Device0"
[ 1216.592] (**) |-->Input Device "Keyboard0"
[ 1216.592] (**) |-->Input Device "Mouse0"
[ 1216.592] (==) Automatically adding devices
[ 1216.592] (==) Automatically enabling devices
[ 1216.592] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 1216.592] Entry deleted from font path.
[ 1216.592] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1216.592] Entry deleted from font path.
[ 1216.592] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 1216.592] Entry deleted from font path.
[ 1216.592] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 1216.592] Entry deleted from font path.
[ 1216.592] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 1216.592] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 1216.592] Entry deleted from font path.
[ 1216.592] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 1216.592] (==) FontPath set to:
/usr/share/fonts/misc/
[ 1216.592] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1216.592] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1216.592] (WW) Disabling Keyboard0
[ 1216.592] (WW) Disabling Mouse0
[ 1216.592] (II) Loader magic: 0x81ec580
[ 1216.592] (II) Module ABI versions:
[ 1216.592] X.Org ANSI C Emulation: 0.4
[ 1216.592] X.Org Video Driver: 11.0
[ 1216.592] X.Org XInput driver : 13.0
[ 1216.592] X.Org Server Extension : 6.0
[ 1216.593] (--) PCI:*(0:1:0:0) 10de:0221:1682:2152 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
[ 1216.593] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
[ 1216.593] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
[ 1216.593] (II) "extmod" will be loaded by default.
[ 1216.593] (II) "dbe" will be loaded by default.
[ 1216.593] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 1216.593] (II) "record" will be loaded by default.
[ 1216.593] (II) "dri" will be loaded even though the default is to disable it.
[ 1216.593] (II) "dri2" will be loaded even though the default is to disable it.
[ 1216.593] (II) LoadModule: "glx"
[ 1216.593] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1216.593] (II) Module glx: vendor="X.Org Foundation"
[ 1216.593] compiled for 1.11.2, module version = 1.0.0
[ 1216.593] ABI class: X.Org Server Extension, version 6.0
[ 1216.594] (==) AIGLX enabled
[ 1216.594] (II) Loading extension GLX
[ 1216.594] (II) LoadModule: "extmod"
[ 1216.594] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 1216.594] (II) Module extmod: vendor="X.Org Foundation"
[ 1216.594] compiled for 1.11.2, module version = 1.0.0
[ 1216.594] Module class: X.Org Server Extension
[ 1216.594] ABI class: X.Org Server Extension, version 6.0
[ 1216.594] (II) Loading extension MIT-SCREEN-SAVER
[ 1216.594] (II) Loading extension XFree86-VidModeExtension
[ 1216.594] (II) Loading extension XFree86-DGA
[ 1216.594] (II) Loading extension DPMS
[ 1216.594] (II) Loading extension XVideo
[ 1216.594] (II) Loading extension XVideo-MotionCompensation
[ 1216.594] (II) Loading extension X-Resource
[ 1216.594] (II) LoadModule: "dbe"
[ 1216.594] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 1216.594] (II) Module dbe: vendor="X.Org Foundation"
[ 1216.594] compiled for 1.11.2, module version = 1.0.0
[ 1216.594] Module class: X.Org Server Extension
[ 1216.594] ABI class: X.Org Server Extension, version 6.0
[ 1216.594] (II) Loading extension DOUBLE-BUFFER
[ 1216.594] (II) LoadModule: "record"
[ 1216.594] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 1216.594] (II) Module record: vendor="X.Org Foundation"
[ 1216.594] compiled for 1.11.2, module version = 1.13.0
[ 1216.594] Module class: X.Org Server Extension
[ 1216.594] ABI class: X.Org Server Extension, version 6.0
[ 1216.594] (II) Loading extension RECORD
[ 1216.594] (II) LoadModule: "nvidia"
[ 1216.594] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 1216.595] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1216.595] compiled for 4.0.2, module version = 1.0.0
[ 1216.595] Module class: X.Org Video Driver
[ 1216.595] (II) NVIDIA dlloader X Driver 304.64 Tue Oct 30 11:11:05 PDT 2012
[ 1216.595] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1216.595] (++) using VT number 7

[ 1216.604] (II) Loading sub module "fb"
[ 1216.604] (II) LoadModule: "fb"
[ 1216.604] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1216.605] (II) Module fb: vendor="X.Org Foundation"
[ 1216.605] compiled for 1.11.2, module version = 1.0.0
[ 1216.605] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1216.605] (II) Loading sub module "wfb"
[ 1216.605] (II) LoadModule: "wfb"
[ 1216.605] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 1216.605] (II) Module wfb: vendor="X.Org Foundation"
[ 1216.605] compiled for 1.11.2, module version = 1.0.0
[ 1216.605] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1216.605] (II) Loading sub module "ramdac"
[ 1216.605] (II) LoadModule: "ramdac"
[ 1216.605] (II) Module "ramdac" already built-in
[ 1216.605] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 1216.605] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 1216.605] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1216.605] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 1216.605] (==) NVIDIA(0): RGB weight 888
[ 1216.605] (==) NVIDIA(0): Default visual is TrueColor
[ 1216.605] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1216.606] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-1"
[ 1216.606] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "TV,CRT"
[ 1216.606] (**) NVIDIA(0): Option "NvAGP" "3"
[ 1216.606] (**) NVIDIA(0): Enabling 2D acceleration
[ 1216.606] (**) NVIDIA(0): ConnectedMonitor string: "DFP-1"
[ 1216.606] (WW) NVIDIA(0): Invalid value "3" for NvAGP... ignoring
[ 1216.606] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 1216.606] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 1216.606] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 1216.606] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 1216.606] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 1216.998] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA
[ 1216.998] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 1216.999] (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV44) at PCI:1:0:0 (GPU-0)
[ 1216.999] (--) NVIDIA(0): Memory: 262144 kBytes
[ 1216.999] (--) NVIDIA(0): VideoBIOS: 05.44.a2.10.81
[ 1216.999] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 1216.999] (--) NVIDIA(0): Valid display device(s) on GeForce 6200 at PCI:1:0:0
[ 1216.999] (--) NVIDIA(0): Samsung SyncMaster (DFP-0) (connected)
[ 1216.999] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
[ 1216.999] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
[ 1216.999] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1216.999] (**) NVIDIA(0): device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[ 1216.999] (**) NVIDIA(0): has been enabled on all display devices.)
[ 1217.000] (==) NVIDIA(0):
[ 1217.000] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 1217.000] (==) NVIDIA(0): will be used as the requested mode.
[ 1217.000] (==) NVIDIA(0):
[ 1217.000] (II) NVIDIA(0): Validated MetaModes:
[ 1217.000] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 1217.000] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[ 1217.001] (WW) NVIDIA(0): Unable to support custom viewPortOut 1280 x 720 +0 +152
[ 1217.001] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
[ 1217.001] (--) NVIDIA(0): option
[ 1217.001] (--) Depth 24 pixmap format is 32 bpp
[ 1217.002] (WW) NVIDIA(0): No usable AGP GART found.
[ 1217.008] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 1217.199] (II) Loading extension NV-GLX
[ 1217.220] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 1217.220] (==) NVIDIA(0): Backing store disabled
[ 1217.220] (==) NVIDIA(0): Silken mouse enabled
[ 1217.221] (**) NVIDIA(0): DPMS enabled
[ 1217.221] (II) Loading extension NV-CONTROL
[ 1217.221] (II) Loading extension XINERAMA
[ 1217.221] (II) Loading sub module "dri2"
[ 1217.221] (II) LoadModule: "dri2"
[ 1217.221] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 1217.222] (II) Module dri2: vendor="X.Org Foundation"
[ 1217.222] compiled for 1.11.2, module version = 1.2.0
[ 1217.222] ABI class: X.Org Server Extension, version 6.0
[ 1217.222] (II) Loading extension DRI2
[ 1217.222] (II) NVIDIA(0): [DRI2] Setup complete
[ 1217.222] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 1217.222] (--) RandR disabled
[ 1217.222] (II) Initializing built-in extension Generic Event Extension
[ 1217.222] (II) Initializing built-in extension SHAPE
[ 1217.222] (II) Initializing built-in extension MIT-SHM
[ 1217.222] (II) Initializing built-in extension XInputExtension
[ 1217.222] (II) Initializing built-in extension XTEST
[ 1217.222] (II) Initializing built-in extension BIG-REQUESTS
[ 1217.222] (II) Initializing built-in extension SYNC
[ 1217.222] (II) Initializing built-in extension XKEYBOARD
[ 1217.222] (II) Initializing built-in extension XC-MISC
[ 1217.222] (II) Initializing built-in extension XINERAMA
[ 1217.222] (II) Initializing built-in extension XFIXES
[ 1217.222] (II) Initializing built-in extension RENDER
[ 1217.222] (II) Initializing built-in extension RANDR
[ 1217.222] (II) Initializing built-in extension COMPOSITE
[ 1217.222] (II) Initializing built-in extension DAMAGE
[ 1217.231] (II) AIGLX: Screen 0 is not DRI2 capable
[ 1217.231] (II) AIGLX: Screen 0 is not DRI capable
[ 1217.237] (II) AIGLX: Loaded and initialized swrast
[ 1217.237] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 1217.275] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 1217.276] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1217.276] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 1217.276] (II) LoadModule: "evdev"
[ 1217.276] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1217.276] (II) Module evdev: vendor="X.Org Foundation"
[ 1217.276] compiled for 1.11.2, module version = 2.6.0
[ 1217.276] Module class: X.Org XInput Driver
[ 1217.276] ABI class: X.Org XInput driver, version 13.0
[ 1217.276] (II) Using input driver 'evdev' for 'Power Button'
[ 1217.276] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1217.276] (**) Power Button: always reports core events
[ 1217.276] (**) Power Button: Device: "/dev/input/event5"
[ 1217.276] (--) Power Button: Found keys
[ 1217.276] (II) Power Button: Configuring as keyboard
[ 1217.276] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[ 1217.276] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1217.276] (**) Option "xkb_rules" "evdev"
[ 1217.276] (**) Option "xkb_model" "evdev"
[ 1217.276] (**) Option "xkb_layout" "gb"
[ 1217.276] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 1217.302] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 1217.302] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1217.302] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 1217.302] (II) Using input driver 'evdev' for 'Power Button'
[ 1217.302] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1217.302] (**) Power Button: always reports core events
[ 1217.302] (**) Power Button: Device: "/dev/input/event4"
[ 1217.302] (--) Power Button: Found keys
[ 1217.302] (II) Power Button: Configuring as keyboard
[ 1217.302] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
[ 1217.302] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 1217.302] (**) Option "xkb_rules" "evdev"
[ 1217.302] (**) Option "xkb_model" "evdev"
[ 1217.302] (**) Option "xkb_layout" "gb"
[ 1217.302] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 1217.303] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event0)
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 1217.303] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 1217.303] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
[ 1217.303] (--) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
[ 1217.303] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 1217.303] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 1217.303] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 1217.303] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 1217.303] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 1217.303] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input0/event0"
[ 1217.303] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
[ 1217.303] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 1217.303] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 1217.303] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 1217.303] (II) No input driver/identifier specified (ignoring)
[ 1217.304] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event1)
[ 1217.304] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 1217.304] (**) Logitech Logitech USB Keyboard: Applying InputClass "Keyboard Defaults"
[ 1217.304] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[ 1217.304] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1217.304] (**) Logitech Logitech USB Keyboard: always reports core events
[ 1217.304] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event1"
[ 1217.304] (--) Logitech Logitech USB Keyboard: Found keys
[ 1217.304] (II) Logitech Logitech USB Keyboard: Configuring as keyboard
[ 1217.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.3/usb5/5-1/5-1:1.0/input/input1/event1"
[ 1217.304] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[ 1217.304] (**) Option "xkb_rules" "evdev"
[ 1217.304] (**) Option "xkb_model" "evdev"
[ 1217.304] (**) Option "xkb_layout" "gb"
[ 1217.304] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 1217.305] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event2)
[ 1217.305] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 1217.305] (**) Logitech Logitech USB Keyboard: Applying InputClass "Keyboard Defaults"
[ 1217.305] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[ 1217.305] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1217.305] (**) Logitech Logitech USB Keyboard: always reports core events
[ 1217.305] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event2"
[ 1217.305] (--) Logitech Logitech USB Keyboard: Found 1 mouse buttons
[ 1217.305] (--) Logitech Logitech USB Keyboard: Found keys
[ 1217.305] (II) Logitech Logitech USB Keyboard: Configuring as mouse
[ 1217.305] (II) Logitech Logitech USB Keyboard: Configuring as keyboard
[ 1217.305] (**) Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
[ 1217.305] (**) Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 1217.305] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.3/usb5/5-1/5-1:1.1/input/input2/event2"
[ 1217.305] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[ 1217.305] (**) Option "xkb_rules" "evdev"
[ 1217.305] (**) Option "xkb_model" "evdev"
[ 1217.305] (**) Option "xkb_layout" "gb"
[ 1217.305] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 1217.305] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 1217.305] (II) No input driver/identifier specified (ignoring)
[ 1608.160] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA
[ 1608.160] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 1608.160] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1608.160] (**) NVIDIA(0): device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[ 1608.160] (**) NVIDIA(0): has been enabled on all display devices.)
[ 1608.283] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA
[ 1608.283] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 1608.283] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1608.283] (**) NVIDIA(0): device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[ 1608.283] (**) NVIDIA(0): has been enabled on all display devices.)
[ 1608.407] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA
[ 1608.407] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 1608.407] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1608.407] (**) NVIDIA(0): device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[ 1608.407] (**) NVIDIA(0): has been enabled on all display devices.)
[ 1608.530] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA
[ 1608.530] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 1608.530] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 1608.530] (**) NVIDIA(0): device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[ 1608.530] (**) NVIDIA(0): has been enabled on all display devices.)


Last edited by linux_matt on Sat Dec 29, 2012 8:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Thu Dec 27, 2012 6:35 am    Post subject: Reply with quote

remove xorg.conf and try again.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Thu Dec 27, 2012 10:04 am    Post subject: Reply with quote

DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Thu Dec 27, 2012 10:50 am    Post subject: Reply with quote

linux_matt wrote:
DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.

paste the xorg.log of that run (user wgetpaste)
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Thu Dec 27, 2012 11:29 am    Post subject: Reply with quote

DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.

paste the xorg.log of that run (user wgetpaste)


Here is the latest log:

[ 41.832]
X.Org X Server 1.11.2
Release Date: 2011-11-04
[ 41.832] X Protocol Version 11, Revision 0
[ 41.832] Build Operating System: Linux 3.2.12-gentoo i686 Gentoo
[ 41.832] Current Operating System: Linux mybox 3.7.1-gentoo #1 SMP Mon Dec 24 00:50:00 GMT 2012 i686
[ 41.832] Kernel command line:
[ 41.832] Build Date: 20 May 2012 10:37:21PM
[ 41.832]
[ 41.832] Current version of pixman: 0.24.0
[ 41.832] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 41.832] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 41.832] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 27 08:08:18 2012
[ 41.886] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 41.907] (==) No Layout section. Using the first Screen section.
[ 41.907] (==) No screen section available. Using defaults.
[ 41.907] (**) |-->Screen "Default Screen Section" (0)
[ 41.907] (**) | |-->Monitor "<default monitor>"
[ 41.916] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 41.916] (==) Automatically adding devices
[ 41.916] (==) Automatically enabling devices
[ 41.949] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 41.949] Entry deleted from font path.
[ 41.949] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 41.949] Entry deleted from font path.
[ 41.949] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 41.949] Entry deleted from font path.
[ 41.949] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 41.949] Entry deleted from font path.
[ 41.949] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 41.949] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 41.950] Entry deleted from font path.
[ 41.950] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 41.950] (==) FontPath set to:
/usr/share/fonts/misc/
[ 41.950] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 41.950] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 41.950] (II) Loader magic: 0x81ec580
[ 41.950] (II) Module ABI versions:
[ 41.950] X.Org ANSI C Emulation: 0.4
[ 41.950] X.Org Video Driver: 11.0
[ 41.950] X.Org XInput driver : 13.0
[ 41.950] X.Org Server Extension : 6.0
[ 41.951] (--) PCI:*(0:1:0:0) 10de:0221:1682:2152 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
[ 41.951] (II) LoadModule: "extmod"
[ 42.057] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 42.068] (II) Module extmod: vendor="X.Org Foundation"
[ 42.068] compiled for 1.11.2, module version = 1.0.0
[ 42.068] Module class: X.Org Server Extension
[ 42.068] ABI class: X.Org Server Extension, version 6.0
[ 42.068] (II) Loading extension MIT-SCREEN-SAVER
[ 42.068] (II) Loading extension XFree86-VidModeExtension
[ 42.068] (II) Loading extension XFree86-DGA
[ 42.068] (II) Loading extension DPMS
[ 42.068] (II) Loading extension XVideo
[ 42.068] (II) Loading extension XVideo-MotionCompensation
[ 42.068] (II) Loading extension X-Resource
[ 42.068] (II) LoadModule: "dbe"
[ 42.068] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 42.082] (II) Module dbe: vendor="X.Org Foundation"
[ 42.082] compiled for 1.11.2, module version = 1.0.0
[ 42.082] Module class: X.Org Server Extension
[ 42.082] ABI class: X.Org Server Extension, version 6.0
[ 42.082] (II) Loading extension DOUBLE-BUFFER
[ 42.082] (II) LoadModule: "glx"
[ 42.082] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 42.099] (II) Module glx: vendor="X.Org Foundation"
[ 42.099] compiled for 1.11.2, module version = 1.0.0
[ 42.099] ABI class: X.Org Server Extension, version 6.0
[ 42.100] (==) AIGLX enabled
[ 42.100] (II) Loading extension GLX
[ 42.100] (II) LoadModule: "record"
[ 42.100] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 42.101] (II) Module record: vendor="X.Org Foundation"
[ 42.101] compiled for 1.11.2, module version = 1.13.0
[ 42.101] Module class: X.Org Server Extension
[ 42.101] ABI class: X.Org Server Extension, version 6.0
[ 42.101] (II) Loading extension RECORD
[ 42.101] (II) LoadModule: "dri"
[ 42.101] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 42.110] (II) Module dri: vendor="X.Org Foundation"
[ 42.110] compiled for 1.11.2, module version = 1.0.0
[ 42.110] ABI class: X.Org Server Extension, version 6.0
[ 42.110] (II) Loading extension XFree86-DRI
[ 42.110] (II) LoadModule: "dri2"
[ 42.110] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 42.115] (II) Module dri2: vendor="X.Org Foundation"
[ 42.115] compiled for 1.11.2, module version = 1.2.0
[ 42.115] ABI class: X.Org Server Extension, version 6.0
[ 42.115] (II) Loading extension DRI2
[ 42.115] (==) Matched nouveau as autoconfigured driver 0
[ 42.115] (==) Matched vesa as autoconfigured driver 1
[ 42.115] (==) Matched fbdev as autoconfigured driver 2
[ 42.115] (==) Assigned the driver to the xf86ConfigLayout
[ 42.115] (II) LoadModule: "nouveau"
[ 42.127] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 42.145] (II) Module nouveau: vendor="X.Org Foundation"
[ 42.145] compiled for 1.11.2, module version = 0.0.16
[ 42.145] Module class: X.Org Video Driver
[ 42.145] ABI class: X.Org Video Driver, version 11.0
[ 42.145] (II) LoadModule: "vesa"
[ 42.145] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 42.154] (II) Module vesa: vendor="X.Org Foundation"
[ 42.154] compiled for 1.11.2, module version = 2.3.0
[ 42.154] Module class: X.Org Video Driver
[ 42.154] ABI class: X.Org Video Driver, version 11.0
[ 42.154] (II) LoadModule: "fbdev"
[ 42.159] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 42.164] (II) Module fbdev: vendor="X.Org Foundation"
[ 42.164] compiled for 1.11.2, module version = 0.4.2
[ 42.164] ABI class: X.Org Video Driver, version 11.0
[ 42.164] (II) NOUVEAU driver
[ 42.164] (II) NOUVEAU driver for NVIDIA chipset families :
[ 42.164] RIVA TNT (NV04)
[ 42.165] RIVA TNT2 (NV05)
[ 42.165] GeForce 256 (NV10)
[ 42.165] GeForce 2 (NV11, NV15)
[ 42.165] GeForce 4MX (NV17, NV18)
[ 42.165] GeForce 3 (NV20)
[ 42.165] GeForce 4Ti (NV25, NV28)
[ 42.165] GeForce FX (NV3x)
[ 42.165] GeForce 6 (NV4x)
[ 42.165] GeForce 7 (G7x)
[ 42.165] GeForce 8 (G8x)
[ 42.165] GeForce GTX 200 (NVA0)
[ 42.165] GeForce GTX 400 (NVC0)
[ 42.165] (II) VESA: driver for VESA chipsets: vesa
[ 42.165] (II) FBDEV: driver for framebuffer: fbdev
[ 42.165] (++) using VT number 7

[ 42.174] drmOpenDevice: node name is /dev/dri/card0
[ 42.180] [drm] failed to load kernel module "nouveau"
[ 42.180] (EE) [drm] failed to open device
[ 42.180] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 42.180] (WW) Falling back to old probe method for fbdev
[ 42.180] (II) Loading sub module "fbdevhw"
[ 42.180] (II) LoadModule: "fbdevhw"
[ 42.180] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 42.180] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 42.180] compiled for 1.11.2, module version = 0.0.2
[ 42.180] ABI class: X.Org Video Driver, version 11.0
[ 42.180] (EE) open /dev/fb0: No such file or directory
[ 42.181] (II) Loading sub module "vbe"
[ 42.181] (II) LoadModule: "vbe"
[ 42.181] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 42.187] (II) Module vbe: vendor="X.Org Foundation"
[ 42.187] compiled for 1.11.2, module version = 1.1.0
[ 42.187] ABI class: X.Org Video Driver, version 11.0
[ 42.187] (II) Loading sub module "int10"
[ 42.187] (II) LoadModule: "int10"
[ 42.187] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 42.188] (II) Module int10: vendor="X.Org Foundation"
[ 42.188] compiled for 1.11.2, module version = 1.0.0
[ 42.188] ABI class: X.Org Video Driver, version 11.0
[ 42.188] (II) VESA(0): initializing int10
[ 42.191] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 42.200] (II) VESA(0): VESA BIOS detected
[ 42.200] (II) VESA(0): VESA VBE Version 3.0
[ 42.200] (II) VESA(0): VESA VBE Total Mem: 262144 kB
[ 42.200] (II) VESA(0): VESA VBE OEM: NVIDIA
[ 42.200] (II) VESA(0): VESA VBE OEM Software Rev: 5.68
[ 42.200] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[ 42.200] (II) VESA(0): VESA VBE OEM Product: nv44 Board - p382h1
[ 42.200] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[ 42.230] (II) VESA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 42.230] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 42.230] (==) VESA(0): RGB weight 888
[ 42.230] (==) VESA(0): Default visual is TrueColor
[ 42.230] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 42.230] (II) Loading sub module "ddc"
[ 42.230] (II) LoadModule: "ddc"
[ 42.230] (II) Module "ddc" already built-in
[ 42.233] (II) VESA(0): VESA VBE DDC supported
[ 42.233] (II) VESA(0): VESA VBE DDC Level none
[ 42.233] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[ 42.414] (II) VESA(0): VESA VBE DDC read failed
[ 42.415] (II) VESA(0): VESA VBE PanelID read successfully
[ 42.415] (II) VESA(0): PanelID returned panel resolution 0x0
[ 42.415] (II) VESA(0): ...which I refuse to believe
[ 42.415] (II) VESA(0): Searching for matching VESA mode(s):
[ 42.415] Mode: 100 (640x400)
[ 42.415] ModeAttributes: 0x39f
[ 42.415] WinAAttributes: 0x7
[ 42.415] WinBAttributes: 0x0
[ 42.415] WinGranularity: 64
[ 42.415] WinSize: 64
[ 42.415] WinASegment: 0xa000
[ 42.415] WinBSegment: 0x0
[ 42.415] WinFuncPtr: 0xc0009d81
[ 42.415] BytesPerScanline: 640
[ 42.415] XResolution: 640
[ 42.415] YResolution: 400
[ 42.415] XCharSize: 8
[ 42.415] YCharSize: 16
[ 42.415] NumberOfPlanes: 1
[ 42.415] BitsPerPixel: 8
[ 42.415] NumberOfBanks: 1
[ 42.415] MemoryModel: 4
[ 42.415] BankSize: 0
[ 42.415] NumberOfImages: 14
[ 42.415] RedMaskSize: 0
[ 42.415] RedFieldPosition: 0
[ 42.415] GreenMaskSize: 0
[ 42.415] GreenFieldPosition: 0
[ 42.415] BlueMaskSize: 0
[ 42.416] BlueFieldPosition: 0
[ 42.416] RsvdMaskSize: 0
[ 42.416] RsvdFieldPosition: 0
[ 42.416] DirectColorModeInfo: 0
[ 42.416] PhysBasePtr: 0xe0000000
[ 42.416] LinBytesPerScanLine: 640
[ 42.416] BnkNumberOfImagePages: 14
[ 42.416] LinNumberOfImagePages: 14
[ 42.416] LinRedMaskSize: 0
[ 42.416] LinRedFieldPosition: 0
[ 42.416] LinGreenMaskSize: 0
[ 42.416] LinGreenFieldPosition: 0
[ 42.416] LinBlueMaskSize: 0
[ 42.416] LinBlueFieldPosition: 0
[ 42.416] LinRsvdMaskSize: 0
[ 42.416] LinRsvdFieldPosition: 0
[ 42.416] MaxPixelClock: 229500000
[ 42.416] Mode: 101 (640x480)
[ 42.416] ModeAttributes: 0x39f
[ 42.416] WinAAttributes: 0x7
[ 42.416] WinBAttributes: 0x0
[ 42.416] WinGranularity: 64
[ 42.416] WinSize: 64
[ 42.416] WinASegment: 0xa000
[ 42.416] WinBSegment: 0x0
[ 42.416] WinFuncPtr: 0xc0009d81
[ 42.416] BytesPerScanline: 640
[ 42.416] XResolution: 640
[ 42.416] YResolution: 480
[ 42.416] XCharSize: 8
[ 42.416] YCharSize: 16
[ 42.416] NumberOfPlanes: 1
[ 42.416] BitsPerPixel: 8
[ 42.416] NumberOfBanks: 1
[ 42.416] MemoryModel: 4
[ 42.416] BankSize: 0
[ 42.416] NumberOfImages: 10
[ 42.416] RedMaskSize: 0
[ 42.416] RedFieldPosition: 0
[ 42.417] GreenMaskSize: 0
[ 42.417] GreenFieldPosition: 0
[ 42.417] BlueMaskSize: 0
[ 42.417] BlueFieldPosition: 0
[ 42.417] RsvdMaskSize: 0
[ 42.417] RsvdFieldPosition: 0
[ 42.417] DirectColorModeInfo: 0
[ 42.417] PhysBasePtr: 0xe0000000
[ 42.417] LinBytesPerScanLine: 640
[ 42.417] BnkNumberOfImagePages: 10
[ 42.417] LinNumberOfImagePages: 10
[ 42.417] LinRedMaskSize: 0
[ 42.417] LinRedFieldPosition: 0
[ 42.417] LinGreenMaskSize: 0
[ 42.417] LinGreenFieldPosition: 0
[ 42.417] LinBlueMaskSize: 0
[ 42.417] LinBlueFieldPosition: 0
[ 42.417] LinRsvdMaskSize: 0
[ 42.417] LinRsvdFieldPosition: 0
[ 42.417] MaxPixelClock: 229500000
[ 42.417] Mode: 102 (800x600)
[ 42.417] ModeAttributes: 0x31f
[ 42.417] WinAAttributes: 0x7
[ 42.417] WinBAttributes: 0x0
[ 42.417] WinGranularity: 64
[ 42.417] WinSize: 64
[ 42.417] WinASegment: 0xa000
[ 42.417] WinBSegment: 0x0
[ 42.417] WinFuncPtr: 0xc0009d81
[ 42.417] BytesPerScanline: 100
[ 42.417] XResolution: 800
[ 42.417] YResolution: 600
[ 42.417] XCharSize: 8
[ 42.417] YCharSize: 16
[ 42.417] NumberOfPlanes: 4
[ 42.417] BitsPerPixel: 4
[ 42.417] NumberOfBanks: 1
[ 42.417] MemoryModel: 3
[ 42.417] BankSize: 0
[ 42.417] NumberOfImages: 14
[ 42.417] RedMaskSize: 0
[ 42.417] RedFieldPosition: 0
[ 42.417] GreenMaskSize: 0
[ 42.417] GreenFieldPosition: 0
[ 42.417] BlueMaskSize: 0
[ 42.417] BlueFieldPosition: 0
[ 42.417] RsvdMaskSize: 0
[ 42.418] RsvdFieldPosition: 0
[ 42.418] DirectColorModeInfo: 0
[ 42.418] PhysBasePtr: 0x0
[ 42.418] LinBytesPerScanLine: 100
[ 42.418] BnkNumberOfImagePages: 14
[ 42.418] LinNumberOfImagePages: 14
[ 42.418] LinRedMaskSize: 0
[ 42.418] LinRedFieldPosition: 0
[ 42.418] LinGreenMaskSize: 0
[ 42.418] LinGreenFieldPosition: 0
[ 42.418] LinBlueMaskSize: 0
[ 42.418] LinBlueFieldPosition: 0
[ 42.418] LinRsvdMaskSize: 0
[ 42.418] LinRsvdFieldPosition: 0
[ 42.418] MaxPixelClock: 108500000
[ 42.418] Mode: 103 (800x600)
[ 42.418] ModeAttributes: 0x39f
[ 42.418] WinAAttributes: 0x7
[ 42.418] WinBAttributes: 0x0
[ 42.418] WinGranularity: 64
[ 42.418] WinSize: 64
[ 42.418] WinASegment: 0xa000
[ 42.418] WinBSegment: 0x0
[ 42.418] WinFuncPtr: 0xc0009d81
[ 42.418] BytesPerScanline: 800
[ 42.418] XResolution: 800
[ 42.418] YResolution: 600
[ 42.418] XCharSize: 8
[ 42.418] YCharSize: 16
[ 42.418] NumberOfPlanes: 1
[ 42.418] BitsPerPixel: 8
[ 42.418] NumberOfBanks: 1
[ 42.418] MemoryModel: 4
[ 42.418] BankSize: 0
[ 42.418] NumberOfImages: 6
[ 42.418] RedMaskSize: 0
[ 42.418] RedFieldPosition: 0
[ 42.418] GreenMaskSize: 0
[ 42.418] GreenFieldPosition: 0
[ 42.418] BlueMaskSize: 0
[ 42.418] BlueFieldPosition: 0
[ 42.419] RsvdMaskSize: 0
[ 42.419] RsvdFieldPosition: 0
[ 42.419] DirectColorModeInfo: 0
[ 42.419] PhysBasePtr: 0xe0000000
[ 42.419] LinBytesPerScanLine: 800
[ 42.419] BnkNumberOfImagePages: 6
[ 42.419] LinNumberOfImagePages: 6
[ 42.419] LinRedMaskSize: 0
[ 42.419] LinRedFieldPosition: 0
[ 42.419] LinGreenMaskSize: 0
[ 42.419] LinGreenFieldPosition: 0
[ 42.419] LinBlueMaskSize: 0
[ 42.419] LinBlueFieldPosition: 0
[ 42.419] LinRsvdMaskSize: 0
[ 42.419] LinRsvdFieldPosition: 0
[ 42.419] MaxPixelClock: 229500000
[ 42.419] Mode: 104 (1024x768)
[ 42.419] ModeAttributes: 0x31f
[ 42.419] WinAAttributes: 0x7
[ 42.419] WinBAttributes: 0x0
[ 42.419] WinGranularity: 64
[ 42.419] WinSize: 64
[ 42.419] WinASegment: 0xa000
[ 42.419] WinBSegment: 0x0
[ 42.419] WinFuncPtr: 0xc0009d81
[ 42.419] BytesPerScanline: 128
[ 42.419] XResolution: 1024
[ 42.419] YResolution: 768
[ 42.419] XCharSize: 8
[ 42.419] YCharSize: 16
[ 42.419] NumberOfPlanes: 4
[ 42.419] BitsPerPixel: 4
[ 42.419] NumberOfBanks: 1
[ 42.419] MemoryModel: 3
[ 42.419] BankSize: 0
[ 42.419] NumberOfImages: 6
[ 42.419] RedMaskSize: 0
[ 42.419] RedFieldPosition: 0
[ 42.419] GreenMaskSize: 0
[ 42.419] GreenFieldPosition: 0
[ 42.419] BlueMaskSize: 0
[ 42.420] BlueFieldPosition: 0
[ 42.420] RsvdMaskSize: 0
[ 42.420] RsvdFieldPosition: 0
[ 42.420] DirectColorModeInfo: 0
[ 42.420] PhysBasePtr: 0x0
[ 42.420] LinBytesPerScanLine: 128
[ 42.420] BnkNumberOfImagePages: 6
[ 42.420] LinNumberOfImagePages: 6
[ 42.420] LinRedMaskSize: 0
[ 42.420] LinRedFieldPosition: 0
[ 42.420] LinGreenMaskSize: 0
[ 42.420] LinGreenFieldPosition: 0
[ 42.420] LinBlueMaskSize: 0
[ 42.420] LinBlueFieldPosition: 0
[ 42.420] LinRsvdMaskSize: 0
[ 42.420] LinRsvdFieldPosition: 0
[ 42.420] MaxPixelClock: 108500000
[ 42.420] Mode: 105 (1024x768)
[ 42.420] ModeAttributes: 0x39f
[ 42.420] WinAAttributes: 0x7
[ 42.420] WinBAttributes: 0x0
[ 42.420] WinGranularity: 64
[ 42.420] WinSize: 64
[ 42.420] WinASegment: 0xa000
[ 42.420] WinBSegment: 0x0
[ 42.420] WinFuncPtr: 0xc0009d81
[ 42.420] BytesPerScanline: 1024
[ 42.420] XResolution: 1024
[ 42.420] YResolution: 768
[ 42.420] XCharSize: 8
[ 42.420] YCharSize: 16
[ 42.420] NumberOfPlanes: 1
[ 42.420] BitsPerPixel: 8
[ 42.420] NumberOfBanks: 1
[ 42.420] MemoryModel: 4
[ 42.420] BankSize: 0
[ 42.420] NumberOfImages: 3
[ 42.421] RedMaskSize: 0
[ 42.421] RedFieldPosition: 0
[ 42.421] GreenMaskSize: 0
[ 42.421] GreenFieldPosition: 0
[ 42.421] BlueMaskSize: 0
[ 42.421] BlueFieldPosition: 0
[ 42.421] RsvdMaskSize: 0
[ 42.421] RsvdFieldPosition: 0
[ 42.421] DirectColorModeInfo: 0
[ 42.421] PhysBasePtr: 0xe0000000
[ 42.421] LinBytesPerScanLine: 1024
[ 42.421] BnkNumberOfImagePages: 3
[ 42.421] LinNumberOfImagePages: 3
[ 42.421] LinRedMaskSize: 0
[ 42.421] LinRedFieldPosition: 0
[ 42.421] LinGreenMaskSize: 0
[ 42.421] LinGreenFieldPosition: 0
[ 42.421] LinBlueMaskSize: 0
[ 42.421] LinBlueFieldPosition: 0
[ 42.421] LinRsvdMaskSize: 0
[ 42.421] LinRsvdFieldPosition: 0
[ 42.421] MaxPixelClock: 229500000
[ 42.421] Mode: 106 (1280x1024)
[ 42.421] ModeAttributes: 0x31f
[ 42.421] WinAAttributes: 0x7
[ 42.421] WinBAttributes: 0x0
[ 42.421] WinGranularity: 64
[ 42.421] WinSize: 64
[ 42.421] WinASegment: 0xa000
[ 42.421] WinBSegment: 0x0
[ 42.421] WinFuncPtr: 0xc0009d81
[ 42.421] BytesPerScanline: 160
[ 42.421] XResolution: 1280
[ 42.421] YResolution: 1024
[ 42.421] XCharSize: 8
[ 42.421] YCharSize: 16
[ 42.421] NumberOfPlanes: 4
[ 42.421] BitsPerPixel: 4
[ 42.421] NumberOfBanks: 1
[ 42.421] MemoryModel: 3
[ 42.421] BankSize: 0
[ 42.421] NumberOfImages: 3
[ 42.421] RedMaskSize: 0
[ 42.422] RedFieldPosition: 0
[ 42.422] GreenMaskSize: 0
[ 42.422] GreenFieldPosition: 0
[ 42.422] BlueMaskSize: 0
[ 42.422] BlueFieldPosition: 0
[ 42.422] RsvdMaskSize: 0
[ 42.422] RsvdFieldPosition: 0
[ 42.422] DirectColorModeInfo: 0
[ 42.422] PhysBasePtr: 0x0
[ 42.422] LinBytesPerScanLine: 160
[ 42.422] BnkNumberOfImagePages: 3
[ 42.422] LinNumberOfImagePages: 3
[ 42.422] LinRedMaskSize: 0
[ 42.422] LinRedFieldPosition: 0
[ 42.422] LinGreenMaskSize: 0
[ 42.422] LinGreenFieldPosition: 0
[ 42.422] LinBlueMaskSize: 0
[ 42.422] LinBlueFieldPosition: 0
[ 42.422] LinRsvdMaskSize: 0
[ 42.422] LinRsvdFieldPosition: 0
[ 42.422] MaxPixelClock: 108500000
[ 42.422] Mode: 107 (1280x1024)
[ 42.422] ModeAttributes: 0x39f
[ 42.422] WinAAttributes: 0x7
[ 42.422] WinBAttributes: 0x0
[ 42.422] WinGranularity: 64
[ 42.422] WinSize: 64
[ 42.422] WinASegment: 0xa000
[ 42.422] WinBSegment: 0x0
[ 42.422] WinFuncPtr: 0xc0009d81
[ 42.422] BytesPerScanline: 1280
[ 42.422] XResolution: 1280
[ 42.422] YResolution: 1024
[ 42.422] XCharSize: 8
[ 42.422] YCharSize: 16
[ 42.422] NumberOfPlanes: 1
[ 42.422] BitsPerPixel: 8
[ 42.422] NumberOfBanks: 1
[ 42.422] MemoryModel: 4
[ 42.423] BankSize: 0
[ 42.423] NumberOfImages: 1
[ 42.423] RedMaskSize: 0
[ 42.423] RedFieldPosition: 0
[ 42.423] GreenMaskSize: 0
[ 42.423] GreenFieldPosition: 0
[ 42.423] BlueMaskSize: 0
[ 42.423] BlueFieldPosition: 0
[ 42.423] RsvdMaskSize: 0
[ 42.423] RsvdFieldPosition: 0
[ 42.423] DirectColorModeInfo: 0
[ 42.423] PhysBasePtr: 0xe0000000
[ 42.423] LinBytesPerScanLine: 1280
[ 42.423] BnkNumberOfImagePages: 1
[ 42.423] LinNumberOfImagePages: 1
[ 42.423] LinRedMaskSize: 0
[ 42.423] LinRedFieldPosition: 0
[ 42.423] LinGreenMaskSize: 0
[ 42.423] LinGreenFieldPosition: 0
[ 42.423] LinBlueMaskSize: 0
[ 42.423] LinBlueFieldPosition: 0
[ 42.423] LinRsvdMaskSize: 0
[ 42.423] LinRsvdFieldPosition: 0
[ 42.423] MaxPixelClock: 229500000
[ 42.423] Mode: 10e (320x200)
[ 42.423] ModeAttributes: 0x39f
[ 42.423] WinAAttributes: 0x7
[ 42.423] WinBAttributes: 0x0
[ 42.423] WinGranularity: 64
[ 42.423] WinSize: 64
[ 42.423] WinASegment: 0xa000
[ 42.423] WinBSegment: 0x0
[ 42.423] WinFuncPtr: 0xc0009d81
[ 42.423] BytesPerScanline: 640
[ 42.423] XResolution: 320
[ 42.424] YResolution: 200
[ 42.424] XCharSize: 8
[ 42.424] YCharSize: 8
[ 42.424] NumberOfPlanes: 1
[ 42.424] BitsPerPixel: 16
[ 42.424] NumberOfBanks: 1
[ 42.424] MemoryModel: 6
[ 42.424] BankSize: 0
[ 42.424] NumberOfImages: 30
[ 42.424] RedMaskSize: 5
[ 42.424] RedFieldPosition: 11
[ 42.424] GreenMaskSize: 6
[ 42.424] GreenFieldPosition: 5
[ 42.424] BlueMaskSize: 5
[ 42.424] BlueFieldPosition: 0
[ 42.424] RsvdMaskSize: 0
[ 42.424] RsvdFieldPosition: 0
[ 42.424] DirectColorModeInfo: 0
[ 42.424] PhysBasePtr: 0xe0000000
[ 42.424] LinBytesPerScanLine: 640
[ 42.424] BnkNumberOfImagePages: 30
[ 42.424] LinNumberOfImagePages: 30
[ 42.424] LinRedMaskSize: 5
[ 42.424] LinRedFieldPosition: 11
[ 42.424] LinGreenMaskSize: 6
[ 42.424] LinGreenFieldPosition: 5
[ 42.424] LinBlueMaskSize: 5
[ 42.424] LinBlueFieldPosition: 0
[ 42.424] LinRsvdMaskSize: 0
[ 42.424] LinRsvdFieldPosition: 0
[ 42.424] MaxPixelClock: 229500000
[ 42.424] *Mode: 10f (320x200)
[ 42.424] ModeAttributes: 0x39f
[ 42.424] WinAAttributes: 0x7
[ 42.424] WinBAttributes: 0x0
[ 42.424] WinGranularity: 64
[ 42.424] WinSize: 64
[ 42.424] WinASegment: 0xa000
[ 42.424] WinBSegment: 0x0
[ 42.424] WinFuncPtr: 0xc0009d81
[ 42.424] BytesPerScanline: 1280
[ 42.425] XResolution: 320
[ 42.425] YResolution: 200
[ 42.425] XCharSize: 8
[ 42.425] YCharSize: 8
[ 42.425] NumberOfPlanes: 1
[ 42.425] BitsPerPixel: 32
[ 42.425] NumberOfBanks: 1
[ 42.425] MemoryModel: 6
[ 42.425] BankSize: 0
[ 42.425] NumberOfImages: 14
[ 42.425] RedMaskSize: 8
[ 42.425] RedFieldPosition: 16
[ 42.425] GreenMaskSize: 8
[ 42.425] GreenFieldPosition: 8
[ 42.425] BlueMaskSize: 8
[ 42.425] BlueFieldPosition: 0
[ 42.425] RsvdMaskSize: 8
[ 42.425] RsvdFieldPosition: 24
[ 42.425] DirectColorModeInfo: 0
[ 42.425] PhysBasePtr: 0xe0000000
[ 42.425] LinBytesPerScanLine: 1280
[ 42.425] BnkNumberOfImagePages: 14
[ 42.425] LinNumberOfImagePages: 14
[ 42.425] LinRedMaskSize: 8
[ 42.425] LinRedFieldPosition: 16
[ 42.425] LinGreenMaskSize: 8
[ 42.425] LinGreenFieldPosition: 8
[ 42.425] LinBlueMaskSize: 8
[ 42.425] LinBlueFieldPosition: 0
[ 42.425] LinRsvdMaskSize: 8
[ 42.425] LinRsvdFieldPosition: 24
[ 42.425] MaxPixelClock: 229500000
[ 42.425] Mode: 111 (640x480)
[ 42.425] ModeAttributes: 0x39f
[ 42.425] WinAAttributes: 0x7
[ 42.425] WinBAttributes: 0x0
[ 42.425] WinGranularity: 64
[ 42.425] WinSize: 64
[ 42.426] WinASegment: 0xa000
[ 42.426] WinBSegment: 0x0
[ 42.426] WinFuncPtr: 0xc0009d81
[ 42.426] BytesPerScanline: 1280
[ 42.426] XResolution: 640
[ 42.426] YResolution: 480
[ 42.426] XCharSize: 8
[ 42.426] YCharSize: 16
[ 42.426] NumberOfPlanes: 1
[ 42.426] BitsPerPixel: 16
[ 42.426] NumberOfBanks: 1
[ 42.426] MemoryModel: 6
[ 42.426] BankSize: 0
[ 42.426] NumberOfImages: 4
[ 42.426] RedMaskSize: 5
[ 42.426] RedFieldPosition: 11
[ 42.426] GreenMaskSize: 6
[ 42.426] GreenFieldPosition: 5
[ 42.426] BlueMaskSize: 5
[ 42.426] BlueFieldPosition: 0
[ 42.426] RsvdMaskSize: 0
[ 42.426] RsvdFieldPosition: 0
[ 42.426] DirectColorModeInfo: 0
[ 42.426] PhysBasePtr: 0xe0000000
[ 42.426] LinBytesPerScanLine: 1280
[ 42.426] BnkNumberOfImagePages: 4
[ 42.426] LinNumberOfImagePages: 4
[ 42.426] LinRedMaskSize: 5
[ 42.426] LinRedFieldPosition: 11
[ 42.426] LinGreenMaskSize: 6
[ 42.426] LinGreenFieldPosition: 5
[ 42.426] LinBlueMaskSize: 5
[ 42.426] LinBlueFieldPosition: 0
[ 42.426] LinRsvdMaskSize: 0
[ 42.426] LinRsvdFieldPosition: 0
[ 42.426] MaxPixelClock: 229500000
[ 42.427] *Mode: 112 (640x480)
[ 42.427] ModeAttributes: 0x39f
[ 42.427] WinAAttributes: 0x7
[ 42.427] WinBAttributes: 0x0
[ 42.427] WinGranularity: 64
[ 42.427] WinSize: 64
[ 42.427] WinASegment: 0xa000
[ 42.427] WinBSegment: 0x0
[ 42.427] WinFuncPtr: 0xc0009d81
[ 42.427] BytesPerScanline: 2560
[ 42.427] XResolution: 640
[ 42.427] YResolution: 480
[ 42.427] XCharSize: 8
[ 42.427] YCharSize: 16
[ 42.427] NumberOfPlanes: 1
[ 42.427] BitsPerPixel: 32
[ 42.427] NumberOfBanks: 1
[ 42.427] MemoryModel: 6
[ 42.427] BankSize: 0
[ 42.427] NumberOfImages: 1
[ 42.427] RedMaskSize: 8
[ 42.427] RedFieldPosition: 16
[ 42.427] GreenMaskSize: 8
[ 42.427] GreenFieldPosition: 8
[ 42.427] BlueMaskSize: 8
[ 42.427] BlueFieldPosition: 0
[ 42.427] RsvdMaskSize: 8
[ 42.427] RsvdFieldPosition: 24
[ 42.427] DirectColorModeInfo: 0
[ 42.427] PhysBasePtr: 0xe0000000
[ 42.427] LinBytesPerScanLine: 2560
[ 42.427] BnkNumberOfImagePages: 1
[ 42.427] LinNumberOfImagePages: 1
[ 42.427] LinRedMaskSize: 8
[ 42.427] LinRedFieldPosition: 16
[ 42.427] LinGreenMaskSize: 8
[ 42.427] LinGreenFieldPosition: 8
[ 42.427] LinBlueMaskSize: 8
[ 42.427] LinBlueFieldPosition: 0
[ 42.427] LinRsvdMaskSize: 8
[ 42.427] LinRsvdFieldPosition: 24
[ 42.427] MaxPixelClock: 229500000
[ 42.428] Mode: 114 (800x600)
[ 42.428] ModeAttributes: 0x39f
[ 42.428] WinAAttributes: 0x7
[ 42.428] WinBAttributes: 0x0
[ 42.428] WinGranularity: 64
[ 42.428] WinSize: 64
[ 42.428] WinASegment: 0xa000
[ 42.428] WinBSegment: 0x0
[ 42.428] WinFuncPtr: 0xc0009d81
[ 42.428] BytesPerScanline: 1600
[ 42.428] XResolution: 800
[ 42.428] YResolution: 600
[ 42.428] XCharSize: 8
[ 42.428] YCharSize: 16
[ 42.428] NumberOfPlanes: 1
[ 42.428] BitsPerPixel: 16
[ 42.428] NumberOfBanks: 1
[ 42.428] MemoryModel: 6
[ 42.428] BankSize: 0
[ 42.428] NumberOfImages: 2
[ 42.428] RedMaskSize: 5
[ 42.428] RedFieldPosition: 11
[ 42.428] GreenMaskSize: 6
[ 42.428] GreenFieldPosition: 5
[ 42.428] BlueMaskSize: 5
[ 42.428] BlueFieldPosition: 0
[ 42.428] RsvdMaskSize: 0
[ 42.428] RsvdFieldPosition: 0
[ 42.428] DirectColorModeInfo: 0
[ 42.428] PhysBasePtr: 0xe0000000
[ 42.428] LinBytesPerScanLine: 1600
[ 42.428] BnkNumberOfImagePages: 2
[ 42.428] LinNumberOfImagePages: 2
[ 42.428] LinRedMaskSize: 5
[ 42.428] LinRedFieldPosition: 11
[ 42.428] LinGreenMaskSize: 6
[ 42.428] LinGreenFieldPosition: 5
[ 42.428] LinBlueMaskSize: 5
[ 42.428] LinBlueFieldPosition: 0
[ 42.428] LinRsvdMaskSize: 0
[ 42.428] LinRsvdFieldPosition: 0
[ 42.428] MaxPixelClock: 229500000
[ 42.429] *Mode: 115 (800x600)
[ 42.429] ModeAttributes: 0x39f
[ 42.429] WinAAttributes: 0x7
[ 42.429] WinBAttributes: 0x0
[ 42.429] WinGranularity: 64
[ 42.429] WinSize: 64
[ 42.429] WinASegment: 0xa000
[ 42.429] WinBSegment: 0x0
[ 42.429] WinFuncPtr: 0xc0009d81
[ 42.429] BytesPerScanline: 3200
[ 42.429] XResolution: 800
[ 42.429] YResolution: 600
[ 42.429] XCharSize: 8
[ 42.429] YCharSize: 16
[ 42.429] NumberOfPlanes: 1
[ 42.429] BitsPerPixel: 32
[ 42.429] NumberOfBanks: 1
[ 42.429] MemoryModel: 6
[ 42.429] BankSize: 0
[ 42.429] NumberOfImages: 1
[ 42.429] RedMaskSize: 8
[ 42.429] RedFieldPosition: 16
[ 42.429] GreenMaskSize: 8
[ 42.429] GreenFieldPosition: 8
[ 42.429] BlueMaskSize: 8
[ 42.429] BlueFieldPosition: 0
[ 42.429] RsvdMaskSize: 8
[ 42.429] RsvdFieldPosition: 24
[ 42.429] DirectColorModeInfo: 0
[ 42.429] PhysBasePtr: 0xe0000000
[ 42.429] LinBytesPerScanLine: 3200
[ 42.429] BnkNumberOfImagePages: 1
[ 42.429] LinNumberOfImagePages: 1
[ 42.429] LinRedMaskSize: 8
[ 42.429] LinRedFieldPosition: 16
[ 42.429] LinGreenMaskSize: 8
[ 42.429] LinGreenFieldPosition: 8
[ 42.429] LinBlueMaskSize: 8
[ 42.429] LinBlueFieldPosition: 0
[ 42.429] LinRsvdMaskSize: 8
[ 42.429] LinRsvdFieldPosition: 24
[ 42.429] MaxPixelClock: 229500000
[ 42.430] Mode: 117 (1024x768)
[ 42.430] ModeAttributes: 0x39f
[ 42.430] WinAAttributes: 0x7
[ 42.430] WinBAttributes: 0x0
[ 42.430] WinGranularity: 64
[ 42.430] WinSize: 64
[ 42.430] WinASegment: 0xa000
[ 42.430] WinBSegment: 0x0
[ 42.430] WinFuncPtr: 0xc0009d81
[ 42.430] BytesPerScanline: 2048
[ 42.430] XResolution: 1024
[ 42.430] YResolution: 768
[ 42.430] XCharSize: 8
[ 42.430] YCharSize: 16
[ 42.430] NumberOfPlanes: 1
[ 42.430] BitsPerPixel: 16
[ 42.430] NumberOfBanks: 1
[ 42.430] MemoryModel: 6
[ 42.430] BankSize: 0
[ 42.430] NumberOfImages: 1
[ 42.430] RedMaskSize: 5
[ 42.430] RedFieldPosition: 11
[ 42.430] GreenMaskSize: 6
[ 42.430] GreenFieldPosition: 5
[ 42.430] BlueMaskSize: 5
[ 42.430] BlueFieldPosition: 0
[ 42.430] RsvdMaskSize: 0
[ 42.430] RsvdFieldPosition: 0
[ 42.430] DirectColorModeInfo: 0
[ 42.430] PhysBasePtr: 0xe0000000
[ 42.430] LinBytesPerScanLine: 2048
[ 42.430] BnkNumberOfImagePages: 1
[ 42.430] LinNumberOfImagePages: 1
[ 42.430] LinRedMaskSize: 5
[ 42.430] LinRedFieldPosition: 11
[ 42.430] LinGreenMaskSize: 6
[ 42.430] LinGreenFieldPosition: 5
[ 42.430] LinBlueMaskSize: 5
[ 42.430] LinBlueFieldPosition: 0
[ 42.430] LinRsvdMaskSize: 0
[ 42.430] LinRsvdFieldPosition: 0
[ 42.430] MaxPixelClock: 229500000
[ 42.431] *Mode: 118 (1024x768)
[ 42.431] ModeAttributes: 0x39f
[ 42.431] WinAAttributes: 0x7
[ 42.431] WinBAttributes: 0x0
[ 42.431] WinGranularity: 64
[ 42.431] WinSize: 64
[ 42.431] WinASegment: 0xa000
[ 42.431] WinBSegment: 0x0
[ 42.431] WinFuncPtr: 0xc0009d81
[ 42.431] BytesPerScanline: 4096
[ 42.431] XResolution: 1024
[ 42.431] YResolution: 768
[ 42.431] XCharSize: 8
[ 42.431] YCharSize: 16
[ 42.431] NumberOfPlanes: 1
[ 42.431] BitsPerPixel: 32
[ 42.431] NumberOfBanks: 1
[ 42.431] MemoryModel: 6
[ 42.431] BankSize: 0
[ 42.431] NumberOfImages: 1
[ 42.431] RedMaskSize: 8
[ 42.431] RedFieldPosition: 16
[ 42.431] GreenMaskSize: 8
[ 42.431] GreenFieldPosition: 8
[ 42.431] BlueMaskSize: 8
[ 42.431] BlueFieldPosition: 0
[ 42.431] RsvdMaskSize: 8
[ 42.431] RsvdFieldPosition: 24
[ 42.431] DirectColorModeInfo: 0
[ 42.431] PhysBasePtr: 0xe0000000
[ 42.431] LinBytesPerScanLine: 4096
[ 42.431] BnkNumberOfImagePages: 1
[ 42.431] LinNumberOfImagePages: 1
[ 42.431] LinRedMaskSize: 8
[ 42.431] LinRedFieldPosition: 16
[ 42.431] LinGreenMaskSize: 8
[ 42.431] LinGreenFieldPosition: 8
[ 42.431] LinBlueMaskSize: 8
[ 42.431] LinBlueFieldPosition: 0
[ 42.431] LinRsvdMaskSize: 8
[ 42.431] LinRsvdFieldPosition: 24
[ 42.431] MaxPixelClock: 229500000
[ 42.432] Mode: 11a (1280x1024)
[ 42.432] ModeAttributes: 0x39f
[ 42.432] WinAAttributes: 0x7
[ 42.432] WinBAttributes: 0x0
[ 42.432] WinGranularity: 64
[ 42.432] WinSize: 64
[ 42.432] WinASegment: 0xa000
[ 42.432] WinBSegment: 0x0
[ 42.432] WinFuncPtr: 0xc0009d81
[ 42.432] BytesPerScanline: 2560
[ 42.432] XResolution: 1280
[ 42.432] YResolution: 1024
[ 42.432] XCharSize: 8
[ 42.432] YCharSize: 16
[ 42.432] NumberOfPlanes: 1
[ 42.432] BitsPerPixel: 16
[ 42.432] NumberOfBanks: 1
[ 42.432] MemoryModel: 6
[ 42.432] BankSize: 0
[ 42.432] NumberOfImages: 1
[ 42.432] RedMaskSize: 5
[ 42.432] RedFieldPosition: 11
[ 42.432] GreenMaskSize: 6
[ 42.432] GreenFieldPosition: 5
[ 42.432] BlueMaskSize: 5
[ 42.432] BlueFieldPosition: 0
[ 42.432] RsvdMaskSize: 0
[ 42.432] RsvdFieldPosition: 0
[ 42.432] DirectColorModeInfo: 0
[ 42.432] PhysBasePtr: 0xe0000000
[ 42.432] LinBytesPerScanLine: 2560
[ 42.432] BnkNumberOfImagePages: 1
[ 42.432] LinNumberOfImagePages: 1
[ 42.432] LinRedMaskSize: 5
[ 42.432] LinRedFieldPosition: 11
[ 42.432] LinGreenMaskSize: 6
[ 42.432] LinGreenFieldPosition: 5
[ 42.432] LinBlueMaskSize: 5
[ 42.432] LinBlueFieldPosition: 0
[ 42.432] LinRsvdMaskSize: 0
[ 42.432] LinRsvdFieldPosition: 0
[ 42.432] MaxPixelClock: 229500000
[ 42.433] *Mode: 11b (1280x1024)
[ 42.433] ModeAttributes: 0x39f
[ 42.433] WinAAttributes: 0x7
[ 42.433] WinBAttributes: 0x0
[ 42.433] WinGranularity: 64
[ 42.433] WinSize: 64
[ 42.433] WinASegment: 0xa000
[ 42.433] WinBSegment: 0x0
[ 42.433] WinFuncPtr: 0xc0009d81
[ 42.433] BytesPerScanline: 5120
[ 42.433] XResolution: 1280
[ 42.433] YResolution: 1024
[ 42.433] XCharSize: 8
[ 42.433] YCharSize: 16
[ 42.433] NumberOfPlanes: 1
[ 42.433] BitsPerPixel: 32
[ 42.433] NumberOfBanks: 1
[ 42.433] MemoryModel: 6
[ 42.433] BankSize: 0
[ 42.433] NumberOfImages: 0
[ 42.433] RedMaskSize: 8
[ 42.433] RedFieldPosition: 16
[ 42.433] GreenMaskSize: 8
[ 42.433] GreenFieldPosition: 8
[ 42.433] BlueMaskSize: 8
[ 42.433] BlueFieldPosition: 0
[ 42.433] RsvdMaskSize: 8
[ 42.433] RsvdFieldPosition: 24
[ 42.433] DirectColorModeInfo: 0
[ 42.433] PhysBasePtr: 0xe0000000
[ 42.433] LinBytesPerScanLine: 5120
[ 42.433] BnkNumberOfImagePages: 0
[ 42.433] LinNumberOfImagePages: 0
[ 42.433] LinRedMaskSize: 8
[ 42.433] LinRedFieldPosition: 16
[ 42.433] LinGreenMaskSize: 8
[ 42.433] LinGreenFieldPosition: 8
[ 42.433] LinBlueMaskSize: 8
[ 42.433] LinBlueFieldPosition: 0
[ 42.433] LinRsvdMaskSize: 8
[ 42.433] LinRsvdFieldPosition: 24
[ 42.433] MaxPixelClock: 229500000
[ 42.434] Mode: 130 (320x200)
[ 42.434] ModeAttributes: 0x39f
[ 42.434] WinAAttributes: 0x7
[ 42.434] WinBAttributes: 0x0
[ 42.434] WinGranularity: 64
[ 42.434] WinSize: 64
[ 42.434] WinASegment: 0xa000
[ 42.434] WinBSegment: 0x0
[ 42.434] WinFuncPtr: 0xc0009d81
[ 42.434] BytesPerScanline: 320
[ 42.434] XResolution: 320
[ 42.434] YResolution: 200
[ 42.434] XCharSize: 8
[ 42.434] YCharSize: 8
[ 42.434] NumberOfPlanes: 1
[ 42.434] BitsPerPixel: 8
[ 42.434] NumberOfBanks: 1
[ 42.434] MemoryModel: 4
[ 42.434] BankSize: 0
[ 42.434] NumberOfImages: 62
[ 42.434] RedMaskSize: 0
[ 42.434] RedFieldPosition: 0
[ 42.434] GreenMaskSize: 0
[ 42.434] GreenFieldPosition: 0
[ 42.434] BlueMaskSize: 0
[ 42.434] BlueFieldPosition: 0
[ 42.434] RsvdMaskSize: 0
[ 42.434] RsvdFieldPosition: 0
[ 42.434] DirectColorModeInfo: 0
[ 42.434] PhysBasePtr: 0xe0000000
[ 42.434] LinBytesPerScanLine: 320
[ 42.434] BnkNumberOfImagePages: 62
[ 42.434] LinNumberOfImagePages: 62
[ 42.434] LinRedMaskSize: 0
[ 42.434] LinRedFieldPosition: 0
[ 42.434] LinGreenMaskSize: 0
[ 42.434] LinGreenFieldPosition: 0
[ 42.434] LinBlueMaskSize: 0
[ 42.434] LinBlueFieldPosition: 0
[ 42.434] LinRsvdMaskSize: 0
[ 42.434] LinRsvdFieldPosition: 0
[ 42.434] MaxPixelClock: 229500000
[ 42.435] Mode: 131 (320x400)
[ 42.435] ModeAttributes: 0x39f
[ 42.435] WinAAttributes: 0x7
[ 42.435] WinBAttributes: 0x0
[ 42.435] WinGranularity: 64
[ 42.435] WinSize: 64
[ 42.435] WinASegment: 0xa000
[ 42.435] WinBSegment: 0x0
[ 42.435] WinFuncPtr: 0xc0009d81
[ 42.435] BytesPerScanline: 320
[ 42.435] XResolution: 320
[ 42.435] YResolution: 400
[ 42.435] XCharSize: 8
[ 42.435] YCharSize: 16
[ 42.435] NumberOfPlanes: 1
[ 42.435] BitsPerPixel: 8
[ 42.435] NumberOfBanks: 1
[ 42.435] MemoryModel: 4
[ 42.435] BankSize: 0
[ 42.435] NumberOfImages: 30
[ 42.435] RedMaskSize: 0
[ 42.435] RedFieldPosition: 0
[ 42.435] GreenMaskSize: 0
[ 42.435] GreenFieldPosition: 0
[ 42.435] BlueMaskSize: 0
[ 42.435] BlueFieldPosition: 0
[ 42.435] RsvdMaskSize: 0
[ 42.435] RsvdFieldPosition: 0
[ 42.435] DirectColorModeInfo: 0
[ 42.435] PhysBasePtr: 0xe0000000
[ 42.435] LinBytesPerScanLine: 320
[ 42.435] BnkNumberOfImagePages: 30
[ 42.435] LinNumberOfImagePages: 30
[ 42.435] LinRedMaskSize: 0
[ 42.435] LinRedFieldPosition: 0
[ 42.435] LinGreenMaskSize: 0
[ 42.435] LinGreenFieldPosition: 0
[ 42.435] LinBlueMaskSize: 0
[ 42.435] LinBlueFieldPosition: 0
[ 42.435] LinRsvdMaskSize: 0
[ 42.435] LinRsvdFieldPosition: 0
[ 42.435] MaxPixelClock: 229500000
[ 42.436] Mode: 132 (320x400)
[ 42.436] ModeAttributes: 0x39f
[ 42.436] WinAAttributes: 0x7
[ 42.436] WinBAttributes: 0x0
[ 42.436] WinGranularity: 64
[ 42.436] WinSize: 64
[ 42.436] WinASegment: 0xa000
[ 42.436] WinBSegment: 0x0
[ 42.436] WinFuncPtr: 0xc0009d81
[ 42.436] BytesPerScanline: 640
[ 42.436] XResolution: 320
[ 42.436] YResolution: 400
[ 42.436] XCharSize: 8
[ 42.436] YCharSize: 16
[ 42.436] NumberOfPlanes: 1
[ 42.436] BitsPerPixel: 16
[ 42.436] NumberOfBanks: 1
[ 42.436] MemoryModel: 6
[ 42.436] BankSize: 0
[ 42.436] NumberOfImages: 14
[ 42.436] RedMaskSize: 5
[ 42.436] RedFieldPosition: 11
[ 42.436] GreenMaskSize: 6
[ 42.436] GreenFieldPosition: 5
[ 42.436] BlueMaskSize: 5
[ 42.436] BlueFieldPosition: 0
[ 42.436] RsvdMaskSize: 0
[ 42.436] RsvdFieldPosition: 0
[ 42.436] DirectColorModeInfo: 0
[ 42.436] PhysBasePtr: 0xe0000000
[ 42.436] LinBytesPerScanLine: 640
[ 42.436] BnkNumberOfImagePages: 14
[ 42.436] LinNumberOfImagePages: 14
[ 42.436] LinRedMaskSize: 5
[ 42.436] LinRedFieldPosition: 11
[ 42.436] LinGreenMaskSize: 6
[ 42.436] LinGreenFieldPosition: 5
[ 42.436] LinBlueMaskSize: 5
[ 42.436] LinBlueFieldPosition: 0
[ 42.436] LinRsvdMaskSize: 0
[ 42.436] LinRsvdFieldPosition: 0
[ 42.436] MaxPixelClock: 229500000
[ 42.437] *Mode: 133 (320x400)
[ 42.437] ModeAttributes: 0x39f
[ 42.437] WinAAttributes: 0x7
[ 42.437] WinBAttributes: 0x0
[ 42.437] WinGranularity: 64
[ 42.437] WinSize: 64
[ 42.437] WinASegment: 0xa000
[ 42.437] WinBSegment: 0x0
[ 42.437] WinFuncPtr: 0xc0009d81
[ 42.437] BytesPerScanline: 1280
[ 42.437] XResolution: 320
[ 42.437] YResolution: 400
[ 42.437] XCharSize: 8
[ 42.437] YCharSize: 16
[ 42.437] NumberOfPlanes: 1
[ 42.437] BitsPerPixel: 32
[ 42.437] NumberOfBanks: 1
[ 42.437] MemoryModel: 6
[ 42.437] BankSize: 0
[ 42.437] NumberOfImages: 6
[ 42.437] RedMaskSize: 8
[ 42.437] RedFieldPosition: 16
[ 42.437] GreenMaskSize: 8
[ 42.437] GreenFieldPosition: 8
[ 42.437] BlueMaskSize: 8
[ 42.437] BlueFieldPosition: 0
[ 42.437] RsvdMaskSize: 8
[ 42.437] RsvdFieldPosition: 24
[ 42.437] DirectColorModeInfo: 0
[ 42.437] PhysBasePtr: 0xe0000000
[ 42.437] LinBytesPerScanLine: 1280
[ 42.437] BnkNumberOfImagePages: 6
[ 42.437] LinNumberOfImagePages: 6
[ 42.437] LinRedMaskSize: 8
[ 42.437] LinRedFieldPosition: 16
[ 42.437] LinGreenMaskSize: 8
[ 42.437] LinGreenFieldPosition: 8
[ 42.437] LinBlueMaskSize: 8
[ 42.437] LinBlueFieldPosition: 0
[ 42.437] LinRsvdMaskSize: 8
[ 42.437] LinRsvdFieldPosition: 24
[ 42.437] MaxPixelClock: 229500000
[ 42.438] Mode: 134 (320x240)
[ 42.438] ModeAttributes: 0x39f
[ 42.438] WinAAttributes: 0x7
[ 42.438] WinBAttributes: 0x0
[ 42.438] WinGranularity: 64
[ 42.438] WinSize: 64
[ 42.438] WinASegment: 0xa000
[ 42.438] WinBSegment: 0x0
[ 42.438] WinFuncPtr: 0xc0009d81
[ 42.438] BytesPerScanline: 320
[ 42.438] XResolution: 320
[ 42.438] YResolution: 240
[ 42.438] XCharSize: 8
[ 42.438] YCharSize: 8
[ 42.438] NumberOfPlanes: 1
[ 42.438] BitsPerPixel: 8
[ 42.438] NumberOfBanks: 1
[ 42.438] MemoryModel: 4
[ 42.438] BankSize: 0
[ 42.438] NumberOfImages: 30
[ 42.438] RedMaskSize: 0
[ 42.438] RedFieldPosition: 0
[ 42.438] GreenMaskSize: 0
[ 42.438] GreenFieldPosition: 0
[ 42.438] BlueMaskSize: 0
[ 42.438] BlueFieldPosition: 0
[ 42.438] RsvdMaskSize: 0
[ 42.438] RsvdFieldPosition: 0
[ 42.438] DirectColorModeInfo: 0
[ 42.438] PhysBasePtr: 0xe0000000
[ 42.438] LinBytesPerScanLine: 320
[ 42.438] BnkNumberOfImagePages: 30
[ 42.438] LinNumberOfImagePages: 30
[ 42.438] LinRedMaskSize: 0
[ 42.438] LinRedFieldPosition: 0
[ 42.438] LinGreenMaskSize: 0
[ 42.438] LinGreenFieldPosition: 0
[ 42.438] LinBlueMaskSize: 0
[ 42.438] LinBlueFieldPosition: 0
[ 42.438] LinRsvdMaskSize: 0
[ 42.438] LinRsvdFieldPosition: 0
[ 42.438] MaxPixelClock: 229500000
[ 42.439] Mode: 135 (320x240)
[ 42.439] ModeAttributes: 0x39f
[ 42.439] WinAAttributes: 0x7
[ 42.439] WinBAttributes: 0x0
[ 42.439] WinGranularity: 64
[ 42.439] WinSize: 64
[ 42.439] WinASegment: 0xa000
[ 42.439] WinBSegment: 0x0
[ 42.439] WinFuncPtr: 0xc0009d81
[ 42.439] BytesPerScanline: 640
[ 42.439] XResolution: 320
[ 42.439] YResolution: 240
[ 42.439] XCharSize: 8
[ 42.439] YCharSize: 8
[ 42.439] NumberOfPlanes: 1
[ 42.439] BitsPerPixel: 16
[ 42.439] NumberOfBanks: 1
[ 42.439] MemoryModel: 6
[ 42.439] BankSize: 0
[ 42.439] NumberOfImages: 19
[ 42.439] RedMaskSize: 5
[ 42.439] RedFieldPosition: 11
[ 42.439] GreenMaskSize: 6
[ 42.439] GreenFieldPosition: 5
[ 42.439] BlueMaskSize: 5
[ 42.439] BlueFieldPosition: 0
[ 42.439] RsvdMaskSize: 0
[ 42.439] RsvdFieldPosition: 0
[ 42.439] DirectColorModeInfo: 0
[ 42.439] PhysBasePtr: 0xe0000000
[ 42.439] LinBytesPerScanLine: 640
[ 42.439] BnkNumberOfImagePages: 19
[ 42.439] LinNumberOfImagePages: 19
[ 42.439] LinRedMaskSize: 5
[ 42.439] LinRedFieldPosition: 11
[ 42.439] LinGreenMaskSize: 6
[ 42.439] LinGreenFieldPosition: 5
[ 42.439] LinBlueMaskSize: 5
[ 42.439] LinBlueFieldPosition: 0
[ 42.439] LinRsvdMaskSize: 0
[ 42.439] LinRsvdFieldPosition: 0
[ 42.439] MaxPixelClock: 229500000
[ 42.440] *Mode: 136 (320x240)
[ 42.440] ModeAttributes: 0x39f
[ 42.440] WinAAttributes: 0x7
[ 42.440] WinBAttributes: 0x0
[ 42.440] WinGranularity: 64
[ 42.440] WinSize: 64
[ 42.440] WinASegment: 0xa000
[ 42.440] WinBSegment: 0x0
[ 42.440] WinFuncPtr: 0xc0009d81
[ 42.440] BytesPerScanline: 1280
[ 42.440] XResolution: 320
[ 42.440] YResolution: 240
[ 42.440] XCharSize: 8
[ 42.440] YCharSize: 8
[ 42.440] NumberOfPlanes: 1
[ 42.440] BitsPerPixel: 32
[ 42.440] NumberOfBanks: 1
[ 42.440] MemoryModel: 6
[ 42.440] BankSize: 0
[ 42.440] NumberOfImages: 10
[ 42.440] RedMaskSize: 8
[ 42.440] RedFieldPosition: 16
[ 42.440] GreenMaskSize: 8
[ 42.440] GreenFieldPosition: 8
[ 42.440] BlueMaskSize: 8
[ 42.440] BlueFieldPosition: 0
[ 42.440] RsvdMaskSize: 8
[ 42.440] RsvdFieldPosition: 24
[ 42.440] DirectColorModeInfo: 0
[ 42.440] PhysBasePtr: 0xe0000000
[ 42.440] LinBytesPerScanLine: 1280
[ 42.440] BnkNumberOfImagePages: 10
[ 42.440] LinNumberOfImagePages: 10
[ 42.440] LinRedMaskSize: 8
[ 42.440] LinRedFieldPosition: 16
[ 42.440] LinGreenMaskSize: 8
[ 42.440] LinGreenFieldPosition: 8
[ 42.440] LinBlueMaskSize: 8
[ 42.440] LinBlueFieldPosition: 0
[ 42.440] LinRsvdMaskSize: 8
[ 42.440] LinRsvdFieldPosition: 24
[ 42.440] MaxPixelClock: 229500000
[ 42.441] Mode: 13d (640x400)
[ 42.441] ModeAttributes: 0x39f
[ 42.441] WinAAttributes: 0x7
[ 42.441] WinBAttributes: 0x0
[ 42.441] WinGranularity: 64
[ 42.441] WinSize: 64
[ 42.441] WinASegment: 0xa000
[ 42.441] WinBSegment: 0x0
[ 42.441] WinFuncPtr: 0xc0009d81
[ 42.441] BytesPerScanline: 1280
[ 42.441] XResolution: 640
[ 42.441] YResolution: 400
[ 42.441] XCharSize: 8
[ 42.441] YCharSize: 16
[ 42.441] NumberOfPlanes: 1
[ 42.441] BitsPerPixel: 16
[ 42.441] NumberOfBanks: 1
[ 42.441] MemoryModel: 6
[ 42.441] BankSize: 0
[ 42.441] NumberOfImages: 6
[ 42.441] RedMaskSize: 5
[ 42.441] RedFieldPosition: 11
[ 42.441] GreenMaskSize: 6
[ 42.441] GreenFieldPosition: 5
[ 42.441] BlueMaskSize: 5
[ 42.441] BlueFieldPosition: 0
[ 42.441] RsvdMaskSize: 0
[ 42.441] RsvdFieldPosition: 0
[ 42.441] DirectColorModeInfo: 0
[ 42.441] PhysBasePtr: 0xe0000000
[ 42.441] LinBytesPerScanLine: 1280
[ 42.441] BnkNumberOfImagePages: 6
[ 42.441] LinNumberOfImagePages: 6
[ 42.441] LinRedMaskSize: 5
[ 42.441] LinRedFieldPosition: 11
[ 42.441] LinGreenMaskSize: 6
[ 42.441] LinGreenFieldPosition: 5
[ 42.441] LinBlueMaskSize: 5
[ 42.441] LinBlueFieldPosition: 0
[ 42.441] LinRsvdMaskSize: 0
[ 42.441] LinRsvdFieldPosition: 0
[ 42.441] MaxPixelClock: 229500000
[ 42.442] *Mode: 13e (640x400)
[ 42.442] ModeAttributes: 0x39f
[ 42.442] WinAAttributes: 0x7
[ 42.442] WinBAttributes: 0x0
[ 42.442] WinGranularity: 64
[ 42.442] WinSize: 64
[ 42.442] WinASegment: 0xa000
[ 42.442] WinBSegment: 0x0
[ 42.442] WinFuncPtr: 0xc0009d81
[ 42.442] BytesPerScanline: 2560
[ 42.442] XResolution: 640
[ 42.442] YResolution: 400
[ 42.442] XCharSize: 8
[ 42.442] YCharSize: 16
[ 42.442] NumberOfPlanes: 1
[ 42.442] BitsPerPixel: 32
[ 42.442] NumberOfBanks: 1
[ 42.442] MemoryModel: 6
[ 42.442] BankSize: 0
[ 42.442] NumberOfImages: 2
[ 42.442] RedMaskSize: 8
[ 42.442] RedFieldPosition: 16
[ 42.442] GreenMaskSize: 8
[ 42.442] GreenFieldPosition: 8
[ 42.442] BlueMaskSize: 8
[ 42.442] BlueFieldPosition: 0
[ 42.442] RsvdMaskSize: 8
[ 42.442] RsvdFieldPosition: 24
[ 42.442] DirectColorModeInfo: 0
[ 42.442] PhysBasePtr: 0xe0000000
[ 42.442] LinBytesPerScanLine: 2560
[ 42.442] BnkNumberOfImagePages: 2
[ 42.442] LinNumberOfImagePages: 2
[ 42.442] LinRedMaskSize: 8
[ 42.442] LinRedFieldPosition: 16
[ 42.442] LinGreenMaskSize: 8
[ 42.442] LinGreenFieldPosition: 8
[ 42.442] LinBlueMaskSize: 8
[ 42.442] LinBlueFieldPosition: 0
[ 42.442] LinRsvdMaskSize: 8
[ 42.442] LinRsvdFieldPosition: 24
[ 42.442] MaxPixelClock: 229500000
[ 42.442]
[ 42.442] (II) VESA(0): Total Memory: 4096 64KB banks (262144kB)
[ 42.442] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[ 42.442] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[ 42.442] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[ 42.442] (WW) VESA(0): Unable to estimate virtual size
[ 42.442] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[ 42.442] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[ 42.442] (WW) VESA(0): No valid modes left. Trying less strict filter...
[ 42.443] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[ 42.443] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[ 42.443] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[ 42.443] (WW) VESA(0): Unable to estimate virtual size
[ 42.443] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[ 42.443] (II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
[ 42.443] (II) VESA(0): Not using built-in mode "320x400" (hsync out of range)
[ 42.443] (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
[ 42.443] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[ 42.443] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[ 42.443] (**) VESA(0): *Built-in mode "1024x768"
[ 42.443] (**) VESA(0): *Built-in mode "800x600"
[ 42.443] (**) VESA(0): *Built-in mode "640x480"
[ 42.443] (==) VESA(0): DPI set to (96, 96)
[ 42.443] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[ 42.453] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[ 42.459] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
[ 42.460] (**) VESA(0): Using "Shadow Framebuffer"
[ 42.460] (II) Loading sub module "shadow"
[ 42.460] (II) LoadModule: "shadow"
[ 42.461] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 42.461] (II) Module shadow: vendor="X.Org Foundation"
[ 42.461] compiled for 1.11.2, module version = 1.1.0
[ 42.461] ABI class: X.Org ANSI C Emulation, version 0.4
[ 42.461] (II) Loading sub module "fb"
[ 42.461] (II) LoadModule: "fb"
[ 42.461] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 42.475] (II) Module fb: vendor="X.Org Foundation"
[ 42.475] compiled for 1.11.2, module version = 1.0.0
[ 42.475] ABI class: X.Org ANSI C Emulation, version 0.4
[ 42.475] (II) UnloadModule: "fbdev"
[ 42.475] (II) Unloading fbdev
[ 42.475] (II) UnloadModule: "fbdevhw"
[ 42.475] (II) Unloading fbdevhw
[ 42.475] (==) Depth 24 pixmap format is 32 bpp
[ 42.475] (II) Loading sub module "int10"
[ 42.475] (II) LoadModule: "int10"
[ 42.475] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 42.475] (II) Module int10: vendor="X.Org Foundation"
[ 42.475] compiled for 1.11.2, module version = 1.0.0
[ 42.475] ABI class: X.Org Video Driver, version 11.0
[ 42.475] (II) VESA(0): initializing int10
[ 42.477] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 42.487] (II) VESA(0): VESA BIOS detected
[ 42.487] (II) VESA(0): VESA VBE Version 3.0
[ 42.487] (II) VESA(0): VESA VBE Total Mem: 262144 kB
[ 42.487] (II) VESA(0): VESA VBE OEM: NVIDIA
[ 42.487] (II) VESA(0): VESA VBE OEM Software Rev: 5.68
[ 42.487] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[ 42.487] (II) VESA(0): VESA VBE OEM Product: nv44 Board - p382h1
[ 42.487] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[ 42.488] (II) VESA(0): virtual address = 0xa7143000,
physical address = 0xe0000000, size = 268435456
[ 42.511] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[ 42.768] (==) VESA(0): Default visual is TrueColor
[ 42.785] (==) VESA(0): Backing store disabled
[ 42.785] (==) VESA(0): DPMS enabled
[ 42.785] (==) RandR enabled
[ 42.785] (II) Initializing built-in extension Generic Event Extension
[ 42.785] (II) Initializing built-in extension SHAPE
[ 42.785] (II) Initializing built-in extension MIT-SHM
[ 42.785] (II) Initializing built-in extension XInputExtension
[ 42.785] (II) Initializing built-in extension XTEST
[ 42.785] (II) Initializing built-in extension BIG-REQUESTS
[ 42.785] (II) Initializing built-in extension SYNC
[ 42.785] (II) Initializing built-in extension XKEYBOARD
[ 42.785] (II) Initializing built-in extension XC-MISC
[ 42.785] (II) Initializing built-in extension XINERAMA
[ 42.785] (II) Initializing built-in extension XFIXES
[ 42.785] (II) Initializing built-in extension RENDER
[ 42.785] (II) Initializing built-in extension RANDR
[ 42.785] (II) Initializing built-in extension COMPOSITE
[ 42.785] (II) Initializing built-in extension DAMAGE
[ 42.795] (II) AIGLX: Screen 0 is not DRI2 capable
[ 42.795] (II) AIGLX: Screen 0 is not DRI capable
[ 43.234] (II) AIGLX: Loaded and initialized swrast
[ 43.234] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 43.618] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 43.618] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 43.618] (II) LoadModule: "evdev"
[ 43.618] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 43.619] (II) Module evdev: vendor="X.Org Foundation"
[ 43.619] compiled for 1.11.2, module version = 2.6.0
[ 43.619] Module class: X.Org XInput Driver
[ 43.619] ABI class: X.Org XInput driver, version 13.0
[ 43.619] (II) Using input driver 'evdev' for 'Power Button'
[ 43.619] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 43.619] (**) Power Button: always reports core events
[ 43.619] (**) Power Button: Device: "/dev/input/event4"
[ 43.619] (--) Power Button: Found keys
[ 43.619] (II) Power Button: Configuring as keyboard
[ 43.619] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 43.619] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 43.619] (**) Option "xkb_rules" "evdev"
[ 43.619] (**) Option "xkb_model" "evdev"
[ 43.619] (**) Option "xkb_layout" "us"
[ 43.650] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 43.650] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 43.650] (II) Using input driver 'evdev' for 'Power Button'
[ 43.650] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 43.650] (**) Power Button: always reports core events
[ 43.650] (**) Power Button: Device: "/dev/input/event3"
[ 43.650] (--) Power Button: Found keys
[ 43.650] (II) Power Button: Configuring as keyboard
[ 43.650] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[ 43.650] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 43.650] (**) Option "xkb_rules" "evdev"
[ 43.650] (**) Option "xkb_model" "evdev"
[ 43.650] (**) Option "xkb_layout" "us"
[ 43.651] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event0)
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 43.651] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 43.651] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
[ 43.651] (--) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
[ 43.651] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 43.651] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 43.651] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 43.651] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 43.651] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 43.651] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input0/event0"
[ 43.651] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
[ 43.651] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 43.651] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 43.651] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 43.651] (II) No input driver/identifier specified (ignoring)
[ 43.652] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event1)
[ 43.652] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 43.652] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[ 43.652] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 43.652] (**) Logitech Logitech USB Keyboard: always reports core events
[ 43.652] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event1"
[ 43.652] (--) Logitech Logitech USB Keyboard: Found keys
[ 43.652] (II) Logitech Logitech USB Keyboard: Configuring as keyboard
[ 43.652] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.3/usb5/5-1/5-1:1.0/input/input1/event1"
[ 43.652] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[ 43.652] (**) Option "xkb_rules" "evdev"
[ 43.652] (**) Option "xkb_model" "evdev"
[ 43.652] (**) Option "xkb_layout" "us"
[ 43.652] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event2)
[ 43.652] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 43.652] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[ 43.652] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 43.652] (**) Logitech Logitech USB Keyboard: always reports core events
[ 43.652] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event2"
[ 43.652] (--) Logitech Logitech USB Keyboard: Found 1 mouse buttons
[ 43.652] (--) Logitech Logitech USB Keyboard: Found keys
[ 43.652] (II) Logitech Logitech USB Keyboard: Configuring as mouse
[ 43.652] (II) Logitech Logitech USB Keyboard: Configuring as keyboard
[ 43.652] (**) Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
[ 43.653] (**) Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 43.653] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.3/usb5/5-1/5-1:1.1/input/input2/event2"
[ 43.653] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[ 43.653] (**) Option "xkb_rules" "evdev"
[ 43.653] (**) Option "xkb_model" "evdev"
[ 43.653] (**) Option "xkb_layout" "us"
[ 43.653] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 43.653] (II) No input driver/identifier specified (ignoring)
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Thu Dec 27, 2012 1:02 pm    Post subject: Reply with quote

linux_matt wrote:
DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.

paste the xorg.log of that run (user wgetpaste)

....


pastebin it please, do this:
Code:
emerge wgetpaste; wgetpaste /var/log/Xorg.0.log
and post the link here.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Thu Dec 27, 2012 8:03 pm    Post subject: Reply with quote

DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.

paste the xorg.log of that run (user wgetpaste)

....


pastebin it please, do this:
Code:
emerge wgetpaste; wgetpaste /var/log/Xorg.0.log
and post the link here.


here is the link: http://bpaste.net/show/66773/
Back to top
View user's profile Send private message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Thu Dec 27, 2012 8:18 pm    Post subject: Reply with quote

linux_matt wrote:
DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.

paste the xorg.log of that run (user wgetpaste)

....


pastebin it please, do this:
Code:
emerge wgetpaste; wgetpaste /var/log/Xorg.0.log
and post the link here.


here is the link: http://bpaste.net/show/66773/


I can solve the GLX error by using eselect and the general view seems to be that the dri2 error can be ignored. Otherwise same time to load
Back to top
View user's profile Send private message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Thu Dec 27, 2012 9:13 pm    Post subject: Reply with quote

linux_matt wrote:
linux_matt wrote:
DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
linux_matt wrote:
DaggyStyle wrote:
remove xorg.conf and try again.


Thanks for the tip. Unfortunately the same result even with a deleted xorg.conf.

paste the xorg.log of that run (user wgetpaste)

....


pastebin it please, do this:
Code:
emerge wgetpaste; wgetpaste /var/log/Xorg.0.log
and post the link here.


here is the link: http://bpaste.net/show/66773/


I can solve the GLX error by using eselect and the general view seems to be that the dri2 error can be ignored. Otherwise same time to load


Finally found the problem -- an incorrectly configured user home directory. I believe I originally used useradd for this user without the -m switch and then created the user's home directory with mkdir. When I couldn't cd to that directory I did a chmod 777. This resulted in the X server reporting a permissions error with the .dmrc file. This was a bit of inexperience with Gentoo since under Suse (which I previously used) I always created users with the GUI. Now I have an xorg.conf which doesn't seek a CRT or TV, the X server runs up like a flash. With thanks to DaggyStyle for trying to help solve the problem. I hope this post proves useful for someone!
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Fri Dec 28, 2012 12:18 pm    Post subject: Reply with quote

if solved, please mark it accordingly.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum