Edycja xorg.conf - usuni

Tematy związane z oprogramowaniem, instalacją, konfiguracją
spindelnspi
Posty: 12
Rejestracja: 11 marca 2014, 16:32

Edycja xorg.conf - usunięcie rozdzielczośći i dodanie rozdzielczości.

Post autor: spindelnspi »

Kod: Zaznacz cały

Section "ServerLayout"
     Identifier     "aticonfig Layout"
     Screen      0  "aticonfig-Screen[0]-0" 0 0
 EndSection
  Section "Module"
     Load  "glx"
 EndSection
  Section "Monitor"
     Identifier   "aticonfig-Monitor[0]-0"
     Option        "VendorName" "ATI Proprietary Driver"
     Option        "ModelName" "Generic Autodetecting Monitor"
     Option        "DPMS" "true" EndSection  Section "Device"
     Identifier  "aticonfig-Device[0]-0"
     Driver      "fglrx"
     BusID       "PCI:1:0:0"
 EndSection
  Section "Screen"
     Identifier "aticonfig-Screen[0]-0"
     Device     "aticonfig-Device[0]-0"
     Monitor    "aticonfig-Monitor[0]-0"
     DefaultDepth     24
     SubSection "Display"
         Viewport   0 0
         Depth     24
     EndSubSection
 EndSection
Sterowniki po HDMI błędnie wykrywają rozdzielczość 1920x1080, której monitor nie obsługuje (uszkodzony EDID w pamięci EPROM monitora) więc przy wejściu do pulpitu ginie obraz i info out of range. Co zmodyfikować, aby po uruchomieniu komputera był obraz przez HDMI z parametrami:
1440x900
24bit
częstotliwość pozioma: 55,50 kHz
częstotliwość pionowa 59,90 Hz

Oraz, aby system nie mógł ustawić sam z siebie, i w ogóle nie widział rozdzielczości:
1920x1080
1776x1000
1680x1050
1600x900
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Masz może windowsa na tym komputerze? Albo możesz podłączyć monitor przez inny interfejs? Jesteś pewien, że to uszkodzony EDID, a nie inny problem?
Xorg umożliwia dostarczenie EDID z pliku. Najlepiej by było załatwić to w ten sposób.

Najprościej możesz załatwić to wykorzystując malutki program gtf, który tworzy modeline:

Kod: Zaznacz cały

gtf 1920 1080 60

  # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
  Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
Jak widać składnia jest prosta: X Y Czestotliwosc_pionowa. Problem może być z częstotliwością poziomą, która jest wybierana automatycznie, w tym przypadku jest to 67k, czyli więcej niż podałeś.

Możesz też skorzystać np. z tej strony: http://www.mythtv.org/wiki/Modeline_Database i wybrać sobie modeline o parametrach najbardziej zbliżonych do twoich.

Jak już masz modeline, to wklejasz go w sekcje monitor:

Kod: Zaznacz cały

...
Section "Monitor"
     Identifier   "aticonfig-Monitor[0]-0"
     Option        "VendorName" "ATI Proprietary Driver"
     Option        "ModelName" "Generic Autodetecting Monitor"
     Option        "DPMS" "true" EndSection  Section "Device"
     Identifier  "aticonfig-Device[0]-0"
     Driver      "fglrx"
     BusID       "PCI:1:0:0"
     [b]Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync[/b]
 EndSection
...
spindelnspi
Posty: 12
Rejestracja: 11 marca 2014, 16:32

Post autor: spindelnspi »

Na 99% uszkodzony EDID, sytuacja wygląda tak:
Na Windows 7 64bit SP1 na Radeon HD5450/HD7770/HD7850 po instalacji sterowników nie ma obrazu po HDMI (jest w POST, ale przy wejściu do systemu znika), tak samo się dzieje na Nvidia GT440 / GTS450. Na RAdeonach jest obraz jak do karty graficznej wepnę DVI-HDMI Adater, ale patent z adapterem nie działa na Nvidii. NA Nvidii tylko obraz jest po D-SUB, pod WIndą sprawdziłem EDID przez PowerStrip:
Załącznik p2_f191ee2.png nie jest już dostępny
Na elementaryOS 0.2 (sprawdzałem tylko z ATI) jest obraz przez D-SUB / DVI+Adapter HDMI, oraz HDMI na otwartych sterownkach (monitor nie ma DVI). Na zamkniętych jest przez D-SUB, przez DVI+HDMI Adapet, przez samo HDMI nie ma, dodatkowo w Ustawienia systemu -> Ekrany są dostępne rozdzielczości, których ten monitor nie obsługuje czyli min. 1920x1080. Natywna rozdzielczość to 1440x900. Model LG 19LS4R. Więc IMO po podłączeniu po samym HDMI, sterownik automatycznie chce wrzucic 1920x1080, albo inną nie obsługiwaną rozdzielczość.
Załączniki
p2_f191ee2.png
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Na tej stronie http://storyhub.actionaid.org/forum/vie ... 1&start=75 ktoś miał problem z monitorem takim jak twój i zamieścił EDID.
Ale nie wiem czy jest dobry, bo coś nie chcę się u mnie parsować:

Kod: Zaznacz cały

Checksum Correct

Section "Monitor"
    Identifier ""
    ModelName ""
    VendorName "GSM"
    # Monitor Manufactured week 3 of 2007
    # EDID version 1.3
    # Digital Display
    DisplaySize 410 260
    Gamma 2.20
    Option "DPMS" "false"
    Horizsync 28-83
    VertRefresh 58-63
    # Maximum pixel clock is 140MHz
    #Not giving standard mode: 1280x1024, 60Hz

    #Extension block found. Parsing...
Hmm, you have data blocks, but not video ones... weird
Something strange happened. Please contact the author,
Matthew Kern at <pyrophobicman@gmail.com>
Jak chcesz zaryzykować, to ściągnij go i skopiuj np. do /etc/X11 i zmień rozszerzenie na *.bin.
Przy pomocy polecenia xrandr ustal jak nazywa się nazwa wyjścia do którego podłączony jest monitor, np u mnie:

Kod: Zaznacz cały

xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 4096 x 4096
[B]VGA-1[/B] connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
   1280x1024      60.0*+   75.0  
   1152x864       75.0  
   1024x768       75.1     70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        75.0     72.8     66.7     60.0  
720x400        70.1
I do sekcji device dodaj coś takiego:

Kod: Zaznacz cały

 Option         "CustomEDID" "[b]VGA-1[/b]:/etc/X11/edid.bin"
 Option         "IgnoreEDID" "false"
 Option         "UseEDID" "true"
spindelnspi
Posty: 12
Rejestracja: 11 marca 2014, 16:32

Post autor: spindelnspi »

xrandr zwraca:

Kod: Zaznacz cały

Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
   1440x900       59.9*+
   1920x1080i     30.0     25.0     30.0  
   1280x1024      60.0  
   1280x720       60.0     50.0     59.9  
   1440x576i      25.0  
   1024x768       60.0  
   1440x480i      30.0     30.0  
   800x600        60.3  
   720x576        50.0  
   720x480        60.0     59.9  
   640x480        60.0     59.9  
VGA-0 disconnected (normal left inverted right x axis y axis)

Gdzie dodać tą sekcję ? do xorg.conf ?

Kod: Zaznacz cały

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
        Option         "CustomEDID" "[B]HDMI-0[/B]:/etc/X11/edid.bin"
        Option         "IgnoreEDID" "false"
        Option         "UseEDID" "true"
Tak pownno być ?
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Czyli DVI-0.
A pokaż jeszcze log /var/log/Xorg.0.log
spindelnspi
Posty: 12
Rejestracja: 11 marca 2014, 16:32

Post autor: spindelnspi »

Generalnie obecnie połączenie wygląda tak:

PC HD5450 do wyjścia DVI jest wpięty adapter do niego kabel HDMI i do monitora też HDMI. Bo przez D-SUB jakość obrazu jest tragiczna.

Kod: Zaznacz cały

