Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: Cursor speed resets after every suspend

  1. #11
    Join Date
    Nov 2012
    Beans
    265
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Cursor speed resets after every suspend

    Code:
    #!/bin/sh
    username=thee
    userhome=/home/$username
    export XAUTHORITY="$userhome/.Xauthority"
    export DISPLAY=":0"
    case "$1" in
        thaw|resume)
            su -c $username "/usr/bin/xset m 2/1 4"
        ;;
    esac

  2. #12
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Cursor speed resets after every suspend

    Oops, my bad. Got the su command wrong. Try this instead:
    Code:
    #!/bin/sh
    username=thee
    userhome=/home/$username
    export XAUTHORITY="$userhome/.Xauthority"
    export DISPLAY=":0"
    case "$1" in
        thaw|resume)
            su $username -c "/usr/bin/xset m 2/1 4"
        ;;
    esac

  3. #13
    Join Date
    Nov 2012
    Beans
    265
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Cursor speed resets after every suspend

    Code:
    Running hook /etc/pm/sleep.d/000fix_mouse_acceleration resume suspend:
    /etc/pm/sleep.d/000fix_mouse_acceleration resume suspend: success.
    The log shows as successful, but my mouse speed is still unchanged after suspend :/ this is getting silly

  4. #14
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Cursor speed resets after every suspend

    Quote Originally Posted by Thee View Post
    this is getting silly
    It sure is. I wonder whether something later on in the resume cycle is overwritting that setting change back to the default. Try adding a delay:
    Code:
    su $username -c "/usr/bin/sleep 3; /usr/bin/xset m 2/1 4" &
    ...also try adjusting the "sleep 3" to longer durations.

    Ideally, fixing it in the Xorg config files would be the way to go to make it default. Can you post back your complete /var/log/Xorg.0.log file (without the /X11/xorg.conf.d/50-mouse-acceleration.conf active), so I can see whether the configuration file is wrong and maybe the information could go elsewhere? Perhaps /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf, assuming we can figure out the correct matching tags).

  5. #15
    Join Date
    Nov 2012
    Beans
    265
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Cursor speed resets after every suspend

    Same thing happens with the timer script, set to 7.
    Here's the log.

    Code:
    [    19.370] 
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [    19.370] X Protocol Version 11, Revision 0
    [    19.370] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
    [    19.370] Current Operating System: Linux thee-ubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64
    [    19.370] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic root=UUID=15e6c8c3-360b-4c28-98d8-c0f2d0581de9 ro quiet splash vt.handoff=7
    [    19.370] Build Date: 15 October 2013  09:23:37AM
    [    19.370] xorg-server 2:1.14.3-3ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
    [    19.370] Current version of pixman: 0.30.2
    [    19.370] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    19.370] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    19.370] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 21 08:05:15 2013
    [    19.370] (==) Using config file: "/etc/X11/xorg.conf"
    [    19.370] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    19.371] (==) ServerLayout "aticonfig Layout"
    [    19.371] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [    19.371] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
    [    19.371] (**) |   |-->Device "aticonfig-Device[0]-0"
    [    19.371] (==) Automatically adding devices
    [    19.371] (==) Automatically enabling devices
    [    19.371] (==) Automatically adding GPU devices
    [    19.371] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    19.371] 	Entry deleted from font path.
    [    19.371] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    19.371] 	Entry deleted from font path.
    [    19.371] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    19.371] 	Entry deleted from font path.
    [    19.371] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    19.371] 	Entry deleted from font path.
    [    19.371] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    19.371] 	Entry deleted from font path.
    [    19.371] (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/Type1,
    	built-ins
    [    19.371] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    19.371] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    19.371] (II) Loader magic: 0x7f39b6e1dd20
    [    19.371] (II) Module ABI versions:
    [    19.371] 	X.Org ANSI C Emulation: 0.4
    [    19.371] 	X.Org Video Driver: 14.1
    [    19.371] 	X.Org XInput driver : 19.1
    [    19.371] 	X.Org Server Extension : 7.0
    [    19.373] (--) PCI:*(0:1:0:0) 1002:6739:1787:0b00 rev 0, Mem @ 0xd0000000/268435456, 0xfdec0000/131072, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
    [    19.373] (II) Open ACPI successful (/var/run/acpid.socket)
    [    19.373] Initializing built-in extension Generic Event Extension
    [    19.373] Initializing built-in extension SHAPE
    [    19.373] Initializing built-in extension MIT-SHM
    [    19.373] Initializing built-in extension XInputExtension
    [    19.373] Initializing built-in extension XTEST
    [    19.373] Initializing built-in extension BIG-REQUESTS
    [    19.373] Initializing built-in extension SYNC
    [    19.373] Initializing built-in extension XKEYBOARD
    [    19.373] Initializing built-in extension XC-MISC
    [    19.373] Initializing built-in extension SECURITY
    [    19.373] Initializing built-in extension XINERAMA
    [    19.373] Initializing built-in extension XFIXES
    [    19.373] Initializing built-in extension RENDER
    [    19.373] Initializing built-in extension RANDR
    [    19.373] Initializing built-in extension COMPOSITE
    [    19.373] Initializing built-in extension DAMAGE
    [    19.373] Initializing built-in extension MIT-SCREEN-SAVER
    [    19.373] Initializing built-in extension DOUBLE-BUFFER
    [    19.373] Initializing built-in extension RECORD
    [    19.373] Initializing built-in extension DPMS
    [    19.373] Initializing built-in extension X-Resource
    [    19.373] Initializing built-in extension XVideo
    [    19.373] Initializing built-in extension XVideo-MotionCompensation
    [    19.373] Initializing built-in extension SELinux
    [    19.373] Initializing built-in extension XFree86-VidModeExtension
    [    19.373] Initializing built-in extension XFree86-DGA
    [    19.373] Initializing built-in extension XFree86-DRI
    [    19.373] Initializing built-in extension DRI2
    [    19.373] (II) "glx" will be loaded by default.
    [    19.373] (WW) "xmir" is not to be loaded by default. Skipping.
    [    19.373] (II) LoadModule: "glx"
    [    19.374] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so
    [    19.374] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [    19.374] 	compiled for 6.9.0, module version = 1.0.0
    [    19.374] Loading extension GLX
    [    19.374] (II) LoadModule: "fglrx"
    [    19.401] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
    [    19.419] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [    19.419] 	compiled for 1.4.99.906, module version = 13.10.10
    [    19.419] 	Module class: X.Org Video Driver
    [    19.419] (II) Loading sub module "fglrxdrm"
    [    19.419] (II) LoadModule: "fglrxdrm"
    [    19.419] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
    [    19.434] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    19.434] 	compiled for 1.4.99.906, module version = 13.10.10
    [    19.434] (II) AMD Proprietary Linux Driver Version Identifier:13.10.10
    [    19.434] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.101                   
    [    19.434] (II) AMD Proprietary Linux Driver Build Date: May 23 2013 15:49:35
    [    19.434] (++) using VT number 7
    
    
    [    19.434] (WW) Falling back to old probe method for fglrx
    [    19.442] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [    19.444] ukiDynamicMajor: found major device number 250
    [    19.444] ukiDynamicMajor: found major device number 250
    [    19.444] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    19.444] ukiOpenDevice: node name is /dev/ati/card0
    [    19.444] ukiOpenDevice: open result is 10, (OK)
    [    19.606] ukiOpenByBusid: ukiOpenMinor returns 10
    [    19.606] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    19.642] (--) Chipset Supported AMD Graphics Processor (0x6739) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:9:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:10:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:1) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:2) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:3) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [    19.642] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [    19.642] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [    19.642] (II) AMD Video driver is signed
    [    19.642] (II) fglrx(0): pEnt->device->identifier=0x7f39b882e4b0
    [    19.642] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [    19.643] (II) Loading sub module "vgahw"
    [    19.643] (II) LoadModule: "vgahw"
    [    19.666] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [    19.666] (II) Module vgahw: vendor="X.Org Foundation"
    [    19.666] 	compiled for 1.14.3, module version = 0.1.0
    [    19.666] 	ABI class: X.Org Video Driver, version 14.1
    [    19.667] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [    19.667] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [    19.667] (==) fglrx(0): Default visual is TrueColor
    [    19.667] (**) fglrx(0): Option "DPMS" "true"
    [    19.667] (==) fglrx(0): RGB weight 888
    [    19.667] (II) fglrx(0): Using 8 bits per RGB 
    [    19.667] (==) fglrx(0): Buffer Tiling is ON
    [    19.667] (II) Loading sub module "fglrxdrm"
    [    19.667] (II) LoadModule: "fglrxdrm"
    [    19.667] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
    [    19.667] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    19.667] 	compiled for 1.4.99.906, module version = 13.10.10
    [    19.669] ukiDynamicMajor: found major device number 250
    [    19.669] ukiDynamicMajor: found major device number 250
    [    19.669] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    19.669] ukiOpenDevice: node name is /dev/ati/card0
    [    19.669] ukiOpenDevice: open result is 13, (OK)
    [    19.669] ukiOpenByBusid: ukiOpenMinor returns 13
    [    19.669] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    19.670] (**) fglrx(0): NoAccel = NO
    [    19.670] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [    19.670] (--) fglrx(0): Chipset: "AMD Radeon HD 6800 Series  " (Chipset = 0x6739)
    [    19.670] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x0b00)
    [    19.670] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [    19.670] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [    19.670] (--) fglrx(0): MMIO registers at 0xfdec0000
    [    19.670] (--) fglrx(0): I/O port at 0x0000ee00
    [    19.670] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [    19.704] (II) fglrx(0): AC Adapter is used
    [    19.707] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [    19.707] (II) Loading sub module "vbe"
    [    19.707] (II) LoadModule: "vbe"
    [    19.707] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [    19.707] (II) Module vbe: vendor="X.Org Foundation"
    [    19.707] 	compiled for 1.14.3, module version = 1.1.0
    [    19.707] 	ABI class: X.Org Video Driver, version 14.1
    [    19.708] (II) fglrx(0): VESA BIOS detected
    [    19.708] (II) fglrx(0): VESA VBE Version 3.0
    [    19.708] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [    19.708] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [    19.708] (II) fglrx(0): VESA VBE OEM Software Rev: 13.7
    [    19.708] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
    [    19.708] (II) fglrx(0): VESA VBE OEM Product: BARTS
    [    19.708] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [    19.708] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [    19.708] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
    [    19.708] (II) fglrx(0): PCIE card detected
    [    19.708] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [    19.708] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [    19.708] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [    19.708] (II) fglrx(0): RandR 1.2 support is enabled!
    [    19.708] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [    19.708] (==) fglrx(0): Center Mode is disabled 
    [    19.708] (II) Loading sub module "fb"
    [    19.708] (II) LoadModule: "fb"
    [    19.708] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    19.708] (II) Module fb: vendor="X.Org Foundation"
    [    19.708] 	compiled for 1.14.3, module version = 1.0.0
    [    19.708] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    19.708] (II) Loading sub module "ddc"
    [    19.708] (II) LoadModule: "ddc"
    [    19.708] (II) Module "ddc" already built-in
    [    19.829] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [    19.829] (II) fglrx(0): Output DFP2 has no monitor section
    [    19.829] (II) fglrx(0): Output DFP3 has no monitor section
    [    19.829] (II) fglrx(0): Output DFP4 has no monitor section
    [    19.829] (II) fglrx(0): Output DFP5 has no monitor section
    [    19.829] (II) fglrx(0): Output DFP6 has no monitor section
    [    19.829] (II) fglrx(0): Output DFP7 has no monitor section
    [    19.829] (II) fglrx(0): Output CRT1 has no monitor section
    [    19.829] (II) Loading sub module "ddc"
    [    19.829] (II) LoadModule: "ddc"
    [    19.829] (II) Module "ddc" already built-in
    [    19.829] (II) fglrx(0): Connected Display0: DFP5
    [    19.829] (II) fglrx(0):  Display0: Failed to get EDID information. 
    [    19.830] (II) fglrx(0): EDID for output DFP1
    [    19.830] (II) fglrx(0): EDID for output DFP2
    [    19.830] (II) fglrx(0): EDID for output DFP3
    [    19.830] (II) fglrx(0): EDID for output DFP4
    [    19.831] (II) fglrx(0): EDID for output DFP5
    [    19.831] (II) fglrx(0): Manufacturer: GSM  Model: 5807  Serial#: 16843009
    [    19.831] (II) fglrx(0): Year: 2009  Week: 1
    [    19.831] (II) fglrx(0): EDID Version: 1.3
    [    19.831] (II) fglrx(0): Digital Display Input
    [    19.831] (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
    [    19.831] (II) fglrx(0): Gamma: 2.20
    [    19.831] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [    19.831] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    19.831] (II) fglrx(0): First detailed timing is preferred mode
    [    19.831] (II) fglrx(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
    [    19.831] (II) fglrx(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
    [    19.831] (II) fglrx(0): Supported established timings:
    [    19.831] (II) fglrx(0): 640x480@60Hz
    [    19.831] (II) fglrx(0): 800x600@60Hz
    [    19.831] (II) fglrx(0): 1024x768@60Hz
    [    19.831] (II) fglrx(0): Manufacturer's mask: 0
    [    19.831] (II) fglrx(0): Supported standard timings:
    [    19.831] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 60  vid: 16497
    [    19.831] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    19.831] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    19.831] (II) fglrx(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    19.831] (II) fglrx(0): Supported detailed timing:
    [    19.831] (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
    [    19.831] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    19.831] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    [    19.831] (II) fglrx(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    [    19.831] (II) fglrx(0): Monitor name: IPS226
    [    19.831] (II) fglrx(0): Serial No: SerialNumber
    [    19.831] (II) fglrx(0): Supported detailed timing:
    [    19.831] (II) fglrx(0): clock: 148.5 MHz   Image Size:  510 x 290 mm
    [    19.831] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    19.831] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    [    19.831] (II) fglrx(0): Supported detailed timing:
    [    19.831] (II) fglrx(0): clock: 74.2 MHz   Image Size:  510 x 290 mm
    [    19.831] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    19.831] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
    [    19.831] (II) fglrx(0): Supported detailed timing:
    [    19.831] (II) fglrx(0): clock: 74.2 MHz   Image Size:  510 x 290 mm
    [    19.831] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
    [    19.831] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
    [    19.831] (II) fglrx(0): Supported detailed timing:
    [    19.831] (II) fglrx(0): clock: 27.0 MHz   Image Size:  510 x 290 mm
    [    19.831] (II) fglrx(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
    [    19.831] (II) fglrx(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
    [    19.831] (II) fglrx(0): Number of EDID sections to follow: 1
    [    19.831] (II) fglrx(0): EDID (in hex):
    [    19.831] (II) fglrx(0): 	00ffffffffffff001e6d075801010101
    [    19.831] (II) fglrx(0): 	0113010380301b78ea9535a159579f27
    [    19.831] (II) fglrx(0): 	0e5054210800714081808140b3000101
    [    19.831] (II) fglrx(0): 	010101010101023a801871382d40582c
    [    19.831] (II) fglrx(0): 	4500dd0c1100001e000000fd00383d1e
    [    19.831] (II) fglrx(0): 	530f000a202020202020000000fc0049
    [    19.831] (II) fglrx(0): 	505332323620202020202020000000ff
    [    19.831] (II) fglrx(0): 	0053657269616c4e756d6265720a012d
    [    19.831] (II) fglrx(0): Printing probed modes for output DFP5
    [    19.831] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    19.831] (II) fglrx(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1920x1080"x60.0   74.25  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1920x1080"x50.0   74.25  1920 2448 2492 2640  1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1920x1080"x59.9   74.18  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1776x1000"x50.0  148.50  1776 2304 2348 2640  1000 1004 1009 1125 +hsync +vsync (56.2 kHz ez)
    [    19.831] (II) fglrx(0): Modeline "1776x1000"x59.9  148.35  1776 1864 1908 2200  1000 1004 1009 1125 +hsync +vsync (67.4 kHz ez)
    [    19.831] (II) fglrx(0): Modeline "1776x1000"x50.0   74.25  1776 2304 2348 2640  1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz ez)
    [    19.831] (II) fglrx(0): Modeline "1776x1000"x59.9   74.18  1776 1864 1908 2200  1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz ez)
    [    19.831] (II) fglrx(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1400x1050"x50.0  148.50  1400 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1400x1050"x60.0  146.25  1400 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1600x900"x50.0  148.50  1600 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1600x900"x60.0  146.25  1600 1784 1960 2240  900 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1360x1024"x50.0  148.50  1360 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1360x1024"x60.0  146.25  1360 1784 1960 2240  1024 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    19.831] (II) fglrx(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1440x900"x60.0  146.25  1440 1784 1960 2240  900 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x960"x50.0  148.50  1280 2448 2492 2640  960 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1152x864"x50.0  148.50  1152 2448 2492 2640  864 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x768"x50.0  148.50  1280 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1376 1488 1800  768 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    19.832] (II) fglrx(0): Modeline "1152x648"x50.0   74.25  1152 1592 1632 1980  648 653 658 750 +hsync +vsync (37.5 kHz ez)
    [    19.832] (II) fglrx(0): Modeline "1152x648"x59.9   74.18  1152 1262 1302 1650  648 653 658 750 +hsync +vsync (45.0 kHz ez)
    [    19.832] (II) fglrx(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    19.832] (II) fglrx(0): Modeline "720x480"x50.0  148.50  720 2448 2492 2640  480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    19.832] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    19.832] (II) fglrx(0): Modeline "640x480"x50.0  148.50  640 2448 2492 2640  480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    19.832] (II) fglrx(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    19.832] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    19.832] (II) fglrx(0): EDID for output DFP6
    [    19.832] (II) fglrx(0): EDID for output DFP7
    [    19.832] (II) fglrx(0): EDID for output CRT1
    [    19.832] (II) fglrx(0): Output DFP1 disconnected
    [    19.832] (II) fglrx(0): Output DFP2 disconnected
    [    19.832] (II) fglrx(0): Output DFP3 disconnected
    [    19.832] (II) fglrx(0): Output DFP4 disconnected
    [    19.832] (II) fglrx(0): Output DFP5 connected
    [    19.832] (II) fglrx(0): Output DFP6 disconnected
    [    19.832] (II) fglrx(0): Output DFP7 disconnected
    [    19.832] (II) fglrx(0): Output CRT1 disconnected
    [    19.832] (II) fglrx(0): Using exact sizes for initial modes
    [    19.832] (II) fglrx(0): Output DFP5 using initial mode 1920x1080
    [    19.832] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    19.832] (II) fglrx(0): DPI set to (96, 96)
    [    19.832] (II) fglrx(0): Eyefinity capable adapter detected.
    [    19.832] (II) fglrx(0): Adapter AMD Radeon HD 6800 Series   has 6 configurable heads and 1 displays connected.
    [    19.832] (==) fglrx(0):  PseudoColor visuals disabled
    [    19.832] (II) Loading sub module "ramdac"
    [    19.832] (II) LoadModule: "ramdac"
    [    19.832] (II) Module "ramdac" already built-in
    [    19.832] (==) fglrx(0): NoDRI = NO
    [    19.832] (==) fglrx(0): Capabilities: 0x00000000
    [    19.832] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [    19.832] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [    19.832] (==) fglrx(0): UseFastTLS=0
    [    19.832] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [    19.832] (--) Depth 24 pixmap format is 32 bpp
    [    19.837] Loading extension ATIFGLRXDRI
    [    19.837] (II) fglrx(0): doing swlDriScreenInit
    [    19.837] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [    19.838] ukiDynamicMajor: found major device number 250
    [    19.838] ukiDynamicMajor: found major device number 250
    [    19.838] ukiDynamicMajor: found major device number 250
    [    19.838] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    19.838] ukiOpenDevice: node name is /dev/ati/card0
    [    19.838] ukiOpenDevice: open result is 14, (OK)
    [    19.838] ukiOpenByBusid: ukiOpenMinor returns 14
    [    19.838] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    19.838] (II) fglrx(0): [uki] DRM interface version 1.0
    [    19.838] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [    19.838] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [    19.838] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f39b69e1000
    [    19.838] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [    19.838] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [    19.838] (II) fglrx(0): swlDriScreenInit done
    [    19.838] (II) fglrx(0): Kernel Module Version Information:
    [    19.838] (II) fglrx(0):     Name: fglrx
    [    19.838] (II) fglrx(0):     Version: 13.10.10
    [    19.838] (II) fglrx(0):     Date: May 23 2013
    [    19.838] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
    [    19.838] (II) fglrx(0): Kernel Module version matches driver.
    [    19.838] (II) fglrx(0): Kernel Module Build Time Information:
    [    19.838] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.0-12-generic
    [    19.838] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
    [    19.838] (II) fglrx(0):     Build-Kernel __SMP__:            yes
    [    19.838] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
    [    19.838] (II) fglrx(0): [uki] register handle = 0x00004000
    [    19.839] (II) fglrx(0): DRI initialization successfull
    [    19.839] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010e0000
    [    19.839] (==) fglrx(0): Backing store disabled
    [    19.839] Loading extension FGLRXEXTENSION
    [    19.839] (**) fglrx(0): DPMS enabled
    [    19.839] (II) fglrx(0): Initialized in-driver Xinerama extension
    [    19.839] (**) fglrx(0): Textured Video is enabled.
    [    19.839] (II) LoadModule: "glesx"
    [    19.839] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/glesx.so
    [    19.840] (II) Module glesx: vendor="X.Org Foundation"
    [    19.840] 	compiled for 1.4.99.906, module version = 1.0.0
    [    19.840] Loading extension GLESX
    [    19.840] (II) fglrx(0): GLESX enableFlags = 592
    [    19.840] (II) fglrx(0): GLESX is enabled
    [    19.840] (II) LoadModule: "amdxmm"
    [    19.840] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/amdxmm.so
    [    19.840] (II) Module amdxmm: vendor="X.Org Foundation"
    [    19.840] 	compiled for 1.4.99.906, module version = 2.0.0
    [    19.852] Loading extension AMDXVOPL
    [    19.852] Loading extension AMDXVBA
    [    19.852] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
    [    19.854] (II) fglrx(0): Enable composite support successfully
    [    19.854] (WW) fglrx(0): Option "VendorName" is not used
    [    19.855] (WW) fglrx(0): Option "ModelName" is not used
    [    19.855] (II) fglrx(0): X context handle = 0x1
    [    19.855] (II) fglrx(0): [DRI] installation complete
    [    19.855] (==) fglrx(0): Silken mouse enabled
    [    19.855] (==) fglrx(0): Using HW cursor of display infrastructure!
    [    19.855] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [    19.898] (--) RandR disabled
    [    19.904] (II) SELinux: Disabled on system
    [    19.905] ukiDynamicMajor: found major device number 250
    [    19.905] ukiDynamicMajor: found major device number 250
    [    19.905] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    19.905] ukiOpenDevice: node name is /dev/ati/card0
    [    19.905] ukiOpenDevice: open result is 15, (OK)
    [    19.905] ukiOpenByBusid: ukiOpenMinor returns 15
    [    19.905] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    19.920] ukiDynamicMajor: found major device number 250
    [    19.920] ukiDynamicMajor: found major device number 250
    [    19.920] ukiDynamicMajor: found major device number 250
    [    19.920] ukiOpenDevice: node name is /dev/ati/card0
    [    19.920] ukiOpenDevice: open result is 16, (OK)
    [    19.920] ukiGetBusid returned 'PCI:1:0:0'
    [    19.920] ukiOpenDevice: node name is /dev/ati/card1
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.920] ukiOpenDevice: Open failed
    [    19.920] ukiOpenDevice: node name is /dev/ati/card2
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.920] ukiOpenDevice: Open failed
    [    19.920] ukiOpenDevice: node name is /dev/ati/card3
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.920] ukiOpenDevice: Open failed
    [    19.920] ukiOpenDevice: node name is /dev/ati/card4
    [    19.920] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card5
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card6
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card7
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card8
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card9
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card10
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card11
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card12
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card13
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card14
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiOpenDevice: node name is /dev/ati/card15
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: open result is -1, (No such device)
    [    19.921] ukiOpenDevice: Open failed
    [    19.921] ukiDynamicMajor: found major device number 250
    [    19.921] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    19.921] ukiOpenDevice: node name is /dev/ati/card0
    [    19.921] ukiOpenDevice: open result is 16, (OK)
    [    19.921] ukiOpenByBusid: ukiOpenMinor returns 16
    [    19.921] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    20.095] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [    20.096] ukiDynamicMajor: found major device number 250
    [    20.096] ukiDynamicMajor: found major device number 250
    [    20.096] ukiDynamicMajor: found major device number 250
    [    20.096] ukiOpenDevice: node name is /dev/ati/card0
    [    20.096] ukiOpenDevice: open result is 17, (OK)
    [    20.096] ukiGetBusid returned 'PCI:1:0:0'
    [    20.096] ukiOpenDevice: node name is /dev/ati/card1
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card2
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card3
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card4
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card5
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card6
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card7
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card8
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: open result is -1, (No such device)
    [    20.096] ukiOpenDevice: Open failed
    [    20.096] ukiOpenDevice: node name is /dev/ati/card9
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiOpenDevice: node name is /dev/ati/card10
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiOpenDevice: node name is /dev/ati/card11
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiOpenDevice: node name is /dev/ati/card12
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiOpenDevice: node name is /dev/ati/card13
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiOpenDevice: node name is /dev/ati/card14
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiOpenDevice: node name is /dev/ati/card15
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: open result is -1, (No such device)
    [    20.097] ukiOpenDevice: Open failed
    [    20.097] ukiDynamicMajor: found major device number 250
    [    20.097] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    20.097] ukiOpenDevice: node name is /dev/ati/card0
    [    20.097] ukiOpenDevice: open result is 17, (OK)
    [    20.097] ukiOpenByBusid: ukiOpenMinor returns 17
    [    20.097] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    20.111] (II) fglrx(0): OverDrive5 Detected!
    [    20.118] (II) fglrx(0): Setting screen physical size to 508 x 285
    [    20.128] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    20.131] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    20.131] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    20.131] (II) LoadModule: "evdev"
    [    20.131] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    20.141] (II) Module evdev: vendor="X.Org Foundation"
    [    20.141] 	compiled for 1.14.1, module version = 2.7.3
    [    20.141] 	Module class: X.Org XInput Driver
    [    20.141] 	ABI class: X.Org XInput driver, version 19.1
    [    20.141] (II) Using input driver 'evdev' for 'Power Button'
    [    20.142] (**) Power Button: always reports core events
    [    20.142] (**) evdev: Power Button: Device: "/dev/input/event1"
    [    20.142] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    20.142] (--) evdev: Power Button: Found keys
    [    20.142] (II) evdev: Power Button: Configuring as keyboard
    [    20.142] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [    20.142] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    20.142] (**) Option "xkb_rules" "evdev"
    [    20.142] (**) Option "xkb_model" "pc105"
    [    20.142] (**) Option "xkb_layout" "us"
    [    20.142] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [    20.142] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    20.142] (II) Using input driver 'evdev' for 'Power Button'
    [    20.142] (**) Power Button: always reports core events
    [    20.142] (**) evdev: Power Button: Device: "/dev/input/event0"
    [    20.142] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    20.142] (--) evdev: Power Button: Found keys
    [    20.142] (II) evdev: Power Button: Configuring as keyboard
    [    20.142] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [    20.142] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [    20.142] (**) Option "xkb_rules" "evdev"
    [    20.142] (**) Option "xkb_model" "pc105"
    [    20.142] (**) Option "xkb_layout" "us"
    [    20.143] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
    [    20.143] (II) No input driver specified, ignoring this device.
    [    20.143] (II) This device may have been added with another device file.
    [    20.143] (II) config/udev: Adding input device Microsoft Comfort Mouse 6000 (/dev/input/event11)
    [    20.143] (**) Microsoft Comfort Mouse 6000: Applying InputClass "evdev pointer catchall"
    [    20.143] (**) Microsoft Comfort Mouse 6000: Applying InputClass "evdev keyboard catchall"
    [    20.143] (II) Using input driver 'evdev' for 'Microsoft Comfort Mouse 6000'
    [    20.143] (**) Microsoft Comfort Mouse 6000: always reports core events
    [    20.143] (**) evdev: Microsoft Comfort Mouse 6000: Device: "/dev/input/event11"
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Vendor 0x45e Product 0x77d
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Found 9 mouse buttons
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Found scroll wheel(s)
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Found relative axes
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Found x and y relative axes
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Found absolute axes
    [    20.143] (II) evdev: Microsoft Comfort Mouse 6000: Forcing absolute x/y axes to exist.
    [    20.143] (--) evdev: Microsoft Comfort Mouse 6000: Found keys
    [    20.143] (II) evdev: Microsoft Comfort Mouse 6000: Configuring as mouse
    [    20.143] (II) evdev: Microsoft Comfort Mouse 6000: Configuring as keyboard
    [    20.143] (II) evdev: Microsoft Comfort Mouse 6000: Adding scrollwheel support
    [    20.143] (**) evdev: Microsoft Comfort Mouse 6000: YAxisMapping: buttons 4 and 5
    [    20.143] (**) evdev: Microsoft Comfort Mouse 6000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    20.143] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.0/input/input11/event11"
    [    20.143] (II) XINPUT: Adding extended input device "Microsoft Comfort Mouse 6000" (type: KEYBOARD, id 8)
    [    20.143] (**) Option "xkb_rules" "evdev"
    [    20.143] (**) Option "xkb_model" "pc105"
    [    20.143] (**) Option "xkb_layout" "us"
    [    20.144] (II) evdev: Microsoft Comfort Mouse 6000: initialized for relative axes.
    [    20.144] (WW) evdev: Microsoft Comfort Mouse 6000: ignoring absolute axes.
    [    20.144] (**) Microsoft Comfort Mouse 6000: (accel) keeping acceleration scheme 1
    [    20.144] (**) Microsoft Comfort Mouse 6000: (accel) acceleration profile 0
    [    20.144] (**) Microsoft Comfort Mouse 6000: (accel) acceleration factor: 2.000
    [    20.144] (**) Microsoft Comfort Mouse 6000: (accel) acceleration threshold: 4
    [    20.144] (II) config/udev: Adding input device Microsoft Comfort Mouse 6000 (/dev/input/mouse0)
    [    20.144] (II) No input driver specified, ignoring this device.
    [    20.144] (II) This device may have been added with another device file.
    [    20.144] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event12)
    [    20.144] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [    20.145] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [    20.145] (**) Generic USB Keyboard: always reports core events
    [    20.145] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event12"
    [    20.145] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [    20.145] (--) evdev: Generic USB Keyboard: Found keys
    [    20.145] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [    20.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/input/input12/event12"
    [    20.145] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 9)
    [    20.145] (**) Option "xkb_rules" "evdev"
    [    20.145] (**) Option "xkb_model" "pc105"
    [    20.145] (**) Option "xkb_layout" "us"
    [    20.145] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event13)
    [    20.145] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [    20.145] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [    20.145] (**) Generic USB Keyboard: always reports core events
    [    20.145] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event13"
    [    20.145] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [    20.145] (--) evdev: Generic USB Keyboard: Found scroll wheel(s)
    [    20.145] (II) evdev: Generic USB Keyboard: Forcing buttons for scroll wheel(s)
    [    20.145] (--) evdev: Generic USB Keyboard: Found relative axes
    [    20.145] (--) evdev: Generic USB Keyboard: Found x and y relative axes
    [    20.145] (--) evdev: Generic USB Keyboard: Found keys
    [    20.145] (II) evdev: Generic USB Keyboard: Configuring as mouse
    [    20.145] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [    20.145] (II) evdev: Generic USB Keyboard: Adding scrollwheel support
    [    20.145] (**) evdev: Generic USB Keyboard: YAxisMapping: buttons 4 and 5
    [    20.145] (**) evdev: Generic USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    20.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.1/input/input13/event13"
    [    20.145] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 10)
    [    20.145] (**) Option "xkb_rules" "evdev"
    [    20.145] (**) Option "xkb_model" "pc105"
    [    20.145] (**) Option "xkb_layout" "us"
    [    20.146] (II) evdev: Generic USB Keyboard: initialized for relative axes.
    [    20.146] (**) Generic USB Keyboard: (accel) keeping acceleration scheme 1
    [    20.146] (**) Generic USB Keyboard: (accel) acceleration profile 0
    [    20.146] (**) Generic USB Keyboard: (accel) acceleration factor: 2.000
    [    20.146] (**) Generic USB Keyboard: (accel) acceleration threshold: 4
    [    20.146] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/mouse1)
    [    20.146] (II) No input driver specified, ignoring this device.
    [    20.146] (II) This device may have been added with another device file.
    [    20.146] (II) config/udev: Adding input device gspca_pac7302 (/dev/input/event14)
    [    20.146] (**) gspca_pac7302: Applying InputClass "evdev keyboard catchall"
    [    20.146] (II) Using input driver 'evdev' for 'gspca_pac7302'
    [    20.146] (**) gspca_pac7302: always reports core events
    [    20.146] (**) evdev: gspca_pac7302: Device: "/dev/input/event14"
    [    20.146] (--) evdev: gspca_pac7302: Vendor 0x93a Product 0x2621
    [    20.146] (--) evdev: gspca_pac7302: Found keys
    [    20.146] (II) evdev: gspca_pac7302: Configuring as keyboard
    [    20.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb7/7-1/input/input14/event14"
    [    20.146] (II) XINPUT: Adding extended input device "gspca_pac7302" (type: KEYBOARD, id 11)
    [    20.146] (**) Option "xkb_rules" "evdev"
    [    20.146] (**) Option "xkb_model" "pc105"
    [    20.146] (**) Option "xkb_layout" "us"
    [    20.147] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event2)
    [    20.147] (II) No input driver specified, ignoring this device.
    [    20.147] (II) This device may have been added with another device file.
    [    20.147] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event3)
    [    20.147] (II) No input driver specified, ignoring this device.
    [    20.147] (II) This device may have been added with another device file.
    [    20.147] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event4)
    [    20.147] (II) No input driver specified, ignoring this device.
    [    20.147] (II) This device may have been added with another device file.
    [    20.148] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event5)
    [    20.148] (II) No input driver specified, ignoring this device.
    [    20.148] (II) This device may have been added with another device file.
    [    20.148] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event6)
    [    20.148] (II) No input driver specified, ignoring this device.
    [    20.148] (II) This device may have been added with another device file.
    [    20.148] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event7)
    [    20.148] (II) No input driver specified, ignoring this device.
    [    20.148] (II) This device may have been added with another device file.
    [    20.148] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event8)
    [    20.148] (II) No input driver specified, ignoring this device.
    [    20.148] (II) This device may have been added with another device file.
    [    20.148] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event9)
    [    20.148] (II) No input driver specified, ignoring this device.
    [    20.148] (II) This device may have been added with another device file.
    [    20.153] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [    22.682] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    22.682] (II) fglrx(0): Using EDID range info for horizontal sync
    [    22.682] (II) fglrx(0): Using EDID range info for vertical refresh
    [    22.682] (II) fglrx(0): Printing DDC gathered Modelines:
    [    22.682] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    22.682] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    22.682] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    22.682] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    22.682] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    22.682] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    22.682] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    22.683] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    22.683] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    22.683] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    23.711] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    23.818] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    23.818] (II) fglrx(0): Using hsync ranges from config file
    [    23.818] (II) fglrx(0): Using vrefresh ranges from config file
    [    23.818] (II) fglrx(0): Printing DDC gathered Modelines:
    [    23.818] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    23.818] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    23.818] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    23.818] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    23.818] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    23.818] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    23.819] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    23.819] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    24.098] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    24.099] (II) fglrx(0): Using hsync ranges from config file
    [    24.099] (II) fglrx(0): Using vrefresh ranges from config file
    [    24.099] (II) fglrx(0): Printing DDC gathered Modelines:
    [    24.099] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    24.099] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    24.099] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    24.099] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    24.099] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    24.099] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    24.099] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    24.233] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    24.269] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    24.499] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    24.500] (II) fglrx(0): Using hsync ranges from config file
    [    24.500] (II) fglrx(0): Using vrefresh ranges from config file
    [    24.500] (II) fglrx(0): Printing DDC gathered Modelines:
    [    24.500] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    24.500] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    24.500] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    24.500] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    24.500] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    24.500] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    24.500] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    24.796] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    24.796] (II) fglrx(0): Using hsync ranges from config file
    [    24.796] (II) fglrx(0): Using vrefresh ranges from config file
    [    24.796] (II) fglrx(0): Printing DDC gathered Modelines:
    [    24.796] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    24.796] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    24.796] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    24.796] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    24.796] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    24.796] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    24.796] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    26.785] (II) XKB: reuse xkmfile /var/lib/xkb/server-CB537B66032B0DBE0AE956F537017A59DB020654.xkm
    [    45.243] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    45.243] (II) fglrx(0): Using hsync ranges from config file
    [    45.243] (II) fglrx(0): Using vrefresh ranges from config file
    [    45.243] (II) fglrx(0): Printing DDC gathered Modelines:
    [    45.243] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    45.243] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    45.243] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    45.243] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    45.243] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    45.243] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    45.243] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)

  6. #16
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Cursor speed resets after every suspend

    Lets try /usr/share/X11/xorg.conf.d/52-mouse-acceleration.conf with the following content:
    Code:
    Section "InputClass"
    	Identifier          "MS Comfort Mouse Acceleration Quirk"
    	MatchTag            "Microsoft Comfort Mouse 6000"
            MatchDevicePath     "/dev/input/event11"
            Driver              "evdev"
    	Option              "AccelerationNumerator" "2"
    	Option              "AccelerationDenominator" "1"
    	Option              "AccelerationThreshold" "4"
    EndSection
    If this works, you will notice that on login, the acceleration will be set properly, no need to run the xset command.

    If that one doesn't work, try this version as well:
    Code:
    Section "InputDevice"
            Identifier  "Mouse0"
            Driver      "evdev"
            Option      "Device" "/dev/input/event11"
    	Option      "AccelerationNumerator" "2"
    	Option      "AccelerationDenominator" "1"
    	Option      "AccelerationThreshold" "4"
    EndSection

  7. #17
    Join Date
    Nov 2012
    Beans
    265
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Cursor speed resets after every suspend

    I tried both and none is working. Damn how can this be...?

  8. #18
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Cursor speed resets after every suspend

    Quote Originally Posted by Thee View Post
    I tried both and none is working. Damn how can this be...?
    I wonder if we need to disable the AccelerationProfile. Can you try this file:
    Code:
    Section "InputDevice"
            Identifier  "Microsoft Comfort Mouse 6000"
            Driver      "evdev"
            Option      "Device" "/dev/input/event11"
            Option      "AccelerationProfile" "-1"
    	Option      "AccelerationNumerator" "2"
    	Option      "AccelerationDenominator" "1"
    	Option      "AccelerationThreshold" "4"
    EndSection
    Post back the Xorg.0.log log file after booting with this file.
    Last edited by Toz; December 22nd, 2013 at 01:30 PM.

  9. #19
    Join Date
    Nov 2012
    Beans
    265
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Cursor speed resets after every suspend

    I added that to the /usr/share/X11/xorg.conf.d/52-mouse-acceleration.conf and rebooted, everything is still the same. Here is the log again.

    Code:
    [    18.427] 
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [    18.427] X Protocol Version 11, Revision 0
    [    18.427] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
    [    18.427] Current Operating System: Linux thee-ubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64
    [    18.427] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic root=UUID=15e6c8c3-360b-4c28-98d8-c0f2d0581de9 ro quiet splash vt.handoff=7
    [    18.427] Build Date: 15 October 2013  09:23:37AM
    [    18.427] xorg-server 2:1.14.3-3ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
    [    18.427] Current version of pixman: 0.30.2
    [    18.427] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    18.427] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    18.428] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 14:28:14 2013
    [    18.428] (==) Using config file: "/etc/X11/xorg.conf"
    [    18.428] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    18.450] (==) ServerLayout "aticonfig Layout"
    [    18.450] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [    18.450] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
    [    18.450] (**) |   |-->Device "aticonfig-Device[0]-0"
    [    18.450] (==) Automatically adding devices
    [    18.450] (==) Automatically enabling devices
    [    18.450] (==) Automatically adding GPU devices
    [    18.450] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    18.450] 	Entry deleted from font path.
    [    18.450] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    18.450] 	Entry deleted from font path.
    [    18.450] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    18.450] 	Entry deleted from font path.
    [    18.450] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    18.450] 	Entry deleted from font path.
    [    18.450] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    18.450] 	Entry deleted from font path.
    [    18.450] (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/Type1,
    	built-ins
    [    18.450] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    18.450] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    18.450] (II) Loader magic: 0x7f6347a63d20
    [    18.450] (II) Module ABI versions:
    [    18.450] 	X.Org ANSI C Emulation: 0.4
    [    18.450] 	X.Org Video Driver: 14.1
    [    18.450] 	X.Org XInput driver : 19.1
    [    18.450] 	X.Org Server Extension : 7.0
    [    18.452] (--) PCI:*(0:1:0:0) 1002:6739:1787:0b00 rev 0, Mem @ 0xd0000000/268435456, 0xfdec0000/131072, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
    [    18.452] (II) Open ACPI successful (/var/run/acpid.socket)
    [    18.452] Initializing built-in extension Generic Event Extension
    [    18.452] Initializing built-in extension SHAPE
    [    18.452] Initializing built-in extension MIT-SHM
    [    18.452] Initializing built-in extension XInputExtension
    [    18.452] Initializing built-in extension XTEST
    [    18.452] Initializing built-in extension BIG-REQUESTS
    [    18.452] Initializing built-in extension SYNC
    [    18.452] Initializing built-in extension XKEYBOARD
    [    18.452] Initializing built-in extension XC-MISC
    [    18.452] Initializing built-in extension SECURITY
    [    18.452] Initializing built-in extension XINERAMA
    [    18.452] Initializing built-in extension XFIXES
    [    18.452] Initializing built-in extension RENDER
    [    18.452] Initializing built-in extension RANDR
    [    18.452] Initializing built-in extension COMPOSITE
    [    18.452] Initializing built-in extension DAMAGE
    [    18.452] Initializing built-in extension MIT-SCREEN-SAVER
    [    18.452] Initializing built-in extension DOUBLE-BUFFER
    [    18.452] Initializing built-in extension RECORD
    [    18.452] Initializing built-in extension DPMS
    [    18.452] Initializing built-in extension X-Resource
    [    18.452] Initializing built-in extension XVideo
    [    18.452] Initializing built-in extension XVideo-MotionCompensation
    [    18.452] Initializing built-in extension SELinux
    [    18.452] Initializing built-in extension XFree86-VidModeExtension
    [    18.452] Initializing built-in extension XFree86-DGA
    [    18.452] Initializing built-in extension XFree86-DRI
    [    18.452] Initializing built-in extension DRI2
    [    18.452] (II) "glx" will be loaded by default.
    [    18.452] (WW) "xmir" is not to be loaded by default. Skipping.
    [    18.452] (II) LoadModule: "glx"
    [    18.453] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so
    [    18.453] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [    18.453] 	compiled for 6.9.0, module version = 1.0.0
    [    18.453] Loading extension GLX
    [    18.453] (II) LoadModule: "fglrx"
    [    18.469] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
    [    18.487] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [    18.487] 	compiled for 1.4.99.906, module version = 13.10.10
    [    18.487] 	Module class: X.Org Video Driver
    [    18.487] (II) Loading sub module "fglrxdrm"
    [    18.487] (II) LoadModule: "fglrxdrm"
    [    18.488] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
    [    18.502] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    18.502] 	compiled for 1.4.99.906, module version = 13.10.10
    [    18.503] (II) AMD Proprietary Linux Driver Version Identifier:13.10.10
    [    18.503] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.101                   
    [    18.503] (II) AMD Proprietary Linux Driver Build Date: May 23 2013 15:49:35
    [    18.503] (++) using VT number 7
    
    
    [    18.509] (WW) Falling back to old probe method for fglrx
    [    18.517] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [    18.519] ukiDynamicMajor: found major device number 250
    [    18.519] ukiDynamicMajor: found major device number 250
    [    18.519] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    18.519] ukiOpenDevice: node name is /dev/ati/card0
    [    18.519] ukiOpenDevice: open result is 10, (OK)
    [    18.686] ukiOpenByBusid: ukiOpenMinor returns 10
    [    18.686] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    18.710] (--) Chipset Supported AMD Graphics Processor (0x6739) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:9:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:10:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:1) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:2) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:3) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [    18.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [    18.710] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [    18.710] (II) AMD Video driver is signed
    [    18.710] (II) fglrx(0): pEnt->device->identifier=0x7f63488499a0
    [    18.710] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [    18.711] (II) Loading sub module "vgahw"
    [    18.711] (II) LoadModule: "vgahw"
    [    18.726] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [    18.726] (II) Module vgahw: vendor="X.Org Foundation"
    [    18.726] 	compiled for 1.14.3, module version = 0.1.0
    [    18.726] 	ABI class: X.Org Video Driver, version 14.1
    [    18.727] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [    18.727] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [    18.727] (==) fglrx(0): Default visual is TrueColor
    [    18.727] (**) fglrx(0): Option "DPMS" "true"
    [    18.727] (==) fglrx(0): RGB weight 888
    [    18.727] (II) fglrx(0): Using 8 bits per RGB 
    [    18.727] (==) fglrx(0): Buffer Tiling is ON
    [    18.727] (II) Loading sub module "fglrxdrm"
    [    18.727] (II) LoadModule: "fglrxdrm"
    [    18.727] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
    [    18.727] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    18.727] 	compiled for 1.4.99.906, module version = 13.10.10
    [    18.729] ukiDynamicMajor: found major device number 250
    [    18.729] ukiDynamicMajor: found major device number 250
    [    18.729] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    18.729] ukiOpenDevice: node name is /dev/ati/card0
    [    18.729] ukiOpenDevice: open result is 13, (OK)
    [    18.729] ukiOpenByBusid: ukiOpenMinor returns 13
    [    18.729] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    18.730] (**) fglrx(0): NoAccel = NO
    [    18.730] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [    18.730] (--) fglrx(0): Chipset: "AMD Radeon HD 6800 Series  " (Chipset = 0x6739)
    [    18.730] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x0b00)
    [    18.730] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [    18.730] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [    18.730] (--) fglrx(0): MMIO registers at 0xfdec0000
    [    18.730] (--) fglrx(0): I/O port at 0x0000ee00
    [    18.730] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [    18.760] (II) fglrx(0): AC Adapter is used
    [    18.763] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [    18.763] (II) Loading sub module "vbe"
    [    18.763] (II) LoadModule: "vbe"
    [    18.763] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [    18.763] (II) Module vbe: vendor="X.Org Foundation"
    [    18.763] 	compiled for 1.14.3, module version = 1.1.0
    [    18.763] 	ABI class: X.Org Video Driver, version 14.1
    [    18.764] (II) fglrx(0): VESA BIOS detected
    [    18.764] (II) fglrx(0): VESA VBE Version 3.0
    [    18.764] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [    18.764] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [    18.764] (II) fglrx(0): VESA VBE OEM Software Rev: 13.7
    [    18.764] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
    [    18.764] (II) fglrx(0): VESA VBE OEM Product: BARTS
    [    18.764] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [    18.764] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [    18.764] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
    [    18.764] (II) fglrx(0): PCIE card detected
    [    18.764] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [    18.764] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [    18.764] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [    18.764] (II) fglrx(0): RandR 1.2 support is enabled!
    [    18.764] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [    18.764] (==) fglrx(0): Center Mode is disabled 
    [    18.764] (II) Loading sub module "fb"
    [    18.764] (II) LoadModule: "fb"
    [    18.764] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    18.764] (II) Module fb: vendor="X.Org Foundation"
    [    18.764] 	compiled for 1.14.3, module version = 1.0.0
    [    18.764] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    18.764] (II) Loading sub module "ddc"
    [    18.764] (II) LoadModule: "ddc"
    [    18.764] (II) Module "ddc" already built-in
    [    18.887] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [    18.887] (II) fglrx(0): Output DFP2 has no monitor section
    [    18.887] (II) fglrx(0): Output DFP3 has no monitor section
    [    18.887] (II) fglrx(0): Output DFP4 has no monitor section
    [    18.887] (II) fglrx(0): Output DFP5 has no monitor section
    [    18.887] (II) fglrx(0): Output DFP6 has no monitor section
    [    18.887] (II) fglrx(0): Output DFP7 has no monitor section
    [    18.887] (II) fglrx(0): Output CRT1 has no monitor section
    [    18.887] (II) Loading sub module "ddc"
    [    18.887] (II) LoadModule: "ddc"
    [    18.887] (II) Module "ddc" already built-in
    [    18.887] (II) fglrx(0): Connected Display0: DFP5
    [    18.887] (II) fglrx(0):  Display0: Failed to get EDID information. 
    [    18.888] (II) fglrx(0): EDID for output DFP1
    [    18.888] (II) fglrx(0): EDID for output DFP2
    [    18.889] (II) fglrx(0): EDID for output DFP3
    [    18.889] (II) fglrx(0): EDID for output DFP4
    [    18.889] (II) fglrx(0): EDID for output DFP5
    [    18.889] (II) fglrx(0): Manufacturer: GSM  Model: 5807  Serial#: 16843009
    [    18.889] (II) fglrx(0): Year: 2009  Week: 1
    [    18.889] (II) fglrx(0): EDID Version: 1.3
    [    18.889] (II) fglrx(0): Digital Display Input
    [    18.889] (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
    [    18.889] (II) fglrx(0): Gamma: 2.20
    [    18.889] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [    18.889] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    18.889] (II) fglrx(0): First detailed timing is preferred mode
    [    18.889] (II) fglrx(0): redX: 0.631 redY: 0.349   greenX: 0.341 greenY: 0.622
    [    18.889] (II) fglrx(0): blueX: 0.152 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
    [    18.889] (II) fglrx(0): Supported established timings:
    [    18.889] (II) fglrx(0): 640x480@60Hz
    [    18.889] (II) fglrx(0): 800x600@60Hz
    [    18.889] (II) fglrx(0): 1024x768@60Hz
    [    18.889] (II) fglrx(0): Manufacturer's mask: 0
    [    18.889] (II) fglrx(0): Supported standard timings:
    [    18.889] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 60  vid: 16497
    [    18.889] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    18.889] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    18.889] (II) fglrx(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    18.889] (II) fglrx(0): Supported detailed timing:
    [    18.889] (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
    [    18.889] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    18.889] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    [    18.889] (II) fglrx(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    [    18.889] (II) fglrx(0): Monitor name: IPS226
    [    18.889] (II) fglrx(0): Serial No: SerialNumber
    [    18.889] (II) fglrx(0): Supported detailed timing:
    [    18.889] (II) fglrx(0): clock: 148.5 MHz   Image Size:  510 x 290 mm
    [    18.889] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    18.889] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    [    18.889] (II) fglrx(0): Supported detailed timing:
    [    18.889] (II) fglrx(0): clock: 74.2 MHz   Image Size:  510 x 290 mm
    [    18.889] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    18.889] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
    [    18.889] (II) fglrx(0): Supported detailed timing:
    [    18.889] (II) fglrx(0): clock: 74.2 MHz   Image Size:  510 x 290 mm
    [    18.889] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
    [    18.889] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
    [    18.889] (II) fglrx(0): Supported detailed timing:
    [    18.889] (II) fglrx(0): clock: 27.0 MHz   Image Size:  510 x 290 mm
    [    18.889] (II) fglrx(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
    [    18.889] (II) fglrx(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
    [    18.889] (II) fglrx(0): Number of EDID sections to follow: 1
    [    18.889] (II) fglrx(0): EDID (in hex):
    [    18.889] (II) fglrx(0): 	00ffffffffffff001e6d075801010101
    [    18.889] (II) fglrx(0): 	0113010380301b78ea9535a159579f27
    [    18.889] (II) fglrx(0): 	0e5054210800714081808140b3000101
    [    18.889] (II) fglrx(0): 	010101010101023a801871382d40582c
    [    18.889] (II) fglrx(0): 	4500dd0c1100001e000000fd00383d1e
    [    18.889] (II) fglrx(0): 	530f000a202020202020000000fc0049
    [    18.889] (II) fglrx(0): 	505332323620202020202020000000ff
    [    18.889] (II) fglrx(0): 	0053657269616c4e756d6265720a012d
    [    18.889] (II) fglrx(0): Printing probed modes for output DFP5
    [    18.889] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    18.889] (II) fglrx(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1920x1080"x60.0   74.25  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1920x1080"x50.0   74.25  1920 2448 2492 2640  1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1920x1080"x59.9   74.18  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1776x1000"x50.0  148.50  1776 2304 2348 2640  1000 1004 1009 1125 +hsync +vsync (56.2 kHz ez)
    [    18.889] (II) fglrx(0): Modeline "1776x1000"x59.9  148.35  1776 1864 1908 2200  1000 1004 1009 1125 +hsync +vsync (67.4 kHz ez)
    [    18.889] (II) fglrx(0): Modeline "1776x1000"x50.0   74.25  1776 2304 2348 2640  1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz ez)
    [    18.889] (II) fglrx(0): Modeline "1776x1000"x59.9   74.18  1776 1864 1908 2200  1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz ez)
    [    18.889] (II) fglrx(0): Modeline "1680x1050"x50.0  148.50  1680 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1400x1050"x50.0  148.50  1400 2448 2492 2640  1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1400x1050"x60.0  146.25  1400 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1600x900"x50.0  148.50  1600 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1600x900"x60.0  146.25  1600 1784 1960 2240  900 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1360x1024"x50.0  148.50  1360 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1360x1024"x60.0  146.25  1360 1784 1960 2240  1024 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1280x1024"x50.0  148.50  1280 2448 2492 2640  1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    18.889] (II) fglrx(0): Modeline "1440x900"x50.0  148.50  1440 2448 2492 2640  900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1440x900"x60.0  146.25  1440 1784 1960 2240  900 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x960"x50.0  148.50  1280 2448 2492 2640  960 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1152x864"x50.0  148.50  1152 2448 2492 2640  864 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x768"x50.0  148.50  1280 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1376 1488 1800  768 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1024x768"x50.0  148.50  1024 2448 2492 2640  768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    18.890] (II) fglrx(0): Modeline "1152x648"x50.0   74.25  1152 1592 1632 1980  648 653 658 750 +hsync +vsync (37.5 kHz ez)
    [    18.890] (II) fglrx(0): Modeline "1152x648"x59.9   74.18  1152 1262 1302 1650  648 653 658 750 +hsync +vsync (45.0 kHz ez)
    [    18.890] (II) fglrx(0): Modeline "800x600"x50.0  148.50  800 2448 2492 2640  600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    18.890] (II) fglrx(0): Modeline "720x480"x50.0  148.50  720 2448 2492 2640  480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    18.890] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    18.890] (II) fglrx(0): Modeline "640x480"x50.0  148.50  640 2448 2492 2640  480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [    18.890] (II) fglrx(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    18.890] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    18.890] (II) fglrx(0): EDID for output DFP6
    [    18.890] (II) fglrx(0): EDID for output DFP7
    [    18.890] (II) fglrx(0): EDID for output CRT1
    [    18.890] (II) fglrx(0): Output DFP1 disconnected
    [    18.890] (II) fglrx(0): Output DFP2 disconnected
    [    18.890] (II) fglrx(0): Output DFP3 disconnected
    [    18.890] (II) fglrx(0): Output DFP4 disconnected
    [    18.890] (II) fglrx(0): Output DFP5 connected
    [    18.890] (II) fglrx(0): Output DFP6 disconnected
    [    18.890] (II) fglrx(0): Output DFP7 disconnected
    [    18.890] (II) fglrx(0): Output CRT1 disconnected
    [    18.890] (II) fglrx(0): Using exact sizes for initial modes
    [    18.890] (II) fglrx(0): Output DFP5 using initial mode 1920x1080
    [    18.890] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    18.890] (II) fglrx(0): DPI set to (96, 96)
    [    18.890] (II) fglrx(0): Eyefinity capable adapter detected.
    [    18.890] (II) fglrx(0): Adapter AMD Radeon HD 6800 Series   has 6 configurable heads and 1 displays connected.
    [    18.890] (==) fglrx(0):  PseudoColor visuals disabled
    [    18.890] (II) Loading sub module "ramdac"
    [    18.890] (II) LoadModule: "ramdac"
    [    18.890] (II) Module "ramdac" already built-in
    [    18.890] (==) fglrx(0): NoDRI = NO
    [    18.890] (==) fglrx(0): Capabilities: 0x00000000
    [    18.890] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [    18.890] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [    18.890] (==) fglrx(0): UseFastTLS=0
    [    18.890] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [    18.890] (--) Depth 24 pixmap format is 32 bpp
    [    18.895] Loading extension ATIFGLRXDRI
    [    18.895] (II) fglrx(0): doing swlDriScreenInit
    [    18.895] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [    18.896] ukiDynamicMajor: found major device number 250
    [    18.896] ukiDynamicMajor: found major device number 250
    [    18.896] ukiDynamicMajor: found major device number 250
    [    18.896] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    18.896] ukiOpenDevice: node name is /dev/ati/card0
    [    18.896] ukiOpenDevice: open result is 14, (OK)
    [    18.896] ukiOpenByBusid: ukiOpenMinor returns 14
    [    18.896] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    18.896] (II) fglrx(0): [uki] DRM interface version 1.0
    [    18.896] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [    18.896] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [    18.896] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f6347627000
    [    18.896] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [    18.896] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [    18.896] (II) fglrx(0): swlDriScreenInit done
    [    18.896] (II) fglrx(0): Kernel Module Version Information:
    [    18.896] (II) fglrx(0):     Name: fglrx
    [    18.896] (II) fglrx(0):     Version: 13.10.10
    [    18.896] (II) fglrx(0):     Date: May 23 2013
    [    18.896] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
    [    18.896] (II) fglrx(0): Kernel Module version matches driver.
    [    18.896] (II) fglrx(0): Kernel Module Build Time Information:
    [    18.896] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.0-12-generic
    [    18.896] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
    [    18.896] (II) fglrx(0):     Build-Kernel __SMP__:            yes
    [    18.896] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
    [    18.896] (II) fglrx(0): [uki] register handle = 0x00004000
    [    18.897] (II) fglrx(0): DRI initialization successfull
    [    18.897] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010e0000
    [    18.897] (==) fglrx(0): Backing store disabled
    [    18.897] Loading extension FGLRXEXTENSION
    [    18.897] (**) fglrx(0): DPMS enabled
    [    18.897] (II) fglrx(0): Initialized in-driver Xinerama extension
    [    18.897] (**) fglrx(0): Textured Video is enabled.
    [    18.897] (II) LoadModule: "glesx"
    [    18.897] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/glesx.so
    [    18.898] (II) Module glesx: vendor="X.Org Foundation"
    [    18.898] 	compiled for 1.4.99.906, module version = 1.0.0
    [    18.898] Loading extension GLESX
    [    18.898] (II) fglrx(0): GLESX enableFlags = 592
    [    18.898] (II) fglrx(0): GLESX is enabled
    [    18.898] (II) LoadModule: "amdxmm"
    [    18.898] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/amdxmm.so
    [    18.898] (II) Module amdxmm: vendor="X.Org Foundation"
    [    18.898] 	compiled for 1.4.99.906, module version = 2.0.0
    [    18.910] Loading extension AMDXVOPL
    [    18.910] Loading extension AMDXVBA
    [    18.910] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
    [    18.913] (II) fglrx(0): Enable composite support successfully
    [    18.913] (WW) fglrx(0): Option "VendorName" is not used
    [    18.913] (WW) fglrx(0): Option "ModelName" is not used
    [    18.913] (II) fglrx(0): X context handle = 0x1
    [    18.913] (II) fglrx(0): [DRI] installation complete
    [    18.913] (==) fglrx(0): Silken mouse enabled
    [    18.913] (==) fglrx(0): Using HW cursor of display infrastructure!
    [    18.913] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [    18.962] (--) RandR disabled
    [    18.968] (II) SELinux: Disabled on system
    [    18.969] ukiDynamicMajor: found major device number 250
    [    18.969] ukiDynamicMajor: found major device number 250
    [    18.969] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    18.969] ukiOpenDevice: node name is /dev/ati/card0
    [    18.969] ukiOpenDevice: open result is 15, (OK)
    [    18.969] ukiOpenByBusid: ukiOpenMinor returns 15
    [    18.969] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    18.997] ukiDynamicMajor: found major device number 250
    [    18.997] ukiDynamicMajor: found major device number 250
    [    18.997] ukiDynamicMajor: found major device number 250
    [    18.997] ukiOpenDevice: node name is /dev/ati/card0
    [    18.997] ukiOpenDevice: open result is 16, (OK)
    [    18.997] ukiGetBusid returned 'PCI:1:0:0'
    [    18.997] ukiOpenDevice: node name is /dev/ati/card1
    [    18.997] ukiOpenDevice: open result is -1, (No such device)
    [    18.997] ukiOpenDevice: open result is -1, (No such device)
    [    18.997] ukiOpenDevice: Open failed
    [    18.997] ukiOpenDevice: node name is /dev/ati/card2
    [    18.997] ukiOpenDevice: open result is -1, (No such device)
    [    18.997] ukiOpenDevice: open result is -1, (No such device)
    [    18.997] ukiOpenDevice: Open failed
    [    18.997] ukiOpenDevice: node name is /dev/ati/card3
    [    18.997] ukiOpenDevice: open result is -1, (No such device)
    [    18.997] ukiOpenDevice: open result is -1, (No such device)
    [    18.997] ukiOpenDevice: Open failed
    [    18.997] ukiOpenDevice: node name is /dev/ati/card4
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card5
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card6
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card7
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card8
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card9
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card10
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card11
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card12
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card13
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card14
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiOpenDevice: node name is /dev/ati/card15
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: open result is -1, (No such device)
    [    18.998] ukiOpenDevice: Open failed
    [    18.998] ukiDynamicMajor: found major device number 250
    [    18.998] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    18.998] ukiOpenDevice: node name is /dev/ati/card0
    [    18.998] ukiOpenDevice: open result is 16, (OK)
    [    18.998] ukiOpenByBusid: ukiOpenMinor returns 16
    [    18.998] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    19.172] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [    19.173] ukiDynamicMajor: found major device number 250
    [    19.173] ukiDynamicMajor: found major device number 250
    [    19.173] ukiDynamicMajor: found major device number 250
    [    19.173] ukiOpenDevice: node name is /dev/ati/card0
    [    19.173] ukiOpenDevice: open result is 17, (OK)
    [    19.173] ukiGetBusid returned 'PCI:1:0:0'
    [    19.173] ukiOpenDevice: node name is /dev/ati/card1
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card2
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card3
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card4
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card5
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card6
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card7
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card8
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card9
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: open result is -1, (No such device)
    [    19.173] ukiOpenDevice: Open failed
    [    19.173] ukiOpenDevice: node name is /dev/ati/card10
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: Open failed
    [    19.174] ukiOpenDevice: node name is /dev/ati/card11
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: Open failed
    [    19.174] ukiOpenDevice: node name is /dev/ati/card12
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: Open failed
    [    19.174] ukiOpenDevice: node name is /dev/ati/card13
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: Open failed
    [    19.174] ukiOpenDevice: node name is /dev/ati/card14
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: Open failed
    [    19.174] ukiOpenDevice: node name is /dev/ati/card15
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: open result is -1, (No such device)
    [    19.174] ukiOpenDevice: Open failed
    [    19.174] ukiDynamicMajor: found major device number 250
    [    19.174] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    19.174] ukiOpenDevice: node name is /dev/ati/card0
    [    19.174] ukiOpenDevice: open result is 17, (OK)
    [    19.174] ukiOpenByBusid: ukiOpenMinor returns 17
    [    19.174] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    19.187] (II) fglrx(0): OverDrive5 Detected!
    [    19.194] (II) fglrx(0): Setting screen physical size to 508 x 285
    [    19.204] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    19.207] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    19.207] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    19.207] (II) LoadModule: "evdev"
    [    19.207] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    19.218] (II) Module evdev: vendor="X.Org Foundation"
    [    19.218] 	compiled for 1.14.1, module version = 2.7.3
    [    19.218] 	Module class: X.Org XInput Driver
    [    19.218] 	ABI class: X.Org XInput driver, version 19.1
    [    19.218] (II) Using input driver 'evdev' for 'Power Button'
    [    19.218] (**) Power Button: always reports core events
    [    19.218] (**) evdev: Power Button: Device: "/dev/input/event1"
    [    19.218] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    19.218] (--) evdev: Power Button: Found keys
    [    19.218] (II) evdev: Power Button: Configuring as keyboard
    [    19.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [    19.218] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    19.218] (**) Option "xkb_rules" "evdev"
    [    19.218] (**) Option "xkb_model" "pc105"
    [    19.218] (**) Option "xkb_layout" "us"
    [    19.219] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [    19.219] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    19.219] (II) Using input driver 'evdev' for 'Power Button'
    [    19.219] (**) Power Button: always reports core events
    [    19.219] (**) evdev: Power Button: Device: "/dev/input/event0"
    [    19.219] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    19.219] (--) evdev: Power Button: Found keys
    [    19.219] (II) evdev: Power Button: Configuring as keyboard
    [    19.219] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [    19.219] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [    19.219] (**) Option "xkb_rules" "evdev"
    [    19.219] (**) Option "xkb_model" "pc105"
    [    19.219] (**) Option "xkb_layout" "us"
    [    19.219] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
    [    19.219] (II) No input driver specified, ignoring this device.
    [    19.219] (II) This device may have been added with another device file.
    [    19.220] (II) config/udev: Adding input device Microsoft Comfort Mouse 6000 (/dev/input/event12)
    [    19.220] (**) Microsoft Comfort Mouse 6000: Applying InputClass "evdev pointer catchall"
    [    19.220] (**) Microsoft Comfort Mouse 6000: Applying InputClass "evdev keyboard catchall"
    [    19.220] (II) Using input driver 'evdev' for 'Microsoft Comfort Mouse 6000'
    [    19.220] (**) Microsoft Comfort Mouse 6000: always reports core events
    [    19.220] (**) evdev: Microsoft Comfort Mouse 6000: Device: "/dev/input/event12"
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Vendor 0x45e Product 0x77d
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Found 9 mouse buttons
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Found scroll wheel(s)
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Found relative axes
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Found x and y relative axes
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Found absolute axes
    [    19.220] (II) evdev: Microsoft Comfort Mouse 6000: Forcing absolute x/y axes to exist.
    [    19.220] (--) evdev: Microsoft Comfort Mouse 6000: Found keys
    [    19.220] (II) evdev: Microsoft Comfort Mouse 6000: Configuring as mouse
    [    19.220] (II) evdev: Microsoft Comfort Mouse 6000: Configuring as keyboard
    [    19.220] (II) evdev: Microsoft Comfort Mouse 6000: Adding scrollwheel support
    [    19.220] (**) evdev: Microsoft Comfort Mouse 6000: YAxisMapping: buttons 4 and 5
    [    19.220] (**) evdev: Microsoft Comfort Mouse 6000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    19.220] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.0/input/input12/event12"
    [    19.220] (II) XINPUT: Adding extended input device "Microsoft Comfort Mouse 6000" (type: KEYBOARD, id 8)
    [    19.220] (**) Option "xkb_rules" "evdev"
    [    19.220] (**) Option "xkb_model" "pc105"
    [    19.220] (**) Option "xkb_layout" "us"
    [    19.220] (II) evdev: Microsoft Comfort Mouse 6000: initialized for relative axes.
    [    19.220] (WW) evdev: Microsoft Comfort Mouse 6000: ignoring absolute axes.
    [    19.221] (**) Microsoft Comfort Mouse 6000: (accel) keeping acceleration scheme 1
    [    19.221] (**) Microsoft Comfort Mouse 6000: (accel) acceleration profile 0
    [    19.221] (**) Microsoft Comfort Mouse 6000: (accel) acceleration factor: 2.000
    [    19.221] (**) Microsoft Comfort Mouse 6000: (accel) acceleration threshold: 4
    [    19.221] (II) config/udev: Adding input device Microsoft Comfort Mouse 6000 (/dev/input/mouse0)
    [    19.221] (II) No input driver specified, ignoring this device.
    [    19.221] (II) This device may have been added with another device file.
    [    19.221] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event13)
    [    19.221] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [    19.221] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [    19.221] (**) Generic USB Keyboard: always reports core events
    [    19.221] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event13"
    [    19.221] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [    19.221] (--) evdev: Generic USB Keyboard: Found keys
    [    19.221] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [    19.221] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/input/input13/event13"
    [    19.221] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 9)
    [    19.221] (**) Option "xkb_rules" "evdev"
    [    19.221] (**) Option "xkb_model" "pc105"
    [    19.221] (**) Option "xkb_layout" "us"
    [    19.222] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event14)
    [    19.222] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [    19.222] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [    19.222] (**) Generic USB Keyboard: always reports core events
    [    19.222] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event14"
    [    19.222] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [    19.222] (--) evdev: Generic USB Keyboard: Found scroll wheel(s)
    [    19.222] (II) evdev: Generic USB Keyboard: Forcing buttons for scroll wheel(s)
    [    19.222] (--) evdev: Generic USB Keyboard: Found relative axes
    [    19.222] (--) evdev: Generic USB Keyboard: Found x and y relative axes
    [    19.222] (--) evdev: Generic USB Keyboard: Found keys
    [    19.222] (II) evdev: Generic USB Keyboard: Configuring as mouse
    [    19.222] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [    19.222] (II) evdev: Generic USB Keyboard: Adding scrollwheel support
    [    19.222] (**) evdev: Generic USB Keyboard: YAxisMapping: buttons 4 and 5
    [    19.222] (**) evdev: Generic USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    19.222] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.1/input/input14/event14"
    [    19.222] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 10)
    [    19.222] (**) Option "xkb_rules" "evdev"
    [    19.222] (**) Option "xkb_model" "pc105"
    [    19.222] (**) Option "xkb_layout" "us"
    [    19.222] (II) evdev: Generic USB Keyboard: initialized for relative axes.
    [    19.222] (**) Generic USB Keyboard: (accel) keeping acceleration scheme 1
    [    19.222] (**) Generic USB Keyboard: (accel) acceleration profile 0
    [    19.222] (**) Generic USB Keyboard: (accel) acceleration factor: 2.000
    [    19.222] (**) Generic USB Keyboard: (accel) acceleration threshold: 4
    [    19.223] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/mouse1)
    [    19.223] (II) No input driver specified, ignoring this device.
    [    19.223] (II) This device may have been added with another device file.
    [    19.223] (II) config/udev: Adding input device gspca_pac7302 (/dev/input/event11)
    [    19.223] (**) gspca_pac7302: Applying InputClass "evdev keyboard catchall"
    [    19.223] (II) Using input driver 'evdev' for 'gspca_pac7302'
    [    19.223] (**) gspca_pac7302: always reports core events
    [    19.223] (**) evdev: gspca_pac7302: Device: "/dev/input/event11"
    [    19.223] (--) evdev: gspca_pac7302: Vendor 0x93a Product 0x2621
    [    19.223] (--) evdev: gspca_pac7302: Found keys
    [    19.223] (II) evdev: gspca_pac7302: Configuring as keyboard
    [    19.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb7/7-1/input/input11/event11"
    [    19.223] (II) XINPUT: Adding extended input device "gspca_pac7302" (type: KEYBOARD, id 11)
    [    19.223] (**) Option "xkb_rules" "evdev"
    [    19.223] (**) Option "xkb_model" "pc105"
    [    19.223] (**) Option "xkb_layout" "us"
    [    19.223] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event2)
    [    19.224] (II) No input driver specified, ignoring this device.
    [    19.224] (II) This device may have been added with another device file.
    [    19.224] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event3)
    [    19.224] (II) No input driver specified, ignoring this device.
    [    19.224] (II) This device may have been added with another device file.
    [    19.224] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event4)
    [    19.224] (II) No input driver specified, ignoring this device.
    [    19.224] (II) This device may have been added with another device file.
    [    19.224] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event5)
    [    19.224] (II) No input driver specified, ignoring this device.
    [    19.224] (II) This device may have been added with another device file.
    [    19.224] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event6)
    [    19.224] (II) No input driver specified, ignoring this device.
    [    19.224] (II) This device may have been added with another device file.
    [    19.225] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event7)
    [    19.225] (II) No input driver specified, ignoring this device.
    [    19.225] (II) This device may have been added with another device file.
    [    19.225] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event8)
    [    19.225] (II) No input driver specified, ignoring this device.
    [    19.225] (II) This device may have been added with another device file.
    [    19.225] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event9)
    [    19.225] (II) No input driver specified, ignoring this device.
    [    19.225] (II) This device may have been added with another device file.
    [    19.230] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [    22.124] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    22.125] (II) fglrx(0): Using EDID range info for horizontal sync
    [    22.125] (II) fglrx(0): Using EDID range info for vertical refresh
    [    22.125] (II) fglrx(0): Printing DDC gathered Modelines:
    [    22.125] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    22.125] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    22.125] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    22.125] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    22.125] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    22.125] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    22.125] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    22.831] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    22.841] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    22.841] (II) fglrx(0): Using hsync ranges from config file
    [    22.841] (II) fglrx(0): Using vrefresh ranges from config file
    [    22.841] (II) fglrx(0): Printing DDC gathered Modelines:
    [    22.841] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    22.841] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    22.841] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    22.841] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    22.841] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    22.841] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    22.841] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    23.668] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    23.668] (II) fglrx(0): Using hsync ranges from config file
    [    23.668] (II) fglrx(0): Using vrefresh ranges from config file
    [    23.668] (II) fglrx(0): Printing DDC gathered Modelines:
    [    23.668] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    23.668] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    23.668] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    23.668] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    23.668] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    23.668] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    23.668] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    23.923] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    23.923] (II) fglrx(0): Using hsync ranges from config file
    [    23.923] (II) fglrx(0): Using vrefresh ranges from config file
    [    23.923] (II) fglrx(0): Printing DDC gathered Modelines:
    [    23.923] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    23.923] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    23.923] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    23.923] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    23.923] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    23.923] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    23.923] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    23.923] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    23.923] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    23.923] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    23.923] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    23.924] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    23.924] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    23.924] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    23.924] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    23.924] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    23.924] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    24.055] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    24.055] (II) fglrx(0): Using hsync ranges from config file
    [    24.055] (II) fglrx(0): Using vrefresh ranges from config file
    [    24.055] (II) fglrx(0): Printing DDC gathered Modelines:
    [    24.055] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    24.055] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    24.055] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    24.055] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    24.055] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    24.056] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    24.056] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    24.056] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [    24.984] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    25.015] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    26.551] (II) XKB: reuse xkmfile /var/lib/xkb/server-CB537B66032B0DBE0AE956F537017A59DB020654.xkm
    [    43.532] (II) fglrx(0): EDID vendor "GSM", prod id 22535
    [    43.532] (II) fglrx(0): Using hsync ranges from config file
    [    43.532] (II) fglrx(0): Using vrefresh ranges from config file
    [    43.532] (II) fglrx(0): Printing DDC gathered Modelines:
    [    43.532] (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    43.532] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [    43.532] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [    43.532] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    43.532] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [    43.532] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [    43.532] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)

  10. #20
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Cursor speed resets after every suspend

    Hmmm, the Comfort Mouse is showing up as /dev/input/event12 this time (I'm certain it was input11 last time). Can you try adjusting the file to point to event12 and try again? Post back the log file again to confirm.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •