You are not logged in.

#1 2010-09-01 15:35:06

elephantos
Member
Registered: 2008-03-03
Posts: 31

[SOLVED] Configuring X / KMS always leads blank screen on startx

Hey all, I'm using a 6-month old Thinkpad T500 with an ATI Radeon HD 3650 card. Per the ATI wiki instructions, I'm trying to forego using an xorg.conf file and just use KMS. However, after getting the problem below, I did try creating a minimal xorg.conf and then minimal config files in xorg.conf.d/, all of which have to lead to the same result as below or a "no screens found" error. I'm probably missing something simple, but a forums search and many varied attempts haven't yielded help.

The problem is whenever I invoke $ startx , I get a black screen with a single underscore character in the upper left. Mouse and keyboard are unresponsive and I have to force a shutdown with the power button.

I've deleted .xinitrc from /home/myuser

I've installed: xorg, xorg-input-drivers, xorg-input-evdev, xf86-video-ati, mesa, linux-firmware.

Here's rc.conf followed by Xorg.0.log, when I did not use xorg.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="localtime"
TIMEZONE="America/Los_Angeles"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(intel_agp radeon)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="sandwiches"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng dbus network netfs crond)

Xorg.0.log:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33-ARCH x86_64 
Current Operating System: Linux sandwiches 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010 x86_64
Kernel command line: root=/dev/sda5 ro radeon.modeset=1
Build Date: 01 April 2010  05:28:33PM
 
Current version of pixman: 0.18.0
    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: Tue Aug 31 17:23:01 2010
(II) Loader magic: 0x7c1080
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2a42:17aa:2115 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xfc000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0:1:0:0) 1002:9591:17aa:2116 ATI Technologies Inc Mobility Radeon HD 3650 rev 0, Mem @ 0xc0000000/268435456, 0xbfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
    Section "Device"
        Identifier    "Builtin Default intel Device 0"
        Driver    "intel"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default intel Screen 0"
        Device    "Builtin Default intel Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default vesa Device 0"
        Driver    "vesa"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default vesa Screen 0"
        Device    "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default fbdev Device 0"
        Driver    "fbdev"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default fbdev Screen 0"
        Device    "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
        Identifier    "Builtin Default Layout"
        Screen    "Builtin Default intel Screen 0"
        Screen    "Builtin Default vesa Screen 0"
        Screen    "Builtin Default fbdev Screen 0"
    EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(WW) Warning, couldn't open module intel
(II) UnloadModule: "intel"
(EE) Failed to load module "intel" (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.7.5, module version = 2.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Video Driver, version 6.0
(II) VESA(0): initializing int10
(II) 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): Creating default Display subsection in Screen section
    "Builtin Default vesa Screen 0" for depth/fbbpp 24/32
(==) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 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: 4057  Serial#: 0
(II) VESA(0): Year: 2009  Week: 0
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Digital Display Input
(II) VESA(0): Max Image Size [cm]: horiz.: 33  vert.: 21
(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.592 redY: 0.351   greenX: 0.334 greenY: 0.557
(II) VESA(0): blueX: 0.154 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported detailed timing:
(II) VESA(0): clock: 69.5 MHz   Image Size:  331 x 207 mm
(II) VESA(0): h_active: 1280  h_sync: 1304  h_sync_end 1336 h_blank_end 1412 h_border: 0
(II) VESA(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 820 v_border: 0
(II) VESA(0): Supported detailed timing:
(II) VESA(0): clock: 57.8 MHz   Image Size:  331 x 207 mm
(II) VESA(0): h_active: 1280  h_sync: 1304  h_sync_end 1336 h_blank_end 1408 h_border: 0
(II) VESA(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 820 v_border: 0
(II) VESA(0): Unknown vendor-specific block f
(II) VESA(0):  LP154WX7-TLP2
(II) VESA(0): EDID (in hex):
(II) VESA(0):     00ffffffffffff0030ae574000000000
(II) VESA(0):     0013010380211578eaba959759558e27
(II) VESA(0):     21505400000001010101010101010101
(II) VESA(0):     010101010101261b0084502014301820
(II) VESA(0):     44004bcf100000199416008050201430
(II) VESA(0):     182044004bcf100000190000000f0081
(II) VESA(0):     0a32810a2815090030e40402000000fe
(II) VESA(0):     004c503135345758372d544c5032004f
(II) VESA(0): EDID vendor "LEN", prod id 16471
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1280x800"x0.0   69.50  1280 1304 1336 1412  800 804 808 820 -hsync -vsync (49.2 kHz)
(II) VESA(0): Modeline "1280x800"x0.0   57.80  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (41.1 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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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: 0xc000843a
    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): <default monitor>: Using hsync range of 41.05-49.22 kHz
(II) VESA(0): <default monitor>: Using vrefresh range of 50.06-60.03 Hz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "1024x768" (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 "800x600" (no mode of this name)
(II) VESA(0): Not using built-in mode "768x480" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
(--) VESA(0): Virtual size is 1280x800 (pitch 1280)
(**) VESA(0): *Built-in mode "1280x800"
(**) VESA(0): Display dimensions: (330, 210) mm
(**) VESA(0): DPI set to (98, 96)
(**) 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.7.6, 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.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) 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 = 0x7f79e94c4000,
    physical address = 0xd0000000, size = 33488896
(II) VESA(0): Setting up VESA Mode 0x168 (1280x800)
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) VESA(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(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

followed by a bunch of NUL characters


Suggestions?

Last edited by elephantos (2010-09-02 01:27:23)


Thinkpad T500 | Core2Duo P8700 2.53GHz | 3G RAM | x86_64

Offline

#2 2010-09-01 15:38:40

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

elephantos wrote:

(EE) Failed to load module "intel" (module does not exist, 0)

That's because you are trying to load intel drivers when you have an ATI card

Do you have one of those Integrated Graphics/Discrete Grpahics switcheroo thingy ?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2010-09-01 16:02:31

elephantos
Member
Registered: 2008-03-03
Posts: 31

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

you mean like fn+f7? I can try that.

edit: keyboard doesn't function after starting X

Last edited by elephantos (2010-09-01 16:11:38)


Thinkpad T500 | Core2Duo P8700 2.53GHz | 3G RAM | x86_64

Offline

#4 2010-09-01 16:26:43

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

No, some laptops have for example integrated intel graphic plus a dedicated card that you can choose between with a little hardware switch.
The wiki states "some" hardware may need the intel_agp module, maybe yours doesn't - try removing it from rc.conf.

Offline

#5 2010-09-01 16:31:18

elephantos
Member
Registered: 2008-03-03
Posts: 31

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

According to Device Manager, I do believe I have it:

Mobile Intel(R) 4 Series Express Chipset Family

Also, I've already tried removing intel_agp - no difference.


Thinkpad T500 | Core2Duo P8700 2.53GHz | 3G RAM | x86_64

Offline

#6 2010-09-01 16:34:20

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

xorg log wrote:

X.Org X Server 1.7.6
Release Date: 2010-03-17

You might want to update your system before anything else...

P.S.: if it doesn't work after that, please also post your xorg.conf

Last edited by hokasch (2010-09-01 16:35:42)

Offline

#7 2010-09-01 16:51:08

elephantos
Member
Registered: 2008-03-03
Posts: 31

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

hokasch wrote:
xorg log wrote:

X.Org X Server 1.7.6
Release Date: 2010-03-17

You might want to update your system before anything else...

Possible my repo uses an old Xorg? I ran pacman -Sy xorg twice yesterday...

hokasch wrote:

if it doesn't work after that, please also post your xorg.conf

I'm not using xorg.conf, though when I did I got roughly the same errors as below. When I remove intel_agp, I do seem to get Radeon-specific errors:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33-ARCH x86_64 
Current Operating System: Linux sandwiches 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010 x86_64
Kernel command line: root=/dev/sda5 ro radeon.modeset=1
Build Date: 01 April 2010  05:28:33PM
 
Current version of pixman: 0.18.0
    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: Wed Sep  1 09:40:00 2010
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x7c1080
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2a42:17aa:2115 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xfc000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0:1:0:0) 1002:9591:17aa:2116 ATI Technologies Inc Mobility Radeon HD 3650 rev 0, Mem @ 0xc0000000/268435456, 0xbfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. 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) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 6.12.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
    ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
    ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290,
    CYPRESS, ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, CEDAR, CEDAR, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450,
    CEDAR
(II) Primary Device is: PCI 00@00:02:0
(II) [KMS] drm report modesetting isn't supported.
(II) RADEON(0): TOTO SAYS 00000000bfff0000
(II) RADEON(0): MMIO registers at 0x00000000bfff0000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(--) RADEON(0): Chipset: "ATI Mobility Radeon HD 3650" (ChipID = 0x9591)
(--) RADEON(0): Linear framebuffer at 0x00000000c0000000
(II) RADEON(0): PCIE card detected
(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.7.6, module version = 1.0.0
    ABI class: X.Org Video Driver, version 6.0
(II) RADEON(0): initializing int10
(EE) RADEON(0): Cannot read V_BIOS (3) Input/output error
(WW) RADEON(0): Failed to read PCI ROM!
(II) RADEON(0): Attempting to read un-POSTed bios
(WW) RADEON(0): Failed to read PCI ROM!
(WW) RADEON(0): Unrecognized BIOS signature, BIOS data will not be used
(II) UnloadModule: "radeon"
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules/libint10.so
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules/libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Thinkpad T500 | Core2Duo P8700 2.53GHz | 3G RAM | x86_64

Offline

#8 2010-09-01 16:57:01

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

There is defintely something wrong with your mirror then. Also kernel26 is on 2.6.35 atm. Try to switch to another mirror, see
https://www.archlinux.de/?page=MirrorStatus

Offline

#9 2010-09-01 18:10:50

elephantos
Member
Registered: 2008-03-03
Posts: 31

Re: [SOLVED] Configuring X / KMS always leads blank screen on startx

hokasch wrote:

There is defintely something wrong with your mirror then. Also kernel26 is on 2.6.35 atm. Try to switch to another mirror, see
https://www.archlinux.de/?page=MirrorStatus

That certainly helped! I performed a full system upgrade, though now I have a blank screen during bootup unless I turn off KSM in grub:

radeon.modeset=0

Now I'm finally getting the three xterm windows, with trackpoint and keyboard working, though I can't get back to another terminal via ctrl+alt+fx. What's the command to kill X?Also the bottom 2/3 of the screen flicker whenever I move the trackpoint.

Edit: ^elementary questions

Here's the Xorg.0.log:

[    53.218] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    53.219] 
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
Release Date: 2010-06-21
[    53.219] X Protocol Version 11, Revision 0
[    53.219] Build Operating System: Linux 2.6.34-ARCH x86_64 
[    53.219] Current Operating System: Linux sandwiches 2.6.35-ARCH #1 SMP PREEMPT Fri Aug 27 17:14:28 CEST 2010 x86_64
[    53.220] Kernel command line: root=/dev/sda5 ro radeon.modeset=0
[    53.220] Build Date: 21 June 2010  12:01:49PM
[    53.220]  
[    53.220] Current version of pixman: 0.18.4
[    53.220]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    53.220] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    53.221] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  1 10:50:40 2010
[    53.254] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    53.256] (==) No Layout section.  Using the first Screen section.
[    53.256] (==) No screen section available. Using defaults.
[    53.256] (**) |-->Screen "Default Screen Section" (0)
[    53.257] (**) |   |-->Monitor "<default monitor>"
[    53.257] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    53.257] (==) Automatically adding devices
[    53.257] (==) Automatically enabling devices
[    53.318] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    53.318]     Entry deleted from font path.
[    53.318] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    53.318]     Entry deleted from font path.
[    53.340] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    53.340] (==) ModulePath set to "/usr/lib/xorg/modules"
[    53.340] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    53.341] (II) Loader magic: 0x7ce880
[    53.341] (II) Module ABI versions:
[    53.341]     X.Org ANSI C Emulation: 0.4
[    53.341]     X.Org Video Driver: 7.0
[    53.341]     X.Org XInput driver : 9.0
[    53.341]     X.Org Server Extension : 3.0
[    53.360] (--) PCI:*(0:0:2:0) 8086:2a42:17aa:2115 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xfc000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[    53.369] (--) PCI: (0:1:0:0) 1002:9591:17aa:2116 ATI Technologies Inc Mobility Radeon HD 3650 rev 0, Mem @ 0xc0000000/268435456, 0xbfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[    53.370] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    53.370] (II) LoadModule: "extmod"
[    53.429] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    53.435] (II) Module extmod: vendor="X.Org Foundation"
[    53.435]     compiled for 1.8.1.902, module version = 1.0.0
[    53.435]     Module class: X.Org Server Extension
[    53.435]     ABI class: X.Org Server Extension, version 3.0
[    53.435] (II) Loading extension MIT-SCREEN-SAVER
[    53.435] (II) Loading extension XFree86-VidModeExtension
[    53.435] (II) Loading extension XFree86-DGA
[    53.435] (II) Loading extension DPMS
[    53.435] (II) Loading extension XVideo
[    53.435] (II) Loading extension XVideo-MotionCompensation
[    53.435] (II) Loading extension X-Resource
[    53.436] (II) LoadModule: "dbe"
[    53.441] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    53.454] (II) Module dbe: vendor="X.Org Foundation"
[    53.454]     compiled for 1.8.1.902, module version = 1.0.0
[    53.454]     Module class: X.Org Server Extension
[    53.454]     ABI class: X.Org Server Extension, version 3.0
[    53.454] (II) Loading extension DOUBLE-BUFFER
[    53.454] (II) LoadModule: "glx"
[    53.454] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    53.468] (II) Module glx: vendor="X.Org Foundation"
[    53.468]     compiled for 1.8.1.902, module version = 1.0.0
[    53.468]     ABI class: X.Org Server Extension, version 3.0
[    53.468] (==) AIGLX enabled
[    53.468] (II) Loading extension GLX
[    53.469] (II) LoadModule: "record"
[    53.469] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    53.470] (II) Module record: vendor="X.Org Foundation"
[    53.470]     compiled for 1.8.1.902, module version = 1.13.0
[    53.470]     Module class: X.Org Server Extension
[    53.470]     ABI class: X.Org Server Extension, version 3.0
[    53.470] (II) Loading extension RECORD
[    53.470] (II) LoadModule: "dri"
[    53.470] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    53.490] (II) Module dri: vendor="X.Org Foundation"
[    53.490]     compiled for 1.8.1.902, module version = 1.0.0
[    53.490]     ABI class: X.Org Server Extension, version 3.0
[    53.490] (II) Loading extension XFree86-DRI
[    53.490] (II) LoadModule: "dri2"
[    53.490] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    53.491] (II) Module dri2: vendor="X.Org Foundation"
[    53.491]     compiled for 1.8.1.902, module version = 1.2.0
[    53.491]     ABI class: X.Org Server Extension, version 3.0
[    53.491] (II) Loading extension DRI2
[    53.491] (==) Matched intel as autoconfigured driver 0
[    53.491] (==) Matched vesa as autoconfigured driver 1
[    53.491] (==) Matched fbdev as autoconfigured driver 2
[    53.491] (==) Assigned the driver to the xf86ConfigLayout
[    53.491] (II) LoadModule: "intel"
[    53.508] (WW) Warning, couldn't open module intel
[    53.508] (II) UnloadModule: "intel"
[    53.508] (EE) Failed to load module "intel" (module does not exist, 0)
[    53.509] (II) LoadModule: "vesa"
[    53.509] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    53.517] (II) Module vesa: vendor="X.Org Foundation"
[    53.517]     compiled for 1.8.0, module version = 2.3.0
[    53.517]     Module class: X.Org Video Driver
[    53.517]     ABI class: X.Org Video Driver, version 7.0
[    53.517] (II) LoadModule: "fbdev"
[    53.518] (WW) Warning, couldn't open module fbdev
[    53.518] (II) UnloadModule: "fbdev"
[    53.518] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    53.519] (II) VESA: driver for VESA chipsets: vesa
[    53.519] (--) using VT number 7

[    53.526] (II) Primary Device is: PCI 00@00:02:0
[    53.526] (II) Loading sub module "vbe"
[    53.526] (II) LoadModule: "vbe"
[    53.527] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    53.532] (II) Module vbe: vendor="X.Org Foundation"
[    53.532]     compiled for 1.8.1.902, module version = 1.1.0
[    53.532]     ABI class: X.Org Video Driver, version 7.0
[    53.532] (II) Loading sub module "int10"
[    53.532] (II) LoadModule: "int10"
[    53.532] (II) Loading /usr/lib/xorg/modules/libint10.so
[    53.534] (II) Module int10: vendor="X.Org Foundation"
[    53.534]     compiled for 1.8.1.902, module version = 1.0.0
[    53.534]     ABI class: X.Org Video Driver, version 7.0
[    53.534] (II) VESA(0): initializing int10
[    53.535] (II) VESA(0): Bad V_BIOS checksum
[    53.535] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    53.535] (II) VESA(0): VESA BIOS detected
[    53.535] (II) VESA(0): VESA VBE Version 3.0
[    53.535] (II) VESA(0): VESA VBE Total Mem: 32704 kB
[    53.536] (II) VESA(0): VESA VBE OEM: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS
[    53.536] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    53.536] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    53.536] (II) VESA(0): VESA VBE OEM Product: Intel(r)Cantiga Graphics Controller
[    53.536] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    53.559] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    53.559] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    53.559] (==) VESA(0): RGB weight 888
[    53.559] (==) VESA(0): Default visual is TrueColor
[    53.559] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    53.559] (II) Loading sub module "ddc"
[    53.559] (II) LoadModule: "ddc"
[    53.559] (II) Module "ddc" already built-in
[    53.560] (II) VESA(0): VESA VBE DDC supported
[    53.560] (II) VESA(0): VESA VBE DDC Level 2
[    53.560] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    53.573] (II) VESA(0): VESA VBE DDC read successfully
[    53.573] (II) VESA(0): Manufacturer: LEN  Model: 4057  Serial#: 0
[    53.573] (II) VESA(0): Year: 2009  Week: 0
[    53.573] (II) VESA(0): EDID Version: 1.3
[    53.573] (II) VESA(0): Digital Display Input
[    53.573] (II) VESA(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    53.573] (II) VESA(0): Gamma: 2.20
[    53.573] (II) VESA(0): DPMS capabilities: StandBy Suspend Off
[    53.573] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    53.573] (II) VESA(0): First detailed timing is preferred mode
[    53.573] (II) VESA(0): redX: 0.592 redY: 0.351   greenX: 0.334 greenY: 0.557
[    53.573] (II) VESA(0): blueX: 0.154 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[    53.573] (II) VESA(0): Manufacturer's mask: 0
[    53.573] (II) VESA(0): Supported detailed timing:
[    53.573] (II) VESA(0): clock: 69.5 MHz   Image Size:  331 x 207 mm
[    53.573] (II) VESA(0): h_active: 1280  h_sync: 1304  h_sync_end 1336 h_blank_end 1412 h_border: 0
[    53.573] (II) VESA(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 820 v_border: 0
[    53.573] (II) VESA(0): Supported detailed timing:
[    53.573] (II) VESA(0): clock: 57.8 MHz   Image Size:  331 x 207 mm
[    53.573] (II) VESA(0): h_active: 1280  h_sync: 1304  h_sync_end 1336 h_blank_end 1408 h_border: 0
[    53.573] (II) VESA(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 820 v_border: 0
[    53.573] (II) VESA(0): Unknown vendor-specific block f
[    53.573] (II) VESA(0):  LP154WX7-TLP2
[    53.573] (II) VESA(0): EDID (in hex):
[    53.573] (II) VESA(0):     00ffffffffffff0030ae574000000000
[    53.573] (II) VESA(0):     0013010380211578eaba959759558e27
[    53.573] (II) VESA(0):     21505400000001010101010101010101
[    53.573] (II) VESA(0):     010101010101261b0084502014301820
[    53.573] (II) VESA(0):     44004bcf100000199416008050201430
[    53.573] (II) VESA(0):     182044004bcf100000190000000f0081
[    53.574] (II) VESA(0):     0a32810a2815090030e40402000000fe
[    53.574] (II) VESA(0):     004c503135345758372d544c5032004f
[    53.574] (II) VESA(0): EDID vendor "LEN", prod id 16471
[    53.574] (II) VESA(0): Printing DDC gathered Modelines:
[    53.574] (II) VESA(0): Modeline "1280x800"x0.0   69.50  1280 1304 1336 1412  800 804 808 820 -hsync -vsync (49.2 kHz)
[    53.574] (II) VESA(0): Modeline "1280x800"x0.0   57.80  1280 1304 1336 1408  800 804 808 820 -hsync -vsync (41.1 kHz)
[    53.574] (II) VESA(0): Searching for matching VESA mode(s):
[    53.575] Mode: 160 (768x480)
[    53.575]     ModeAttributes: 0x9b
[    53.575]     WinAAttributes: 0x7
[    53.575]     WinBAttributes: 0x0
[    53.575]     WinGranularity: 64
[    53.575]     WinSize: 64
[    53.575]     WinASegment: 0xa000
[    53.575]     WinBSegment: 0x0
[    53.575]     WinFuncPtr: 0xc000843a
[    53.575]     BytesPerScanline: 768
[    53.575]     XResolution: 768
[    53.575]     YResolution: 480
[    53.575]     XCharSize: 8
[    53.575]     YCharSize: 16
[    53.575]     NumberOfPlanes: 1
[    53.575]     BitsPerPixel: 8
[    53.575]     NumberOfBanks: 1
[    53.575]     MemoryModel: 4
[    53.575]     BankSize: 0
[    53.575]     NumberOfImages: 84
[    53.575]     RedMaskSize: 0
[    53.575]     RedFieldPosition: 0
[    53.575]     GreenMaskSize: 0
[    53.575]     GreenFieldPosition: 0
[    53.575]     BlueMaskSize: 0
[    53.575]     BlueFieldPosition: 0
[    53.575]     RsvdMaskSize: 0
[    53.575]     RsvdFieldPosition: 0
[    53.575]     DirectColorModeInfo: 0
[    53.575]     PhysBasePtr: 0xd0000000
[    53.575]     LinBytesPerScanLine: 768
[    53.575]     BnkNumberOfImagePages: 84
[    53.575]     LinNumberOfImagePages: 84
[    53.575]     LinRedMaskSize: 0
[    53.575]     LinRedFieldPosition: 0
[    53.575]     LinGreenMaskSize: 0
[    53.575]     LinGreenFieldPosition: 0
[    53.575]     LinBlueMaskSize: 0
[    53.575]     LinBlueFieldPosition: 0
[    53.575]     LinRsvdMaskSize: 0
[    53.575]     LinRsvdFieldPosition: 0
[    53.575]     MaxPixelClock: 230000000
[    53.576] Mode: 161 (768x480)
[    53.576]     ModeAttributes: 0x9b
[    53.576]     WinAAttributes: 0x7
[    53.576]     WinBAttributes: 0x0
[    53.576]     WinGranularity: 64
[    53.576]     WinSize: 64
[    53.576]     WinASegment: 0xa000
[    53.576]     WinBSegment: 0x0
[    53.576]     WinFuncPtr: 0xc000843a
[    53.576]     BytesPerScanline: 1536
[    53.576]     XResolution: 768
[    53.576]     YResolution: 480
[    53.577]     XCharSize: 8
[    53.577]     YCharSize: 16
[    53.577]     NumberOfPlanes: 1
[    53.577]     BitsPerPixel: 16
[    53.577]     NumberOfBanks: 1
[    53.577]     MemoryModel: 6
[    53.577]     BankSize: 0
[    53.577]     NumberOfImages: 41
[    53.577]     RedMaskSize: 5
[    53.577]     RedFieldPosition: 11
[    53.577]     GreenMaskSize: 6
[    53.577]     GreenFieldPosition: 5
[    53.577]     BlueMaskSize: 5
[    53.577]     BlueFieldPosition: 0
[    53.577]     RsvdMaskSize: 0
[    53.577]     RsvdFieldPosition: 0
[    53.577]     DirectColorModeInfo: 0
[    53.577]     PhysBasePtr: 0xd0000000
[    53.577]     LinBytesPerScanLine: 1536
[    53.577]     BnkNumberOfImagePages: 41
[    53.577]     LinNumberOfImagePages: 41
[    53.577]     LinRedMaskSize: 5
[    53.577]     LinRedFieldPosition: 11
[    53.577]     LinGreenMaskSize: 6
[    53.577]     LinGreenFieldPosition: 5
[    53.577]     LinBlueMaskSize: 5
[    53.577]     LinBlueFieldPosition: 0
[    53.577]     LinRsvdMaskSize: 0
[    53.577]     LinRsvdFieldPosition: 0
[    53.577]     MaxPixelClock: 230000000
[    53.578] *Mode: 162 (768x480)
[    53.578]     ModeAttributes: 0x9b
[    53.578]     WinAAttributes: 0x7
[    53.578]     WinBAttributes: 0x0
[    53.578]     WinGranularity: 64
[    53.578]     WinSize: 64
[    53.578]     WinASegment: 0xa000
[    53.578]     WinBSegment: 0x0
[    53.578]     WinFuncPtr: 0xc000843a
[    53.578]     BytesPerScanline: 3072
[    53.578]     XResolution: 768
[    53.578]     YResolution: 480
[    53.578]     XCharSize: 8
[    53.578]     YCharSize: 16
[    53.578]     NumberOfPlanes: 1
[    53.578]     BitsPerPixel: 32
[    53.578]     NumberOfBanks: 1
[    53.578]     MemoryModel: 6
[    53.578]     BankSize: 0
[    53.578]     NumberOfImages: 21
[    53.578]     RedMaskSize: 8
[    53.578]     RedFieldPosition: 16
[    53.578]     GreenMaskSize: 8
[    53.578]     GreenFieldPosition: 8
[    53.578]     BlueMaskSize: 8
[    53.578]     BlueFieldPosition: 0
[    53.578]     RsvdMaskSize: 8
[    53.578]     RsvdFieldPosition: 24
[    53.579]     DirectColorModeInfo: 0
[    53.579]     PhysBasePtr: 0xd0000000
[    53.579]     LinBytesPerScanLine: 3072
[    53.579]     BnkNumberOfImagePages: 21
[    53.579]     LinNumberOfImagePages: 21
[    53.579]     LinRedMaskSize: 8
[    53.579]     LinRedFieldPosition: 16
[    53.579]     LinGreenMaskSize: 8
[    53.579]     LinGreenFieldPosition: 8
[    53.579]     LinBlueMaskSize: 8
[    53.579]     LinBlueFieldPosition: 0
[    53.579]     LinRsvdMaskSize: 8
[    53.579]     LinRsvdFieldPosition: 24
[    53.579]     MaxPixelClock: 230000000
[    53.580] Mode: 163 (960x600)
[    53.580]     ModeAttributes: 0x9b
[    53.580]     WinAAttributes: 0x7
[    53.580]     WinBAttributes: 0x0
[    53.580]     WinGranularity: 64
[    53.580]     WinSize: 64
[    53.580]     WinASegment: 0xa000
[    53.580]     WinBSegment: 0x0
[    53.580]     WinFuncPtr: 0xc000843a
[    53.580]     BytesPerScanline: 960
[    53.580]     XResolution: 960
[    53.580]     YResolution: 600
[    53.580]     XCharSize: 8
[    53.580]     YCharSize: 16
[    53.580]     NumberOfPlanes: 1
[    53.580]     BitsPerPixel: 8
[    53.580]     NumberOfBanks: 1
[    53.580]     MemoryModel: 4
[    53.580]     BankSize: 0
[    53.580]     NumberOfImages: 55
[    53.580]     RedMaskSize: 0
[    53.580]     RedFieldPosition: 0
[    53.580]     GreenMaskSize: 0
[    53.580]     GreenFieldPosition: 0
[    53.580]     BlueMaskSize: 0
[    53.580]     BlueFieldPosition: 0
[    53.580]     RsvdMaskSize: 0
[    53.580]     RsvdFieldPosition: 0
[    53.580]     DirectColorModeInfo: 0
[    53.580]     PhysBasePtr: 0xd0000000
[    53.580]     LinBytesPerScanLine: 960
[    53.580]     BnkNumberOfImagePages: 55
[    53.580]     LinNumberOfImagePages: 55
[    53.580]     LinRedMaskSize: 0
[    53.580]     LinRedFieldPosition: 0
[    53.580]     LinGreenMaskSize: 0
[    53.580]     LinGreenFieldPosition: 0
[    53.580]     LinBlueMaskSize: 0
[    53.580]     LinBlueFieldPosition: 0
[    53.580]     LinRsvdMaskSize: 0
[    53.580]     LinRsvdFieldPosition: 0
[    53.581]     MaxPixelClock: 230000000
[    53.581] Mode: 164 (960x600)
[    53.581]     ModeAttributes: 0x9b
[    53.581]     WinAAttributes: 0x7
[    53.582]     WinBAttributes: 0x0
[    53.582]     WinGranularity: 64
[    53.582]     WinSize: 64
[    53.582]     WinASegment: 0xa000
[    53.582]     WinBSegment: 0x0
[    53.582]     WinFuncPtr: 0xc000843a
[    53.582]     BytesPerScanline: 1920
[    53.582]     XResolution: 960
[    53.582]     YResolution: 600
[    53.582]     XCharSize: 8
[    53.582]     YCharSize: 16
[    53.582]     NumberOfPlanes: 1
[    53.582]     BitsPerPixel: 16
[    53.582]     NumberOfBanks: 1
[    53.582]     MemoryModel: 6
[    53.582]     BankSize: 0
[    53.582]     NumberOfImages: 27
[    53.582]     RedMaskSize: 5
[    53.582]     RedFieldPosition: 11
[    53.582]     GreenMaskSize: 6
[    53.582]     GreenFieldPosition: 5
[    53.582]     BlueMaskSize: 5
[    53.582]     BlueFieldPosition: 0
[    53.582]     RsvdMaskSize: 0
[    53.582]     RsvdFieldPosition: 0
[    53.582]     DirectColorModeInfo: 0
[    53.582]     PhysBasePtr: 0xd0000000
[    53.582]     LinBytesPerScanLine: 1920
[    53.582]     BnkNumberOfImagePages: 27
[    53.582]     LinNumberOfImagePages: 27
[    53.582]     LinRedMaskSize: 5
[    53.582]     LinRedFieldPosition: 11
[    53.582]     LinGreenMaskSize: 6
[    53.582]     LinGreenFieldPosition: 5
[    53.582]     LinBlueMaskSize: 5
[    53.582]     LinBlueFieldPosition: 0
[    53.582]     LinRsvdMaskSize: 0
[    53.582]     LinRsvdFieldPosition: 0
[    53.582]     MaxPixelClock: 230000000
[    53.583] *Mode: 165 (960x600)
[    53.583]     ModeAttributes: 0x9b
[    53.583]     WinAAttributes: 0x7
[    53.583]     WinBAttributes: 0x0
[    53.583]     WinGranularity: 64
[    53.583]     WinSize: 64
[    53.583]     WinASegment: 0xa000
[    53.583]     WinBSegment: 0x0
[    53.583]     WinFuncPtr: 0xc000843a
[    53.583]     BytesPerScanline: 3840
[    53.583]     XResolution: 960
[    53.583]     YResolution: 600
[    53.583]     XCharSize: 8
[    53.583]     YCharSize: 16
[    53.583]     NumberOfPlanes: 1
[    53.584]     BitsPerPixel: 32
[    53.584]     NumberOfBanks: 1
[    53.584]     MemoryModel: 6
[    53.584]     BankSize: 0
[    53.584]     NumberOfImages: 13
[    53.584]     RedMaskSize: 8
[    53.584]     RedFieldPosition: 16
[    53.584]     GreenMaskSize: 8
[    53.584]     GreenFieldPosition: 8
[    53.584]     BlueMaskSize: 8
[    53.584]     BlueFieldPosition: 0
[    53.584]     RsvdMaskSize: 8
[    53.584]     RsvdFieldPosition: 24
[    53.584]     DirectColorModeInfo: 0
[    53.584]     PhysBasePtr: 0xd0000000
[    53.584]     LinBytesPerScanLine: 3840
[    53.584]     BnkNumberOfImagePages: 13
[    53.584]     LinNumberOfImagePages: 13
[    53.584]     LinRedMaskSize: 8
[    53.584]     LinRedFieldPosition: 16
[    53.584]     LinGreenMaskSize: 8
[    53.584]     LinGreenFieldPosition: 8
[    53.584]     LinBlueMaskSize: 8
[    53.584]     LinBlueFieldPosition: 0
[    53.584]     LinRsvdMaskSize: 8
[    53.584]     LinRsvdFieldPosition: 24
[    53.584]     MaxPixelClock: 230000000
[    53.585] Mode: 166 (1280x800)
[    53.585]     ModeAttributes: 0x9b
[    53.585]     WinAAttributes: 0x7
[    53.585]     WinBAttributes: 0x0
[    53.585]     WinGranularity: 64
[    53.585]     WinSize: 64
[    53.585]     WinASegment: 0xa000
[    53.585]     WinBSegment: 0x0
[    53.585]     WinFuncPtr: 0xc000843a
[    53.585]     BytesPerScanline: 1280
[    53.585]     XResolution: 1280
[    53.585]     YResolution: 800
[    53.585]     XCharSize: 8
[    53.585]     YCharSize: 16
[    53.585]     NumberOfPlanes: 1
[    53.585]     BitsPerPixel: 8
[    53.585]     NumberOfBanks: 1
[    53.585]     MemoryModel: 4
[    53.585]     BankSize: 0
[    53.585]     NumberOfImages: 30
[    53.585]     RedMaskSize: 0
[    53.585]     RedFieldPosition: 0
[    53.585]     GreenMaskSize: 0
[    53.585]     GreenFieldPosition: 0
[    53.585]     BlueMaskSize: 0
[    53.585]     BlueFieldPosition: 0
[    53.585]     RsvdMaskSize: 0
[    53.586]     RsvdFieldPosition: 0
[    53.586]     DirectColorModeInfo: 0
[    53.586]     PhysBasePtr: 0xd0000000
[    53.586]     LinBytesPerScanLine: 1280
[    53.586]     BnkNumberOfImagePages: 30
[    53.586]     LinNumberOfImagePages: 30
[    53.586]     LinRedMaskSize: 0
[    53.586]     LinRedFieldPosition: 0
[    53.586]     LinGreenMaskSize: 0
[    53.586]     LinGreenFieldPosition: 0
[    53.586]     LinBlueMaskSize: 0
[    53.586]     LinBlueFieldPosition: 0
[    53.586]     LinRsvdMaskSize: 0
[    53.586]     LinRsvdFieldPosition: 0
[    53.586]     MaxPixelClock: 230000000
[    53.587] Mode: 167 (1280x800)
[    53.587]     ModeAttributes: 0x9b
[    53.587]     WinAAttributes: 0x7
[    53.587]     WinBAttributes: 0x0
[    53.587]     WinGranularity: 64
[    53.587]     WinSize: 64
[    53.587]     WinASegment: 0xa000
[    53.587]     WinBSegment: 0x0
[    53.587]     WinFuncPtr: 0xc000843a
[    53.587]     BytesPerScanline: 2560
[    53.587]     XResolution: 1280
[    53.587]     YResolution: 800
[    53.587]     XCharSize: 8
[    53.587]     YCharSize: 16
[    53.587]     NumberOfPlanes: 1
[    53.587]     BitsPerPixel: 16
[    53.587]     NumberOfBanks: 1
[    53.587]     MemoryModel: 6
[    53.587]     BankSize: 0
[    53.587]     NumberOfImages: 14
[    53.587]     RedMaskSize: 5
[    53.587]     RedFieldPosition: 11
[    53.587]     GreenMaskSize: 6
[    53.587]     GreenFieldPosition: 5
[    53.587]     BlueMaskSize: 5
[    53.587]     BlueFieldPosition: 0
[    53.587]     RsvdMaskSize: 0
[    53.587]     RsvdFieldPosition: 0
[    53.587]     DirectColorModeInfo: 0
[    53.587]     PhysBasePtr: 0xd0000000
[    53.587]     LinBytesPerScanLine: 2560
[    53.587]     BnkNumberOfImagePages: 14
[    53.587]     LinNumberOfImagePages: 14
[    53.587]     LinRedMaskSize: 5
[    53.587]     LinRedFieldPosition: 11
[    53.587]     LinGreenMaskSize: 6
[    53.587]     LinGreenFieldPosition: 5
[    53.588]     LinBlueMaskSize: 5
[    53.588]     LinBlueFieldPosition: 0
[    53.588]     LinRsvdMaskSize: 0
[    53.588]     LinRsvdFieldPosition: 0
[    53.588]     MaxPixelClock: 230000000
[    53.589] *Mode: 168 (1280x800)
[    53.589]     ModeAttributes: 0x9b
[    53.589]     WinAAttributes: 0x7
[    53.589]     WinBAttributes: 0x0
[    53.589]     WinGranularity: 64
[    53.589]     WinSize: 64
[    53.589]     WinASegment: 0xa000
[    53.589]     WinBSegment: 0x0
[    53.589]     WinFuncPtr: 0xc000843a
[    53.589]     BytesPerScanline: 5120
[    53.589]     XResolution: 1280
[    53.589]     YResolution: 800
[    53.589]     XCharSize: 8
[    53.589]     YCharSize: 16
[    53.589]     NumberOfPlanes: 1
[    53.589]     BitsPerPixel: 32
[    53.589]     NumberOfBanks: 1
[    53.589]     MemoryModel: 6
[    53.589]     BankSize: 0
[    53.589]     NumberOfImages: 7
[    53.589]     RedMaskSize: 8
[    53.589]     RedFieldPosition: 16
[    53.589]     GreenMaskSize: 8
[    53.589]     GreenFieldPosition: 8
[    53.589]     BlueMaskSize: 8
[    53.589]     BlueFieldPosition: 0
[    53.589]     RsvdMaskSize: 8
[    53.589]     RsvdFieldPosition: 24
[    53.589]     DirectColorModeInfo: 0
[    53.589]     PhysBasePtr: 0xd0000000
[    53.589]     LinBytesPerScanLine: 5120
[    53.589]     BnkNumberOfImagePages: 7
[    53.589]     LinNumberOfImagePages: 7
[    53.589]     LinRedMaskSize: 8
[    53.589]     LinRedFieldPosition: 16
[    53.589]     LinGreenMaskSize: 8
[    53.589]     LinGreenFieldPosition: 8
[    53.589]     LinBlueMaskSize: 8
[    53.589]     LinBlueFieldPosition: 0
[    53.589]     LinRsvdMaskSize: 8
[    53.589]     LinRsvdFieldPosition: 24
[    53.589]     MaxPixelClock: 230000000
[    53.590] Mode: 169 (0x0)
[    53.590]     ModeAttributes: 0x0
[    53.590]     WinAAttributes: 0x0
[    53.590]     WinBAttributes: 0x0
[    53.590]     WinGranularity: 0
[    53.590]     WinSize: 0
[    53.590]     WinASegment: 0x0
[    53.590]     WinBSegment: 0x0
[    53.590]     WinFuncPtr: 0x0
[    53.590]     BytesPerScanline: 0
[    53.590]     XResolution: 0
[    53.590]     YResolution: 0
[    53.590]     XCharSize: 0
[    53.590]     YCharSize: 0
[    53.590]     NumberOfPlanes: 0
[    53.590]     BitsPerPixel: 0
[    53.590]     NumberOfBanks: 0
[    53.590]     MemoryModel: 0
[    53.590]     BankSize: 0
[    53.590]     NumberOfImages: 0
[    53.590]     RedMaskSize: 0
[    53.590]     RedFieldPosition: 0
[    53.590]     GreenMaskSize: 0
[    53.590]     GreenFieldPosition: 0
[    53.590]     BlueMaskSize: 0
[    53.590]     BlueFieldPosition: 0
[    53.590]     RsvdMaskSize: 0
[    53.590]     RsvdFieldPosition: 0
[    53.591]     DirectColorModeInfo: 0
[    53.591]     PhysBasePtr: 0x0
[    53.591]     LinBytesPerScanLine: 0
[    53.591]     BnkNumberOfImagePages: 0
[    53.591]     LinNumberOfImagePages: 0
[    53.591]     LinRedMaskSize: 0
[    53.591]     LinRedFieldPosition: 0
[    53.591]     LinGreenMaskSize: 0
[    53.591]     LinGreenFieldPosition: 0
[    53.591]     LinBlueMaskSize: 0
[    53.591]     LinBlueFieldPosition: 0
[    53.591]     LinRsvdMaskSize: 0
[    53.591]     LinRsvdFieldPosition: 0
[    53.591]     MaxPixelClock: 0
[    53.591] Mode: 16a (0x0)
[    53.591]     ModeAttributes: 0x0
[    53.591]     WinAAttributes: 0x0
[    53.591]     WinBAttributes: 0x0
[    53.591]     WinGranularity: 0
[    53.591]     WinSize: 0
[    53.591]     WinASegment: 0x0
[    53.591]     WinBSegment: 0x0
[    53.591]     WinFuncPtr: 0x0
[    53.591]     BytesPerScanline: 0
[    53.592]     XResolution: 0
[    53.592]     YResolution: 0
[    53.592]     XCharSize: 0
[    53.592]     YCharSize: 0
[    53.592]     NumberOfPlanes: 0
[    53.592]     BitsPerPixel: 0
[    53.592]     NumberOfBanks: 0
[    53.592]     MemoryModel: 0
[    53.592]     BankSize: 0
[    53.592]     NumberOfImages: 0
[    53.592]     RedMaskSize: 0
[    53.592]     RedFieldPosition: 0
[    53.592]     GreenMaskSize: 0
[    53.592]     GreenFieldPosition: 0
[    53.592]     BlueMaskSize: 0
[    53.592]     BlueFieldPosition: 0
[    53.592]     RsvdMaskSize: 0
[    53.592]     RsvdFieldPosition: 0
[    53.592]     DirectColorModeInfo: 0
[    53.592]     PhysBasePtr: 0x0
[    53.592]     LinBytesPerScanLine: 0
[    53.592]     BnkNumberOfImagePages: 0
[    53.592]     LinNumberOfImagePages: 0
[    53.592]     LinRedMaskSize: 0
[    53.592]     LinRedFieldPosition: 0
[    53.592]     LinGreenMaskSize: 0
[    53.592]     LinGreenFieldPosition: 0
[    53.592]     LinBlueMaskSize: 0
[    53.592]     LinBlueFieldPosition: 0
[    53.592]     LinRsvdMaskSize: 0
[    53.592]     LinRsvdFieldPosition: 0
[    53.592]     MaxPixelClock: 0
[    53.593] Mode: 16b (0x0)
[    53.593]     ModeAttributes: 0x0
[    53.593]     WinAAttributes: 0x0
[    53.593]     WinBAttributes: 0x0
[    53.593]     WinGranularity: 0
[    53.593]     WinSize: 0
[    53.593]     WinASegment: 0x0
[    53.593]     WinBSegment: 0x0
[    53.593]     WinFuncPtr: 0x0
[    53.593]     BytesPerScanline: 0
[    53.593]     XResolution: 0
[    53.593]     YResolution: 0
[    53.593]     XCharSize: 0
[    53.593]     YCharSize: 0
[    53.593]     NumberOfPlanes: 0
[    53.593]     BitsPerPixel: 0
[    53.593]     NumberOfBanks: 0
[    53.593]     MemoryModel: 0
[    53.593]     BankSize: 0
[    53.593]     NumberOfImages: 0
[    53.593]     RedMaskSize: 0
[    53.593]     RedFieldPosition: 0
[    53.593]     GreenMaskSize: 0
[    53.593]     GreenFieldPosition: 0
[    53.593]     BlueMaskSize: 0
[    53.593]     BlueFieldPosition: 0
[    53.593]     RsvdMaskSize: 0
[    53.593]     RsvdFieldPosition: 0
[    53.593]     DirectColorModeInfo: 0
[    53.593]     PhysBasePtr: 0x0
[    53.593]     LinBytesPerScanLine: 0
[    53.593]     BnkNumberOfImagePages: 0
[    53.593]     LinNumberOfImagePages: 0
[    53.593]     LinRedMaskSize: 0
[    53.593]     LinRedFieldPosition: 0
[    53.593]     LinGreenMaskSize: 0
[    53.593]     LinGreenFieldPosition: 0
[    53.593]     LinBlueMaskSize: 0
[    53.593]     LinBlueFieldPosition: 0
[    53.593]     LinRsvdMaskSize: 0
[    53.593]     LinRsvdFieldPosition: 0
[    53.593]     MaxPixelClock: 0
[    53.594] Mode: 16c (0x0)
[    53.594]     ModeAttributes: 0x0
[    53.594]     WinAAttributes: 0x0
[    53.594]     WinBAttributes: 0x0
[    53.594]     WinGranularity: 0
[    53.594]     WinSize: 0
[    53.594]     WinASegment: 0x0
[    53.594]     WinBSegment: 0x0
[    53.594]     WinFuncPtr: 0x0
[    53.594]     BytesPerScanline: 0
[    53.594]     XResolution: 0
[    53.594]     YResolution: 0
[    53.594]     XCharSize: 0
[    53.594]     YCharSize: 0
[    53.594]     NumberOfPlanes: 0
[    53.594]     BitsPerPixel: 0
[    53.594]     NumberOfBanks: 0
[    53.594]     MemoryModel: 0
[    53.594]     BankSize: 0
[    53.594]     NumberOfImages: 0
[    53.594]     RedMaskSize: 0
[    53.594]     RedFieldPosition: 0
[    53.594]     GreenMaskSize: 0
[    53.595]     GreenFieldPosition: 0
[    53.595]     BlueMaskSize: 0
[    53.595]     BlueFieldPosition: 0
[    53.595]     RsvdMaskSize: 0
[    53.595]     RsvdFieldPosition: 0
[    53.595]     DirectColorModeInfo: 0
[    53.595]     PhysBasePtr: 0x0
[    53.595]     LinBytesPerScanLine: 0
[    53.595]     BnkNumberOfImagePages: 0
[    53.595]     LinNumberOfImagePages: 0
[    53.595]     LinRedMaskSize: 0
[    53.595]     LinRedFieldPosition: 0
[    53.595]     LinGreenMaskSize: 0
[    53.595]     LinGreenFieldPosition: 0
[    53.595]     LinBlueMaskSize: 0
[    53.595]     LinBlueFieldPosition: 0
[    53.595]     LinRsvdMaskSize: 0
[    53.595]     LinRsvdFieldPosition: 0
[    53.595]     MaxPixelClock: 0
[    53.595] Mode: 16d (0x0)
[    53.595]     ModeAttributes: 0x0
[    53.595]     WinAAttributes: 0x0
[    53.596]     WinBAttributes: 0x0
[    53.596]     WinGranularity: 0
[    53.596]     WinSize: 0
[    53.596]     WinASegment: 0x0
[    53.596]     WinBSegment: 0x0
[    53.596]     WinFuncPtr: 0x0
[    53.596]     BytesPerScanline: 0
[    53.596]     XResolution: 0
[    53.596]     YResolution: 0
[    53.596]     XCharSize: 0
[    53.596]     YCharSize: 0
[    53.596]     NumberOfPlanes: 0
[    53.596]     BitsPerPixel: 0
[    53.596]     NumberOfBanks: 0
[    53.596]     MemoryModel: 0
[    53.596]     BankSize: 0
[    53.596]     NumberOfImages: 0
[    53.596]     RedMaskSize: 0
[    53.596]     RedFieldPosition: 0
[    53.596]     GreenMaskSize: 0
[    53.596]     GreenFieldPosition: 0
[    53.596]     BlueMaskSize: 0
[    53.596]     BlueFieldPosition: 0
[    53.596]     RsvdMaskSize: 0
[    53.596]     RsvdFieldPosition: 0
[    53.596]     DirectColorModeInfo: 0
[    53.596]     PhysBasePtr: 0x0
[    53.596]     LinBytesPerScanLine: 0
[    53.596]     BnkNumberOfImagePages: 0
[    53.596]     LinNumberOfImagePages: 0
[    53.596]     LinRedMaskSize: 0
[    53.596]     LinRedFieldPosition: 0
[    53.596]     LinGreenMaskSize: 0
[    53.596]     LinGreenFieldPosition: 0
[    53.596]     LinBlueMaskSize: 0
[    53.596]     LinBlueFieldPosition: 0
[    53.596]     LinRsvdMaskSize: 0
[    53.596]     LinRsvdFieldPosition: 0
[    53.596]     MaxPixelClock: 0
[    53.597] Mode: 16e (0x0)
[    53.597]     ModeAttributes: 0x0
[    53.597]     WinAAttributes: 0x0
[    53.597]     WinBAttributes: 0x0
[    53.597]     WinGranularity: 0
[    53.597]     WinSize: 0
[    53.597]     WinASegment: 0x0
[    53.597]     WinBSegment: 0x0
[    53.597]     WinFuncPtr: 0x0
[    53.597]     BytesPerScanline: 0
[    53.597]     XResolution: 0
[    53.597]     YResolution: 0
[    53.597]     XCharSize: 0
[    53.597]     YCharSize: 0
[    53.597]     NumberOfPlanes: 0
[    53.597]     BitsPerPixel: 0
[    53.597]     NumberOfBanks: 0
[    53.597]     MemoryModel: 0
[    53.597]     BankSize: 0
[    53.597]     NumberOfImages: 0
[    53.597]     RedMaskSize: 0
[    53.597]     RedFieldPosition: 0
[    53.597]     GreenMaskSize: 0
[    53.597]     GreenFieldPosition: 0
[    53.597]     BlueMaskSize: 0
[    53.597]     BlueFieldPosition: 0
[    53.597]     RsvdMaskSize: 0
[    53.597]     RsvdFieldPosition: 0
[    53.597]     DirectColorModeInfo: 0
[    53.597]     PhysBasePtr: 0x0
[    53.597]     LinBytesPerScanLine: 0
[    53.597]     BnkNumberOfImagePages: 0
[    53.597]     LinNumberOfImagePages: 0
[    53.597]     LinRedMaskSize: 0
[    53.597]     LinRedFieldPosition: 0
[    53.598]     LinGreenMaskSize: 0
[    53.598]     LinGreenFieldPosition: 0
[    53.598]     LinBlueMaskSize: 0
[    53.598]     LinBlueFieldPosition: 0
[    53.598]     LinRsvdMaskSize: 0
[    53.598]     LinRsvdFieldPosition: 0
[    53.598]     MaxPixelClock: 0
[    53.598] Mode: 16f (0x0)
[    53.598]     ModeAttributes: 0x0
[    53.598]     WinAAttributes: 0x0
[    53.598]     WinBAttributes: 0x0
[    53.598]     WinGranularity: 0
[    53.598]     WinSize: 0
[    53.598]     WinASegment: 0x0
[    53.598]     WinBSegment: 0x0
[    53.598]     WinFuncPtr: 0x0
[    53.598]     BytesPerScanline: 0
[    53.598]     XResolution: 0
[    53.598]     YResolution: 0
[    53.598]     XCharSize: 0
[    53.598]     YCharSize: 0
[    53.598]     NumberOfPlanes: 0
[    53.598]     BitsPerPixel: 0
[    53.598]     NumberOfBanks: 0
[    53.598]     MemoryModel: 0
[    53.598]     BankSize: 0
[    53.598]     NumberOfImages: 0
[    53.598]     RedMaskSize: 0
[    53.598]     RedFieldPosition: 0
[    53.598]     GreenMaskSize: 0
[    53.598]     GreenFieldPosition: 0
[    53.598]     BlueMaskSize: 0
[    53.598]     BlueFieldPosition: 0
[    53.598]     RsvdMaskSize: 0
[    53.598]     RsvdFieldPosition: 0
[    53.598]     DirectColorModeInfo: 0
[    53.598]     PhysBasePtr: 0x0
[    53.599]     LinBytesPerScanLine: 0
[    53.599]     BnkNumberOfImagePages: 0
[    53.599]     LinNumberOfImagePages: 0
[    53.599]     LinRedMaskSize: 0
[    53.599]     LinRedFieldPosition: 0
[    53.599]     LinGreenMaskSize: 0
[    53.599]     LinGreenFieldPosition: 0
[    53.599]     LinBlueMaskSize: 0
[    53.599]     LinBlueFieldPosition: 0
[    53.599]     LinRsvdMaskSize: 0
[    53.599]     LinRsvdFieldPosition: 0
[    53.599]     MaxPixelClock: 0
[    53.599] Mode: 170 (0x0)
[    53.599]     ModeAttributes: 0x0
[    53.599]     WinAAttributes: 0x0
[    53.599]     WinBAttributes: 0x0
[    53.599]     WinGranularity: 0
[    53.599]     WinSize: 0
[    53.599]     WinASegment: 0x0
[    53.599]     WinBSegment: 0x0
[    53.599]     WinFuncPtr: 0x0
[    53.599]     BytesPerScanline: 0
[    53.599]     XResolution: 0
[    53.599]     YResolution: 0
[    53.599]     XCharSize: 0
[    53.599]     YCharSize: 0
[    53.599]     NumberOfPlanes: 0
[    53.599]     BitsPerPixel: 0
[    53.599]     NumberOfBanks: 0
[    53.599]     MemoryModel: 0
[    53.599]     BankSize: 0
[    53.599]     NumberOfImages: 0
[    53.599]     RedMaskSize: 0
[    53.599]     RedFieldPosition: 0
[    53.599]     GreenMaskSize: 0
[    53.599]     GreenFieldPosition: 0
[    53.599]     BlueMaskSize: 0
[    53.599]     BlueFieldPosition: 0
[    53.600]     RsvdMaskSize: 0
[    53.600]     RsvdFieldPosition: 0
[    53.600]     DirectColorModeInfo: 0
[    53.600]     PhysBasePtr: 0x0
[    53.600]     LinBytesPerScanLine: 0
[    53.600]     BnkNumberOfImagePages: 0
[    53.600]     LinNumberOfImagePages: 0
[    53.600]     LinRedMaskSize: 0
[    53.600]     LinRedFieldPosition: 0
[    53.600]     LinGreenMaskSize: 0
[    53.600]     LinGreenFieldPosition: 0
[    53.600]     LinBlueMaskSize: 0
[    53.600]     LinBlueFieldPosition: 0
[    53.600]     LinRsvdMaskSize: 0
[    53.600]     LinRsvdFieldPosition: 0
[    53.600]     MaxPixelClock: 0
[    53.600] Mode: 171 (0x0)
[    53.600]     ModeAttributes: 0x0
[    53.600]     WinAAttributes: 0x0
[    53.600]     WinBAttributes: 0x0
[    53.600]     WinGranularity: 0
[    53.600]     WinSize: 0
[    53.600]     WinASegment: 0x0
[    53.600]     WinBSegment: 0x0
[    53.600]     WinFuncPtr: 0x0
[    53.600]     BytesPerScanline: 0
[    53.600]     XResolution: 0
[    53.600]     YResolution: 0
[    53.600]     XCharSize: 0
[    53.600]     YCharSize: 0
[    53.600]     NumberOfPlanes: 0
[    53.600]     BitsPerPixel: 0
[    53.600]     NumberOfBanks: 0
[    53.600]     MemoryModel: 0
[    53.600]     BankSize: 0
[    53.600]     NumberOfImages: 0
[    53.600]     RedMaskSize: 0
[    53.600]     RedFieldPosition: 0
[    53.601]     GreenMaskSize: 0
[    53.601]     GreenFieldPosition: 0
[    53.601]     BlueMaskSize: 0
[    53.601]     BlueFieldPosition: 0
[    53.601]     RsvdMaskSize: 0
[    53.601]     RsvdFieldPosition: 0
[    53.601]     DirectColorModeInfo: 0
[    53.601]     PhysBasePtr: 0x0
[    53.601]     LinBytesPerScanLine: 0
[    53.601]     BnkNumberOfImagePages: 0
[    53.601]     LinNumberOfImagePages: 0
[    53.601]     LinRedMaskSize: 0
[    53.601]     LinRedFieldPosition: 0
[    53.601]     LinGreenMaskSize: 0
[    53.601]     LinGreenFieldPosition: 0
[    53.601]     LinBlueMaskSize: 0
[    53.601]     LinBlueFieldPosition: 0
[    53.601]     LinRsvdMaskSize: 0
[    53.601]     LinRsvdFieldPosition: 0
[    53.601]     MaxPixelClock: 0
[    53.601] Mode: 13c (0x0)
[    53.601]     ModeAttributes: 0x0
[    53.601]     WinAAttributes: 0x0
[    53.601]     WinBAttributes: 0x0
[    53.601]     WinGranularity: 0
[    53.601]     WinSize: 0
[    53.601]     WinASegment: 0x0
[    53.601]     WinBSegment: 0x0
[    53.601]     WinFuncPtr: 0x0
[    53.601]     BytesPerScanline: 0
[    53.601]     XResolution: 0
[    53.601]     YResolution: 0
[    53.601]     XCharSize: 0
[    53.601]     YCharSize: 0
[    53.601]     NumberOfPlanes: 0
[    53.601]     BitsPerPixel: 0
[    53.601]     NumberOfBanks: 0
[    53.601]     MemoryModel: 0
[    53.602]     BankSize: 0
[    53.602]     NumberOfImages: 0
[    53.602]     RedMaskSize: 0
[    53.602]     RedFieldPosition: 0
[    53.602]     GreenMaskSize: 0
[    53.602]     GreenFieldPosition: 0
[    53.602]     BlueMaskSize: 0
[    53.602]     BlueFieldPosition: 0
[    53.602]     RsvdMaskSize: 0
[    53.602]     RsvdFieldPosition: 0
[    53.602]     DirectColorModeInfo: 0
[    53.602]     PhysBasePtr: 0x0
[    53.602]     LinBytesPerScanLine: 0
[    53.602]     BnkNumberOfImagePages: 0
[    53.602]     LinNumberOfImagePages: 0
[    53.602]     LinRedMaskSize: 0
[    53.602]     LinRedFieldPosition: 0
[    53.602]     LinGreenMaskSize: 0
[    53.602]     LinGreenFieldPosition: 0
[    53.602]     LinBlueMaskSize: 0
[    53.602]     LinBlueFieldPosition: 0
[    53.602]     LinRsvdMaskSize: 0
[    53.602]     LinRsvdFieldPosition: 0
[    53.602]     MaxPixelClock: 0
[    53.602] Mode: 14d (0x0)
[    53.602]     ModeAttributes: 0x0
[    53.602]     WinAAttributes: 0x0
[    53.602]     WinBAttributes: 0x0
[    53.602]     WinGranularity: 0
[    53.602]     WinSize: 0
[    53.602]     WinASegment: 0x0
[    53.602]     WinBSegment: 0x0
[    53.602]     WinFuncPtr: 0x0
[    53.602]     BytesPerScanline: 0
[    53.602]     XResolution: 0
[    53.603]     YResolution: 0
[    53.603]     XCharSize: 0
[    53.603]     YCharSize: 0
[    53.603]     NumberOfPlanes: 0
[    53.603]     BitsPerPixel: 0
[    53.603]     NumberOfBanks: 0
[    53.603]     MemoryModel: 0
[    53.603]     BankSize: 0
[    53.603]     NumberOfImages: 0
[    53.603]     RedMaskSize: 0
[    53.603]     RedFieldPosition: 0
[    53.603]     GreenMaskSize: 0
[    53.603]     GreenFieldPosition: 0
[    53.603]     BlueMaskSize: 0
[    53.603]     BlueFieldPosition: 0
[    53.603]     RsvdMaskSize: 0
[    53.603]     RsvdFieldPosition: 0
[    53.603]     DirectColorModeInfo: 0
[    53.603]     PhysBasePtr: 0x0
[    53.603]     LinBytesPerScanLine: 0
[    53.603]     BnkNumberOfImagePages: 0
[    53.603]     LinNumberOfImagePages: 0
[    53.603]     LinRedMaskSize: 0
[    53.603]     LinRedFieldPosition: 0
[    53.603]     LinGreenMaskSize: 0
[    53.603]     LinGreenFieldPosition: 0
[    53.603]     LinBlueMaskSize: 0
[    53.603]     LinBlueFieldPosition: 0
[    53.603]     LinRsvdMaskSize: 0
[    53.603]     LinRsvdFieldPosition: 0
[    53.603]     MaxPixelClock: 0
[    53.603] Mode: 15c (0x0)
[    53.603]     ModeAttributes: 0x0
[    53.603]     WinAAttributes: 0x0
[    53.603]     WinBAttributes: 0x0
[    53.604]     WinGranularity: 0
[    53.604]     WinSize: 0
[    53.604]     WinASegment: 0x0
[    53.604]     WinBSegment: 0x0
[    53.604]     WinFuncPtr: 0x0
[    53.604]     BytesPerScanline: 0
[    53.604]     XResolution: 0
[    53.604]     YResolution: 0
[    53.604]     XCharSize: 0
[    53.604]     YCharSize: 0
[    53.604]     NumberOfPlanes: 0
[    53.604]     BitsPerPixel: 0
[    53.604]     NumberOfBanks: 0
[    53.604]     MemoryModel: 0
[    53.604]     BankSize: 0
[    53.604]     NumberOfImages: 0
[    53.604]     RedMaskSize: 0
[    53.604]     RedFieldPosition: 0
[    53.604]     GreenMaskSize: 0
[    53.604]     GreenFieldPosition: 0
[    53.604]     BlueMaskSize: 0
[    53.604]     BlueFieldPosition: 0
[    53.604]     RsvdMaskSize: 0
[    53.604]     RsvdFieldPosition: 0
[    53.604]     DirectColorModeInfo: 0
[    53.604]     PhysBasePtr: 0x0
[    53.604]     LinBytesPerScanLine: 0
[    53.604]     BnkNumberOfImagePages: 0
[    53.604]     LinNumberOfImagePages: 0
[    53.604]     LinRedMaskSize: 0
[    53.604]     LinRedFieldPosition: 0
[    53.604]     LinGreenMaskSize: 0
[    53.604]     LinGreenFieldPosition: 0
[    53.604]     LinBlueMaskSize: 0
[    53.604]     LinBlueFieldPosition: 0
[    53.604]     LinRsvdMaskSize: 0
[    53.604]     LinRsvdFieldPosition: 0
[    53.604]     MaxPixelClock: 0
[    53.605] Mode: 13a (0x0)
[    53.605]     ModeAttributes: 0x0
[    53.605]     WinAAttributes: 0x0
[    53.605]     WinBAttributes: 0x0
[    53.605]     WinGranularity: 0
[    53.605]     WinSize: 0
[    53.605]     WinASegment: 0x0
[    53.605]     WinBSegment: 0x0
[    53.605]     WinFuncPtr: 0x0
[    53.605]     BytesPerScanline: 0
[    53.605]     XResolution: 0
[    53.605]     YResolution: 0
[    53.605]     XCharSize: 0
[    53.605]     YCharSize: 0
[    53.605]     NumberOfPlanes: 0
[    53.605]     BitsPerPixel: 0
[    53.605]     NumberOfBanks: 0
[    53.605]     MemoryModel: 0
[    53.605]     BankSize: 0
[    53.605]     NumberOfImages: 0
[    53.605]     RedMaskSize: 0
[    53.605]     RedFieldPosition: 0
[    53.605]     GreenMaskSize: 0
[    53.605]     GreenFieldPosition: 0
[    53.605]     BlueMaskSize: 0
[    53.605]     BlueFieldPosition: 0
[    53.605]     RsvdMaskSize: 0
[    53.605]     RsvdFieldPosition: 0
[    53.605]     DirectColorModeInfo: 0
[    53.605]     PhysBasePtr: 0x0
[    53.605]     LinBytesPerScanLine: 0
[    53.605]     BnkNumberOfImagePages: 0
[    53.605]     LinNumberOfImagePages: 0
[    53.605]     LinRedMaskSize: 0
[    53.605]     LinRedFieldPosition: 0
[    53.605]     LinGreenMaskSize: 0
[    53.605]     LinGreenFieldPosition: 0
[    53.605]     LinBlueMaskSize: 0
[    53.605]     LinBlueFieldPosition: 0
[    53.605]     LinRsvdMaskSize: 0
[    53.605]     LinRsvdFieldPosition: 0
[    53.605]     MaxPixelClock: 0
[    53.606] Mode: 14b (0x0)
[    53.606]     ModeAttributes: 0x0
[    53.606]     WinAAttributes: 0x0
[    53.606]     WinBAttributes: 0x0
[    53.606]     WinGranularity: 0
[    53.606]     WinSize: 0
[    53.606]     WinASegment: 0x0
[    53.606]     WinBSegment: 0x0
[    53.606]     WinFuncPtr: 0x0
[    53.606]     BytesPerScanline: 0
[    53.606]     XResolution: 0
[    53.606]     YResolution: 0
[    53.606]     XCharSize: 0
[    53.606]     YCharSize: 0
[    53.606]     NumberOfPlanes: 0
[    53.606]     BitsPerPixel: 0
[    53.606]     NumberOfBanks: 0
[    53.606]     MemoryModel: 0
[    53.606]     BankSize: 0
[    53.606]     NumberOfImages: 0
[    53.606]     RedMaskSize: 0
[    53.606]     RedFieldPosition: 0
[    53.606]     GreenMaskSize: 0
[    53.606]     GreenFieldPosition: 0
[    53.606]     BlueMaskSize: 0
[    53.606]     BlueFieldPosition: 0
[    53.606]     RsvdMaskSize: 0
[    53.606]     RsvdFieldPosition: 0
[    53.606]     DirectColorModeInfo: 0
[    53.606]     PhysBasePtr: 0x0
[    53.606]     LinBytesPerScanLine: 0
[    53.606]     BnkNumberOfImagePages: 0
[    53.607]     LinNumberOfImagePages: 0
[    53.607]     LinRedMaskSize: 0
[    53.607]     LinRedFieldPosition: 0
[    53.607]     LinGreenMaskSize: 0
[    53.607]     LinGreenFieldPosition: 0
[    53.607]     LinBlueMaskSize: 0
[    53.607]     LinBlueFieldPosition: 0
[    53.607]     LinRsvdMaskSize: 0
[    53.607]     LinRsvdFieldPosition: 0
[    53.607]     MaxPixelClock: 0
[    53.607] Mode: 15a (0x0)
[    53.607]     ModeAttributes: 0x0
[    53.607]     WinAAttributes: 0x0
[    53.607]     WinBAttributes: 0x0
[    53.607]     WinGranularity: 0
[    53.607]     WinSize: 0
[    53.607]     WinASegment: 0x0
[    53.607]     WinBSegment: 0x0
[    53.607]     WinFuncPtr: 0x0
[    53.607]     BytesPerScanline: 0
[    53.607]     XResolution: 0
[    53.607]     YResolution: 0
[    53.607]     XCharSize: 0
[    53.607]     YCharSize: 0
[    53.608]     NumberOfPlanes: 0
[    53.608]     BitsPerPixel: 0
[    53.608]     NumberOfBanks: 0
[    53.608]     MemoryModel: 0
[    53.608]     BankSize: 0
[    53.608]     NumberOfImages: 0
[    53.608]     RedMaskSize: 0
[    53.608]     RedFieldPosition: 0
[    53.608]     GreenMaskSize: 0
[    53.608]     GreenFieldPosition: 0
[    53.608]     BlueMaskSize: 0
[    53.608]     BlueFieldPosition: 0
[    53.608]     RsvdMaskSize: 0
[    53.608]     RsvdFieldPosition: 0
[    53.608]     DirectColorModeInfo: 0
[    53.608]     PhysBasePtr: 0x0
[    53.608]     LinBytesPerScanLine: 0
[    53.608]     BnkNumberOfImagePages: 0
[    53.608]     LinNumberOfImagePages: 0
[    53.608]     LinRedMaskSize: 0
[    53.608]     LinRedFieldPosition: 0
[    53.608]     LinGreenMaskSize: 0
[    53.608]     LinGreenFieldPosition: 0
[    53.608]     LinBlueMaskSize: 0
[    53.608]     LinBlueFieldPosition: 0
[    53.608]     LinRsvdMaskSize: 0
[    53.608]     LinRsvdFieldPosition: 0
[    53.608]     MaxPixelClock: 0
[    53.608] Mode: 107 (0x0)
[    53.608]     ModeAttributes: 0x0
[    53.608]     WinAAttributes: 0x0
[    53.608]     WinBAttributes: 0x0
[    53.609]     WinGranularity: 0
[    53.609]     WinSize: 0
[    53.609]     WinASegment: 0x0
[    53.609]     WinBSegment: 0x0
[    53.609]     WinFuncPtr: 0x0
[    53.609]     BytesPerScanline: 0
[    53.609]     XResolution: 0
[    53.609]     YResolution: 0
[    53.609]     XCharSize: 0
[    53.609]     YCharSize: 0
[    53.609]     NumberOfPlanes: 0
[    53.609]     BitsPerPixel: 0
[    53.609]     NumberOfBanks: 0
[    53.609]     MemoryModel: 0
[    53.609]     BankSize: 0
[    53.609]     NumberOfImages: 0
[    53.609]     RedMaskSize: 0
[    53.609]     RedFieldPosition: 0
[    53.609]     GreenMaskSize: 0
[    53.609]     GreenFieldPosition: 0
[    53.609]     BlueMaskSize: 0
[    53.609]     BlueFieldPosition: 0
[    53.609]     RsvdMaskSize: 0
[    53.609]     RsvdFieldPosition: 0
[    53.609]     DirectColorModeInfo: 0
[    53.609]     PhysBasePtr: 0x0
[    53.609]     LinBytesPerScanLine: 0
[    53.609]     BnkNumberOfImagePages: 0
[    53.609]     LinNumberOfImagePages: 0
[    53.609]     LinRedMaskSize: 0
[    53.609]     LinRedFieldPosition: 0
[    53.609]     LinGreenMaskSize: 0
[    53.609]     LinGreenFieldPosition: 0
[    53.609]     LinBlueMaskSize: 0
[    53.609]     LinBlueFieldPosition: 0
[    53.609]     LinRsvdMaskSize: 0
[    53.609]     LinRsvdFieldPosition: 0
[    53.609]     MaxPixelClock: 0
[    53.610] Mode: 11a (0x0)
[    53.610]     ModeAttributes: 0x0
[    53.610]     WinAAttributes: 0x0
[    53.610]     WinBAttributes: 0x0
[    53.610]     WinGranularity: 0
[    53.610]     WinSize: 0
[    53.610]     WinASegment: 0x0
[    53.610]     WinBSegment: 0x0
[    53.610]     WinFuncPtr: 0x0
[    53.610]     BytesPerScanline: 0
[    53.610]     XResolution: 0
[    53.610]     YResolution: 0
[    53.610]     XCharSize: 0
[    53.610]     YCharSize: 0
[    53.610]     NumberOfPlanes: 0
[    53.610]     BitsPerPixel: 0
[    53.610]     NumberOfBanks: 0
[    53.610]     MemoryModel: 0
[    53.610]     BankSize: 0
[    53.610]     NumberOfImages: 0
[    53.610]     RedMaskSize: 0
[    53.610]     RedFieldPosition: 0
[    53.610]     GreenMaskSize: 0
[    53.610]     GreenFieldPosition: 0
[    53.610]     BlueMaskSize: 0
[    53.610]     BlueFieldPosition: 0
[    53.610]     RsvdMaskSize: 0
[    53.610]     RsvdFieldPosition: 0
[    53.610]     DirectColorModeInfo: 0
[    53.610]     PhysBasePtr: 0x0
[    53.610]     LinBytesPerScanLine: 0
[    53.610]     BnkNumberOfImagePages: 0
[    53.610]     LinNumberOfImagePages: 0
[    53.610]     LinRedMaskSize: 0
[    53.610]     LinRedFieldPosition: 0
[    53.610]     LinGreenMaskSize: 0
[    53.610]     LinGreenFieldPosition: 0
[    53.610]     LinBlueMaskSize: 0
[    53.610]     LinBlueFieldPosition: 0
[    53.610]     LinRsvdMaskSize: 0
[    53.610]     LinRsvdFieldPosition: 0
[    53.610]     MaxPixelClock: 0
[    53.611] Mode: 11b (0x0)
[    53.611]     ModeAttributes: 0x0
[    53.611]     WinAAttributes: 0x0
[    53.611]     WinBAttributes: 0x0
[    53.611]     WinGranularity: 0
[    53.611]     WinSize: 0
[    53.611]     WinASegment: 0x0
[    53.611]     WinBSegment: 0x0
[    53.611]     WinFuncPtr: 0x0
[    53.611]     BytesPerScanline: 0
[    53.611]     XResolution: 0
[    53.611]     YResolution: 0
[    53.611]     XCharSize: 0
[    53.611]     YCharSize: 0
[    53.611]     NumberOfPlanes: 0
[    53.611]     BitsPerPixel: 0
[    53.611]     NumberOfBanks: 0
[    53.611]     MemoryModel: 0
[    53.611]     BankSize: 0
[    53.611]     NumberOfImages: 0
[    53.611]     RedMaskSize: 0
[    53.611]     RedFieldPosition: 0
[    53.611]     GreenMaskSize: 0
[    53.611]     GreenFieldPosition: 0
[    53.611]     BlueMaskSize: 0
[    53.611]     BlueFieldPosition: 0
[    53.612]     RsvdMaskSize: 0
[    53.612]     RsvdFieldPosition: 0
[    53.612]     DirectColorModeInfo: 0
[    53.612]     PhysBasePtr: 0x0
[    53.612]     LinBytesPerScanLine: 0
[    53.612]     BnkNumberOfImagePages: 0
[    53.612]     LinNumberOfImagePages: 0
[    53.612]     LinRedMaskSize: 0
[    53.612]     LinRedFieldPosition: 0
[    53.612]     LinGreenMaskSize: 0
[    53.612]     LinGreenFieldPosition: 0
[    53.612]     LinBlueMaskSize: 0
[    53.612]     LinBlueFieldPosition: 0
[    53.612]     LinRsvdMaskSize: 0
[    53.612]     LinRsvdFieldPosition: 0
[    53.612]     MaxPixelClock: 0
[    53.613] Mode: 105 (1024x768)
[    53.613]     ModeAttributes: 0x9b
[    53.613]     WinAAttributes: 0x7
[    53.613]     WinBAttributes: 0x0
[    53.613]     WinGranularity: 64
[    53.613]     WinSize: 64
[    53.613]     WinASegment: 0xa000
[    53.613]     WinBSegment: 0x0
[    53.613]     WinFuncPtr: 0xc000843a
[    53.613]     BytesPerScanline: 1024
[    53.613]     XResolution: 1024
[    53.613]     YResolution: 768
[    53.613]     XCharSize: 8
[    53.613]     YCharSize: 16
[    53.613]     NumberOfPlanes: 1
[    53.613]     BitsPerPixel: 8
[    53.613]     NumberOfBanks: 1
[    53.613]     MemoryModel: 4
[    53.613]     BankSize: 0
[    53.613]     NumberOfImages: 41
[    53.613]     RedMaskSize: 0
[    53.613]     RedFieldPosition: 0
[    53.613]     GreenMaskSize: 0
[    53.613]     GreenFieldPosition: 0
[    53.613]     BlueMaskSize: 0
[    53.613]     BlueFieldPosition: 0
[    53.613]     RsvdMaskSize: 0
[    53.613]     RsvdFieldPosition: 0
[    53.613]     DirectColorModeInfo: 0
[    53.613]     PhysBasePtr: 0xd0000000
[    53.613]     LinBytesPerScanLine: 1024
[    53.613]     BnkNumberOfImagePages: 41
[    53.613]     LinNumberOfImagePages: 41
[    53.613]     LinRedMaskSize: 0
[    53.613]     LinRedFieldPosition: 0
[    53.613]     LinGreenMaskSize: 0
[    53.613]     LinGreenFieldPosition: 0
[    53.613]     LinBlueMaskSize: 0
[    53.613]     LinBlueFieldPosition: 0
[    53.613]     LinRsvdMaskSize: 0
[    53.613]     LinRsvdFieldPosition: 0
[    53.613]     MaxPixelClock: 230000000
[    53.614] Mode: 117 (1024x768)
[    53.614]     ModeAttributes: 0x9b
[    53.614]     WinAAttributes: 0x7
[    53.614]     WinBAttributes: 0x0
[    53.614]     WinGranularity: 64
[    53.614]     WinSize: 64
[    53.614]     WinASegment: 0xa000
[    53.614]     WinBSegment: 0x0
[    53.614]     WinFuncPtr: 0xc000843a
[    53.614]     BytesPerScanline: 2048
[    53.614]     XResolution: 1024
[    53.614]     YResolution: 768
[    53.614]     XCharSize: 8
[    53.615]     YCharSize: 16
[    53.615]     NumberOfPlanes: 1
[    53.615]     BitsPerPixel: 16
[    53.615]     NumberOfBanks: 1
[    53.615]     MemoryModel: 6
[    53.615]     BankSize: 0
[    53.615]     NumberOfImages: 20
[    53.615]     RedMaskSize: 5
[    53.615]     RedFieldPosition: 11
[    53.615]     GreenMaskSize: 6
[    53.615]     GreenFieldPosition: 5
[    53.615]     BlueMaskSize: 5
[    53.615]     BlueFieldPosition: 0
[    53.615]     RsvdMaskSize: 0
[    53.615]     RsvdFieldPosition: 0
[    53.615]     DirectColorModeInfo: 0
[    53.615]     PhysBasePtr: 0xd0000000
[    53.615]     LinBytesPerScanLine: 2048
[    53.615]     BnkNumberOfImagePages: 20
[    53.615]     LinNumberOfImagePages: 20
[    53.615]     LinRedMaskSize: 5
[    53.615]     LinRedFieldPosition: 11
[    53.615]     LinGreenMaskSize: 6
[    53.615]     LinGreenFieldPosition: 5
[    53.615]     LinBlueMaskSize: 5
[    53.615]     LinBlueFieldPosition: 0
[    53.615]     LinRsvdMaskSize: 0
[    53.615]     LinRsvdFieldPosition: 0
[    53.615]     MaxPixelClock: 230000000
[    53.616] *Mode: 118 (1024x768)
[    53.616]     ModeAttributes: 0x9b
[    53.616]     WinAAttributes: 0x7
[    53.616]     WinBAttributes: 0x0
[    53.616]     WinGranularity: 64
[    53.616]     WinSize: 64
[    53.616]     WinASegment: 0xa000
[    53.616]     WinBSegment: 0x0
[    53.616]     WinFuncPtr: 0xc000843a
[    53.616]     BytesPerScanline: 4096
[    53.616]     XResolution: 1024
[    53.616]     YResolution: 768
[    53.616]     XCharSize: 8
[    53.616]     YCharSize: 16
[    53.616]     NumberOfPlanes: 1
[    53.616]     BitsPerPixel: 32
[    53.616]     NumberOfBanks: 1
[    53.616]     MemoryModel: 6
[    53.616]     BankSize: 0
[    53.616]     NumberOfImages: 9
[    53.616]     RedMaskSize: 8
[    53.616]     RedFieldPosition: 16
[    53.616]     GreenMaskSize: 8
[    53.617]     GreenFieldPosition: 8
[    53.617]     BlueMaskSize: 8
[    53.617]     BlueFieldPosition: 0
[    53.617]     RsvdMaskSize: 8
[    53.617]     RsvdFieldPosition: 24
[    53.617]     DirectColorModeInfo: 0
[    53.617]     PhysBasePtr: 0xd0000000
[    53.617]     LinBytesPerScanLine: 4096
[    53.617]     BnkNumberOfImagePages: 9
[    53.617]     LinNumberOfImagePages: 9
[    53.617]     LinRedMaskSize: 8
[    53.617]     LinRedFieldPosition: 16
[    53.617]     LinGreenMaskSize: 8
[    53.617]     LinGreenFieldPosition: 8
[    53.617]     LinBlueMaskSize: 8
[    53.617]     LinBlueFieldPosition: 0
[    53.617]     LinRsvdMaskSize: 8
[    53.617]     LinRsvdFieldPosition: 24
[    53.617]     MaxPixelClock: 230000000
[    53.618] *Mode: 112 (640x480)
[    53.618]     ModeAttributes: 0x9b
[    53.618]     WinAAttributes: 0x7
[    53.618]     WinBAttributes: 0x0
[    53.618]     WinGranularity: 64
[    53.618]     WinSize: 64
[    53.618]     WinASegment: 0xa000
[    53.618]     WinBSegment: 0x0
[    53.618]     WinFuncPtr: 0xc000843a
[    53.618]     BytesPerScanline: 2560
[    53.618]     XResolution: 640
[    53.618]     YResolution: 480
[    53.618]     XCharSize: 8
[    53.618]     YCharSize: 16
[    53.618]     NumberOfPlanes: 1
[    53.618]     BitsPerPixel: 32
[    53.618]     NumberOfBanks: 1
[    53.618]     MemoryModel: 6
[    53.618]     BankSize: 0
[    53.618]     NumberOfImages: 25
[    53.618]     RedMaskSize: 8
[    53.618]     RedFieldPosition: 16
[    53.618]     GreenMaskSize: 8
[    53.618]     GreenFieldPosition: 8
[    53.618]     BlueMaskSize: 8
[    53.618]     BlueFieldPosition: 0
[    53.618]     RsvdMaskSize: 8
[    53.618]     RsvdFieldPosition: 24
[    53.618]     DirectColorModeInfo: 0
[    53.618]     PhysBasePtr: 0xd0000000
[    53.618]     LinBytesPerScanLine: 2560
[    53.618]     BnkNumberOfImagePages: 25
[    53.618]     LinNumberOfImagePages: 25
[    53.619]     LinRedMaskSize: 8
[    53.619]     LinRedFieldPosition: 16
[    53.619]     LinGreenMaskSize: 8
[    53.619]     LinGreenFieldPosition: 8
[    53.619]     LinBlueMaskSize: 8
[    53.619]     LinBlueFieldPosition: 0
[    53.619]     LinRsvdMaskSize: 8
[    53.619]     LinRsvdFieldPosition: 24
[    53.619]     MaxPixelClock: 230000000
[    53.620] Mode: 114 (800x600)
[    53.620]     ModeAttributes: 0x9b
[    53.620]     WinAAttributes: 0x7
[    53.620]     WinBAttributes: 0x0
[    53.620]     WinGranularity: 64
[    53.620]     WinSize: 64
[    53.620]     WinASegment: 0xa000
[    53.620]     WinBSegment: 0x0
[    53.620]     WinFuncPtr: 0xc000843a
[    53.620]     BytesPerScanline: 1600
[    53.620]     XResolution: 800
[    53.620]     YResolution: 600
[    53.620]     XCharSize: 8
[    53.620]     YCharSize: 16
[    53.620]     NumberOfPlanes: 1
[    53.620]     BitsPerPixel: 16
[    53.620]     NumberOfBanks: 1
[    53.620]     MemoryModel: 6
[    53.620]     BankSize: 0
[    53.620]     NumberOfImages: 33
[    53.620]     RedMaskSize: 5
[    53.620]     RedFieldPosition: 11
[    53.620]     GreenMaskSize: 6
[    53.620]     GreenFieldPosition: 5
[    53.620]     BlueMaskSize: 5
[    53.620]     BlueFieldPosition: 0
[    53.620]     RsvdMaskSize: 0
[    53.620]     RsvdFieldPosition: 0
[    53.620]     DirectColorModeInfo: 0
[    53.620]     PhysBasePtr: 0xd0000000
[    53.620]     LinBytesPerScanLine: 1600
[    53.620]     BnkNumberOfImagePages: 33
[    53.620]     LinNumberOfImagePages: 33
[    53.620]     LinRedMaskSize: 5
[    53.620]     LinRedFieldPosition: 11
[    53.620]     LinGreenMaskSize: 6
[    53.620]     LinGreenFieldPosition: 5
[    53.620]     LinBlueMaskSize: 5
[    53.620]     LinBlueFieldPosition: 0
[    53.620]     LinRsvdMaskSize: 0
[    53.620]     LinRsvdFieldPosition: 0
[    53.620]     MaxPixelClock: 230000000
[    53.621] *Mode: 115 (800x600)
[    53.621]     ModeAttributes: 0x9b
[    53.621]     WinAAttributes: 0x7
[    53.621]     WinBAttributes: 0x0
[    53.621]     WinGranularity: 64
[    53.621]     WinSize: 64
[    53.621]     WinASegment: 0xa000
[    53.621]     WinBSegment: 0x0
[    53.622]     WinFuncPtr: 0xc000843a
[    53.622]     BytesPerScanline: 3200
[    53.622]     XResolution: 800
[    53.622]     YResolution: 600
[    53.622]     XCharSize: 8
[    53.622]     YCharSize: 16
[    53.622]     NumberOfPlanes: 1
[    53.622]     BitsPerPixel: 32
[    53.622]     NumberOfBanks: 1
[    53.622]     MemoryModel: 6
[    53.622]     BankSize: 0
[    53.622]     NumberOfImages: 16
[    53.622]     RedMaskSize: 8
[    53.622]     RedFieldPosition: 16
[    53.622]     GreenMaskSize: 8
[    53.622]     GreenFieldPosition: 8
[    53.622]     BlueMaskSize: 8
[    53.622]     BlueFieldPosition: 0
[    53.622]     RsvdMaskSize: 8
[    53.622]     RsvdFieldPosition: 24
[    53.622]     DirectColorModeInfo: 0
[    53.622]     PhysBasePtr: 0xd0000000
[    53.622]     LinBytesPerScanLine: 3200
[    53.622]     BnkNumberOfImagePages: 16
[    53.622]     LinNumberOfImagePages: 16
[    53.622]     LinRedMaskSize: 8
[    53.622]     LinRedFieldPosition: 16
[    53.622]     LinGreenMaskSize: 8
[    53.622]     LinGreenFieldPosition: 8
[    53.622]     LinBlueMaskSize: 8
[    53.622]     LinBlueFieldPosition: 0
[    53.622]     LinRsvdMaskSize: 8
[    53.622]     LinRsvdFieldPosition: 24
[    53.622]     MaxPixelClock: 230000000
[    53.623] Mode: 101 (640x480)
[    53.623]     ModeAttributes: 0x9b
[    53.623]     WinAAttributes: 0x7
[    53.623]     WinBAttributes: 0x0
[    53.623]     WinGranularity: 64
[    53.623]     WinSize: 64
[    53.623]     WinASegment: 0xa000
[    53.623]     WinBSegment: 0x0
[    53.623]     WinFuncPtr: 0xc000843a
[    53.623]     BytesPerScanline: 640
[    53.623]     XResolution: 640
[    53.623]     YResolution: 480
[    53.623]     XCharSize: 8
[    53.623]     YCharSize: 16
[    53.623]     NumberOfPlanes: 1
[    53.623]     BitsPerPixel: 8
[    53.623]     NumberOfBanks: 1
[    53.623]     MemoryModel: 4
[    53.623]     BankSize: 0
[    53.623]     NumberOfImages: 101
[    53.623]     RedMaskSize: 0
[    53.623]     RedFieldPosition: 0
[    53.623]     GreenMaskSize: 0
[    53.623]     GreenFieldPosition: 0
[    53.623]     BlueMaskSize: 0
[    53.623]     BlueFieldPosition: 0
[    53.623]     RsvdMaskSize: 0
[    53.623]     RsvdFieldPosition: 0
[    53.623]     DirectColorModeInfo: 0
[    53.623]     PhysBasePtr: 0xd0000000
[    53.623]     LinBytesPerScanLine: 640
[    53.623]     BnkNumberOfImagePages: 101
[    53.623]     LinNumberOfImagePages: 101
[    53.623]     LinRedMaskSize: 0
[    53.623]     LinRedFieldPosition: 0
[    53.624]     LinGreenMaskSize: 0
[    53.624]     LinGreenFieldPosition: 0
[    53.624]     LinBlueMaskSize: 0
[    53.624]     LinBlueFieldPosition: 0
[    53.624]     LinRsvdMaskSize: 0
[    53.624]     LinRsvdFieldPosition: 0
[    53.624]     MaxPixelClock: 230000000
[    53.624] Mode: 103 (800x600)
[    53.624]     ModeAttributes: 0x9b
[    53.624]     WinAAttributes: 0x7
[    53.624]     WinBAttributes: 0x0
[    53.624]     WinGranularity: 64
[    53.624]     WinSize: 64
[    53.624]     WinASegment: 0xa000
[    53.624]     WinBSegment: 0x0
[    53.624]     WinFuncPtr: 0xc000843a
[    53.625]     BytesPerScanline: 832
[    53.625]     XResolution: 800
[    53.625]     YResolution: 600
[    53.625]     XCharSize: 8
[    53.625]     YCharSize: 16
[    53.625]     NumberOfPlanes: 1
[    53.625]     BitsPerPixel: 8
[    53.625]     NumberOfBanks: 1
[    53.625]     MemoryModel: 4
[    53.625]     BankSize: 0
[    53.625]     NumberOfImages: 62
[    53.625]     RedMaskSize: 0
[    53.625]     RedFieldPosition: 0
[    53.625]     GreenMaskSize: 0
[    53.625]     GreenFieldPosition: 0
[    53.625]     BlueMaskSize: 0
[    53.625]     BlueFieldPosition: 0
[    53.625]     RsvdMaskSize: 0
[    53.625]     RsvdFieldPosition: 0
[    53.625]     DirectColorModeInfo: 0
[    53.625]     PhysBasePtr: 0xd0000000
[    53.625]     LinBytesPerScanLine: 832
[    53.625]     BnkNumberOfImagePages: 62
[    53.625]     LinNumberOfImagePages: 62
[    53.625]     LinRedMaskSize: 0
[    53.625]     LinRedFieldPosition: 0
[    53.625]     LinGreenMaskSize: 0
[    53.625]     LinGreenFieldPosition: 0
[    53.625]     LinBlueMaskSize: 0
[    53.625]     LinBlueFieldPosition: 0
[    53.625]     LinRsvdMaskSize: 0
[    53.625]     LinRsvdFieldPosition: 0
[    53.625]     MaxPixelClock: 230000000
[    53.626] Mode: 111 (640x480)
[    53.626]     ModeAttributes: 0x9b
[    53.626]     WinAAttributes: 0x7
[    53.626]     WinBAttributes: 0x0
[    53.626]     WinGranularity: 64
[    53.626]     WinSize: 64
[    53.626]     WinASegment: 0xa000
[    53.626]     WinBSegment: 0x0
[    53.626]     WinFuncPtr: 0xc000843a
[    53.626]     BytesPerScanline: 1280
[    53.626]     XResolution: 640
[    53.626]     YResolution: 480
[    53.626]     XCharSize: 8
[    53.626]     YCharSize: 16
[    53.626]     NumberOfPlanes: 1
[    53.626]     BitsPerPixel: 16
[    53.626]     NumberOfBanks: 1
[    53.626]     MemoryModel: 6
[    53.626]     BankSize: 0
[    53.626]     NumberOfImages: 50
[    53.626]     RedMaskSize: 5
[    53.626]     RedFieldPosition: 11
[    53.626]     GreenMaskSize: 6
[    53.626]     GreenFieldPosition: 5
[    53.626]     BlueMaskSize: 5
[    53.626]     BlueFieldPosition: 0
[    53.626]     RsvdMaskSize: 0
[    53.626]     RsvdFieldPosition: 0
[    53.626]     DirectColorModeInfo: 0
[    53.627]     PhysBasePtr: 0xd0000000
[    53.627]     LinBytesPerScanLine: 1280
[    53.627]     BnkNumberOfImagePages: 50
[    53.627]     LinNumberOfImagePages: 50
[    53.627]     LinRedMaskSize: 5
[    53.627]     LinRedFieldPosition: 11
[    53.627]     LinGreenMaskSize: 6
[    53.627]     LinGreenFieldPosition: 5
[    53.627]     LinBlueMaskSize: 5
[    53.627]     LinBlueFieldPosition: 0
[    53.627]     LinRsvdMaskSize: 0
[    53.627]     LinRsvdFieldPosition: 0
[    53.627]     MaxPixelClock: 230000000
[    53.627] 
[    53.627] (II) VESA(0): Total Memory: 511 64KB banks (32704kB)
[    53.627] (II) VESA(0): <default monitor>: Using hsync range of 41.05-49.22 kHz
[    53.627] (II) VESA(0): <default monitor>: Using vrefresh range of 50.06-60.03 Hz
[    53.627] (WW) VESA(0): Unable to estimate virtual size
[    53.632] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    53.632] (II) VESA(0): Not using built-in mode "960x600" (no mode of this name)
[    53.632] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    53.632] (II) VESA(0): Not using built-in mode "768x480" (no mode of this name)
[    53.632] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    53.632] (--) VESA(0): Virtual size is 1280x800 (pitch 1280)
[    53.632] (**) VESA(0): *Built-in mode "1280x800"
[    53.632] (**) VESA(0): Display dimensions: (330, 210) mm
[    53.632] (**) VESA(0): DPI set to (98, 96)
[    53.632] (**) VESA(0): Using "Shadow Framebuffer"
[    53.632] (II) Loading sub module "shadow"
[    53.632] (II) LoadModule: "shadow"
[    53.632] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    53.642] (II) Module shadow: vendor="X.Org Foundation"
[    53.643]     compiled for 1.8.1.902, module version = 1.1.0
[    53.643]     ABI class: X.Org ANSI C Emulation, version 0.4
[    53.643] (II) Loading sub module "fb"
[    53.643] (II) LoadModule: "fb"
[    53.643] (II) Loading /usr/lib/xorg/modules/libfb.so
[    53.651] (II) Module fb: vendor="X.Org Foundation"
[    53.651]     compiled for 1.8.1.902, module version = 1.0.0
[    53.651]     ABI class: X.Org ANSI C Emulation, version 0.4
[    53.652] (==) Depth 24 pixmap format is 32 bpp
[    53.652] (II) Loading sub module "int10"
[    53.652] (II) LoadModule: "int10"
[    53.652] (II) Reloading /usr/lib/xorg/modules/libint10.so
[    53.652] (II) VESA(0): initializing int10
[    53.652] (II) VESA(0): Bad V_BIOS checksum
[    53.653] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    53.653] (II) VESA(0): VESA BIOS detected
[    53.653] (II) VESA(0): VESA VBE Version 3.0
[    53.653] (II) VESA(0): VESA VBE Total Mem: 32704 kB
[    53.653] (II) VESA(0): VESA VBE OEM: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS
[    53.653] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    53.653] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    53.653] (II) VESA(0): VESA VBE OEM Product: Intel(r)Cantiga Graphics Controller
[    53.653] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    53.685] (II) VESA(0): virtual address = 0x7f97e83d5000,
    physical address = 0xd0000000, size = 33488896