[     3.715] 
X.Org X Server 1.11.3
Release Date: 2011-12-16
[     3.715] X Protocol Version 11, Revision 0
[     3.715] Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
[     3.715] Current Operating System: Linux tbs-MS-7792 3.11.10-03111001-generic #201312110635 SMP Wed Dec 11 11:35:43 UTC 2013 x86_64
[     3.715] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.10-03111001-generic root=UUID=9bd70dd3-e618-4b40-9bee-9d087b971201 ro quiet splash
[     3.715] Build Date: 16 October 2013  04:41:23PM
[     3.715] xorg-server 2:1.11.4-0ubuntu10.14 (For technical support please see http://www.ubuntu.com/support) 
[     3.715] Current version of pixman: 0.24.4
[     3.715]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     3.715] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.715] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 24 19:54:03 2014
[     3.717] (==) Using config file: "/etc/X11/xorg.conf"
[     3.717] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.719] (==) ServerLayout "aticonfig Layout"
[     3.719] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     3.719] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[     3.720] (**) |   |-->Device "aticonfig-Device[0]-0"
[     3.720] (==) Automatically adding devices
[     3.720] (==) Automatically enabling devices
[     3.724] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.724]     Entry deleted from font path.
[     3.724] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     3.724]     Entry deleted from font path.
[     3.724] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     3.724]     Entry deleted from font path.
[     3.724] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     3.724]     Entry deleted from font path.
[     3.724] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     3.725]     Entry deleted from font path.
[     3.726] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[     3.726]     Entry deleted from font path.
[     3.726]     (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[     3.726] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[     3.726] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     3.726] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.726] (II) Loader magic: 0x7f5fed093b00
[     3.726] (II) Module ABI versions:
[     3.726]     X.Org ANSI C Emulation: 0.4
[     3.726]     X.Org Video Driver: 11.0
[     3.726]     X.Org XInput driver : 16.0
[     3.726]     X.Org Server Extension : 6.0
[     3.727] (--) PCI:*(0:1:0:0) 1002:68f9:1043:0471 rev 0, Mem @ 0xc0000000/268435456, 0xfea20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[     3.727] (II) Open ACPI successful (/var/run/acpid.socket)
[     3.727] (II) "extmod" will be loaded by default.
[     3.727] (II) "dbe" will be loaded by default.
[     3.727] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     3.727] (II) "record" will be loaded by default.
[     3.727] (II) "dri" will be loaded by default.
[     3.727] (II) "dri2" will be loaded by default.
[     3.727] (II) LoadModule: "glx"
[     3.730] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so
[     3.737] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     3.737]     compiled for 6.9.0, module version = 1.0.0
[     3.737] (II) Loading extension GLX
[     3.737] (II) LoadModule: "extmod"
[     3.739] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     3.741] (II) Module extmod: vendor="X.Org Foundation"
[     3.741]     compiled for 1.11.3, module version = 1.0.0
[     3.742]     Module class: X.Org Server Extension
[     3.742]     ABI class: X.Org Server Extension, version 6.0
[     3.742] (II) Loading extension MIT-SCREEN-SAVER
[     3.742] (II) Loading extension XFree86-VidModeExtension
[     3.742] (II) Loading extension XFree86-DGA
[     3.742] (II) Loading extension DPMS
[     3.742] (II) Loading extension XVideo
[     3.742] (II) Loading extension XVideo-MotionCompensation
[     3.742] (II) Loading extension X-Resource
[     3.742] (II) LoadModule: "dbe"
[     3.742] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     3.743] (II) Module dbe: vendor="X.Org Foundation"
[     3.743]     compiled for 1.11.3, module version = 1.0.0
[     3.743]     Module class: X.Org Server Extension
[     3.743]     ABI class: X.Org Server Extension, version 6.0
[     3.743] (II) Loading extension DOUBLE-BUFFER
[     3.743] (II) LoadModule: "record"
[     3.743] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     3.744] (II) Module record: vendor="X.Org Foundation"
[     3.744]     compiled for 1.11.3, module version = 1.13.0
[     3.744]     Module class: X.Org Server Extension
[     3.744]     ABI class: X.Org Server Extension, version 6.0
[     3.744] (II) Loading extension RECORD
[     3.744] (II) LoadModule: "dri"
[     3.745] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     3.749] (II) Module dri: vendor="X.Org Foundation"
[     3.749]     compiled for 1.11.3, module version = 1.0.0
[     3.749]     ABI class: X.Org Server Extension, version 6.0
[     3.749] (II) Loading extension XFree86-DRI
[     3.749] (II) LoadModule: "dri2"
[     3.750] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     3.751] (II) Module dri2: vendor="X.Org Foundation"
[     3.751]     compiled for 1.11.3, module version = 1.2.0
[     3.751]     ABI class: X.Org Server Extension, version 6.0
[     3.751] (II) Loading extension DRI2
[     3.751] (II) LoadModule: "fglrx"
[     3.751] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[     3.827] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[     3.827]     compiled for 1.4.99.906, module version = 13.10.10
[     3.827]     Module class: X.Org Video Driver
[     3.828] (II) Loading sub module "fglrxdrm"
[     3.828] (II) LoadModule: "fglrxdrm"
[     3.828] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.833] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     3.833]     compiled for 1.4.99.906, module version = 13.10.10
[     3.834] (II) AMD Proprietary Linux Driver Version Identifier:13.10.10
[     3.834] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.101                   
[     3.834] (II) AMD Proprietary Linux Driver Build Date: May 23 2013 15:49:35
[     3.834] (++) using VT number 7

[     3.835] (WW) Falling back to old probe method for fglrx
[     3.850] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[     3.853] ukiDynamicMajor: found major device number 249
[     3.853] ukiDynamicMajor: found major device number 249
[     3.853] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     3.853] ukiOpenDevice: node name is /dev/ati/card0
[     3.853] ukiOpenDevice: open result is 8, (OK)
[     4.600] ukiOpenByBusid: ukiOpenMinor returns 8
[     4.600] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.358] (--) Chipset Supported AMD Graphics Processor (0x68F9) found
[     5.360] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[     5.360] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[     5.360] (II) AMD Video driver is signed
[     5.361] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[     5.361] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     5.361] (II) fglrx(0): pEnt->device->identifier=0x7f5feee8fec0
[     5.361] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[     5.361] (II) Loading sub module "vgahw"
[     5.361] (II) LoadModule: "vgahw"
[     5.362] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     5.366] (II) Module vgahw: vendor="X.Org Foundation"
[     5.366]     compiled for 1.11.3, module version = 0.1.0
[     5.366]     ABI class: X.Org Video Driver, version 11.0
[     5.366] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     5.366] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     5.366] (==) fglrx(0): Default visual is TrueColor
[     5.366] (**) fglrx(0): Option "DPMS" "true"
[     5.366] (==) fglrx(0): RGB weight 888
[     5.366] (II) fglrx(0): Using 8 bits per RGB 
[     5.366] (==) fglrx(0): Buffer Tiling is ON
[     5.367] (II) Loading sub module "fglrxdrm"
[     5.367] (II) LoadModule: "fglrxdrm"
[     5.367] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     5.367] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     5.367]     compiled for 1.4.99.906, module version = 13.10.10
[     5.368] ukiDynamicMajor: found major device number 249
[     5.368] ukiDynamicMajor: found major device number 249
[     5.368] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.368] ukiOpenDevice: node name is /dev/ati/card0
[     5.368] ukiOpenDevice: open result is 11, (OK)
[     5.368] ukiOpenByBusid: ukiOpenMinor returns 11
[     5.368] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.368] (**) fglrx(0): NoAccel = NO
[     5.369] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[     5.369] (--) fglrx(0): Chipset: "ATI Radeon HD 5450     " (Chipset = 0x68f9)
[     5.369] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x0471)
[     5.369] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[     5.369] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[     5.369] (--) fglrx(0): MMIO registers at 0xfea20000
[     5.369] (--) fglrx(0): I/O port at 0x0000e000
[     5.369] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     5.370] (II) fglrx(0): AC Adapter is used
[     5.373] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     5.498] (II) Loading sub module "vbe"
[     5.498] (II) LoadModule: "vbe"
[     5.498] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     5.499] (II) Module vbe: vendor="X.Org Foundation"
[     5.499]     compiled for 1.11.3, module version = 1.1.0
[     5.499]     ABI class: X.Org Video Driver, version 11.0
[     5.500] (II) fglrx(0): VESA BIOS detected
[     5.500] (II) fglrx(0): VESA VBE Version 3.0
[     5.500] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     5.500] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[     5.500] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[     5.500] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[     5.500] (II) fglrx(0): VESA VBE OEM Product: CEDAR
[     5.500] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     5.500] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[     5.500] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[     5.500] (II) fglrx(0): PCIE card detected
[     5.500] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     5.500] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     5.500] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[     5.500] (II) fglrx(0): RandR 1.2 support is enabled!
[     5.500] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     5.500] (==) fglrx(0): Center Mode is disabled 
[     5.500] (II) Loading sub module "fb"
[     5.500] (II) LoadModule: "fb"
[     5.500] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.503] (II) Module fb: vendor="X.Org Foundation"
[     5.503]     compiled for 1.11.3, module version = 1.0.0
[     5.503]     ABI class: X.Org ANSI C Emulation, version 0.4
[     5.503] (II) Loading sub module "ddc"
[     5.503] (II) LoadModule: "ddc"
[     5.503] (II) Module "ddc" already built-in
[     5.619] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[     5.619] (II) fglrx(0): Output DFP2 has no monitor section
[     5.619] (II) fglrx(0): Output CRT1 has no monitor section
[     5.619] (II) fglrx(0): Output CRT2 has no monitor section
[     5.619] (II) Loading sub module "ddc"
[     5.619] (II) LoadModule: "ddc"
[     5.619] (II) Module "ddc" already built-in
[     5.619] (II) fglrx(0): Connected Display0: DFP1
[     5.619] (II) fglrx(0):  Display0: Failed to get EDID information. 
[     5.620] (II) fglrx(0): EDID for output DFP1
[     5.620] (II) fglrx(0): Manufacturer: GSM  Model: 4b4e  Serial#: 363564
[     5.620] (II) fglrx(0): Year: 2008  Week: 4
[     5.620] (II) fglrx(0): EDID Version: 1.3
[     5.620] (II) fglrx(0): Digital Display Input
[     5.620] (II) fglrx(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[     5.620] (II) fglrx(0): Gamma: 2.20
[     5.620] (II) fglrx(0): No DPMS capabilities specified
[     5.620] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     5.620] (II) fglrx(0): First detailed timing is preferred mode
[     5.620] (II) fglrx(0): redX: 0.643 redY: 0.325   greenX: 0.295 greenY: 0.616
[     5.620] (II) fglrx(0): blueX: 0.143 blueY: 0.081   whiteX: 0.310 whiteY: 0.330
[     5.620] (II) fglrx(0): Supported established timings:
[     5.620] (II) fglrx(0): 640x480@60Hz
[     5.620] (II) fglrx(0): 800x600@60Hz
[     5.620] (II) fglrx(0): 1024x768@60Hz
[     5.620] (II) fglrx(0): Manufacturer's mask: 0
[     5.620] (II) fglrx(0): Supported standard timings:
[     5.620] (II) fglrx(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     5.620] (II) fglrx(0): Supported detailed timing:
[     5.620] (II) fglrx(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
[     5.620] (II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[     5.620] (II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[     5.620] (II) fglrx(0): Ranges: V min: 58 V max: 63 Hz, H min: 28 H max: 83 kHz, PixClock max 145 MHz
[     5.620] (II) fglrx(0): Monitor name: 19LS4R
[     5.620] (II) fglrx(0): Monitor name: 
[     5.620] (II) fglrx(0): Supported detailed timing:
[     5.620] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.620] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     5.620] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     5.620] (II) fglrx(0): Supported detailed timing:
[     5.620] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.620] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     5.620] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     5.620] (II) fglrx(0): Supported detailed timing:
[     5.620] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.620] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     5.620] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     5.620] (II) fglrx(0): Supported detailed timing:
[     5.620] (II) fglrx(0): clock: 27.0 MHz   Image Size:  444 x 249 mm
[     5.620] (II) fglrx(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     5.620] (II) fglrx(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     5.620] (II) fglrx(0): Supported detailed timing:
[     5.620] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.620] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     5.620] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     5.620] (II) fglrx(0): Number of EDID sections to follow: 1
[     5.620] (II) fglrx(0): EDID (in hex):
[     5.620] (II) fglrx(0):     00ffffffffffff001e6d4e4b2c8c0500
[     5.620] (II) fglrx(0):     0412010380291a780a9bb6a4534b9d24
[     5.620] (II) fglrx(0):     144f5421080081800101010101010101
[     5.620] (II) fglrx(0):     0101010101019a29a0d0518422305098
[     5.620] (II) fglrx(0):     360098ff1000001c000000fd003a3f1c
[     5.620] (II) fglrx(0):     530e000a202020202020000000fc0031
[     5.620] (II) fglrx(0):     394c5334520a202020202020000000fc
[     5.620] (II) fglrx(0):     000a20202020202020202020202001af
[     5.620] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[     5.620] (II) fglrx(0): Using EDID range info for horizontal sync
[     5.620] (II) fglrx(0): Using EDID range info for vertical refresh
[     5.620] (II) fglrx(0): Printing DDC gathered Modelines:
[     5.620] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[     5.620] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[     5.620] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[     5.620] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     5.620] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     5.620] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     5.620] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[     5.620] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     5.620] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[     5.620] (II) fglrx(0): Printing probed modes for output DFP1
[     5.620] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[     5.620] (II) fglrx(0): Modeline "1920x1080"x60.0   74.25  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.620] (II) fglrx(0): Modeline "1920x1080"x50.0   74.25  1920 2448 2492 2640  1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1920x1080"x59.9   74.18  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1776x1000"x50.0   74.25  1776 2304 2348 2640  1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1776x1000"x59.9   74.18  1776 1864 1908 2200  1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1680x1050"x60.0   74.25  1680 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.620] (II) fglrx(0): Modeline "1680x1050"x50.0   74.25  1680 2448 2492 2640  1050 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1680x1050"x59.9   74.18  1680 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1400x1050"x60.0   74.25  1400 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.620] (II) fglrx(0): Modeline "1400x1050"x50.0   74.25  1400 2448 2492 2640  1050 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1400x1050"x59.9   74.18  1400 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1600x900"x50.0   74.25  1600 2304 2348 2640  900 1005 1015 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1600x900"x59.9   74.18  1600 1864 1908 2200  900 1005 1015 1125 interlace +hsync +vsync (33.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1360x1024"x60.0   74.25  1360 2008 2052 2200  1024 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.620] (II) fglrx(0): Modeline "1360x1024"x50.0   74.25  1360 2448 2492 2640  1024 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.620] (II) fglrx(0): Modeline "1360x1024"x59.9   74.18  1360 2008 2052 2200  1024 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1328 1440 1688  960 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x800"x60.0  108.00  1280 1328 1440 1688  800 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1328 1440 1688  768 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[     5.620] (II) fglrx(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     5.620] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     5.620] (II) fglrx(0): Modeline "1152x648"x50.0   74.25  1152 1592 1632 1980  648 653 658 750 +hsync +vsync (37.5 kHz)
[     5.620] (II) fglrx(0): Modeline "1152x648"x59.9   74.18  1152 1262 1302 1650  648 653 658 750 +hsync +vsync (45.0 kHz)
[     5.620] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     5.621] (II) fglrx(0): Modeline "720x576"x60.0  106.50  720 1520 1672 1904  576 903 909 934 -hsync +vsync (55.9 kHz)
[     5.621] (II) fglrx(0): Modeline "720x576"x50.0   27.00  720 1464 1590 1728  576 581 587 625 interlace -hsync -vsync (15.6 kHz)
[     5.621] (II) fglrx(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[     5.621] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 1478 1602 1716  480 489 495 525 interlace -hsync -vsync (15.8 kHz)
[     5.621] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     5.621] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 1478 1602 1716  480 489 495 525 interlace -hsync -vsync (15.7 kHz)
[     5.621] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     5.621] (II) fglrx(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     5.621] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     5.621] (II) fglrx(0): EDID for output DFP2
[     5.621] (II) fglrx(0): EDID for output CRT1
[     5.621] (II) fglrx(0): EDID for output CRT2
[     5.621] (II) fglrx(0): Output DFP1 connected
[     5.621] (II) fglrx(0): Output DFP2 disconnected
[     5.621] (II) fglrx(0): Output CRT1 disconnected
[     5.621] (II) fglrx(0): Output CRT2 disconnected
[     5.621] (II) fglrx(0): Using exact sizes for initial modes
[     5.621] (II) fglrx(0): Output DFP1 using initial mode 1440x900
[     5.621] (II) fglrx(0): Display dimensions: (410, 260) mm
[     5.621] (II) fglrx(0): DPI set to (89, 87)
[     5.621] (II) fglrx(0): Eyefinity capable adapter detected.
[     5.621] (II) fglrx(0): Adapter ATI Radeon HD 5450      has 3 configurable heads and 1 displays connected.
[     5.621] (==) fglrx(0):  PseudoColor visuals disabled
[     5.621] (II) Loading sub module "ramdac"
[     5.621] (II) LoadModule: "ramdac"
[     5.621] (II) Module "ramdac" already built-in
[     5.621] (==) fglrx(0): NoDRI = NO
[     5.621] (==) fglrx(0): Capabilities: 0x00000000
[     5.621] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     5.621] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     5.621] (==) fglrx(0): UseFastTLS=0
[     5.621] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[     5.621] (--) Depth 24 pixmap format is 32 bpp
[     5.621] (II) Loading extension ATIFGLRXDRI
[     5.621] (II) fglrx(0): doing swlDriScreenInit
[     5.621] (II) fglrx(0): swlDriScreenInit for fglrx driver
[     5.621] ukiDynamicMajor: found major device number 249
[     5.621] ukiDynamicMajor: found major device number 249
[     5.621] ukiDynamicMajor: found major device number 249
[     5.621] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.621] ukiOpenDevice: node name is /dev/ati/card0
[     5.621] ukiOpenDevice: open result is 16, (OK)
[     5.621] ukiOpenByBusid: ukiOpenMinor returns 16
[     5.621] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.621] (II) fglrx(0): [uki] DRM interface version 1.0
[     5.621] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[     5.621] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[     5.621] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f5fecc8a000
[     5.621] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[     5.621] (II) fglrx(0): [uki] added 1 reserved context for kernel
[     5.621] (II) fglrx(0): swlDriScreenInit done
[     5.621] (II) fglrx(0): Kernel Module Version Information:
[     5.621] (II) fglrx(0):     Name: fglrx
[     5.621] (II) fglrx(0):     Version: 13.10.10
[     5.621] (II) fglrx(0):     Date: May 23 2013
[     5.621] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[     5.621] (II) fglrx(0): Kernel Module version matches driver.
[     5.621] (II) fglrx(0): Kernel Module Build Time Information:
[     5.621] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.10-03111001-generic
[     5.621] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[     5.621] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[     5.621] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[     5.621] (II) fglrx(0): [uki] register handle = 0x00004000
[     5.623] (II) fglrx(0): DRI initialization successfull
[     5.625] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000
[     5.627] (==) fglrx(0): Backing store disabled
[     5.627] (II) Loading extension FGLRXEXTENSION
[     5.627] (**) fglrx(0): DPMS enabled
[     5.627] (II) fglrx(0): Initialized in-driver Xinerama extension
[     5.627] (**) fglrx(0): Textured Video is enabled.
[     5.627] (II) LoadModule: "glesx"
[     5.627] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/glesx.so
[     5.646] (II) Module glesx: vendor="X.Org Foundation"
[     5.646]     compiled for 1.4.99.906, module version = 1.0.0
[     5.646] (II) Loading extension GLESX
[     5.646] (II) fglrx(0): GLESX enableFlags = 592
[     5.647] (II) fglrx(0): GLESX is enabled
[     5.647] (II) LoadModule: "amdxmm"
[     5.647] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/amdxmm.so
[     5.650] (II) Module amdxmm: vendor="X.Org Foundation"
[     5.650]     compiled for 1.4.99.906, module version = 2.0.0
[     5.667] (II) Loading extension AMDXVOPL
[     5.667] (II) Loading extension AMDXVBA
[     5.669] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[     5.670] (II) fglrx(0): Enable composite support successfully
[     5.670] (WW) fglrx(0): Option "CustomEDID" is not used
[     5.670] (WW) fglrx(0): Option "IgnoreEDID" is not used
[     5.670] (WW) fglrx(0): Option "UseEDID" is not used
[     5.670] (WW) fglrx(0): Option "VendorName" is not used
[     5.670] (WW) fglrx(0): Option "ModelName" is not used
[     5.670] (II) fglrx(0): X context handle = 0x1
[     5.670] (II) fglrx(0): [DRI] installation complete
[     5.670] (==) fglrx(0): Silken mouse enabled
[     5.671] (==) fglrx(0): Using HW cursor of display infrastructure!
[     5.671] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[     5.705] (--) RandR disabled
[     5.705] (II) Initializing built-in extension Generic Event Extension
[     5.705] (II) Initializing built-in extension SHAPE
[     5.705] (II) Initializing built-in extension MIT-SHM
[     5.705] (II) Initializing built-in extension XInputExtension
[     5.705] (II) Initializing built-in extension XTEST
[     5.705] (II) Initializing built-in extension BIG-REQUESTS
[     5.705] (II) Initializing built-in extension SYNC
[     5.705] (II) Initializing built-in extension XKEYBOARD
[     5.705] (II) Initializing built-in extension XC-MISC
[     5.705] (II) Initializing built-in extension SECURITY
[     5.706] (II) Initializing built-in extension XINERAMA
[     5.706] (II) Initializing built-in extension XFIXES
[     5.706] (II) Initializing built-in extension RENDER
[     5.706] (II) Initializing built-in extension RANDR
[     5.706] (II) Initializing built-in extension COMPOSITE
[     5.706] (II) Initializing built-in extension DAMAGE
[     5.708] ukiDynamicMajor: found major device number 249
[     5.708] ukiDynamicMajor: found major device number 249
[     5.708] ukiDynamicMajor: found major device number 249
[     5.708] ukiOpenDevice: node name is /dev/ati/card0
[     5.708] ukiOpenDevice: open result is 17, (OK)
[     5.708] ukiGetBusid returned 'PCI:1:0:0'
[     5.708] ukiOpenDevice: node name is /dev/ati/card1
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card2
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card3
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card4
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card5
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card6
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card7
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card8
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card9
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.708] ukiOpenDevice: node name is /dev/ati/card10
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: open result is -1, (No such device)
[     5.708] ukiOpenDevice: Open failed
[     5.709] ukiOpenDevice: node name is /dev/ati/card11
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: Open failed
[     5.709] ukiOpenDevice: node name is /dev/ati/card12
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: Open failed
[     5.709] ukiOpenDevice: node name is /dev/ati/card13
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: Open failed
[     5.709] ukiOpenDevice: node name is /dev/ati/card14
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: Open failed
[     5.709] ukiOpenDevice: node name is /dev/ati/card15
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: open result is -1, (No such device)
[     5.709] ukiOpenDevice: Open failed
[     5.709] ukiDynamicMajor: found major device number 249
[     5.709] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.709] ukiOpenDevice: node name is /dev/ati/card0
[     5.709] ukiOpenDevice: open result is 17, (OK)
[     5.709] ukiOpenByBusid: ukiOpenMinor returns 17
[     5.709] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.734] ukiDynamicMajor: found major device number 249
[     5.734] ukiDynamicMajor: found major device number 249
[     5.734] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.734] ukiOpenDevice: node name is /dev/ati/card0
[     5.734] ukiOpenDevice: open result is 17, (OK)
[     5.734] ukiOpenByBusid: ukiOpenMinor returns 17
[     5.734] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.739] ukiDynamicMajor: found major device number 249
[     5.739] ukiDynamicMajor: found major device number 249
[     5.739] ukiDynamicMajor: found major device number 249
[     5.739] ukiOpenDevice: node name is /dev/ati/card0
[     5.739] ukiOpenDevice: open result is 18, (OK)
[     5.739] ukiGetBusid returned 'PCI:1:0:0'
[     5.739] ukiOpenDevice: node name is /dev/ati/card1
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: Open failed
[     5.739] ukiOpenDevice: node name is /dev/ati/card2
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: Open failed
[     5.739] ukiOpenDevice: node name is /dev/ati/card3
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: Open failed
[     5.739] ukiOpenDevice: node name is /dev/ati/card4
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.739] ukiOpenDevice: Open failed
[     5.739] ukiOpenDevice: node name is /dev/ati/card5
[     5.739] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card6
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card7
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card8
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card9
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card10
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card11
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card12
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card13
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card14
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiOpenDevice: node name is /dev/ati/card15
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: open result is -1, (No such device)
[     5.740] ukiOpenDevice: Open failed
[     5.740] ukiDynamicMajor: found major device number 249
[     5.740] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.740] ukiOpenDevice: node name is /dev/ati/card0
[     5.740] ukiOpenDevice: open result is 18, (OK)
[     5.740] ukiOpenByBusid: ukiOpenMinor returns 18
[     5.740] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.846] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[     5.846] (II) fglrx(0): OverDrive5 Detected!
[     5.853] (II) fglrx(0): Setting screen physical size to 381 x 238
[     5.864] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     5.867] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.867] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.867] (II) LoadModule: "evdev"
[     5.867] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.869] (II) Module evdev: vendor="X.Org Foundation"
[     5.869]     compiled for 1.11.3, module version = 2.7.0
[     5.869]     Module class: X.Org XInput Driver
[     5.869]     ABI class: X.Org XInput driver, version 16.0
[     5.869] (II) Using input driver 'evdev' for 'Power Button'
[     5.869] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.869] (**) Power Button: always reports core events
[     5.869] (**) evdev: Power Button: Device: "/dev/input/event1"
[     5.869] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.869] (--) evdev: Power Button: Found keys
[     5.869] (II) evdev: Power Button: Configuring as keyboard
[     5.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.869] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.869] (**) Option "xkb_rules" "evdev"
[     5.869] (**) Option "xkb_model" "pc105"
[     5.870] (**) Option "xkb_layout" "pl"
[     5.871] (II) XKB: reuse xkmfile /var/lib/xkb/server-61818C6B46DD4F01AE1F641F27B555591612208F.xkm
[     5.872] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.872] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.872] (II) Using input driver 'evdev' for 'Power Button'
[     5.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.872] (**) Power Button: always reports core events
[     5.872] (**) evdev: Power Button: Device: "/dev/input/event0"
[     5.872] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.872] (--) evdev: Power Button: Found keys
[     5.872] (II) evdev: Power Button: Configuring as keyboard
[     5.872] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[     5.872] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.872] (**) Option "xkb_rules" "evdev"
[     5.872] (**) Option "xkb_model" "pc105"
[     5.872] (**) Option "xkb_layout" "pl"
[     5.873] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[     5.873] (II) No input driver specified, ignoring this device.
[     5.873] (II) This device may have been added with another device file.
[     5.873] (II) config/udev: Adding input device Webcam C170 (/dev/input/event4)
[     5.873] (**) Webcam C170: Applying InputClass "evdev keyboard catchall"
[     5.873] (II) Using input driver 'evdev' for 'Webcam C170'
[     5.873] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.873] (**) Webcam C170: always reports core events
[     5.873] (**) evdev: Webcam C170: Device: "/dev/input/event4"
[     5.873] (--) evdev: Webcam C170: Vendor 0x46d Product 0x82b
[     5.873] (--) evdev: Webcam C170: Found keys
[     5.873] (II) evdev: Webcam C170: Configuring as keyboard
[     5.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.0/input/input4/event4"
[     5.873] (II) XINPUT: Adding extended input device "Webcam C170" (type: KEYBOARD, id 8)
[     5.873] (**) Option "xkb_rules" "evdev"
[     5.873] (**) Option "xkb_model" "pc105"
[     5.873] (**) Option "xkb_layout" "pl"
[     5.873] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     5.873] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     5.873] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     5.873] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.873] (**) Logitech USB Receiver: always reports core events
[     5.873] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     5.873] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[     5.873] (--) evdev: Logitech USB Receiver: Found keys
[     5.873] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     5.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.0/input/input2/event2"
[     5.873] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[     5.873] (**) Option "xkb_rules" "evdev"
[     5.873] (**) Option "xkb_model" "pc105"
[     5.873] (**) Option "xkb_layout" "pl"
[     5.874] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[     5.874] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     5.874] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     5.874] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     5.874] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.874] (**) Logitech USB Receiver: always reports core events
[     5.874] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
[     5.874] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[     5.874] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     5.874] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     5.874] (--) evdev: Logitech USB Receiver: Found relative axes
[     5.874] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     5.874] (--) evdev: Logitech USB Receiver: Found absolute axes
[     5.874] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     5.874] (--) evdev: Logitech USB Receiver: Found keys
[     5.874] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     5.874] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     5.874] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     5.874] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     5.874] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.874] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.1/input/input3/event3"
[     5.874] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
[     5.874] (**) Option "xkb_rules" "evdev"
[     5.874] (**) Option "xkb_model" "pc105"
[     5.874] (**) Option "xkb_layout" "pl"
[     5.874] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     5.874] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     5.874] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     5.874] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     5.874] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     5.874] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     5.875] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     5.875] (II) No input driver specified, ignoring this device.
[     5.875] (II) This device may have been added with another device file.
[     5.875] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event5)
[     5.875] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev pointer catchall"
[     5.875] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[     5.875] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[     5.875] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.875] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[     5.875] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event5"
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Found 9 mouse buttons
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Found scroll wheel(s)
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Found relative axes
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Found x and y relative axes
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Found absolute axes
[     5.875] (II) evdev: ROCCAT ROCCAT Kova[+]: Forcing absolute x/y axes to exist.
[     5.875] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[     5.875] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as mouse
[     5.875] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[     5.875] (II) evdev: ROCCAT ROCCAT Kova[+]: Adding scrollwheel support
[     5.875] (**) evdev: ROCCAT ROCCAT Kova[+]: YAxisMapping: buttons 4 and 5
[     5.875] (**) evdev: ROCCAT ROCCAT Kova[+]: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.875] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb4/4-5/4-5:1.0/input/input5/event5"
[     5.875] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 11)
[     5.875] (**) Option "xkb_rules" "evdev"
[     5.875] (**) Option "xkb_model" "pc105"
[     5.875] (**) Option "xkb_layout" "pl"
[     5.875] (II) evdev: ROCCAT ROCCAT Kova[+]: initialized for relative axes.
[     5.875] (WW) evdev: ROCCAT ROCCAT Kova[+]: ignoring absolute axes.
[     5.875] (**) ROCCAT ROCCAT Kova[+]: (accel) keeping acceleration scheme 1
[     5.875] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration profile 0
[     5.875] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration factor: 2.000
[     5.875] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration threshold: 4
[     5.876] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/mouse1)
[     5.876] (II) No input driver specified, ignoring this device.
[     5.876] (II) This device may have been added with another device file.
[     5.876] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event12)
[     5.876] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[     5.876] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[     5.876] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.876] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[     5.876] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event12"
[     5.876] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[     5.876] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[     5.876] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[     5.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb4/4-5/4-5:1.1/input/input12/event12"
[     5.876] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 12)
[     5.876] (**) Option "xkb_rules" "evdev"
[     5.876] (**) Option "xkb_model" "pc105"
[     5.876] (**) Option "xkb_layout" "pl"
[     5.876] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event10)
[     5.876] (II) No input driver specified, ignoring this device.
[     5.876] (II) This device may have been added with another device file.
[     5.877] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event6)
[     5.877] (II) No input driver specified, ignoring this device.
[     5.877] (II) This device may have been added with another device file.
[     5.877] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event7)
[     5.877] (II) No input driver specified, ignoring this device.
[     5.877] (II) This device may have been added with another device file.
[     5.877] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event8)
[     5.877] (II) No input driver specified, ignoring this device.
[     5.877] (II) This device may have been added with another device file.
[     5.877] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[     5.877] (II) No input driver specified, ignoring this device.
[     5.877] (II) This device may have been added with another device file.
[     5.904] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[     6.514] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[     6.514] (II) fglrx(0): Using hsync ranges from config file
[     6.514] (II) fglrx(0): Using vrefresh ranges from config file
[     6.514] (II) fglrx(0): Printing DDC gathered Modelines:
[     6.514] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[     6.514] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[     6.514] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[     6.514] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[     6.514] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[     6.514] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     6.514] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     6.514] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     6.514] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     6.514] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     6.514] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[     6.514] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[     6.514] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     6.514] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[     6.514] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    16.723] (II) fglrx(0): Hot-plug event occurs on device: 1:0:0 
[    19.224] (WW) fglrx(0): Incorrect HDMI dongle found, HDMI audio disabled.
[    19.242] (II) fglrx(0): Hot-plug event occurs on device: 1:0:0 
[    19.276] (II) fglrx(0): xdl_xs111_atiddxDisplayScreenEnableDisplays
[    20.701] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    20.701] (II) fglrx(0): Using hsync ranges from config file
[    20.701] (II) fglrx(0): Using vrefresh ranges from config file
[    20.701] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.701] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    20.701] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    20.701] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    20.701] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    20.701] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    20.701] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    20.701] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    20.701] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    20.701] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    20.701] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    20.701] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    20.701] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    20.701] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    20.701] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    20.701] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    27.071] (II) XKB: reuse xkmfile /var/lib/xkb/server-A08FD83AD8727839541EF8306FA3BE9378B423D0.xkm
[    27.171] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    27.171] (II) fglrx(0): Using hsync ranges from config file
[    27.171] (II) fglrx(0): Using vrefresh ranges from config file
[    27.171] (II) fglrx(0): Printing DDC gathered Modelines:
[    27.171] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    27.171] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    27.171] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    27.171] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    27.171] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    27.171] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    27.171] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.171] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.171] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    27.171] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.171] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    27.171] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    27.171] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    27.171] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    27.171] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    27.631] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    27.631] (II) fglrx(0): Using hsync ranges from config file
[    27.631] (II) fglrx(0): Using vrefresh ranges from config file
[    27.631] (II) fglrx(0): Printing DDC gathered Modelines:
[    27.631] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    27.631] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    27.631] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    27.631] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    27.631] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    27.631] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    27.631] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.631] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.631] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    27.631] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.631] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    27.631] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    27.631] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    27.631] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    27.631] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    27.917] (II) XKB: reuse xkmfile /var/lib/xkb/server-A08FD83AD8727839541EF8306FA3BE9378B423D0.xkm
[    36.938] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    36.938] (II) fglrx(0): Using hsync ranges from config file
[    36.938] (II) fglrx(0): Using vrefresh ranges from config file
[    36.938] (II) fglrx(0): Printing DDC gathered Modelines:
[    36.938] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    36.938] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    36.938] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    36.938] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    36.938] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    36.938] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    36.938] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    36.938] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    36.938] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    36.938] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    36.938] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    36.938] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    36.938] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    36.938] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    36.938] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    47.860] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    47.860] (II) fglrx(0): Using hsync ranges from config file
[    47.860] (II) fglrx(0): Using vrefresh ranges from config file
[    47.860] (II) fglrx(0): Printing DDC gathered Modelines:
[    47.860] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    47.860] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    47.860] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    47.860] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    47.860] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    47.860] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    47.860] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    47.860] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    47.860] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    47.860] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    47.860] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    47.860] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    47.860] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    47.860] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    47.860] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
Wrzuciłem EDID, dopisałem i zapisałem xorg.conf, wyłączyłem kompa, podłączyłem HDMI bezpośrednio i lipa.
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Usuń tę zmianę EDID z xorg.conf, podłącz monitor pod HDMI i zrestartuj i wrzuć ponownie log /var/log/Xorg.0.log. Lub jeżeli poprzednio (poprzednie uruchomienie) monitor był podłączony pod HDMI log /var/log/Xorg.0.log.old
spindelnspi
Posty: 12
Rejestracja: 11 marca 2014, 16:32

