hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #00911
Re: AMD PowerXpress hybrid graphics -- Catalyst 11.4 pre-release testing
Hi,
I applied this "how-to" on my natty 64bit system.
First of all I want to thank you for chareing this wtih us!
So far, switching is working for me...
But her comes the big BUTS:
sudo aticonfig --initial #not working for me, as I have a dual-monitor
setup
So I just used this setup for my xorg and with the second screen detached:
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
This work like it schould and I can start the catalyst control
center...file:///etc/X11/xorg.conf.fglrx-0
Since I don't want to only use the notebook screen I went through some
forums etc.
Just finding out that there are some issues with RandR which I tried to
solve according to this (just in case someone got the same):
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758
unfortunately this didn't work either...So at the moment I'm stuck with
only my notebook screen.
So to get a conclusion, this should only be a problme related to the
settings in the xorg.conf file...so maybe I gonna solve this soon :-P
For your information, I attached all my Xorg.log files. Maybe someone
finds the problem...
Also I attached the "aticonfig --initial" xorg.conf file which didn't
work for me.
Thanks!
Cheers,
Jan
On 04/30/2011 02:47 AM, Steven wrote:
Reporting partial success here, I've been able to get proprietary
fglrx drivers working and able to switch on a new natty x64 install.
The steps I've done are the following (I think some links in the
previous messages are reversed):
- Install drivers through Jockey (Additional Drivers from System/Administration)
execute the following commands:
cd /usr/lib/xorg/modules/extensions
sudo mv libglx.so FGL.renamed.libglx.so
sudo ln -s FGL.renamed.libglx.so libglx.so
sudo mkdir fglrx
sudo ln -s libglx.so fglrx/fglrx-libglx.so
sudo ln -s /usr/lib/fglrx/libGL.so /usr/lib/libGL.so
sudo ln -s /usr/lib/fglrx/libGL.so.1 /usr/lib/libGL.so.1
sudo ln -s /usr/lib/fglrx/libGL.so.1.2 /usr/lib/libGL.so.1.2
sudo aticonfig --initial
Now I'm able to switch using the ATI Catalyst Control Center and then
restarting X.
Problem is that when using integrated card I have no 3D accelleration,
or at least I think so because unity complains and falls back to
ubuntu classic interface as neither glxinfo nor fglrxinfo work (same
error).
$ glxinfo
name of display: :0.0
X Error of failed request: BadRequest (invalid request code or no
such operation)
Major opcode of failed request: 136 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 15
Current serial number in output stream: 15
fglrxinfo works fine when using discrete card.
_______________________________________________
Mailing list: https://launchpad.net/~hybrid-graphics-linux
Post to : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
More help : https://help.launchpad.net/ListHelp
[ 24.777]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 24.777] X Protocol Version 11, Revision 0
[ 24.778] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 24.778] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 24.778] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro quiet splash vt.handoff=7
[ 24.778] Build Date: 19 April 2011 03:40:45PM
[ 24.778] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 24.778] Current version of pixman: 0.20.2
[ 24.778] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.778] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.778] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 30 12:22:22 2011
[ 24.778] (==) Using config file: "/etc/X11/xorg.conf"
[ 24.778] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.778] (==) No Layout section. Using the first Screen section.
[ 24.778] (==) No screen section available. Using defaults.
[ 24.778] (**) |-->Screen "Default Screen Section" (0)
[ 24.778] (**) | |-->Monitor "<default monitor>"
[ 24.779] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 24.779] (**) | |-->Device "aticonfig-Device[0]-0"
[ 24.779] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 24.779] (==) Automatically adding devices
[ 24.779] (==) Automatically enabling devices
[ 24.779] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 24.779] Entry deleted from font path.
[ 24.779] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 24.779] Entry deleted from font path.
[ 24.779] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 24.779] Entry deleted from font path.
[ 24.779] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 24.779] Entry deleted from font path.
[ 24.779] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 24.779] Entry deleted from font path.
[ 24.779] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 24.779] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 24.779] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 24.779] (II) Loader magic: 0x7e0280
[ 24.779] (II) Module ABI versions:
[ 24.779] X.Org ANSI C Emulation: 0.4
[ 24.779] X.Org Video Driver: 10.0
[ 24.779] X.Org XInput driver : 12.3
[ 24.779] X.Org Server Extension : 5.0
[ 24.780] (--) PCI:*(0:0:2:0) 8086:0046:103c:1433 rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00004050/8
[ 24.780] (--) PCI: (0:1:0:0) 1002:68e0:103c:1433 rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 24.780] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24.780] (II) LoadModule: "extmod"
[ 24.801] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 24.803] (II) Module extmod: vendor="X.Org Foundation"
[ 24.803] compiled for 1.10.1, module version = 1.0.0
[ 24.803] Module class: X.Org Server Extension
[ 24.803] ABI class: X.Org Server Extension, version 5.0
[ 24.803] (II) Loading extension MIT-SCREEN-SAVER
[ 24.803] (II) Loading extension XFree86-VidModeExtension
[ 24.803] (II) Loading extension XFree86-DGA
[ 24.803] (II) Loading extension DPMS
[ 24.803] (II) Loading extension XVideo
[ 24.803] (II) Loading extension XVideo-MotionCompensation
[ 24.803] (II) Loading extension X-Resource
[ 24.803] (II) LoadModule: "dbe"
[ 24.804] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 24.804] (II) Module dbe: vendor="X.Org Foundation"
[ 24.804] compiled for 1.10.1, module version = 1.0.0
[ 24.804] Module class: X.Org Server Extension
[ 24.804] ABI class: X.Org Server Extension, version 5.0
[ 24.804] (II) Loading extension DOUBLE-BUFFER
[ 24.804] (II) LoadModule: "glx"
[ 24.804] (II) Loading /usr/lib/xorg/extra-modules/modules/extensions/libglx.so
[ 24.804] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[ 24.804] compiled for 6.9.0, module version = 1.0.0
[ 24.804] (II) Loading extension GLX
[ 24.804] (II) LoadModule: "record"
[ 24.804] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 24.805] (II) Module record: vendor="X.Org Foundation"
[ 24.805] compiled for 1.10.1, module version = 1.13.0
[ 24.805] Module class: X.Org Server Extension
[ 24.805] ABI class: X.Org Server Extension, version 5.0
[ 24.805] (II) Loading extension RECORD
[ 24.805] (II) LoadModule: "dri"
[ 24.817] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 24.818] (II) Module dri: vendor="X.Org Foundation"
[ 24.818] compiled for 1.10.1, module version = 1.0.0
[ 24.818] ABI class: X.Org Server Extension, version 5.0
[ 24.818] (II) Loading extension XFree86-DRI
[ 24.818] (II) LoadModule: "dri2"
[ 24.818] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 24.818] (II) Module dri2: vendor="X.Org Foundation"
[ 24.818] compiled for 1.10.1, module version = 1.2.0
[ 24.818] ABI class: X.Org Server Extension, version 5.0
[ 24.818] (II) Loading extension DRI2
[ 24.818] (II) LoadModule: "fglrx"
[ 24.818] (II) Loading /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
[ 24.844] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 24.844] compiled for 1.4.99.906, module version = 8.84.60
[ 24.844] Module class: X.Org Video Driver
[ 24.844] (II) Loading sub module "fglrxdrm"
[ 24.844] (II) LoadModule: "fglrxdrm"
[ 24.844] (II) Loading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 24.845] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 24.845] compiled for 1.4.99.906, module version = 8.84.60
[ 24.845] (II) ATI Proprietary Linux Driver Version Identifier:8.84.60
[ 24.845] (II) ATI Proprietary Linux Driver Release Identifier: 8.84.6
[ 24.845] (II) ATI Proprietary Linux Driver Build Date: Mar 24 2011 19:27:47
[ 24.845] (++) using VT number 7
[ 24.845] (WW) Falling back to old probe method for fglrx
[ 24.852] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 24.852] (--) Chipset Supported AMD Graphics Processor (0x68E0) found
[ 24.853] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 24.853] (II) fglrx: intel VGA device detected, load intel driver.
[ 24.853] (II) LoadModule: "intel"
[ 24.932] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 24.932] (II) Module intel: vendor="X.Org Foundation"
[ 24.932] compiled for 1.10.0.902, module version = 2.14.0
[ 24.932] Module class: X.Org Video Driver
[ 24.932] ABI class: X.Org Video Driver, version 10.0
[ 24.933] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 24.933] (II) AMD Video driver is signed
[ 24.933] (II) Loading /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
[ 24.933] (II) Loading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 24.933] (II) fglrx(0): pEnt->device->identifier=0x24e73a0
[ 24.935] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 24.936] (II) intel(1): pEnt->device->identifier=(nil)
[ 24.936] (EE) Screen 1 deleted because of no matching config section.
[ 24.936] (II) UnloadModule: "intel"
[ 24.936] (II) Unloading intel
[ 24.936] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
[ 24.936] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[ 24.936] drmOpenDevice: node name is /dev/dri/card0
[ 24.936] drmOpenDevice: open result is 11, (OK)
[ 24.936] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 24.936] drmOpenDevice: node name is /dev/dri/card0
[ 24.936] drmOpenDevice: open result is 11, (OK)
[ 24.936] drmOpenByBusid: drmOpenMinor returns 11
[ 24.936] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 24.936] (II) fglrx(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 24.936] (==) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 24.936] (==) fglrx(0): RGB weight 888
[ 24.936] (==) fglrx(0): Default visual is TrueColor
[ 24.936] (**) fglrx(0): Option "Tiling" "off"
[ 24.936] (**) fglrx(0): Option "Shadow" "off"
[ 24.936] (II) fglrx(0): Integrated Graphics Chipset: Intel(R) Arrandale
[ 24.936] (**) fglrx(0): ChipID override: 0x0046
[ 24.936] (**) fglrx(0): ChipRev override: 2
[ 24.936] (**) fglrx(0): Chipset: "Arrandale"
[ 24.936] (**) fglrx(0): Tiling disabled
[ 24.936] (**) fglrx(0): SwapBuffers wait enabled
[ 24.936] (==) fglrx(0): video overlay key set to 0x101fe
[ 24.936] (II) fglrx(0): Output LVDS1 has no monitor section
[ 24.936] (II) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 24.936] (II) fglrx(0): Output VGA1 has no monitor section
[ 24.936] (II) fglrx(0): EDID for output LVDS1
[ 24.936] (II) fglrx(0): Manufacturer: LGD Model: 22c Serial#: 0
[ 24.936] (II) fglrx(0): Year: 2009 Week: 0
[ 24.936] (II) fglrx(0): EDID Version: 1.3
[ 24.936] (II) fglrx(0): Digital Display Input
[ 24.936] (II) fglrx(0): Max Image Size [cm]: horiz.: 29 vert.: 17
[ 24.936] (II) fglrx(0): Gamma: 2.20
[ 24.936] (II) fglrx(0): No DPMS capabilities specified
[ 24.936] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 24.936] (II) fglrx(0): First detailed timing is preferred mode
[ 24.936] (II) fglrx(0): redX: 0.589 redY: 0.349 greenX: 0.337 greenY: 0.548
[ 24.936] (II) fglrx(0): blueX: 0.155 blueY: 0.122 whiteX: 0.313 whiteY: 0.329
[ 24.936] (II) fglrx(0): Manufacturer's mask: 0
[ 24.936] (II) fglrx(0): Supported detailed timing:
[ 24.937] (II) fglrx(0): clock: 69.3 MHz Image Size: 294 x 166 mm
[ 24.937] (II) fglrx(0): h_active: 1366 h_sync: 1398 h_sync_end 1446 h_blank_end 1462 h_border: 0
[ 24.937] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 790 v_border: 0
[ 24.937] (II) fglrx(0): LG Display
[ 24.937] (II) fglrx(0): LP133WH1-TLA2
[ 24.937] (II) fglrx(0): EDID (in hex):
[ 24.937] (II) fglrx(0): 00ffffffffffff0030e42c0200000000
[ 24.937] (II) fglrx(0): 00130103801d11780ad5d59659568c27
[ 24.937] (II) fglrx(0): 1f505400000001010101010101010101
[ 24.937] (II) fglrx(0): 010101010101121b5660500016302030
[ 24.937] (II) fglrx(0): 360026a6100000190000000000000000
[ 24.937] (II) fglrx(0): 00000000000000000000000000fe004c
[ 24.937] (II) fglrx(0): 4720446973706c61790a2020000000fe
[ 24.937] (II) fglrx(0): 004c503133335748312d544c41320002
[ 24.937] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 24.937] (II) fglrx(0): Printing DDC gathered Modelines:
[ 24.937] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 24.937] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "576x432" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "680x384" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "680x384" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "720x450" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "800x512" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "840x525" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "840x525" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "960x540" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "960x600" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 24.937] (II) fglrx(0): Printing probed modes for output LVDS1
[ 24.937] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 24.937] (II) fglrx(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 24.937] (II) fglrx(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
[ 24.937] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.937] (II) fglrx(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.937] (II) fglrx(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.937] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.937] (II) fglrx(0): EDID for output VGA1
[ 24.937] (II) fglrx(0): Output LVDS1 connected
[ 24.937] (II) fglrx(0): Output VGA1 disconnected
[ 24.937] (II) fglrx(0): Using exact sizes for initial modes
[ 24.937] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[ 24.937] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 24.938] (II) fglrx(0): Kernel page flipping support detected, enabling
[ 24.938] (**) fglrx(0): Display dimensions: (290, 170) mm
[ 24.938] (**) fglrx(0): DPI set to (119, 114)
[ 24.938] (II) Loading sub module "fb"
[ 24.938] (II) LoadModule: "fb"
[ 24.938] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.938] (II) Module fb: vendor="X.Org Foundation"
[ 24.938] compiled for 1.10.1, module version = 1.0.0
[ 24.938] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.938] (==) fglrx(0): Depth 24, (==) framebuffer bpp 32
[ 24.938] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 24.938] (==) fglrx(0): Default visual is TrueColor
[ 24.939] (==) fglrx(0): RGB weight 888
[ 24.939] (II) fglrx(0): Using 8 bits per RGB
[ 24.939] (==) fglrx(0): Buffer Tiling is ON
[ 24.939] (II) Loading sub module "fglrxdrm"
[ 24.939] (II) LoadModule: "fglrxdrm"
[ 24.939] (II) Loading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 24.939] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 24.939] compiled for 1.4.99.906, module version = 8.84.60
[ 24.941] ukiDynamicMajor: found major device number 250
[ 24.941] ukiDynamicMajor: found major device number 250
[ 24.941] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 24.941] ukiOpenDevice: node name is /dev/ati/card0
[ 24.941] ukiOpenDevice: open result is 12, (OK)
[ 24.941] ukiOpenByBusid: ukiOpenMinor returns 12
[ 24.941] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 24.941] (==) fglrx(0): NoAccel = NO
[ 24.941] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 24.941] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (Chipset = 0x68e0)
[ 24.941] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x1433)
[ 24.941] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 24.941] (--) fglrx(0): Linear framebuffer (phys) at 0xa0000000
[ 24.941] (--) fglrx(0): MMIO registers at 0xc4400000
[ 24.941] (--) fglrx(0): I/O port at 0x00003000
[ 24.941] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 24.942] (II) fglrx(0): AC Adapter is used
[ 26.390] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 26.390] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
[ 26.390] (II) fglrx(0): PCIE card detected
[ 26.390] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 26.390] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 26.392] (II) fglrx(0): Using adapter: 1:0.0.
[ 26.398] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[ 26.464] (II) fglrx(0): Interrupt handler installed at IRQ 46.
[ 26.464] (II) fglrx(0): RandR 1.2 support is enabled!
[ 26.464] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 26.464] (==) fglrx(0): Center Mode is disabled
[ 26.464] (II) Loading sub module "fb"
[ 26.464] (II) LoadModule: "fb"
[ 26.465] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 26.465] (II) Module fb: vendor="X.Org Foundation"
[ 26.465] compiled for 1.10.1, module version = 1.0.0
[ 26.465] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.465] (II) Loading sub module "ddc"
[ 26.465] (II) LoadModule: "ddc"
[ 26.465] (II) Module "ddc" already built-in
[ 26.504] (II) fglrx(0): Finished Initialize PPLIB!
[ 26.504] (II) fglrx(0): Adapter ATI Mobility Radeon HD 5000 Series has 2 configurable heads and 1 displays connected.
[ 26.504] (==) fglrx(0): PseudoColor visuals disabled
[ 26.504] (II) Loading sub module "ramdac"
[ 26.504] (II) LoadModule: "ramdac"
[ 26.504] (II) Module "ramdac" already built-in
[ 26.504] (==) fglrx(0): NoDRI = NO
[ 26.504] (==) fglrx(0): Capabilities: 0x00000000
[ 26.504] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 26.504] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 26.504] (==) fglrx(0): UseFastTLS=0
[ 26.504] (==) fglrx(0): BlockSignalsOnLock=1
[ 26.504] (--) Depth 24 pixmap format is 32 bpp
[ 26.504] (II) LoadModule: "glesx"
[ 26.505] (II) Loading /usr/lib/xorg/extra-modules/modules/glesx.so
[ 26.505] (II) Module glesx: vendor="X.Org Foundation"
[ 26.505] compiled for 1.4.99.906, module version = 1.0.0
[ 26.505] (II) Loading extension GLESX
[ 26.505] (==) fglrx(0): VideoRam: 262144 KB
[ 26.505] (II) fglrx(0): [DRI2] Setup complete
[ 26.505] (II) fglrx(0): [DRI2] DRI driver: i965
[ 26.505] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
[ 26.513] (II) UXA(0): Driver registered support for the following operations:
[ 26.513] (II) solid
[ 26.513] (II) copy
[ 26.513] (II) composite (RENDER acceleration)
[ 26.513] (II) put_image
[ 26.513] (II) get_image
[ 26.513] (==) fglrx(0): Backing store disabled
[ 26.513] (==) fglrx(0): Silken mouse enabled
[ 26.513] (II) fglrx(0): Initializing HW Cursor
[ 26.580] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 26.581] (==) fglrx(0): DPMS enabled
[ 26.581] (==) fglrx(0): Intel XvMC decoder enabled
[ 26.582] (II) fglrx(0): Set up textured video
[ 26.582] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
[ 26.582] (II) fglrx(0): direct rendering: DRI2 Enabled
[ 26.582] (WW) fglrx(0): Option "Shadow" is not used
[ 26.582] (WW) fglrx(0): Option "Tiling" is not used
[ 26.582] (==) fglrx(0): hotplug detection: "enabled"
[ 26.583] (II) Loading extension ATIFGLRXDRI
[ 26.583] (II) fglrx(0): doing swlDriScreenInit
[ 26.583] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 26.583] ukiDynamicMajor: found major device number 250
[ 26.583] ukiDynamicMajor: found major device number 250
[ 26.583] ukiDynamicMajor: found major device number 250
[ 26.583] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 26.583] ukiOpenDevice: node name is /dev/ati/card0
[ 26.583] ukiOpenDevice: open result is 14, (OK)
[ 26.583] ukiOpenByBusid: ukiOpenMinor returns 14
[ 26.583] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 26.583] (II) fglrx(0): [uki] DRM interface version 1.0
[ 26.583] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 26.583] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 26.583] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fa35194e000
[ 26.583] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 26.583] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 26.583] (II) fglrx(0): swlDriScreenInit done
[ 26.583] (II) fglrx(0): Kernel Module Version Information:
[ 26.583] (II) fglrx(0): Name: fglrx
[ 26.583] (II) fglrx(0): Version: 8.84.60
[ 26.583] (II) fglrx(0): Date: Mar 24 2011
[ 26.583] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 26.583] (II) fglrx(0): Kernel Module version matches driver.
[ 26.583] (II) fglrx(0): Kernel Module Build Time Information:
[ 26.583] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.38-8-generic
[ 26.583] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
[ 26.583] (II) fglrx(0): Build-Kernel __SMP__: yes
[ 26.583] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 26.583] (II) fglrx(0): [uki] register handle = 0x00004000
[ 26.609] (II) fglrx(0): Static shadow buffer initialized.
[ 26.610] (II) fglrx(0): DRI initialization successfull
[ 26.610] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x00420000
[ 26.610] (II) fglrx(0): Intel display surface mc addr for AMD: 85610000
[ 26.611] (==) fglrx(0): Backing store disabled
[ 26.611] (II) Loading extension FGLRXEXTENSION
[ 26.611] (==) fglrx(0): DPMS enabled
[ 26.611] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 26.611] (**) fglrx(0): Textured Video is enabled.
[ 26.612] (II) fglrx(0): GLESX enableFlags = 848
[ 26.612] (II) fglrx(0): GLESX is enabled
[ 26.612] (II) LoadModule: "amdxmm"
[ 26.612] (II) Loading /usr/lib/xorg/extra-modules/modules/amdxmm.so
[ 26.612] (II) Module amdxmm: vendor="X.Org Foundation"
[ 26.612] compiled for 1.4.99.906, module version = 2.0.0
[ 26.620] (II) Loading extension AMDXVOPL
[ 26.620] (II) Loading extension AMDXVBA
[ 26.620] XvScreenInit: screen devPrivates ptr non-NULL before init
[ 26.621] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 26.623] (II) fglrx(0): Enable composite support successfully
[ 26.623] (WW) fglrx(0): Option "Shadow" is not used
[ 26.623] (WW) fglrx(0): Option "Tiling" is not used
[ 26.623] (II) fglrx(0): X context handle = 0x1
[ 26.623] (II) fglrx(0): [DRI] installation complete
[ 26.665] (--) RandR disabled
[ 26.665] (II) Initializing built-in extension Generic Event Extension
[ 26.665] (II) Initializing built-in extension SHAPE
[ 26.665] (II) Initializing built-in extension MIT-SHM
[ 26.665] (II) Initializing built-in extension XInputExtension
[ 26.665] (II) Initializing built-in extension XTEST
[ 26.665] (II) Initializing built-in extension BIG-REQUESTS
[ 26.665] (II) Initializing built-in extension SYNC
[ 26.665] (II) Initializing built-in extension XKEYBOARD
[ 26.665] (II) Initializing built-in extension XC-MISC
[ 26.665] (II) Initializing built-in extension SECURITY
[ 26.665] (II) Initializing built-in extension XINERAMA
[ 26.665] (II) Initializing built-in extension XFIXES
[ 26.665] (II) Initializing built-in extension RENDER
[ 26.665] (II) Initializing built-in extension RANDR
[ 26.665] (II) Initializing built-in extension COMPOSITE
[ 26.665] (II) Initializing built-in extension DAMAGE
[ 26.665] (II) Initializing built-in extension GESTURE
[ 26.667] ukiDynamicMajor: found major device number 250
[ 26.667] ukiDynamicMajor: found major device number 250
[ 26.667] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 26.667] ukiOpenDevice: node name is /dev/ati/card0
[ 26.667] ukiOpenDevice: open result is 15, (OK)
[ 26.667] ukiOpenByBusid: ukiOpenMinor returns 15
[ 26.667] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 26.735] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 26.747] (II) fglrx(0): Enable the clock gating!
[ 26.747] (II) fglrx(0): Setting screen physical size to 361 x 203
[ 26.755] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 26.763] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 26.764] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 26.764] (II) LoadModule: "evdev"
[ 26.764] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.764] (II) Module evdev: vendor="X.Org Foundation"
[ 26.764] compiled for 1.10.0.902, module version = 2.6.0
[ 26.764] Module class: X.Org XInput Driver
[ 26.764] ABI class: X.Org XInput driver, version 12.3
[ 26.764] (II) Using input driver 'evdev' for 'Power Button'
[ 26.764] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.764] (**) Power Button: always reports core events
[ 26.764] (**) Power Button: Device: "/dev/input/event2"
[ 26.765] (--) Power Button: Found keys
[ 26.765] (II) Power Button: Configuring as keyboard
[ 26.765] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 26.765] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 26.765] (**) Option "xkb_rules" "evdev"
[ 26.765] (**) Option "xkb_model" "pc105"
[ 26.765] (**) Option "xkb_layout" "de"
[ 26.767] (II) XKB: reuse xkmfile /var/lib/xkb/server-808BBA3D4C227BDB44C370226C34E44C5D69A4A9.xkm
[ 26.768] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 26.768] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 26.768] (II) Using input driver 'evdev' for 'Video Bus'
[ 26.768] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.768] (**) Video Bus: always reports core events
[ 26.768] (**) Video Bus: Device: "/dev/input/event9"
[ 26.768] (--) Video Bus: Found keys
[ 26.768] (II) Video Bus: Configuring as keyboard
[ 26.768] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[ 26.768] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 26.768] (**) Option "xkb_rules" "evdev"
[ 26.768] (**) Option "xkb_model" "pc105"
[ 26.768] (**) Option "xkb_layout" "de"
[ 26.769] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 26.769] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 26.769] (II) Using input driver 'evdev' for 'Video Bus'
[ 26.769] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.769] (**) Video Bus: always reports core events
[ 26.769] (**) Video Bus: Device: "/dev/input/event10"
[ 26.770] (--) Video Bus: Found keys
[ 26.770] (II) Video Bus: Configuring as keyboard
[ 26.770] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input10/event10"
[ 26.770] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 26.770] (**) Option "xkb_rules" "evdev"
[ 26.770] (**) Option "xkb_model" "pc105"
[ 26.770] (**) Option "xkb_layout" "de"
[ 26.773] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 26.773] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 26.773] (II) Using input driver 'evdev' for 'Power Button'
[ 26.773] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.773] (**) Power Button: always reports core events
[ 26.773] (**) Power Button: Device: "/dev/input/event1"
[ 26.773] (--) Power Button: Found keys
[ 26.773] (II) Power Button: Configuring as keyboard
[ 26.774] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 26.774] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 26.774] (**) Option "xkb_rules" "evdev"
[ 26.774] (**) Option "xkb_model" "pc105"
[ 26.774] (**) Option "xkb_layout" "de"
[ 26.774] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 26.774] (II) No input driver/identifier specified (ignoring)
[ 26.776] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 26.776] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 26.776] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 26.776] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.776] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 26.777] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 26.780] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 26.780] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 26.780] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 26.780] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 26.780] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 26.780] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 26.780] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 26.780] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 26.780] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input4/event4"
[ 26.780] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[ 26.780] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 26.780] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 26.780] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 26.780] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 26.780] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 26.780] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 26.780] (II) No input driver/identifier specified (ignoring)
[ 26.781] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event5)
[ 26.781] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[ 26.781] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
[ 26.781] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.781] (**) USB-compliant keyboard: always reports core events
[ 26.781] (**) USB-compliant keyboard: Device: "/dev/input/event5"
[ 26.781] (--) USB-compliant keyboard: Found keys
[ 26.781] (II) USB-compliant keyboard: Configuring as keyboard
[ 26.781] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5/event5"
[ 26.781] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[ 26.781] (**) Option "xkb_rules" "evdev"
[ 26.781] (**) Option "xkb_model" "pc105"
[ 26.781] (**) Option "xkb_layout" "de"
[ 26.782] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event6)
[ 26.782] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[ 26.782] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
[ 26.782] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.782] (**) USB-compliant keyboard: always reports core events
[ 26.782] (**) USB-compliant keyboard: Device: "/dev/input/event6"
[ 26.790] (--) USB-compliant keyboard: Found 1 mouse buttons
[ 26.790] (--) USB-compliant keyboard: Found scroll wheel(s)
[ 26.790] (--) USB-compliant keyboard: Found relative axes
[ 26.790] (--) USB-compliant keyboard: Found x and y relative axes
[ 26.790] (--) USB-compliant keyboard: Found absolute axes
[ 26.790] (II) evdev-grail: failed to open grail, no gesture support
[ 26.790] (--) USB-compliant keyboard: Found keys
[ 26.790] (II) USB-compliant keyboard: Configuring as mouse
[ 26.790] (II) USB-compliant keyboard: Configuring as keyboard
[ 26.790] (II) USB-compliant keyboard: Adding scrollwheel support
[ 26.790] (**) USB-compliant keyboard: YAxisMapping: buttons 4 and 5
[ 26.790] (**) USB-compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 26.790] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input6/event6"
[ 26.790] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[ 26.790] (**) Option "xkb_rules" "evdev"
[ 26.790] (**) Option "xkb_model" "pc105"
[ 26.790] (**) Option "xkb_layout" "de"
[ 26.790] (II) USB-compliant keyboard: initialized for relative axes.
[ 26.790] (WW) USB-compliant keyboard: ignoring absolute axes.
[ 26.790] (**) USB-compliant keyboard: (accel) keeping acceleration scheme 1
[ 26.790] (**) USB-compliant keyboard: (accel) acceleration profile 0
[ 26.790] (**) USB-compliant keyboard: (accel) acceleration factor: 2.000
[ 26.790] (**) USB-compliant keyboard: (accel) acceleration threshold: 4
[ 26.791] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse1)
[ 26.791] (II) No input driver/identifier specified (ignoring)
[ 26.791] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event11)
[ 26.791] (II) No input driver/identifier specified (ignoring)
[ 26.791] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event12)
[ 26.791] (II) No input driver/identifier specified (ignoring)
[ 26.793] (II) config/udev: Adding input device HP Webcam (/dev/input/event8)
[ 26.793] (**) HP Webcam: Applying InputClass "evdev keyboard catchall"
[ 26.793] (II) Using input driver 'evdev' for 'HP Webcam'
[ 26.793] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.793] (**) HP Webcam: always reports core events
[ 26.793] (**) HP Webcam: Device: "/dev/input/event8"
[ 26.793] (--) HP Webcam: Found keys
[ 26.793] (II) HP Webcam: Configuring as keyboard
[ 26.793] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input8/event8"
[ 26.793] (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
[ 26.793] (**) Option "xkb_rules" "evdev"
[ 26.793] (**) Option "xkb_model" "pc105"
[ 26.793] (**) Option "xkb_layout" "de"
[ 26.797] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 26.797] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 26.797] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 26.797] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.797] (**) AT Translated Set 2 keyboard: always reports core events
[ 26.797] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 26.797] (--) AT Translated Set 2 keyboard: Found keys
[ 26.797] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 26.797] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 26.797] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 26.797] (**) Option "xkb_rules" "evdev"
[ 26.797] (**) Option "xkb_model" "pc105"
[ 26.797] (**) Option "xkb_layout" "de"
[ 26.797] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
[ 26.797] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 26.797] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 26.797] (II) LoadModule: "synaptics"
[ 26.798] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 26.798] (II) Module synaptics: vendor="X.Org Foundation"
[ 26.798] compiled for 1.10.0.902, module version = 1.3.99
[ 26.798] Module class: X.Org XInput Driver
[ 26.798] ABI class: X.Org XInput driver, version 12.3
[ 26.798] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 26.798] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 26.798] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 26.798] (**) Option "Device" "/dev/input/event14"
[ 26.810] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5516
[ 26.810] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4544
[ 26.810] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 26.810] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 26.810] (--) SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 26.820] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 26.820] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 26.820] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event14"
[ 26.820] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 26.820] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 26.820] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 26.820] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
[ 26.820] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 26.820] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 26.820] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 26.820] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 26.821] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 26.821] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 26.821] (II) No input driver/identifier specified (ignoring)
[ 26.821] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[ 26.821] (II) No input driver/identifier specified (ignoring)
[ 26.822] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 26.822] (II) No input driver/identifier specified (ignoring)
[ 26.826] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event13)
[ 26.826] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 26.826] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 26.826] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26.826] (**) HP WMI hotkeys: always reports core events
[ 26.826] (**) HP WMI hotkeys: Device: "/dev/input/event13"
[ 26.826] (--) HP WMI hotkeys: Found keys
[ 26.826] (II) HP WMI hotkeys: Configuring as keyboard
[ 26.826] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[ 26.826] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[ 26.826] (**) Option "xkb_rules" "evdev"
[ 26.826] (**) Option "xkb_model" "pc105"
[ 26.826] (**) Option "xkb_layout" "de"
[ 26.834] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 27.131] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 27.131] (II) fglrx(0): Printing DDC gathered Modelines:
[ 27.131] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 27.132] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 27.132] (II) fglrx(0): Printing DDC gathered Modelines:
[ 27.132] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 27.134] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 27.134] (II) fglrx(0): Printing DDC gathered Modelines:
[ 27.134] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 27.134] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 27.134] (II) fglrx(0): Printing DDC gathered Modelines:
[ 27.134] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 61.068] Warning: LookupWindow()/SecurityLookupWindow() are deprecated. Please convert your driver/module to use dixLookupWindow().
[ 61.197] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 61.197] (II) fglrx(0): Printing DDC gathered Modelines:
[ 61.197] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 61.198] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 61.198] (II) fglrx(0): Printing DDC gathered Modelines:
[ 61.198] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 61.199] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 61.199] (II) fglrx(0): Printing DDC gathered Modelines:
[ 61.199] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 61.200] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 61.200] (II) fglrx(0): Printing DDC gathered Modelines:
[ 61.200] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 61.441] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 61.441] (II) fglrx(0): Printing DDC gathered Modelines:
[ 61.441] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 65.615] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 65.615] (II) fglrx(0): Printing DDC gathered Modelines:
[ 65.615] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 66.503] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 66.503] (II) fglrx(0): Printing DDC gathered Modelines:
[ 66.503] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 208.437] (II) fglrx(0): EDID vendor "LGD", prod id 556
[ 208.437] (II) fglrx(0): Printing DDC gathered Modelines:
[ 208.437] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 92.661]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 92.662] X Protocol Version 11, Revision 0
[ 92.662] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 92.662] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 92.662] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro single
[ 92.662] Build Date: 19 April 2011 03:40:45PM
[ 92.662] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 92.662] Current version of pixman: 0.20.2
[ 92.662] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 92.662] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 92.662] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Apr 30 12:21:09 2011
[ 92.662] (==) Using config file: "/etc/X11/"
[ 92.662] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 92.662] (==) No Layout section. Using the first Screen section.
[ 92.662] (==) No screen section available. Using defaults.
[ 92.662] (**) |-->Screen "Default Screen Section" (0)
[ 92.662] (**) | |-->Monitor "<default monitor>"
[ 92.662] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 92.662] (==) Automatically adding devices
[ 92.662] (==) Automatically enabling devices
[ 92.662] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 92.662] Entry deleted from font path.
[ 92.662] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 92.662] Entry deleted from font path.
[ 92.662] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 92.662] Entry deleted from font path.
[ 92.662] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 92.662] Entry deleted from font path.
[ 92.662] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 92.662] Entry deleted from font path.
[ 92.662] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 92.662] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 92.662] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 92.662] (II) Loader magic: 0x7e0280
[ 92.662] (II) Module ABI versions:
[ 92.662] X.Org ANSI C Emulation: 0.4
[ 92.662] X.Org Video Driver: 10.0
[ 92.662] X.Org XInput driver : 12.3
[ 92.662] X.Org Server Extension : 5.0
[ 92.663] (--) PCI:*(0:0:2:0) 8086:0046:103c:1433 rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00004050/8
[ 92.663] (--) PCI: (0:1:0:0) 1002:68e0:103c:1433 rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 92.663] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 92.663] (II) LoadModule: "extmod"
[ 92.664] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 92.664] (II) Module extmod: vendor="X.Org Foundation"
[ 92.664] compiled for 1.10.1, module version = 1.0.0
[ 92.664] Module class: X.Org Server Extension
[ 92.664] ABI class: X.Org Server Extension, version 5.0
[ 92.664] (II) Loading extension MIT-SCREEN-SAVER
[ 92.664] (II) Loading extension XFree86-VidModeExtension
[ 92.664] (II) Loading extension XFree86-DGA
[ 92.664] (II) Loading extension DPMS
[ 92.664] (II) Loading extension XVideo
[ 92.664] (II) Loading extension XVideo-MotionCompensation
[ 92.664] (II) Loading extension X-Resource
[ 92.664] (II) LoadModule: "dbe"
[ 92.664] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 92.664] (II) Module dbe: vendor="X.Org Foundation"
[ 92.664] compiled for 1.10.1, module version = 1.0.0
[ 92.664] Module class: X.Org Server Extension
[ 92.664] ABI class: X.Org Server Extension, version 5.0
[ 92.664] (II) Loading extension DOUBLE-BUFFER
[ 92.664] (II) LoadModule: "glx"
[ 92.664] (II) Loading /usr/lib/xorg/extra-modules/modules/extensions/libglx.so
[ 92.664] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[ 92.664] compiled for 6.9.0, module version = 1.0.0
[ 92.665] (II) Loading extension GLX
[ 92.665] (II) LoadModule: "record"
[ 92.665] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 92.665] (II) Module record: vendor="X.Org Foundation"
[ 92.665] compiled for 1.10.1, module version = 1.13.0
[ 92.665] Module class: X.Org Server Extension
[ 92.665] ABI class: X.Org Server Extension, version 5.0
[ 92.665] (II) Loading extension RECORD
[ 92.665] (II) LoadModule: "dri"
[ 92.665] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 92.665] (II) Module dri: vendor="X.Org Foundation"
[ 92.665] compiled for 1.10.1, module version = 1.0.0
[ 92.665] ABI class: X.Org Server Extension, version 5.0
[ 92.665] (II) Loading extension XFree86-DRI
[ 92.665] (II) LoadModule: "dri2"
[ 92.665] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 92.666] (II) Module dri2: vendor="X.Org Foundation"
[ 92.666] compiled for 1.10.1, module version = 1.2.0
[ 92.666] ABI class: X.Org Server Extension, version 5.0
[ 92.666] (II) Loading extension DRI2
[ 92.666] (==) Matched intel as autoconfigured driver 0
[ 92.666] (==) Matched vesa as autoconfigured driver 1
[ 92.666] (==) Matched fbdev as autoconfigured driver 2
[ 92.666] (==) Assigned the driver to the xf86ConfigLayout
[ 92.666] (II) LoadModule: "intel"
[ 92.666] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 92.666] (II) Module intel: vendor="X.Org Foundation"
[ 92.666] compiled for 1.10.0.902, module version = 2.14.0
[ 92.666] Module class: X.Org Video Driver
[ 92.666] ABI class: X.Org Video Driver, version 10.0
[ 92.666] (II) LoadModule: "vesa"
[ 92.666] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 92.667] (II) Module vesa: vendor="X.Org Foundation"
[ 92.667] compiled for 1.10.0, module version = 2.3.0
[ 92.667] Module class: X.Org Video Driver
[ 92.667] ABI class: X.Org Video Driver, version 10.0
[ 92.667] (II) LoadModule: "fbdev"
[ 92.667] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 92.667] (II) Module fbdev: vendor="X.Org Foundation"
[ 92.667] compiled for 1.10.0, module version = 0.4.2
[ 92.667] ABI class: X.Org Video Driver, version 10.0
[ 92.667] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
[ 92.668] (II) VESA: driver for VESA chipsets: vesa
[ 92.668] (II) FBDEV: driver for framebuffer: fbdev
[ 92.668] (--) using VT number 3
[ 92.905] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 92.905] (WW) Falling back to old probe method for vesa
[ 92.905] (WW) Falling back to old probe method for fbdev
[ 92.905] (II) Loading sub module "fbdevhw"
[ 92.905] (II) LoadModule: "fbdevhw"
[ 92.906] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 92.906] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 92.906] compiled for 1.10.1, module version = 0.0.2
[ 92.906] ABI class: X.Org Video Driver, version 10.0
[ 92.906] drmOpenDevice: node name is /dev/dri/card0
[ 92.906] drmOpenDevice: open result is 8, (OK)
[ 92.906] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 92.906] drmOpenDevice: node name is /dev/dri/card0
[ 92.906] drmOpenDevice: open result is 8, (OK)
[ 92.906] drmOpenByBusid: drmOpenMinor returns 8
[ 92.906] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 92.906] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 92.906] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 92.906] (==) intel(0): RGB weight 888
[ 92.906] (==) intel(0): Default visual is TrueColor
[ 92.906] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[ 92.906] (--) intel(0): Chipset: "Arrandale"
[ 92.906] (**) intel(0): Tiling enabled
[ 92.906] (**) intel(0): SwapBuffers wait enabled
[ 92.906] (==) intel(0): video overlay key set to 0x101fe
[ 92.906] (II) intel(0): Output LVDS1 has no monitor section
[ 92.906] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 92.965] (II) intel(0): Output VGA1 has no monitor section
[ 92.965] (II) intel(0): EDID for output LVDS1
[ 92.965] (II) intel(0): Manufacturer: LGD Model: 22c Serial#: 0
[ 92.965] (II) intel(0): Year: 2009 Week: 0
[ 92.965] (II) intel(0): EDID Version: 1.3
[ 92.965] (II) intel(0): Digital Display Input
[ 92.965] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 17
[ 92.965] (II) intel(0): Gamma: 2.20
[ 92.965] (II) intel(0): No DPMS capabilities specified
[ 92.965] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 92.965] (II) intel(0): First detailed timing is preferred mode
[ 92.965] (II) intel(0): redX: 0.589 redY: 0.349 greenX: 0.337 greenY: 0.548
[ 92.965] (II) intel(0): blueX: 0.155 blueY: 0.122 whiteX: 0.313 whiteY: 0.329
[ 92.965] (II) intel(0): Manufacturer's mask: 0
[ 92.965] (II) intel(0): Supported detailed timing:
[ 92.965] (II) intel(0): clock: 69.3 MHz Image Size: 294 x 166 mm
[ 92.965] (II) intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1446 h_blank_end 1462 h_border: 0
[ 92.965] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 790 v_border: 0
[ 92.965] (II) intel(0): LG Display
[ 92.965] (II) intel(0): LP133WH1-TLA2
[ 92.965] (II) intel(0): EDID (in hex):
[ 92.965] (II) intel(0): 00ffffffffffff0030e42c0200000000
[ 92.965] (II) intel(0): 00130103801d11780ad5d59659568c27
[ 92.965] (II) intel(0): 1f505400000001010101010101010101
[ 92.965] (II) intel(0): 010101010101121b5660500016302030
[ 92.965] (II) intel(0): 360026a6100000190000000000000000
[ 92.965] (II) intel(0): 00000000000000000000000000fe004c
[ 92.965] (II) intel(0): 4720446973706c61790a2020000000fe
[ 92.965] (II) intel(0): 004c503133335748312d544c41320002
[ 92.965] (II) intel(0): EDID vendor "LGD", prod id 556
[ 92.965] (II) intel(0): Printing DDC gathered Modelines:
[ 92.965] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 92.966] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 92.966] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 92.966] (II) intel(0): Printing probed modes for output LVDS1
[ 92.966] (II) intel(0): Modeline "1366x768"x60.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 92.966] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 92.966] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
[ 92.966] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 92.966] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 92.966] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 92.966] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 93.025] (II) intel(0): EDID for output VGA1
[ 93.025] (II) intel(0): Manufacturer: SAM Model: 484 Serial#: 1129132595
[ 93.025] (II) intel(0): Year: 2008 Week: 26
[ 93.025] (II) intel(0): EDID Version: 1.3
[ 93.025] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 93.025] (II) intel(0): Sync: Separate Composite SyncOnGreen
[ 93.025] (II) intel(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 93.025] (II) intel(0): Gamma: 2.20
[ 93.025] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[ 93.025] (II) intel(0): First detailed timing is preferred mode
[ 93.025] (II) intel(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 93.025] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 93.025] (II) intel(0): Supported established timings:
[ 93.025] (II) intel(0): 720x400@70Hz
[ 93.025] (II) intel(0): 640x480@60Hz
[ 93.025] (II) intel(0): 640x480@67Hz
[ 93.025] (II) intel(0): 640x480@72Hz
[ 93.025] (II) intel(0): 640x480@75Hz
[ 93.025] (II) intel(0): 800x600@56Hz
[ 93.025] (II) intel(0): 800x600@60Hz
[ 93.025] (II) intel(0): 800x600@72Hz
[ 93.025] (II) intel(0): 800x600@75Hz
[ 93.025] (II) intel(0): 832x624@75Hz
[ 93.025] (II) intel(0): 1024x768@60Hz
[ 93.025] (II) intel(0): 1024x768@70Hz
[ 93.025] (II) intel(0): 1024x768@75Hz
[ 93.025] (II) intel(0): 1280x1024@75Hz
[ 93.025] (II) intel(0): 1152x864@75Hz
[ 93.025] (II) intel(0): Manufacturer's mask: 0
[ 93.025] (II) intel(0): Supported standard timings:
[ 93.025] (II) intel(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 93.025] (II) intel(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 93.025] (II) intel(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 93.025] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 93.025] (II) intel(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 93.025] (II) intel(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 93.025] (II) intel(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 93.025] (II) intel(0): Supported detailed timing:
[ 93.025] (II) intel(0): clock: 138.5 MHz Image Size: 518 x 32 mm
[ 93.025] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 93.025] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 93.025] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 93.025] (II) intel(0): Monitor name: SyncMaster
[ 93.025] (II) intel(0): Serial No: H1AK500000
[ 93.025] (II) intel(0): EDID (in hex):
[ 93.025] (II) intel(0): 00ffffffffffff004c2d840433324d43
[ 93.025] (II) intel(0): 1a1201030e3420782aee91a3544c9926
[ 93.025] (II) intel(0): 0f5054bfef80714f8100814081809500
[ 93.025] (II) intel(0): a940b30001011a3680a070381f403020
[ 93.025] (II) intel(0): 350006202000001a000000fd00384b1e
[ 93.025] (II) intel(0): 5111000a202020202020000000fc0053
[ 93.025] (II) intel(0): 796e634d61737465720a2020000000ff
[ 93.025] (II) intel(0): 004831414b3530303030300a2020005c
[ 93.025] (II) intel(0): Printing probed modes for output VGA1
[ 93.025] (II) intel(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
[ 93.025] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 93.025] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 93.025] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 93.025] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 93.025] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 93.025] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 93.025] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
[ 93.025] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 93.025] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 93.025] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 93.025] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 93.025] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 93.025] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 93.025] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 93.025] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 93.025] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 93.025] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 93.025] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 93.025] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 93.025] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 93.025] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 93.025] (II) intel(0): Output LVDS1 connected
[ 93.025] (II) intel(0): Output VGA1 connected
[ 93.025] (II) intel(0): Using fuzzy aspect match for initial modes
[ 93.025] (II) intel(0): Output LVDS1 using initial mode 1024x768
[ 93.025] (II) intel(0): Output VGA1 using initial mode 1024x768
[ 93.025] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 93.025] (II) intel(0): Kernel page flipping support detected, enabling
[ 93.025] (**) intel(0): Display dimensions: (290, 170) mm
[ 93.025] (**) intel(0): DPI set to (89, 114)
[ 93.025] (II) Loading sub module "fb"
[ 93.025] (II) LoadModule: "fb"
[ 93.026] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 93.026] (II) Module fb: vendor="X.Org Foundation"
[ 93.026] compiled for 1.10.1, module version = 1.0.0
[ 93.026] ABI class: X.Org ANSI C Emulation, version 0.4
[ 93.026] (II) UnloadModule: "vesa"
[ 93.026] (II) Unloading vesa
[ 93.026] (II) UnloadModule: "fbdev"
[ 93.026] (II) Unloading fbdev
[ 93.026] (II) UnloadModule: "fbdevhw"
[ 93.026] (II) Unloading fbdevhw
[ 93.026] (==) Depth 24 pixmap format is 32 bpp
[ 93.026] (==) intel(0): VideoRam: 262144 KB
[ 93.026] (II) intel(0): [DRI2] Setup complete
[ 93.026] (II) intel(0): [DRI2] DRI driver: i965
[ 93.026] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 93.034] (II) UXA(0): Driver registered support for the following operations:
[ 93.034] (II) solid
[ 93.034] (II) copy
[ 93.034] (II) composite (RENDER acceleration)
[ 93.034] (II) put_image
[ 93.034] (II) get_image
[ 93.034] (==) intel(0): Backing store disabled
[ 93.034] (==) intel(0): Silken mouse enabled
[ 93.034] (II) intel(0): Initializing HW Cursor
[ 93.382] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 93.383] (==) intel(0): DPMS enabled
[ 93.383] (==) intel(0): Intel XvMC decoder enabled
[ 93.383] (II) intel(0): Set up textured video
[ 93.384] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 93.384] (II) intel(0): direct rendering: DRI2 Enabled
[ 93.384] (==) intel(0): hotplug detection: "enabled"
[ 93.384] (--) RandR disabled
[ 93.384] (II) Initializing built-in extension Generic Event Extension
[ 93.384] (II) Initializing built-in extension SHAPE
[ 93.384] (II) Initializing built-in extension MIT-SHM
[ 93.384] (II) Initializing built-in extension XInputExtension
[ 93.384] (II) Initializing built-in extension XTEST
[ 93.384] (II) Initializing built-in extension BIG-REQUESTS
[ 93.384] (II) Initializing built-in extension SYNC
[ 93.384] (II) Initializing built-in extension XKEYBOARD
[ 93.384] (II) Initializing built-in extension XC-MISC
[ 93.384] (II) Initializing built-in extension SECURITY
[ 93.384] (II) Initializing built-in extension XINERAMA
[ 93.384] (II) Initializing built-in extension XFIXES
[ 93.384] (II) Initializing built-in extension RENDER
[ 93.384] (II) Initializing built-in extension RANDR
[ 93.384] (II) Initializing built-in extension COMPOSITE
[ 93.384] (II) Initializing built-in extension DAMAGE
[ 93.384] (II) Initializing built-in extension GESTURE
[ 93.386] (EE) GLX error: Can not get required symbols.
[ 93.390] (II) intel(0): Setting screen physical size to 270 x 203
[ 93.397] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 93.405] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 93.406] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 93.406] (II) LoadModule: "evdev"
[ 93.406] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.406] (II) Module evdev: vendor="X.Org Foundation"
[ 93.406] compiled for 1.10.0.902, module version = 2.6.0
[ 93.406] Module class: X.Org XInput Driver
[ 93.406] ABI class: X.Org XInput driver, version 12.3
[ 93.406] (II) Using input driver 'evdev' for 'Power Button'
[ 93.406] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.406] (**) Power Button: always reports core events
[ 93.406] (**) Power Button: Device: "/dev/input/event2"
[ 93.470] (--) Power Button: Found keys
[ 93.470] (II) Power Button: Configuring as keyboard
[ 93.470] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 93.470] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 93.470] (**) Option "xkb_rules" "evdev"
[ 93.470] (**) Option "xkb_model" "pc105"
[ 93.470] (**) Option "xkb_layout" "de"
[ 93.472] (II) XKB: reuse xkmfile /var/lib/xkb/server-808BBA3D4C227BDB44C370226C34E44C5D69A4A9.xkm
[ 93.473] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 93.473] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 93.473] (II) Using input driver 'evdev' for 'Video Bus'
[ 93.473] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.473] (**) Video Bus: always reports core events
[ 93.473] (**) Video Bus: Device: "/dev/input/event11"
[ 93.473] (--) Video Bus: Found keys
[ 93.474] (II) Video Bus: Configuring as keyboard
[ 93.474] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
[ 93.474] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 93.474] (**) Option "xkb_rules" "evdev"
[ 93.474] (**) Option "xkb_model" "pc105"
[ 93.474] (**) Option "xkb_layout" "de"
[ 93.474] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 93.474] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 93.474] (II) Using input driver 'evdev' for 'Video Bus'
[ 93.474] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.474] (**) Video Bus: always reports core events
[ 93.474] (**) Video Bus: Device: "/dev/input/event12"
[ 93.475] (--) Video Bus: Found keys
[ 93.475] (II) Video Bus: Configuring as keyboard
[ 93.475] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input12/event12"
[ 93.475] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 93.475] (**) Option "xkb_rules" "evdev"
[ 93.475] (**) Option "xkb_model" "pc105"
[ 93.475] (**) Option "xkb_layout" "de"
[ 93.478] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 93.478] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 93.478] (II) Using input driver 'evdev' for 'Power Button'
[ 93.478] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.478] (**) Power Button: always reports core events
[ 93.478] (**) Power Button: Device: "/dev/input/event1"
[ 93.480] (--) Power Button: Found keys
[ 93.480] (II) Power Button: Configuring as keyboard
[ 93.480] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 93.480] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 93.480] (**) Option "xkb_rules" "evdev"
[ 93.480] (**) Option "xkb_model" "pc105"
[ 93.480] (**) Option "xkb_layout" "de"
[ 93.480] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 93.480] (II) No input driver/identifier specified (ignoring)
[ 93.483] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 93.483] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 93.483] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 93.483] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.483] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 93.483] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 93.483] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 93.483] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 93.483] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 93.483] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 93.483] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 93.483] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 93.483] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 93.483] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 93.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input4/event4"
[ 93.483] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[ 93.483] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 93.484] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 93.484] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 93.484] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 93.484] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 93.484] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 93.484] (II) No input driver/identifier specified (ignoring)
[ 93.484] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event5)
[ 93.484] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[ 93.484] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
[ 93.484] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.484] (**) USB-compliant keyboard: always reports core events
[ 93.484] (**) USB-compliant keyboard: Device: "/dev/input/event5"
[ 93.498] (--) USB-compliant keyboard: Found keys
[ 93.498] (II) USB-compliant keyboard: Configuring as keyboard
[ 93.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5/event5"
[ 93.498] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[ 93.498] (**) Option "xkb_rules" "evdev"
[ 93.498] (**) Option "xkb_model" "pc105"
[ 93.498] (**) Option "xkb_layout" "de"
[ 93.498] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event6)
[ 93.498] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[ 93.498] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
[ 93.498] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.498] (**) USB-compliant keyboard: always reports core events
[ 93.498] (**) USB-compliant keyboard: Device: "/dev/input/event6"
[ 93.499] (--) USB-compliant keyboard: Found 1 mouse buttons
[ 93.499] (--) USB-compliant keyboard: Found scroll wheel(s)
[ 93.499] (--) USB-compliant keyboard: Found relative axes
[ 93.499] (--) USB-compliant keyboard: Found x and y relative axes
[ 93.499] (--) USB-compliant keyboard: Found absolute axes
[ 93.499] (II) evdev-grail: failed to open grail, no gesture support
[ 93.499] (--) USB-compliant keyboard: Found keys
[ 93.499] (II) USB-compliant keyboard: Configuring as mouse
[ 93.499] (II) USB-compliant keyboard: Configuring as keyboard
[ 93.499] (II) USB-compliant keyboard: Adding scrollwheel support
[ 93.499] (**) USB-compliant keyboard: YAxisMapping: buttons 4 and 5
[ 93.499] (**) USB-compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 93.499] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input6/event6"
[ 93.499] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[ 93.499] (**) Option "xkb_rules" "evdev"
[ 93.499] (**) Option "xkb_model" "pc105"
[ 93.499] (**) Option "xkb_layout" "de"
[ 93.499] (II) USB-compliant keyboard: initialized for relative axes.
[ 93.499] (WW) USB-compliant keyboard: ignoring absolute axes.
[ 93.499] (**) USB-compliant keyboard: (accel) keeping acceleration scheme 1
[ 93.499] (**) USB-compliant keyboard: (accel) acceleration profile 0
[ 93.499] (**) USB-compliant keyboard: (accel) acceleration factor: 2.000
[ 93.499] (**) USB-compliant keyboard: (accel) acceleration threshold: 4
[ 93.500] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse1)
[ 93.500] (II) No input driver/identifier specified (ignoring)
[ 93.500] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event13)
[ 93.500] (II) No input driver/identifier specified (ignoring)
[ 93.500] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event14)
[ 93.500] (II) No input driver/identifier specified (ignoring)
[ 93.502] (II) config/udev: Adding input device HP Webcam (/dev/input/event8)
[ 93.502] (**) HP Webcam: Applying InputClass "evdev keyboard catchall"
[ 93.502] (II) Using input driver 'evdev' for 'HP Webcam'
[ 93.502] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.502] (**) HP Webcam: always reports core events
[ 93.502] (**) HP Webcam: Device: "/dev/input/event8"
[ 93.502] (--) HP Webcam: Found keys
[ 93.502] (II) HP Webcam: Configuring as keyboard
[ 93.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input8/event8"
[ 93.502] (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
[ 93.502] (**) Option "xkb_rules" "evdev"
[ 93.502] (**) Option "xkb_model" "pc105"
[ 93.502] (**) Option "xkb_layout" "de"
[ 93.506] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 93.506] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 93.506] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 93.506] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.506] (**) AT Translated Set 2 keyboard: always reports core events
[ 93.506] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 93.506] (--) AT Translated Set 2 keyboard: Found keys
[ 93.506] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 93.506] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 93.506] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 93.506] (**) Option "xkb_rules" "evdev"
[ 93.506] (**) Option "xkb_model" "pc105"
[ 93.506] (**) Option "xkb_layout" "de"
[ 93.507] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[ 93.507] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 93.507] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 93.507] (II) LoadModule: "synaptics"
[ 93.507] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 93.507] (II) Module synaptics: vendor="X.Org Foundation"
[ 93.507] compiled for 1.10.0.902, module version = 1.3.99
[ 93.507] Module class: X.Org XInput Driver
[ 93.507] ABI class: X.Org XInput driver, version 12.3
[ 93.507] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 93.507] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 93.507] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 93.507] (**) Option "Device" "/dev/input/event10"
[ 93.520] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5516
[ 93.520] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4544
[ 93.520] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 93.520] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 93.520] (--) SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 93.530] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 93.530] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 93.530] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
[ 93.530] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 93.530] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 93.530] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 93.530] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
[ 93.530] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 93.530] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 93.530] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 93.530] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 93.531] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 93.531] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 93.531] (II) No input driver/identifier specified (ignoring)
[ 93.532] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[ 93.532] (II) No input driver/identifier specified (ignoring)
[ 93.532] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 93.532] (II) No input driver/identifier specified (ignoring)
[ 93.536] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[ 93.536] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 93.536] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 93.536] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 93.536] (**) HP WMI hotkeys: always reports core events
[ 93.536] (**) HP WMI hotkeys: Device: "/dev/input/event9"
[ 93.536] (--) HP WMI hotkeys: Found keys
[ 93.536] (II) HP WMI hotkeys: Configuring as keyboard
[ 93.536] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[ 93.537] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[ 93.537] (**) Option "xkb_rules" "evdev"
[ 93.537] (**) Option "xkb_model" "pc105"
[ 93.537] (**) Option "xkb_layout" "de"
[ 93.793] (II) intel(0): EDID vendor "LGD", prod id 556
[ 93.793] (II) intel(0): Printing DDC gathered Modelines:
[ 93.793] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 93.853] (II) intel(0): EDID vendor "LGD", prod id 556
[ 93.853] (II) intel(0): Printing DDC gathered Modelines:
[ 93.853] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 93.935] (II) intel(0): EDID vendor "LGD", prod id 556
[ 93.935] (II) intel(0): Printing DDC gathered Modelines:
[ 93.935] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 93.994] (II) intel(0): EDID vendor "LGD", prod id 556
[ 93.994] (II) intel(0): Printing DDC gathered Modelines:
[ 93.994] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 101.927] (II) intel(0): EDID vendor "LGD", prod id 556
[ 101.927] (II) intel(0): Printing DDC gathered Modelines:
[ 101.927] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 102.445] (II) intel(0): EDID vendor "LGD", prod id 556
[ 102.445] (II) intel(0): Printing DDC gathered Modelines:
[ 102.445] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 102.447] (II) intel(0): EDID vendor "LGD", prod id 556
[ 102.447] (II) intel(0): Printing DDC gathered Modelines:
[ 102.447] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 102.448] (II) intel(0): EDID vendor "LGD", prod id 556
[ 102.448] (II) intel(0): Printing DDC gathered Modelines:
[ 102.448] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 102.449] (II) intel(0): EDID vendor "LGD", prod id 556
[ 102.449] (II) intel(0): Printing DDC gathered Modelines:
[ 102.449] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 108.916] (II) intel(0): EDID vendor "LGD", prod id 556
[ 108.916] (II) intel(0): Printing DDC gathered Modelines:
[ 108.916] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 109.828] (II) intel(0): EDID vendor "LGD", prod id 556
[ 109.828] (II) intel(0): Printing DDC gathered Modelines:
[ 109.828] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1446 1462 768 771 777 790 -hsync -vsync (47.4 kHz)
[ 114.180] (II) Power Button: Close
[ 114.180] (II) UnloadModule: "evdev"
[ 114.180] (II) Unloading evdev
[ 114.270] (II) Video Bus: Close
[ 114.270] (II) UnloadModule: "evdev"
[ 114.270] (II) Unloading evdev
[ 114.370] (II) Video Bus: Close
[ 114.370] (II) UnloadModule: "evdev"
[ 114.370] (II) Unloading evdev
[ 114.470] (II) Power Button: Close
[ 114.470] (II) UnloadModule: "evdev"
[ 114.470] (II) Unloading evdev
[ 114.560] (II) Logitech USB-PS/2 Optical Mouse: Close
[ 114.560] (II) UnloadModule: "evdev"
[ 114.560] (II) Unloading evdev
[ 114.660] (II) USB-compliant keyboard: Close
[ 114.787] (II) UnloadModule: "evdev"
[ 114.787] (II) Unloading evdev
[ 114.890] (II) USB-compliant keyboard: Close
[ 114.890] (II) UnloadModule: "evdev"
[ 114.890] (II) Unloading evdev
[ 115.020] (II) HP Webcam: Close
[ 115.020] (II) UnloadModule: "evdev"
[ 115.020] (II) Unloading evdev
[ 115.140] (II) AT Translated Set 2 keyboard: Close
[ 115.140] (II) UnloadModule: "evdev"
[ 115.140] (II) Unloading evdev
[ 115.260] (II) UnloadModule: "synaptics"
[ 115.260] (II) Unloading synaptics
[ 115.261] (II) HP WMI hotkeys: Close
[ 115.261] (II) UnloadModule: "evdev"
[ 115.261] (II) Unloading evdev
[ 115.269] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 115.269] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 115.269] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[ 115.269]
Fatal server error:
[ 115.269] xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 115.269]
[ 115.269]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 115.269] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 115.269]
[ 115.269]
Backtrace:
[ 24.997]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 24.998] X Protocol Version 11, Revision 0
[ 24.998] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 24.998] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 24.998] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro quiet splash vt.handoff=7
[ 24.998] Build Date: 19 April 2011 03:40:45PM
[ 24.998] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 24.998] Current version of pixman: 0.20.2
[ 24.998] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.998] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.998] (==) Log file: "/var/log/Xorg.2.log", Time: Sat Apr 30 12:01:20 2011
[ 24.998] (==) Using config file: "/etc/X11/xorg.conf"
[ 24.998] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.998] Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "aticonfig-Screen[0]-0" referenced by ServerLayout "aticonfig Layout".
[ 24.998] (EE) Problem parsing the config file
[ 24.998] (EE) Error parsing the config file
[ 24.998]
Fatal server error:
[ 24.998] no screens found
[ 24.998]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 24.998] Please also check the log file at "/var/log/Xorg.2.log" for additional information.
[ 24.998]
[ 24.998] ddxSigGiveUp: Closing log
[ 25.017]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 25.017] X Protocol Version 11, Revision 0
[ 25.017] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 25.017] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 25.017] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro quiet splash vt.handoff=7
[ 25.017] Build Date: 19 April 2011 03:40:45PM
[ 25.017] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 25.017] Current version of pixman: 0.20.2
[ 25.017] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 25.017] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.017] (==) Log file: "/var/log/Xorg.3.log", Time: Sat Apr 30 12:01:20 2011
[ 25.017] (==) Using config file: "/etc/X11/xorg.conf"
[ 25.017] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 25.017] Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "aticonfig-Screen[0]-0" referenced by ServerLayout "aticonfig Layout".
[ 25.017] (EE) Problem parsing the config file
[ 25.017] (EE) Error parsing the config file
[ 25.017]
Fatal server error:
[ 25.017] no screens found
[ 25.017]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 25.017] Please also check the log file at "/var/log/Xorg.3.log" for additional information.
[ 25.017]
[ 25.017] ddxSigGiveUp: Closing log
[ 25.035]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 25.035] X Protocol Version 11, Revision 0
[ 25.035] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 25.035] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 25.035] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro quiet splash vt.handoff=7
[ 25.035] Build Date: 19 April 2011 03:40:45PM
[ 25.035] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 25.035] Current version of pixman: 0.20.2
[ 25.035] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 25.035] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.035] (==) Log file: "/var/log/Xorg.4.log", Time: Sat Apr 30 12:01:20 2011
[ 25.036] (==) Using config file: "/etc/X11/xorg.conf"
[ 25.036] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 25.036] Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "aticonfig-Screen[0]-0" referenced by ServerLayout "aticonfig Layout".
[ 25.036] (EE) Problem parsing the config file
[ 25.036] (EE) Error parsing the config file
[ 25.036]
Fatal server error:
[ 25.036] no screens found
[ 25.036]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 25.036] Please also check the log file at "/var/log/Xorg.4.log" for additional information.
[ 25.036]
[ 25.036] ddxSigGiveUp: Closing log
[ 25.054]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 25.054] X Protocol Version 11, Revision 0
[ 25.054] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 25.054] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 25.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro quiet splash vt.handoff=7
[ 25.054] Build Date: 19 April 2011 03:40:45PM
[ 25.054] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 25.054] Current version of pixman: 0.20.2
[ 25.054] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 25.054] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.054] (==) Log file: "/var/log/Xorg.5.log", Time: Sat Apr 30 12:01:20 2011
[ 25.054] (==) Using config file: "/etc/X11/xorg.conf"
[ 25.054] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 25.054] Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "aticonfig-Screen[0]-0" referenced by ServerLayout "aticonfig Layout".
[ 25.054] (EE) Problem parsing the config file
[ 25.054] (EE) Error parsing the config file
[ 25.054]
Fatal server error:
[ 25.054] no screens found
[ 25.054]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 25.054] Please also check the log file at "/var/log/Xorg.5.log" for additional information.
[ 25.054]
[ 25.054] ddxSigGiveUp: Closing log
[ 36.353]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 36.353] X Protocol Version 11, Revision 0
[ 36.353] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 36.353] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 36.353] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro single
[ 36.353] Build Date: 19 April 2011 03:40:45PM
[ 36.353] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 36.353] Current version of pixman: 0.20.2
[ 36.353] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 36.353] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 36.353] (==) Log file: "/var/log/Xorg.99.log", Time: Sat Apr 30 12:20:13 2011
[ 36.353] (II) Loader magic: 0x7e0280
[ 36.353] (II) Module ABI versions:
[ 36.353] X.Org ANSI C Emulation: 0.4
[ 36.353] X.Org Video Driver: 10.0
[ 36.353] X.Org XInput driver : 12.3
[ 36.353] X.Org Server Extension : 5.0
[ 36.354] (--) PCI:*(0:0:2:0) 8086:0046:103c:1433 rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00004050/8
[ 36.354] (--) PCI: (0:1:0:0) 1002:68e0:103c:1433 rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 36.354] List of video drivers:
[ 36.355] mga
[ 36.355] openchrome
[ 36.355] neomagic
[ 36.355] vmwlegacy
[ 36.355] tdfx
[ 36.355] i128
[ 36.355] trident
[ 36.355] chips
[ 36.355] s3virge
[ 36.355] rendition
[ 36.355] nouveau
[ 36.355] cirrus
[ 36.355] intel
[ 36.355] vmware
[ 36.355] mach64
[ 36.355] r128
[ 36.355] voodoo
[ 36.355] fglrx
[ 36.355] sisusb
[ 36.355] apm
[ 36.355] tseng
[ 36.355] ark
[ 36.355] sis
[ 36.355] qxl
[ 36.355] s3
[ 36.355] siliconmotion
[ 36.355] savage
[ 36.355] fbdev
[ 36.355] vesa
[ 36.355] (II) LoadModule: "mga"
[ 36.355] (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
[ 36.369] (II) Module mga: vendor="X.Org Foundation"
[ 36.369] compiled for 1.10.0, module version = 1.4.13
[ 36.370] Module class: X.Org Video Driver
[ 36.370] ABI class: X.Org Video Driver, version 10.0
[ 36.370] (II) LoadModule: "openchrome"
[ 36.370] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[ 36.385] (II) Module openchrome: vendor="http://openchrome.org/"
[ 36.385] compiled for 1.10.0, module version = 0.2.904
[ 36.385] Module class: X.Org Video Driver
[ 36.385] ABI class: X.Org Video Driver, version 10.0
[ 36.385] (II) LoadModule: "neomagic"
[ 36.385] (II) Loading /usr/lib/xorg/modules/drivers/neomagic_drv.so
[ 36.393] (II) Module neomagic: vendor="X.Org Foundation"
[ 36.394] compiled for 1.10.0, module version = 1.2.5
[ 36.394] Module class: X.Org Video Driver
[ 36.394] ABI class: X.Org Video Driver, version 10.0
[ 36.394] (II) LoadModule: "vmwlegacy"
[ 36.394] (II) Loading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so
[ 36.399] (II) Module vmwlegacy: vendor="X.Org Foundation"
[ 36.399] compiled for 1.10.0, module version = 11.0.3
[ 36.399] Module class: X.Org Video Driver
[ 36.399] ABI class: X.Org Video Driver, version 10.0
[ 36.399] (II) LoadModule: "tdfx"
[ 36.399] (II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so
[ 36.405] (II) Module tdfx: vendor="X.Org Foundation"
[ 36.405] compiled for 1.10.0, module version = 1.4.3
[ 36.405] Module class: X.Org Video Driver
[ 36.405] ABI class: X.Org Video Driver, version 10.0
[ 36.405] (II) LoadModule: "i128"
[ 36.405] (II) Loading /usr/lib/xorg/modules/drivers/i128_drv.so
[ 36.413] (II) Module i128: vendor="X.Org Foundation"
[ 36.413] compiled for 1.10.0, module version = 1.3.4
[ 36.413] Module class: X.Org Video Driver
[ 36.413] ABI class: X.Org Video Driver, version 10.0
[ 36.413] (II) LoadModule: "trident"
[ 36.413] (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so
[ 36.414] (II) Module trident: vendor="X.Org Foundation"
[ 36.414] compiled for 1.10.0, module version = 1.3.4
[ 36.414] Module class: X.Org Video Driver
[ 36.414] ABI class: X.Org Video Driver, version 10.0
[ 36.415] (II) LoadModule: "chips"
[ 36.415] (II) Loading /usr/lib/xorg/modules/drivers/chips_drv.so
[ 36.427] (II) Module chips: vendor="X.Org Foundation"
[ 36.427] compiled for 1.10.0, module version = 1.2.3
[ 36.427] Module class: X.Org Video Driver
[ 36.427] ABI class: X.Org Video Driver, version 10.0
[ 36.428] (II) LoadModule: "s3virge"
[ 36.429] (II) Loading /usr/lib/xorg/modules/drivers/s3virge_drv.so
[ 36.437] (II) Module s3virge: vendor="X.Org Foundation"
[ 36.437] compiled for 1.10.0, module version = 1.10.4
[ 36.437] Module class: X.Org Video Driver
[ 36.437] ABI class: X.Org Video Driver, version 10.0
[ 36.437] (II) LoadModule: "rendition"
[ 36.437] (II) Loading /usr/lib/xorg/modules/drivers/rendition_drv.so
[ 36.439] (II) Module rendition: vendor="X.Org Foundation"
[ 36.439] compiled for 1.10.0, module version = 4.2.4
[ 36.439] Module class: X.Org Video Driver
[ 36.439] ABI class: X.Org Video Driver, version 10.0
[ 36.439] (II) LoadModule: "nouveau"
[ 36.439] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 36.446] (II) Module nouveau: vendor="X.Org Foundation"
[ 36.446] compiled for 1.10.0, module version = 0.0.16
[ 36.446] Module class: X.Org Video Driver
[ 36.446] ABI class: X.Org Video Driver, version 10.0
[ 36.446] (II) LoadModule: "cirrus"
[ 36.446] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so
[ 36.450] (II) Module cirrus: vendor="X.Org Foundation"
[ 36.450] compiled for 1.10.0, module version = 1.3.2
[ 36.450] Module class: X.Org Video Driver
[ 36.450] ABI class: X.Org Video Driver, version 10.0
[ 36.450] (II) LoadModule: "intel"
[ 36.450] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 36.450] (II) Module intel: vendor="X.Org Foundation"
[ 36.450] compiled for 1.10.0.902, module version = 2.14.0
[ 36.450] Module class: X.Org Video Driver
[ 36.450] ABI class: X.Org Video Driver, version 10.0
[ 36.450] (II) LoadModule: "vmware"
[ 36.450] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 36.451] (II) Module vmware: vendor="X.Org Foundation"
[ 36.451] compiled for 1.10.0, module version = 11.0.3
[ 36.451] Module class: X.Org Video Driver
[ 36.451] ABI class: X.Org Video Driver, version 10.0
[ 36.451] (II) LoadModule: "vmwgfx"
[ 36.452] (WW) Warning, couldn't open module vmwgfx
[ 36.452] (II) UnloadModule: "vmwgfx"
[ 36.452] (II) Unloading vmwgfx
[ 36.452] (EE) Failed to load module "vmwgfx" (module does not exist, 0)
[ 36.452] (EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx
[ 36.452] (II) vmware: Using vmwlegacy driver everything is fine.
[ 36.452] (II) LoadModule: "vmwlegacy"
[ 36.452] (II) Loading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so
[ 36.452] (II) Module vmwlegacy: vendor="X.Org Foundation"
[ 36.452] compiled for 1.10.0, module version = 11.0.3
[ 36.452] Module class: X.Org Video Driver
[ 36.452] ABI class: X.Org Video Driver, version 10.0
[ 36.452] (II) UnloadModule: "vmwlegacy"
[ 36.452] (II) Unloading vmwlegacy
[ 36.452] (II) Failed to load module "vmwlegacy" (already loaded, 31505728)
[ 36.452] (EE) vmware: Unexpected failure while loading the "vmwlegacy" driver. Giving up.
[ 36.452] (II) UnloadModule: "vmware"
[ 36.452] (II) Unloading vmware
[ 36.452] (EE) Failed to load module "vmware" (a required submodule could not be loaded, 0)
[ 36.452] (II) LoadModule: "mach64"
[ 36.452] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so
[ 36.459] (II) Module mach64: vendor="X.Org Foundation"
[ 36.459] compiled for 1.10.0, module version = 6.8.2
[ 36.459] Module class: X.Org Video Driver
[ 36.459] ABI class: X.Org Video Driver, version 10.0
[ 36.459] (II) LoadModule: "r128"
[ 36.459] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[ 36.467] (II) Module r128: vendor="X.Org Foundation"
[ 36.467] compiled for 1.10.0, module version = 6.8.1
[ 36.467] Module class: X.Org Video Driver
[ 36.467] ABI class: X.Org Video Driver, version 10.0
[ 36.467] (II) LoadModule: "voodoo"
[ 36.467] (II) Loading /usr/lib/xorg/modules/drivers/voodoo_drv.so
[ 36.474] (II) Module voodoo: vendor="X.Org Foundation"
[ 36.474] compiled for 1.10.0, module version = 1.1.0
[ 36.474] Module class: X.Org Video Driver
[ 36.474] ABI class: X.Org Video Driver, version 10.0
[ 36.474] (II) LoadModule: "fglrx"
[ 36.474] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 36.494] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 36.494] compiled for 1.4.99.906, module version = 8.84.60
[ 36.494] Module class: X.Org Video Driver
[ 36.494] (II) Loading sub module "fglrxdrm"
[ 36.494] (II) LoadModule: "fglrxdrm"
[ 36.495] (WW) Warning, couldn't open module fglrxdrm
[ 36.495] (II) UnloadModule: "fglrxdrm"
[ 36.495] (II) Unloading fglrxdrm
[ 36.495] (EE) Can't load FireGL DRM library (libfglrxdrm.so).
[ 36.495] (II) LoadModule: "sisusb"
[ 36.495] (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so
[ 36.503] (II) Module sisusb: vendor="X.Org Foundation"
[ 36.503] compiled for 1.10.0, module version = 0.9.4
[ 36.503] Module class: X.Org Video Driver
[ 36.503] ABI class: X.Org Video Driver, version 10.0
[ 36.503] (II) LoadModule: "apm"
[ 36.503] (II) Loading /usr/lib/xorg/modules/drivers/apm_drv.so
[ 36.505] (II) Module apm: vendor="X.Org Foundation"
[ 36.505] compiled for 1.10.0, module version = 1.2.3
[ 36.505] Module class: X.Org Video Driver
[ 36.505] ABI class: X.Org Video Driver, version 10.0
[ 36.505] (II) LoadModule: "tseng"
[ 36.505] (II) Loading /usr/lib/xorg/modules/drivers/tseng_drv.so
[ 36.506] (II) Module tseng: vendor="X.Org Foundation"
[ 36.506] compiled for 1.10.0, module version = 1.1.0
[ 36.506] Module class: X.Org Video Driver
[ 36.506] ABI class: X.Org Video Driver, version 10.0
[ 36.506] (II) LoadModule: "ark"
[ 36.507] (II) Loading /usr/lib/xorg/modules/drivers/ark_drv.so
[ 36.516] (II) Module ark: vendor="X.Org Foundation"
[ 36.516] compiled for 1.10.0, module version = 0.7.3
[ 36.516] Module class: X.Org Video Driver
[ 36.516] ABI class: X.Org Video Driver, version 10.0
[ 36.516] (II) LoadModule: "sis"
[ 36.516] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[ 36.529] (II) Module sis: vendor="X.Org Foundation"
[ 36.530] compiled for 1.10.0, module version = 0.10.3
[ 36.530] Module class: X.Org Video Driver
[ 36.530] ABI class: X.Org Video Driver, version 10.0
[ 36.530] (II) LoadModule: "qxl"
[ 36.530] (II) Loading /usr/lib/xorg/modules/drivers/qxl_drv.so
[ 36.531] (II) Module qxl: vendor="X.Org Foundation"
[ 36.531] compiled for 1.10.0, module version = 0.0.0
[ 36.531] Module class: X.Org Video Driver
[ 36.531] ABI class: X.Org Video Driver, version 10.0
[ 36.531] (II) LoadModule: "s3"
[ 36.531] (II) Loading /usr/lib/xorg/modules/drivers/s3_drv.so
[ 36.532] (II) Module s3: vendor="X.Org Foundation"
[ 36.532] compiled for 1.10.0, module version = 0.6.3
[ 36.532] Module class: X.Org Video Driver
[ 36.532] ABI class: X.Org Video Driver, version 10.0
[ 36.532] (II) LoadModule: "siliconmotion"
[ 36.532] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
[ 36.537] (II) Module siliconmotion: vendor="X.Org Foundation"
[ 36.537] compiled for 1.10.0, module version = 1.7.4
[ 36.537] Module class: X.Org Video Driver
[ 36.537] ABI class: X.Org Video Driver, version 10.0
[ 36.538] (II) LoadModule: "savage"
[ 36.538] (II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so
[ 36.546] (II) Module savage: vendor="X.Org Foundation"
[ 36.546] compiled for 1.10.0, module version = 2.3.2
[ 36.546] Module class: X.Org Video Driver
[ 36.546] ABI class: X.Org Video Driver, version 10.0
[ 36.546] (II) LoadModule: "fbdev"
[ 36.546] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 36.546] (II) Module fbdev: vendor="X.Org Foundation"
[ 36.546] compiled for 1.10.0, module version = 0.4.2
[ 36.546] ABI class: X.Org Video Driver, version 10.0
[ 36.546] (II) LoadModule: "vesa"
[ 36.546] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 36.555] (II) Module vesa: vendor="X.Org Foundation"
[ 36.555] compiled for 1.10.0, module version = 2.3.0
[ 36.556] Module class: X.Org Video Driver
[ 36.556] ABI class: X.Org Video Driver, version 10.0
[ 36.556] (WW) Falling back to old probe method for neomagic
[ 36.556] (WW) Falling back to old probe method for i128
[ 36.556] (WW) Falling back to old probe method for trident
[ 36.556] (WW) Falling back to old probe method for s3virge
[ 36.556] (WW) Falling back to old probe method for cirrus
[ 36.556] (II) Loading sub module "cirrus_laguna"
[ 36.556] (II) LoadModule: "cirrus_laguna"
[ 36.556] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so
[ 36.557] (II) Module cirrus_laguna: vendor="X.Org Foundation"
[ 36.557] compiled for 1.10.0, module version = 1.0.0
[ 36.557] ABI class: X.Org Video Driver, version 10.0
[ 36.557] (II) Loading sub module "cirrus_alpine"
[ 36.557] (II) LoadModule: "cirrus_alpine"
[ 36.557] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so
[ 36.558] (II) Module cirrus_alpine: vendor="X.Org Foundation"
[ 36.559] compiled for 1.10.0, module version = 1.0.0
[ 36.559] ABI class: X.Org Video Driver, version 10.0
[ 36.559] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
[ 36.559] (WW) Falling back to old probe method for voodoo
[ 36.559] (WW) Falling back to old probe method for fglrx
[ 36.562] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 36.562] (WW) Falling back to old probe method for sisusb
[ 36.562] (WW) Falling back to old probe method for apm
[ 36.562] (WW) Falling back to old probe method for tseng
[ 36.562] (WW) Falling back to old probe method for ark
[ 36.562] (WW) Falling back to old probe method for sis
[ 36.562] (WW) Falling back to old probe method for s3
[ 36.562] (WW) Falling back to old probe method for siliconmotion
[ 36.562] (II) FBDEV: driver for framebuffer: fbdev
[ 36.562] (II) VESA: driver for VESA chipsets: vesa
[ 36.630] (++) Using config file: "/xorg.conf.new"
[ 36.630] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 36.630] (==) ServerLayout "X.org Configured"
[ 36.630] (**) |-->Screen "Screen0" (0)
[ 36.630] (**) | |-->Monitor "Monitor0"
[ 36.630] (**) | |-->Device "Card0"
[ 36.630] (**) |-->Screen "Screen1" (1)
[ 36.630] (**) | |-->Monitor "Monitor1"
[ 36.630] (**) | |-->Device "Card1"
[ 36.630] (**) |-->Screen "Screen2" (2)
[ 36.630] (**) | |-->Monitor "Monitor2"
[ 36.631] (**) | |-->Device "Card2"
[ 36.631] (**) |-->Screen "Screen3" (3)
[ 36.631] (**) | |-->Monitor "Monitor3"
[ 36.631] (**) | |-->Device "Card3"
[ 36.631] (**) |-->Screen "Screen4" (4)
[ 36.631] (**) | |-->Monitor "Monitor4"
[ 36.631] (**) | |-->Device "Card4"
[ 36.631] (**) |-->Input Device "Mouse0"
[ 36.631] (**) |-->Input Device "Keyboard0"
[ 36.631] (==) Automatically adding devices
[ 36.631] (==) Automatically enabling devices
[ 36.631] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 36.631] Entry deleted from font path.
[ 36.631] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 36.631] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 36.631] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 36.631] (WW) Disabling Mouse0
[ 36.631] (WW) Disabling Keyboard0
[ 36.633] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 36.633] (II) Loading sub module "fbdevhw"
[ 36.633] (II) LoadModule: "fbdevhw"
[ 36.634] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 36.634] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 36.634] compiled for 1.10.1, module version = 0.0.2
[ 36.634] ABI class: X.Org Video Driver, version 10.0
[ 36.634] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 36.634] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 36.634] (**) FBDEV(1): claimed PCI slot 1@0:0:0
[ 36.634] (II) FBDEV(1): using default device
[ 36.634] (WW) Falling back to old probe method for vesa
[ 36.634] Number of created screens does not match number of detected devices.
Configuration failed.
[ 27.790]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 27.791] X Protocol Version 11, Revision 0
[ 27.792] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 27.793] Current Operating System: Linux jans 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 27.793] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=5afc9da4-fa1a-4217-ae69-7f2c81f990f4 ro single
[ 27.794] Build Date: 19 April 2011 03:40:45PM
[ 27.795] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[ 27.796] Current version of pixman: 0.20.2
[ 27.796] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 27.798] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 27.801] (++) Log file: "/var/log/Xorg.failsafe.log", Time: Sat Apr 30 12:20:04 2011
[ 27.802] (++) Using config file: "/etc/X11/xorg.conf.failsafe"
[ 27.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 27.804] (==) No Layout section. Using the first Screen section.
[ 27.804] (**) |-->Screen "Default Screen" (0)
[ 27.804] (**) | |-->Monitor "Configured Monitor"
[ 27.804] (**) | |-->Device "Configured Video Device"
[ 27.804] (==) Automatically adding devices
[ 27.804] (==) Automatically enabling devices
[ 27.804] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 27.804] Entry deleted from font path.
[ 27.804] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 27.804] Entry deleted from font path.
[ 27.804] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 27.804] Entry deleted from font path.
[ 27.804] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 27.804] Entry deleted from font path.
[ 27.804] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 27.804] Entry deleted from font path.
[ 27.804] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 27.804] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 27.805] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 27.805] (II) Loader magic: 0x7e0280
[ 27.805] (II) Module ABI versions:
[ 27.805] X.Org ANSI C Emulation: 0.4
[ 27.805] X.Org Video Driver: 10.0
[ 27.805] X.Org XInput driver : 12.3
[ 27.805] X.Org Server Extension : 5.0
[ 27.805] (--) PCI:*(0:0:2:0) 8086:0046:103c:1433 rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00004050/8
[ 27.805] (--) PCI: (0:1:0:0) 1002:68e0:103c:1433 rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 27.805] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 27.805] (II) LoadModule: "extmod"
[ 27.814] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 27.814] (II) Module extmod: vendor="X.Org Foundation"
[ 27.814] compiled for 1.10.1, module version = 1.0.0
[ 27.814] Module class: X.Org Server Extension
[ 27.814] ABI class: X.Org Server Extension, version 5.0
[ 27.814] (II) Loading extension MIT-SCREEN-SAVER
[ 27.814] (II) Loading extension XFree86-VidModeExtension
[ 27.814] (II) Loading extension XFree86-DGA
[ 27.814] (II) Loading extension DPMS
[ 27.814] (II) Loading extension XVideo
[ 27.814] (II) Loading extension XVideo-MotionCompensation
[ 27.814] (II) Loading extension X-Resource
[ 27.814] (II) LoadModule: "dbe"
[ 27.815] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 27.815] (II) Module dbe: vendor="X.Org Foundation"
[ 27.815] compiled for 1.10.1, module version = 1.0.0
[ 27.815] Module class: X.Org Server Extension
[ 27.815] ABI class: X.Org Server Extension, version 5.0
[ 27.815] (II) Loading extension DOUBLE-BUFFER
[ 27.815] (II) LoadModule: "glx"
[ 27.815] (II) Loading /usr/lib/xorg/extra-modules/modules/extensions/libglx.so
[ 27.815] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[ 27.815] compiled for 6.9.0, module version = 1.0.0
[ 27.815] (II) Loading extension GLX
[ 27.815] (II) LoadModule: "record"
[ 27.815] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 27.815] (II) Module record: vendor="X.Org Foundation"
[ 27.815] compiled for 1.10.1, module version = 1.13.0
[ 27.815] Module class: X.Org Server Extension
[ 27.815] ABI class: X.Org Server Extension, version 5.0
[ 27.815] (II) Loading extension RECORD
[ 27.815] (II) LoadModule: "dri"
[ 27.823] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 27.823] (II) Module dri: vendor="X.Org Foundation"
[ 27.823] compiled for 1.10.1, module version = 1.0.0
[ 27.823] ABI class: X.Org Server Extension, version 5.0
[ 27.823] (II) Loading extension XFree86-DRI
[ 27.823] (II) LoadModule: "dri2"
[ 27.823] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 27.823] (II) Module dri2: vendor="X.Org Foundation"
[ 27.823] compiled for 1.10.1, module version = 1.2.0
[ 27.823] ABI class: X.Org Server Extension, version 5.0
[ 27.823] (II) Loading extension DRI2
[ 27.823] (II) LoadModule: "fbdev"
[ 27.830] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 27.840] (II) Module fbdev: vendor="X.Org Foundation"
[ 27.840] compiled for 1.10.0, module version = 0.4.2
[ 27.840] ABI class: X.Org Video Driver, version 10.0
[ 27.840] (II) FBDEV: driver for framebuffer: fbdev
[ 27.840] (--) using VT number 2
[ 27.844] (II) Loading sub module "fbdevhw"
[ 27.844] (II) LoadModule: "fbdevhw"
[ 27.844] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 27.852] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 27.852] compiled for 1.10.1, module version = 0.0.2
[ 27.852] ABI class: X.Org Video Driver, version 10.0
[ 27.852] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 27.852] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 27.852] (**) FBDEV(0): claimed PCI slot 0@0:2:0
[ 27.852] (II) FBDEV(0): using default device
[ 27.852] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen" for depth/fbbpp 24/32
[ 27.852] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 27.852] (==) FBDEV(0): RGB weight 888
[ 27.852] (==) FBDEV(0): Default visual is TrueColor
[ 27.852] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 27.852] (II) FBDEV(0): hardware: inteldrmfb (video memory: 8100kB)
[ 27.852] (II) FBDEV(0): checking modes against framebuffer device...
[ 27.852] (II) FBDEV(0): checking modes against monitor...
[ 27.852] (--) FBDEV(0): Virtual size is 1366x768 (pitch 1366)
[ 27.852] (**) FBDEV(0): Built-in mode "current"
[ 27.852] (==) FBDEV(0): DPI set to (96, 96)
[ 27.852] (II) Loading sub module "fb"
[ 27.852] (II) LoadModule: "fb"
[ 27.852] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 27.853] (II) Module fb: vendor="X.Org Foundation"
[ 27.853] compiled for 1.10.1, module version = 1.0.0
[ 27.853] ABI class: X.Org ANSI C Emulation, version 0.4
[ 27.853] (**) FBDEV(0): using shadow framebuffer
[ 27.853] (II) Loading sub module "shadow"
[ 27.853] (II) LoadModule: "shadow"
[ 27.853] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 27.853] (II) Module shadow: vendor="X.Org Foundation"
[ 27.853] compiled for 1.10.1, module version = 1.1.0
[ 27.853] ABI class: X.Org ANSI C Emulation, version 0.4
[ 27.853] (==) Depth 24 pixmap format is 32 bpp
[ 27.856] (==) FBDEV(0): Backing store disabled
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.858] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.859] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.860] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.861] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 27.862] (==) FBDEV(0): DPMS enabled
[ 27.862] (==) RandR enabled
[ 27.862] (II) Initializing built-in extension Generic Event Extension
[ 27.862] (II) Initializing built-in extension SHAPE
[ 27.862] (II) Initializing built-in extension MIT-SHM
[ 27.862] (II) Initializing built-in extension XInputExtension
[ 27.862] (II) Initializing built-in extension XTEST
[ 27.862] (II) Initializing built-in extension BIG-REQUESTS
[ 27.862] (II) Initializing built-in extension SYNC
[ 27.862] (II) Initializing built-in extension XKEYBOARD
[ 27.862] (II) Initializing built-in extension XC-MISC
[ 27.862] (II) Initializing built-in extension SECURITY
[ 27.862] (II) Initializing built-in extension XINERAMA
[ 27.862] (II) Initializing built-in extension XFIXES
[ 27.862] (II) Initializing built-in extension RENDER
[ 27.862] (II) Initializing built-in extension RANDR
[ 27.862] (II) Initializing built-in extension COMPOSITE
[ 27.862] (II) Initializing built-in extension DAMAGE
[ 27.862] (II) Initializing built-in extension GESTURE
[ 27.863] (EE) GLX error: Can not get required symbols.
[ 27.877] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 27.886] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 27.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 27.886] (II) LoadModule: "evdev"
[ 27.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.886] (II) Module evdev: vendor="X.Org Foundation"
[ 27.887] compiled for 1.10.0.902, module version = 2.6.0
[ 27.887] Module class: X.Org XInput Driver
[ 27.887] ABI class: X.Org XInput driver, version 12.3
[ 27.887] (II) Using input driver 'evdev' for 'Power Button'
[ 27.887] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.887] (**) Power Button: always reports core events
[ 27.887] (**) Power Button: Device: "/dev/input/event2"
[ 27.930] (--) Power Button: Found keys
[ 27.930] (II) Power Button: Configuring as keyboard
[ 27.930] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 27.930] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 27.930] (**) Option "xkb_rules" "evdev"
[ 27.930] (**) Option "xkb_model" "pc105"
[ 27.930] (**) Option "xkb_layout" "de"
[ 27.932] (II) XKB: reuse xkmfile /var/lib/xkb/server-808BBA3D4C227BDB44C370226C34E44C5D69A4A9.xkm
[ 27.933] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 27.933] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 27.933] (II) Using input driver 'evdev' for 'Video Bus'
[ 27.933] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.933] (**) Video Bus: always reports core events
[ 27.933] (**) Video Bus: Device: "/dev/input/event11"
[ 27.933] (--) Video Bus: Found keys
[ 27.933] (II) Video Bus: Configuring as keyboard
[ 27.933] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
[ 27.933] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 27.933] (**) Option "xkb_rules" "evdev"
[ 27.933] (**) Option "xkb_model" "pc105"
[ 27.933] (**) Option "xkb_layout" "de"
[ 27.934] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 27.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 27.934] (II) Using input driver 'evdev' for 'Video Bus'
[ 27.934] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.934] (**) Video Bus: always reports core events
[ 27.934] (**) Video Bus: Device: "/dev/input/event12"
[ 27.934] (--) Video Bus: Found keys
[ 27.934] (II) Video Bus: Configuring as keyboard
[ 27.934] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input12/event12"
[ 27.934] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 27.934] (**) Option "xkb_rules" "evdev"
[ 27.934] (**) Option "xkb_model" "pc105"
[ 27.934] (**) Option "xkb_layout" "de"
[ 27.938] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 27.938] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 27.938] (II) Using input driver 'evdev' for 'Power Button'
[ 27.938] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.938] (**) Power Button: always reports core events
[ 27.938] (**) Power Button: Device: "/dev/input/event1"
[ 27.940] (--) Power Button: Found keys
[ 27.940] (II) Power Button: Configuring as keyboard
[ 27.940] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 27.940] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 27.940] (**) Option "xkb_rules" "evdev"
[ 27.940] (**) Option "xkb_model" "pc105"
[ 27.940] (**) Option "xkb_layout" "de"
[ 27.940] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 27.940] (II) No input driver/identifier specified (ignoring)
[ 27.943] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 27.943] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 27.943] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 27.943] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 27.943] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 27.943] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 27.943] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 27.943] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 27.943] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 27.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input4/event4"
[ 27.943] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[ 27.943] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 27.943] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 27.944] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 27.944] (II) No input driver/identifier specified (ignoring)
[ 27.944] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event5)
[ 27.944] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[ 27.944] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
[ 27.944] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.944] (**) USB-compliant keyboard: always reports core events
[ 27.944] (**) USB-compliant keyboard: Device: "/dev/input/event5"
[ 27.950] (--) USB-compliant keyboard: Found keys
[ 27.950] (II) USB-compliant keyboard: Configuring as keyboard
[ 27.950] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5/event5"
[ 27.950] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[ 27.950] (**) Option "xkb_rules" "evdev"
[ 27.950] (**) Option "xkb_model" "pc105"
[ 27.950] (**) Option "xkb_layout" "de"
[ 27.950] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event6)
[ 27.950] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
[ 27.950] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
[ 27.950] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.950] (**) USB-compliant keyboard: always reports core events
[ 27.950] (**) USB-compliant keyboard: Device: "/dev/input/event6"
[ 27.951] (--) USB-compliant keyboard: Found 1 mouse buttons
[ 27.951] (--) USB-compliant keyboard: Found scroll wheel(s)
[ 27.951] (--) USB-compliant keyboard: Found relative axes
[ 27.951] (--) USB-compliant keyboard: Found x and y relative axes
[ 27.951] (--) USB-compliant keyboard: Found absolute axes
[ 27.951] (II) evdev-grail: failed to open grail, no gesture support
[ 27.951] (--) USB-compliant keyboard: Found keys
[ 27.951] (II) USB-compliant keyboard: Configuring as mouse
[ 27.951] (II) USB-compliant keyboard: Configuring as keyboard
[ 27.951] (II) USB-compliant keyboard: Adding scrollwheel support
[ 27.951] (**) USB-compliant keyboard: YAxisMapping: buttons 4 and 5
[ 27.951] (**) USB-compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 27.951] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input6/event6"
[ 27.951] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD)
[ 27.951] (**) Option "xkb_rules" "evdev"
[ 27.951] (**) Option "xkb_model" "pc105"
[ 27.951] (**) Option "xkb_layout" "de"
[ 27.951] (II) USB-compliant keyboard: initialized for relative axes.
[ 27.951] (WW) USB-compliant keyboard: ignoring absolute axes.
[ 27.951] (**) USB-compliant keyboard: (accel) keeping acceleration scheme 1
[ 27.951] (**) USB-compliant keyboard: (accel) acceleration profile 0
[ 27.951] (**) USB-compliant keyboard: (accel) acceleration factor: 2.000
[ 27.951] (**) USB-compliant keyboard: (accel) acceleration threshold: 4
[ 27.951] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse1)
[ 27.951] (II) No input driver/identifier specified (ignoring)
[ 27.952] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event13)
[ 27.952] (II) No input driver/identifier specified (ignoring)
[ 27.952] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event14)
[ 27.952] (II) No input driver/identifier specified (ignoring)
[ 27.953] (II) config/udev: Adding input device HP Webcam (/dev/input/event8)
[ 27.954] (**) HP Webcam: Applying InputClass "evdev keyboard catchall"
[ 27.954] (II) Using input driver 'evdev' for 'HP Webcam'
[ 27.954] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.954] (**) HP Webcam: always reports core events
[ 27.954] (**) HP Webcam: Device: "/dev/input/event8"
[ 27.954] (--) HP Webcam: Found keys
[ 27.954] (II) HP Webcam: Configuring as keyboard
[ 27.954] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input8/event8"
[ 27.954] (II) XINPUT: Adding extended input device "HP Webcam" (type: KEYBOARD)
[ 27.954] (**) Option "xkb_rules" "evdev"
[ 27.954] (**) Option "xkb_model" "pc105"
[ 27.954] (**) Option "xkb_layout" "de"
[ 27.957] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 27.957] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 27.957] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 27.957] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.957] (**) AT Translated Set 2 keyboard: always reports core events
[ 27.957] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 27.960] (--) AT Translated Set 2 keyboard: Found keys
[ 27.960] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 27.960] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 27.960] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 27.960] (**) Option "xkb_rules" "evdev"
[ 27.960] (**) Option "xkb_model" "pc105"
[ 27.960] (**) Option "xkb_layout" "de"
[ 27.960] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[ 27.960] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 27.960] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 27.960] (II) LoadModule: "synaptics"
[ 27.961] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 27.961] (II) Module synaptics: vendor="X.Org Foundation"
[ 27.961] compiled for 1.10.0.902, module version = 1.3.99
[ 27.961] Module class: X.Org XInput Driver
[ 27.961] ABI class: X.Org XInput driver, version 12.3
[ 27.961] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 27.961] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 27.961] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 27.961] (**) Option "Device" "/dev/input/event10"
[ 27.970] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5516
[ 27.970] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4544
[ 27.970] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 27.970] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 27.970] (--) SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 27.970] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 27.970] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 27.970] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
[ 27.970] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 27.970] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 27.970] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 27.970] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
[ 27.970] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 27.970] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 27.970] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 27.970] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 27.971] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 27.971] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 27.971] (II) No input driver/identifier specified (ignoring)
[ 27.972] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[ 27.972] (II) No input driver/identifier specified (ignoring)
[ 27.972] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 27.972] (II) No input driver/identifier specified (ignoring)
[ 27.976] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[ 27.976] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 27.976] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 27.976] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 27.976] (**) HP WMI hotkeys: always reports core events
[ 27.976] (**) HP WMI hotkeys: Device: "/dev/input/event9"
[ 27.976] (--) HP WMI hotkeys: Found keys
[ 27.976] (II) HP WMI hotkeys: Configuring as keyboard
[ 27.976] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[ 27.976] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[ 27.976] (**) Option "xkb_rules" "evdev"
[ 27.976] (**) Option "xkb_model" "pc105"
[ 27.976] (**) Option "xkb_layout" "de"
[ 114.103] (II) HP WMI hotkeys: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) UnloadModule: "synaptics"
[ 114.103] (II) Unloading synaptics
[ 114.103] (II) AT Translated Set 2 keyboard: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) HP Webcam: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) USB-compliant keyboard: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) USB-compliant keyboard: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) Logitech USB-PS/2 Optical Mouse: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) Power Button: Close
[ 114.103] (II) UnloadModule: "evdev"
[ 114.103] (II) Unloading evdev
[ 114.103] (II) Video Bus: Close
[ 114.104] (II) UnloadModule: "evdev"
[ 114.104] (II) Unloading evdev
[ 114.104] (II) Video Bus: Close
[ 114.104] (II) UnloadModule: "evdev"
[ 114.104] (II) Unloading evdev
[ 114.104] (II) Power Button: Close
[ 114.104] (II) UnloadModule: "evdev"
[ 114.104] (II) Unloading evdev
[ 114.106] ddxSigGiveUp: Closing log
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
References