[    53.708] (II) VESA(0): Setting up VESA Mode 0x168 (1280x800)
[    53.755] (==) VESA(0): Default visual is TrueColor
[    53.767] (==) VESA(0): Backing store disabled
[    53.767] (==) VESA(0): DPMS enabled
[    53.767] (==) RandR enabled
[    53.767] (II) Initializing built-in extension Generic Event Extension
[    53.767] (II) Initializing built-in extension SHAPE
[    53.767] (II) Initializing built-in extension MIT-SHM
[    53.767] (II) Initializing built-in extension XInputExtension
[    53.767] (II) Initializing built-in extension XTEST
[    53.767] (II) Initializing built-in extension BIG-REQUESTS
[    53.767] (II) Initializing built-in extension SYNC
[    53.767] (II) Initializing built-in extension XKEYBOARD
[    53.767] (II) Initializing built-in extension XC-MISC
[    53.767] (II) Initializing built-in extension SECURITY
[    53.767] (II) Initializing built-in extension XINERAMA
[    53.767] (II) Initializing built-in extension XFIXES
[    53.768] (II) Initializing built-in extension RENDER
[    53.768] (II) Initializing built-in extension RANDR
[    53.768] (II) Initializing built-in extension COMPOSITE
[    53.768] (II) Initializing built-in extension DAMAGE
[    53.782] (II) AIGLX: Screen 0 is not DRI2 capable
[    53.782] (II) AIGLX: Screen 0 is not DRI capable
[    53.844] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[    53.844] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    54.637] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    54.637] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    54.637] (II) LoadModule: "evdev"
[    54.637] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.654] (II) Module evdev: vendor="X.Org Foundation"
[    54.654]     compiled for 1.8.1.902, module version = 2.4.0
[    54.654]     Module class: X.Org XInput Driver
[    54.654]     ABI class: X.Org XInput driver, version 9.0
[    54.654] (**) Power Button: always reports core events
[    54.654] (**) Power Button: Device: "/dev/input/event3"
[    54.667] (II) Power Button: Found keys
[    54.667] (II) Power Button: Configuring as keyboard
[    54.667] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    54.667] (**) Option "xkb_rules" "evdev"
[    54.667] (**) Option "xkb_model" "evdev"
[    54.667] (**) Option "xkb_layout" "us"
[    54.796] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    54.796] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    54.796] (**) Video Bus: always reports core events
[    54.796] (**) Video Bus: Device: "/dev/input/event7"
[    54.810] (II) Video Bus: Found keys
[    54.810] (II) Video Bus: Configuring as keyboard
[    54.810] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    54.810] (**) Option "xkb_rules" "evdev"
[    54.810] (**) Option "xkb_model" "evdev"
[    54.810] (**) Option "xkb_layout" "us"
[    54.813] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    54.813] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    54.813] (**) Video Bus: always reports core events
[    54.813] (**) Video Bus: Device: "/dev/input/event8"
[    54.823] (II) Video Bus: Found keys
[    54.823] (II) Video Bus: Configuring as keyboard
[    54.823] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    54.823] (**) Option "xkb_rules" "evdev"
[    54.823] (**) Option "xkb_model" "evdev"
[    54.823] (**) Option "xkb_layout" "us"
[    54.828] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    54.828] (II) No input driver/identifier specified (ignoring)
[    54.828] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    54.828] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    54.828] (**) Sleep Button: always reports core events
[    54.828] (**) Sleep Button: Device: "/dev/input/event2"
[    54.843] (II) Sleep Button: Found keys
[    54.843] (II) Sleep Button: Configuring as keyboard
[    54.843] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    54.843] (**) Option "xkb_rules" "evdev"
[    54.843] (**) Option "xkb_model" "evdev"
[    54.843] (**) Option "xkb_layout" "us"
[    54.849] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[    54.849] (II) No input driver/identifier specified (ignoring)
[    54.849] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
[    54.850] (II) No input driver/identifier specified (ignoring)
[    54.850] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[    54.850] (II) No input driver/identifier specified (ignoring)
[    54.850] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[    54.850] (II) No input driver/identifier specified (ignoring)
[    54.860] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    54.860] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    54.860] (**) AT Translated Set 2 keyboard: always reports core events
[    54.860] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    54.870] (II) AT Translated Set 2 keyboard: Found keys
[    54.870] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    54.870] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    54.870] (**) Option "xkb_rules" "evdev"
[    54.870] (**) Option "xkb_model" "evdev"
[    54.870] (**) Option "xkb_layout" "us"
[    54.871] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
[    54.871] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    54.871] (**) TPPS/2 IBM TrackPoint: always reports core events
[    54.871] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event6"
[    54.884] (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    54.884] (II) TPPS/2 IBM TrackPoint: Found relative axes
[    54.884] (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
[    54.884] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[    54.884] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    54.884] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    54.884] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[    54.884] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[    54.884] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[    54.884] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    54.884] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    54.884] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[    54.885] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[    54.885] (II) No input driver/identifier specified (ignoring)
[    54.885] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    54.885] (II) No input driver/identifier specified (ignoring)
[    54.887] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    54.887] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    54.887] (**) ThinkPad Extra Buttons: always reports core events
[    54.887] (**) ThinkPad Extra Buttons: Device: "/dev/input/event5"
[    54.897] (II) ThinkPad Extra Buttons: Found keys
[    54.897] (II) ThinkPad Extra Buttons: Configuring as keyboard
[    54.897] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[    54.897] (**) Option "xkb_rules" "evdev"
[    54.897] (**) Option "xkb_model" "evdev"
[    54.897] (**) Option "xkb_layout" "us"
[    86.867] (II) Power Button: Close
[    86.867] (II) UnloadModule: "evdev"
[    86.887] (II) Video Bus: Close
[    86.887] (II) UnloadModule: "evdev"
[    86.907] (II) Video Bus: Close
[    86.907] (II) UnloadModule: "evdev"
[    86.927] (II) Sleep Button: Close
[    86.927] (II) UnloadModule: "evdev"
[    86.947] (II) AT Translated Set 2 keyboard: Close
[    86.947] (II) UnloadModule: "evdev"
[    86.967] (II) TPPS/2 IBM TrackPoint: Close
[    86.967] (II) UnloadModule: "evdev"
[    86.987] (II) ThinkPad Extra Buttons: Close
[    86.987] (II) UnloadModule: "evdev"

Edit: Disabled KMS, major problems solved.

Last edited by elephantos (2010-09-02 01:25:43)


Thinkpad T500 | Core2Duo P8700 2.53GHz | 3G RAM | x86_64

Offline

Board footer

Powered by FluxBB