Post autor: spindelnspi »

Xorg.0.log

Kod: Zaznacz cały

[     3.572] 
X.Org X Server 1.11.3
Release Date: 2011-12-16
[     3.572] X Protocol Version 11, Revision 0
[     3.572] Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
[     3.572] Current Operating System: Linux tbs-MS-7792 3.11.10-03111001-generic #201312110635 SMP Wed Dec 11 11:35:43 UTC 2013 x86_64
[     3.572] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.10-03111001-generic root=UUID=9bd70dd3-e618-4b40-9bee-9d087b971201 ro quiet splash
[     3.572] Build Date: 16 October 2013  04:41:23PM
[     3.572] xorg-server 2:1.11.4-0ubuntu10.14 (For technical support please see http://www.ubuntu.com/support) 
[     3.572] Current version of pixman: 0.24.4
[     3.572]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     3.572] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.572] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 24 21:16:48 2014
[     3.575] (==) Using config file: "/etc/X11/xorg.conf"
[     3.575] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.576] (==) ServerLayout "aticonfig Layout"
[     3.576] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[     3.577] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[     3.578] (**) |   |-->Device "aticonfig-Device[0]-0"
[     3.578] (==) Automatically adding devices
[     3.578] (==) Automatically enabling devices
[     3.582] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.582]     Entry deleted from font path.
[     3.582] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     3.582]     Entry deleted from font path.
[     3.582] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     3.582]     Entry deleted from font path.
[     3.582] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     3.582]     Entry deleted from font path.
[     3.582] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     3.582]     Entry deleted from font path.
[     3.584] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[     3.584]     Entry deleted from font path.
[     3.584]     (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[     3.584] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[     3.584] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     3.584] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.584] (II) Loader magic: 0x7fabc0a23b00
[     3.584] (II) Module ABI versions:
[     3.584]     X.Org ANSI C Emulation: 0.4
[     3.584]     X.Org Video Driver: 11.0
[     3.584]     X.Org XInput driver : 16.0
[     3.584]     X.Org Server Extension : 6.0
[     3.585] (--) PCI:*(0:1:0:0) 1002:68f9:1043:0471 rev 0, Mem @ 0xc0000000/268435456, 0xfea20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[     3.585] (II) Open ACPI successful (/var/run/acpid.socket)
[     3.585] (II) "extmod" will be loaded by default.
[     3.585] (II) "dbe" will be loaded by default.
[     3.585] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     3.585] (II) "record" will be loaded by default.
[     3.585] (II) "dri" will be loaded by default.
[     3.585] (II) "dri2" will be loaded by default.
[     3.585] (II) LoadModule: "glx"
[     3.588] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so
[     3.593] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     3.594]     compiled for 6.9.0, module version = 1.0.0
[     3.594] (II) Loading extension GLX
[     3.594] (II) LoadModule: "extmod"
[     3.595] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     3.597] (II) Module extmod: vendor="X.Org Foundation"
[     3.597]     compiled for 1.11.3, module version = 1.0.0
[     3.597]     Module class: X.Org Server Extension
[     3.597]     ABI class: X.Org Server Extension, version 6.0
[     3.597] (II) Loading extension MIT-SCREEN-SAVER
[     3.597] (II) Loading extension XFree86-VidModeExtension
[     3.597] (II) Loading extension XFree86-DGA
[     3.597] (II) Loading extension DPMS
[     3.598] (II) Loading extension XVideo
[     3.598] (II) Loading extension XVideo-MotionCompensation
[     3.598] (II) Loading extension X-Resource
[     3.598] (II) LoadModule: "dbe"
[     3.598] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     3.599] (II) Module dbe: vendor="X.Org Foundation"
[     3.599]     compiled for 1.11.3, module version = 1.0.0
[     3.599]     Module class: X.Org Server Extension
[     3.599]     ABI class: X.Org Server Extension, version 6.0
[     3.599] (II) Loading extension DOUBLE-BUFFER
[     3.599] (II) LoadModule: "record"
[     3.599] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     3.600] (II) Module record: vendor="X.Org Foundation"
[     3.600]     compiled for 1.11.3, module version = 1.13.0
[     3.600]     Module class: X.Org Server Extension
[     3.600]     ABI class: X.Org Server Extension, version 6.0
[     3.600] (II) Loading extension RECORD
[     3.600] (II) LoadModule: "dri"
[     3.600] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     3.603] (II) Module dri: vendor="X.Org Foundation"
[     3.603]     compiled for 1.11.3, module version = 1.0.0
[     3.603]     ABI class: X.Org Server Extension, version 6.0
[     3.603] (II) Loading extension XFree86-DRI
[     3.603] (II) LoadModule: "dri2"
[     3.604] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     3.604] (II) Module dri2: vendor="X.Org Foundation"
[     3.605]     compiled for 1.11.3, module version = 1.2.0
[     3.605]     ABI class: X.Org Server Extension, version 6.0
[     3.605] (II) Loading extension DRI2
[     3.605] (II) LoadModule: "fglrx"
[     3.605] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[     3.663] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[     3.663]     compiled for 1.4.99.906, module version = 13.10.10
[     3.663]     Module class: X.Org Video Driver
[     3.663] (II) Loading sub module "fglrxdrm"
[     3.663] (II) LoadModule: "fglrxdrm"
[     3.663] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.667] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     3.667]     compiled for 1.4.99.906, module version = 13.10.10
[     3.667] (II) AMD Proprietary Linux Driver Version Identifier:13.10.10
[     3.667] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.101                   
[     3.667] (II) AMD Proprietary Linux Driver Build Date: May 23 2013 15:49:35
[     3.667] (++) using VT number 7

[     3.668] (WW) Falling back to old probe method for fglrx
[     3.681] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[     3.684] ukiDynamicMajor: found major device number 249
[     3.684] ukiDynamicMajor: found major device number 249
[     3.684] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     3.684] ukiOpenDevice: node name is /dev/ati/card0
[     3.684] ukiOpenDevice: open result is 8, (OK)
[     3.755] ukiOpenByBusid: ukiOpenMinor returns 8
[     3.755] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     3.761] (--) Chipset Supported AMD Graphics Processor (0x68F9) found
[     3.762] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[     3.763] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[     3.763] (II) AMD Video driver is signed
[     3.764] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[     3.764] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.764] (II) fglrx(0): pEnt->device->identifier=0x7fabc2662ec0
[     3.764] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[     3.764] (II) Loading sub module "vgahw"
[     3.764] (II) LoadModule: "vgahw"
[     3.765] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     3.766] (II) Module vgahw: vendor="X.Org Foundation"
[     3.766]     compiled for 1.11.3, module version = 0.1.0
[     3.766]     ABI class: X.Org Video Driver, version 11.0
[     3.766] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     3.766] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     3.766] (==) fglrx(0): Default visual is TrueColor
[     3.766] (**) fglrx(0): Option "DPMS" "true"
[     3.766] (==) fglrx(0): RGB weight 888
[     3.766] (II) fglrx(0): Using 8 bits per RGB 
[     3.766] (==) fglrx(0): Buffer Tiling is ON
[     3.767] (II) Loading sub module "fglrxdrm"
[     3.767] (II) LoadModule: "fglrxdrm"
[     3.767] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.767] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[     3.767]     compiled for 1.4.99.906, module version = 13.10.10
[     3.769] ukiDynamicMajor: found major device number 249
[     3.769] ukiDynamicMajor: found major device number 249
[     3.769] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     3.769] ukiOpenDevice: node name is /dev/ati/card0
[     3.769] ukiOpenDevice: open result is 11, (OK)
[     3.769] ukiOpenByBusid: ukiOpenMinor returns 11
[     3.769] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     3.770] (**) fglrx(0): NoAccel = NO
[     3.770] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[     3.770] (--) fglrx(0): Chipset: "ATI Radeon HD 5450     " (Chipset = 0x68f9)
[     3.770] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x0471)
[     3.770] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[     3.770] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[     3.770] (--) fglrx(0): MMIO registers at 0xfea20000
[     3.770] (--) fglrx(0): I/O port at 0x0000e000
[     3.770] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     3.772] (II) fglrx(0): AC Adapter is used
[     3.777] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     3.906] (II) Loading sub module "vbe"
[     3.906] (II) LoadModule: "vbe"
[     4.107] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     4.325] (II) Module vbe: vendor="X.Org Foundation"
[     4.325]     compiled for 1.11.3, module version = 1.1.0
[     4.325]     ABI class: X.Org Video Driver, version 11.0
[     4.325] (II) fglrx(0): VESA BIOS detected
[     4.325] (II) fglrx(0): VESA VBE Version 3.0
[     4.325] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     4.325] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[     4.325] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[     4.325] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[     4.325] (II) fglrx(0): VESA VBE OEM Product: CEDAR
[     4.325] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     4.325] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[     4.325] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[     4.325] (II) fglrx(0): PCIE card detected
[     4.325] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     4.325] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     4.325] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[     4.325] (II) fglrx(0): RandR 1.2 support is enabled!
[     4.325] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     4.325] (==) fglrx(0): Center Mode is disabled 
[     4.326] (II) Loading sub module "fb"
[     4.326] (II) LoadModule: "fb"
[     4.326] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.057] (II) Module fb: vendor="X.Org Foundation"
[     5.057]     compiled for 1.11.3, module version = 1.0.0
[     5.057]     ABI class: X.Org ANSI C Emulation, version 0.4
[     5.057] (II) Loading sub module "ddc"
[     5.057] (II) LoadModule: "ddc"
[     5.057] (II) Module "ddc" already built-in
[     5.435] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[     5.435] (II) fglrx(0): Output DFP2 has no monitor section
[     5.435] (II) fglrx(0): Output CRT1 has no monitor section
[     5.435] (II) fglrx(0): Output CRT2 has no monitor section
[     5.435] (II) Loading sub module "ddc"
[     5.435] (II) LoadModule: "ddc"
[     5.435] (II) Module "ddc" already built-in
[     5.435] (II) fglrx(0): Connected Display0: DFP2
[     5.435] (II) fglrx(0):  Display0: Failed to get EDID information. 
[     5.436] (II) fglrx(0): EDID for output DFP1
[     5.436] (II) fglrx(0): EDID for output DFP2
[     5.436] (II) fglrx(0): Manufacturer: GSM  Model: 4b4e  Serial#: 363564
[     5.436] (II) fglrx(0): Year: 2008  Week: 4
[     5.436] (II) fglrx(0): EDID Version: 1.3
[     5.436] (II) fglrx(0): Digital Display Input
[     5.436] (II) fglrx(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[     5.436] (II) fglrx(0): Gamma: 2.20
[     5.436] (II) fglrx(0): No DPMS capabilities specified
[     5.436] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     5.436] (II) fglrx(0): First detailed timing is preferred mode
[     5.436] (II) fglrx(0): redX: 0.643 redY: 0.325   greenX: 0.295 greenY: 0.616
[     5.436] (II) fglrx(0): blueX: 0.143 blueY: 0.081   whiteX: 0.310 whiteY: 0.330
[     5.436] (II) fglrx(0): Supported established timings:
[     5.436] (II) fglrx(0): 640x480@60Hz
[     5.436] (II) fglrx(0): 800x600@60Hz
[     5.436] (II) fglrx(0): 1024x768@60Hz
[     5.436] (II) fglrx(0): Manufacturer's mask: 0
[     5.436] (II) fglrx(0): Supported standard timings:
[     5.436] (II) fglrx(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     5.436] (II) fglrx(0): Supported detailed timing:
[     5.436] (II) fglrx(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
[     5.436] (II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[     5.436] (II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[     5.436] (II) fglrx(0): Ranges: V min: 58 V max: 63 Hz, H min: 28 H max: 83 kHz, PixClock max 145 MHz
[     5.436] (II) fglrx(0): Monitor name: 19LS4R
[     5.436] (II) fglrx(0): Monitor name: 
[     5.436] (II) fglrx(0): Supported detailed timing:
[     5.436] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.436] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     5.436] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     5.436] (II) fglrx(0): Supported detailed timing:
[     5.436] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.436] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     5.436] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     5.436] (II) fglrx(0): Supported detailed timing:
[     5.436] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.436] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     5.436] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     5.436] (II) fglrx(0): Supported detailed timing:
[     5.436] (II) fglrx(0): clock: 27.0 MHz   Image Size:  444 x 249 mm
[     5.436] (II) fglrx(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     5.436] (II) fglrx(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     5.436] (II) fglrx(0): Supported detailed timing:
[     5.436] (II) fglrx(0): clock: 74.2 MHz   Image Size:  444 x 249 mm
[     5.436] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     5.436] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     5.436] (II) fglrx(0): Number of EDID sections to follow: 1
[     5.436] (II) fglrx(0): EDID (in hex):
[     5.436] (II) fglrx(0):     00ffffffffffff001e6d4e4b2c8c0500
[     5.436] (II) fglrx(0):     0412010380291a780a9bb6a4534b9d24
[     5.436] (II) fglrx(0):     144f5421080081800101010101010101
[     5.436] (II) fglrx(0):     0101010101019a29a0d0518422305098
[     5.436] (II) fglrx(0):     360098ff1000001c000000fd003a3f1c
[     5.436] (II) fglrx(0):     530e000a202020202020000000fc0031
[     5.436] (II) fglrx(0):     394c5334520a202020202020000000fc
[     5.436] (II) fglrx(0):     000a20202020202020202020202001af
[     5.436] (II) fglrx(0): Printing probed modes for output DFP2
[     5.437] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[     5.437] (II) fglrx(0): Modeline "1920x1080"x60.0   74.25  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.437] (II) fglrx(0): Modeline "1920x1080"x50.0   74.25  1920 2448 2492 2640  1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.437] (II) fglrx(0): Modeline "1920x1080"x59.9   74.18  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.437] (II) fglrx(0): Modeline "1776x1000"x50.0   74.25  1776 2304 2348 2640  1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz)
[     5.437] (II) fglrx(0): Modeline "1776x1000"x59.9   74.18  1776 1864 1908 2200  1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz)
[     5.437] (II) fglrx(0): Modeline "1680x1050"x60.0   74.25  1680 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.437] (II) fglrx(0): Modeline "1680x1050"x50.0   74.25  1680 2448 2492 2640  1050 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.437] (II) fglrx(0): Modeline "1680x1050"x59.9   74.18  1680 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.437] (II) fglrx(0): Modeline "1400x1050"x60.0   74.25  1400 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.437] (II) fglrx(0): Modeline "1400x1050"x50.0   74.25  1400 2448 2492 2640  1050 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.437] (II) fglrx(0): Modeline "1400x1050"x59.9   74.18  1400 2008 2052 2200  1050 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.437] (II) fglrx(0): Modeline "1600x900"x50.0   74.25  1600 2304 2348 2640  900 1005 1015 1125 interlace +hsync +vsync (28.1 kHz)
[     5.437] (II) fglrx(0): Modeline "1600x900"x59.9   74.18  1600 1864 1908 2200  900 1005 1015 1125 interlace +hsync +vsync (33.7 kHz)
[     5.437] (II) fglrx(0): Modeline "1360x1024"x60.0   74.25  1360 2008 2052 2200  1024 1085 1095 1125 interlace +hsync +vsync (33.8 kHz)
[     5.437] (II) fglrx(0): Modeline "1360x1024"x50.0   74.25  1360 2448 2492 2640  1024 1085 1095 1125 interlace +hsync +vsync (28.1 kHz)
[     5.437] (II) fglrx(0): Modeline "1360x1024"x59.9   74.18  1360 2008 2052 2200  1024 1085 1095 1125 interlace +hsync +vsync (33.7 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1328 1440 1688  960 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x800"x60.0  108.00  1280 1328 1440 1688  800 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1328 1440 1688  768 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[     5.437] (II) fglrx(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     5.437] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     5.437] (II) fglrx(0): Modeline "1152x648"x50.0   74.25  1152 1592 1632 1980  648 653 658 750 +hsync +vsync (37.5 kHz)
[     5.437] (II) fglrx(0): Modeline "1152x648"x59.9   74.18  1152 1262 1302 1650  648 653 658 750 +hsync +vsync (45.0 kHz)
[     5.437] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     5.437] (II) fglrx(0): Modeline "720x576"x60.0  106.50  720 1520 1672 1904  576 903 909 934 -hsync +vsync (55.9 kHz)
[     5.437] (II) fglrx(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[     5.437] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     5.437] (II) fglrx(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     5.437] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     5.437] (II) fglrx(0): EDID for output CRT1
[     5.437] (II) fglrx(0): EDID for output CRT2
[     5.437] (II) fglrx(0): Output DFP1 disconnected
[     5.437] (II) fglrx(0): Output DFP2 connected
[     5.437] (II) fglrx(0): Output CRT1 disconnected
[     5.437] (II) fglrx(0): Output CRT2 disconnected
[     5.437] (II) fglrx(0): Using exact sizes for initial modes
[     5.437] (II) fglrx(0): Output DFP2 using initial mode 1440x900
[     5.437] (II) fglrx(0): DPI set to (96, 96)
[     5.437] (II) fglrx(0): Eyefinity capable adapter detected.
[     5.437] (II) fglrx(0): Adapter ATI Radeon HD 5450      has 3 configurable heads and 1 displays connected.
[     5.437] (==) fglrx(0):  PseudoColor visuals disabled
[     5.437] (II) Loading sub module "ramdac"
[     5.437] (II) LoadModule: "ramdac"
[     5.437] (II) Module "ramdac" already built-in
[     5.437] (==) fglrx(0): NoDRI = NO
[     5.437] (==) fglrx(0): Capabilities: 0x00000000
[     5.437] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     5.437] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     5.437] (==) fglrx(0): UseFastTLS=0
[     5.437] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[     5.437] (--) Depth 24 pixmap format is 32 bpp
[     5.437] (II) Loading extension ATIFGLRXDRI
[     5.437] (II) fglrx(0): doing swlDriScreenInit
[     5.437] (II) fglrx(0): swlDriScreenInit for fglrx driver
[     5.437] ukiDynamicMajor: found major device number 249
[     5.437] ukiDynamicMajor: found major device number 249
[     5.437] ukiDynamicMajor: found major device number 249
[     5.437] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.437] ukiOpenDevice: node name is /dev/ati/card0
[     5.437] ukiOpenDevice: open result is 16, (OK)
[     5.437] ukiOpenByBusid: ukiOpenMinor returns 16
[     5.437] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.437] (II) fglrx(0): [uki] DRM interface version 1.0
[     5.437] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[     5.437] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[     5.437] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fabc061a000
[     5.437] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[     5.437] (II) fglrx(0): [uki] added 1 reserved context for kernel
[     5.437] (II) fglrx(0): swlDriScreenInit done
[     5.437] (II) fglrx(0): Kernel Module Version Information:
[     5.437] (II) fglrx(0):     Name: fglrx
[     5.437] (II) fglrx(0):     Version: 13.10.10
[     5.437] (II) fglrx(0):     Date: May 23 2013
[     5.437] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[     5.437] (II) fglrx(0): Kernel Module version matches driver.
[     5.437] (II) fglrx(0): Kernel Module Build Time Information:
[     5.437] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.10-03111001-generic
[     5.437] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[     5.437] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[     5.437] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[     5.438] (II) fglrx(0): [uki] register handle = 0x00004000
[     5.440] (II) fglrx(0): DRI initialization successfull
[     5.441] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000
[     5.443] (==) fglrx(0): Backing store disabled
[     5.443] (II) Loading extension FGLRXEXTENSION
[     5.443] (**) fglrx(0): DPMS enabled
[     5.443] (II) fglrx(0): Initialized in-driver Xinerama extension
[     5.443] (**) fglrx(0): Textured Video is enabled.
[     5.444] (II) LoadModule: "glesx"
[     5.444] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/glesx.so
[     5.462] (II) Module glesx: vendor="X.Org Foundation"
[     5.462]     compiled for 1.4.99.906, module version = 1.0.0
[     5.462] (II) Loading extension GLESX
[     5.462] (II) fglrx(0): GLESX enableFlags = 592
[     5.463] (II) fglrx(0): GLESX is enabled
[     5.463] (II) LoadModule: "amdxmm"
[     5.463] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/amdxmm.so
[     5.466] (II) Module amdxmm: vendor="X.Org Foundation"
[     5.466]     compiled for 1.4.99.906, module version = 2.0.0
[     5.485] (II) Loading extension AMDXVOPL
[     5.485] (II) Loading extension AMDXVBA
[     5.487] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[     5.488] (II) fglrx(0): Enable composite support successfully
[     5.488] (WW) fglrx(0): Option "VendorName" is not used
[     5.488] (WW) fglrx(0): Option "ModelName" is not used
[     5.488] (II) fglrx(0): X context handle = 0x1
[     5.488] (II) fglrx(0): [DRI] installation complete
[     5.488] (==) fglrx(0): Silken mouse enabled
[     5.489] (==) fglrx(0): Using HW cursor of display infrastructure!
[     5.489] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[     5.529] (--) RandR disabled
[     5.529] (II) Initializing built-in extension Generic Event Extension
[     5.529] (II) Initializing built-in extension SHAPE
[     5.529] (II) Initializing built-in extension MIT-SHM
[     5.529] (II) Initializing built-in extension XInputExtension
[     5.529] (II) Initializing built-in extension XTEST
[     5.529] (II) Initializing built-in extension BIG-REQUESTS
[     5.529] (II) Initializing built-in extension SYNC
[     5.529] (II) Initializing built-in extension XKEYBOARD
[     5.529] (II) Initializing built-in extension XC-MISC
[     5.529] (II) Initializing built-in extension SECURITY
[     5.529] (II) Initializing built-in extension XINERAMA
[     5.529] (II) Initializing built-in extension XFIXES
[     5.529] (II) Initializing built-in extension RENDER
[     5.529] (II) Initializing built-in extension RANDR
[     5.529] (II) Initializing built-in extension COMPOSITE
[     5.529] (II) Initializing built-in extension DAMAGE
[     5.531] ukiDynamicMajor: found major device number 249
[     5.531] ukiDynamicMajor: found major device number 249
[     5.531] ukiDynamicMajor: found major device number 249
[     5.531] ukiOpenDevice: node name is /dev/ati/card0
[     5.531] ukiOpenDevice: open result is 17, (OK)
[     5.531] ukiGetBusid returned 'PCI:1:0:0'
[     5.531] ukiOpenDevice: node name is /dev/ati/card1
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: Open failed
[     5.531] ukiOpenDevice: node name is /dev/ati/card2
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: Open failed
[     5.531] ukiOpenDevice: node name is /dev/ati/card3
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: Open failed
[     5.531] ukiOpenDevice: node name is /dev/ati/card4
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: Open failed
[     5.531] ukiOpenDevice: node name is /dev/ati/card5
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: open result is -1, (No such device)
[     5.531] ukiOpenDevice: Open failed
[     5.531] ukiOpenDevice: node name is /dev/ati/card6
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card7
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card8
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card9
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card10
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card11
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card12
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card13
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card14
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiOpenDevice: node name is /dev/ati/card15
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: open result is -1, (No such device)
[     5.532] ukiOpenDevice: Open failed
[     5.532] ukiDynamicMajor: found major device number 249
[     5.532] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.532] ukiOpenDevice: node name is /dev/ati/card0
[     5.532] ukiOpenDevice: open result is 17, (OK)
[     5.532] ukiOpenByBusid: ukiOpenMinor returns 17
[     5.532] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.558] ukiDynamicMajor: found major device number 249
[     5.558] ukiDynamicMajor: found major device number 249
[     5.558] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.558] ukiOpenDevice: node name is /dev/ati/card0
[     5.558] ukiOpenDevice: open result is 17, (OK)
[     5.558] ukiOpenByBusid: ukiOpenMinor returns 17
[     5.558] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.563] ukiDynamicMajor: found major device number 249
[     5.563] ukiDynamicMajor: found major device number 249
[     5.563] ukiDynamicMajor: found major device number 249
[     5.563] ukiOpenDevice: node name is /dev/ati/card0
[     5.563] ukiOpenDevice: open result is 18, (OK)
[     5.563] ukiGetBusid returned 'PCI:1:0:0'
[     5.563] ukiOpenDevice: node name is /dev/ati/card1
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: Open failed
[     5.563] ukiOpenDevice: node name is /dev/ati/card2
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: Open failed
[     5.563] ukiOpenDevice: node name is /dev/ati/card3
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: Open failed
[     5.563] ukiOpenDevice: node name is /dev/ati/card4
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: Open failed
[     5.563] ukiOpenDevice: node name is /dev/ati/card5
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: Open failed
[     5.563] ukiOpenDevice: node name is /dev/ati/card6
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: Open failed
[     5.563] ukiOpenDevice: node name is /dev/ati/card7
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.563] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card8
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card9
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card10
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card11
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card12
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card13
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card14
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiOpenDevice: node name is /dev/ati/card15
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: open result is -1, (No such device)
[     5.564] ukiOpenDevice: Open failed
[     5.564] ukiDynamicMajor: found major device number 249
[     5.564] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[     5.564] ukiOpenDevice: node name is /dev/ati/card0
[     5.564] ukiOpenDevice: open result is 18, (OK)
[     5.564] ukiOpenByBusid: ukiOpenMinor returns 18
[     5.564] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[     5.670] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[     5.671] (II) fglrx(0): OverDrive5 Detected!
[     5.678] (II) fglrx(0): Setting screen physical size to 381 x 238
[     5.689] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     5.691] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.691] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.691] (II) LoadModule: "evdev"
[     5.692] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.694] (II) Module evdev: vendor="X.Org Foundation"
[     5.694]     compiled for 1.11.3, module version = 2.7.0
[     5.694]     Module class: X.Org XInput Driver
[     5.694]     ABI class: X.Org XInput driver, version 16.0
[     5.694] (II) Using input driver 'evdev' for 'Power Button'
[     5.694] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.694] (**) Power Button: always reports core events
[     5.694] (**) evdev: Power Button: Device: "/dev/input/event1"
[     5.694] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.694] (--) evdev: Power Button: Found keys
[     5.694] (II) evdev: Power Button: Configuring as keyboard
[     5.694] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.694] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.694] (**) Option "xkb_rules" "evdev"
[     5.694] (**) Option "xkb_model" "pc105"
[     5.694] (**) Option "xkb_layout" "pl"
[     5.696] (II) XKB: reuse xkmfile /var/lib/xkb/server-61818C6B46DD4F01AE1F641F27B555591612208F.xkm
[     5.697] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.697] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.697] (II) Using input driver 'evdev' for 'Power Button'
[     5.697] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.697] (**) Power Button: always reports core events
[     5.697] (**) evdev: Power Button: Device: "/dev/input/event0"
[     5.697] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.697] (--) evdev: Power Button: Found keys
[     5.697] (II) evdev: Power Button: Configuring as keyboard
[     5.697] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[     5.697] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.697] (**) Option "xkb_rules" "evdev"
[     5.697] (**) Option "xkb_model" "pc105"
[     5.697] (**) Option "xkb_layout" "pl"
[     5.697] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[     5.697] (II) No input driver specified, ignoring this device.
[     5.697] (II) This device may have been added with another device file.
[     5.698] (II) config/udev: Adding input device Webcam C170 (/dev/input/event5)
[     5.698] (**) Webcam C170: Applying InputClass "evdev keyboard catchall"
[     5.698] (II) Using input driver 'evdev' for 'Webcam C170'
[     5.698] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.698] (**) Webcam C170: always reports core events
[     5.698] (**) evdev: Webcam C170: Device: "/dev/input/event5"
[     5.698] (--) evdev: Webcam C170: Vendor 0x46d Product 0x82b
[     5.698] (--) evdev: Webcam C170: Found keys
[     5.698] (II) evdev: Webcam C170: Configuring as keyboard
[     5.698] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.0/input/input5/event5"
[     5.698] (II) XINPUT: Adding extended input device "Webcam C170" (type: KEYBOARD, id 8)
[     5.698] (**) Option "xkb_rules" "evdev"
[     5.698] (**) Option "xkb_model" "pc105"
[     5.698] (**) Option "xkb_layout" "pl"
[     5.698] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     5.698] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     5.698] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     5.698] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.698] (**) Logitech USB Receiver: always reports core events
[     5.698] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     5.698] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[     5.698] (--) evdev: Logitech USB Receiver: Found keys
[     5.698] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     5.698] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.0/input/input2/event2"
[     5.698] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[     5.698] (**) Option "xkb_rules" "evdev"
[     5.698] (**) Option "xkb_model" "pc105"
[     5.698] (**) Option "xkb_layout" "pl"
[     5.699] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[     5.699] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     5.699] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     5.699] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     5.699] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.699] (**) Logitech USB Receiver: always reports core events
[     5.699] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
[     5.699] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[     5.699] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     5.699] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     5.699] (--) evdev: Logitech USB Receiver: Found relative axes
[     5.699] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     5.699] (--) evdev: Logitech USB Receiver: Found absolute axes
[     5.699] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     5.699] (--) evdev: Logitech USB Receiver: Found keys
[     5.699] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     5.699] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     5.699] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     5.699] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     5.699] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.699] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-5/3-5:1.1/input/input3/event3"
[     5.699] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
[     5.699] (**) Option "xkb_rules" "evdev"
[     5.699] (**) Option "xkb_model" "pc105"
[     5.699] (**) Option "xkb_layout" "pl"
[     5.699] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     5.699] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     5.699] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     5.699] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     5.699] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     5.699] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     5.700] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     5.700] (II) No input driver specified, ignoring this device.
[     5.700] (II) This device may have been added with another device file.
[     5.700] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event4)
[     5.700] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev pointer catchall"
[     5.700] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[     5.700] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[     5.700] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.700] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[     5.700] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event4"
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Found 9 mouse buttons
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Found scroll wheel(s)
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Found relative axes
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Found x and y relative axes
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Found absolute axes
[     5.700] (II) evdev: ROCCAT ROCCAT Kova[+]: Forcing absolute x/y axes to exist.
[     5.700] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[     5.700] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as mouse
[     5.700] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[     5.700] (II) evdev: ROCCAT ROCCAT Kova[+]: Adding scrollwheel support
[     5.700] (**) evdev: ROCCAT ROCCAT Kova[+]: YAxisMapping: buttons 4 and 5
[     5.700] (**) evdev: ROCCAT ROCCAT Kova[+]: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb4/4-5/4-5:1.0/input/input4/event4"
[     5.700] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 11)
[     5.700] (**) Option "xkb_rules" "evdev"
[     5.700] (**) Option "xkb_model" "pc105"
[     5.700] (**) Option "xkb_layout" "pl"
[     5.700] (II) evdev: ROCCAT ROCCAT Kova[+]: initialized for relative axes.
[     5.700] (WW) evdev: ROCCAT ROCCAT Kova[+]: ignoring absolute axes.
[     5.700] (**) ROCCAT ROCCAT Kova[+]: (accel) keeping acceleration scheme 1
[     5.700] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration profile 0
[     5.700] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration factor: 2.000
[     5.700] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration threshold: 4
[     5.701] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/mouse1)
[     5.701] (II) No input driver specified, ignoring this device.
[     5.701] (II) This device may have been added with another device file.
[     5.701] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event12)
[     5.701] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[     5.701] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[     5.701] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.701] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[     5.701] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event12"
[     5.701] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[     5.701] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[     5.701] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[     5.701] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb4/4-5/4-5:1.1/input/input12/event12"
[     5.701] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 12)
[     5.701] (**) Option "xkb_rules" "evdev"
[     5.701] (**) Option "xkb_model" "pc105"
[     5.701] (**) Option "xkb_layout" "pl"
[     5.701] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event10)
[     5.701] (II) No input driver specified, ignoring this device.
[     5.701] (II) This device may have been added with another device file.
[     5.701] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event6)
[     5.701] (II) No input driver specified, ignoring this device.
[     5.701] (II) This device may have been added with another device file.
[     5.702] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event7)
[     5.702] (II) No input driver specified, ignoring this device.
[     5.702] (II) This device may have been added with another device file.
[     5.702] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event8)
[     5.702] (II) No input driver specified, ignoring this device.
[     5.702] (II) This device may have been added with another device file.
[     5.702] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[     5.702] (II) No input driver specified, ignoring this device.
[     5.702] (II) This device may have been added with another device file.
[     5.728] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[     6.337] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[     6.337] (II) fglrx(0): Using EDID range info for horizontal sync
[     6.337] (II) fglrx(0): Using EDID range info for vertical refresh
[     6.337] (II) fglrx(0): Printing DDC gathered Modelines:
[     6.337] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[     6.337] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[     6.337] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[     6.337] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[     6.337] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[     6.337] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     6.337] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     6.337] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     6.337] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     6.337] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     6.337] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[     6.337] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[     6.337] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     6.337] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[     6.337] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    13.269] (II) XKB: reuse xkmfile /var/lib/xkb/server-A08FD83AD8727839541EF8306FA3BE9378B423D0.xkm
[    13.370] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    13.370] (II) fglrx(0): Using hsync ranges from config file
[    13.370] (II) fglrx(0): Using vrefresh ranges from config file
[    13.370] (II) fglrx(0): Printing DDC gathered Modelines:
[    13.370] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    13.370] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    13.370] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    13.370] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    13.370] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    13.370] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    13.370] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    13.370] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    13.370] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    13.370] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    13.370] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    13.370] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    13.370] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    13.370] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    13.370] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    14.107] (II) XKB: reuse xkmfile /var/lib/xkb/server-A08FD83AD8727839541EF8306FA3BE9378B423D0.xkm
[    20.003] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    20.003] (II) fglrx(0): Using hsync ranges from config file
[    20.003] (II) fglrx(0): Using vrefresh ranges from config file
[    20.003] (II) fglrx(0): Printing DDC gathered Modelines:
[    20.003] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    20.003] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    20.003] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    20.004] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    20.004] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    20.004] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    20.004] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    20.004] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    20.004] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    20.004] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    20.004] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    20.004] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    20.004] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    20.004] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    20.004] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
[    34.819] (II) fglrx(0): EDID vendor "GSM", prod id 19278
[    34.820] (II) fglrx(0): Using hsync ranges from config file
[    34.820] (II) fglrx(0): Using vrefresh ranges from config file
[    34.820] (II) fglrx(0): Printing DDC gathered Modelines:
[    34.820] (II) fglrx(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    34.820] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
[    34.820] (II) fglrx(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
[    34.820] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    34.820] (II) fglrx(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    34.820] (II) fglrx(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    34.820] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    34.820] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    34.820] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    34.820] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    34.820] (II) fglrx(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[    34.820] (II) fglrx(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[    34.820] (II) fglrx(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    34.820] (II) fglrx(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
[    34.820] (II) fglrx(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

To było podłączone pod HDMI?
Zrobimy inaczej, wyłącz korzystanie z EDID, wstaw w sekcji device:

Kod: Zaznacz cały

Option         "IgnoreEDID" "true"
Option         "UseEDID" "false"
A do sekcji monitor dodaj taki wpis:

Kod: Zaznacz cały

Modeline "1440x900x60.0" 106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync
I zobacz co będzie.
ODPOWIEDZ