You are not logged in.

#1 2014-10-13 20:10:34

palmaway
Member
Registered: 2007-03-01
Posts: 63

[solved] catalyst driver gives black screen (=no signal) on AM1

Hi!

I have a Kabini (Athlon 5350) with the integrated Radeon R3 (HD 8400) on a AM1H-ITX motherboard, which I would like to use as a media center. Unfortunately, this is currently impossible due to the video drivers. I tried the open source ones, but they are unusable due to the GPU lockup bug (here and here), which randomly reboots my system every few hours with kernel 3.16.4, every 20 minutes or so with 3.17. So I switched to catalyst... with no luck.

Essentially, the screen of my tv (connected via HDMI) goes black when X starts and says "no signal". I can access the box with SSH, but trying to go back to a console with CTRL+ALT+FN won't work (the screen stays black). I tried issuing aticonfig --acpi-services=off from SSH but it doesn't change anything. I am using the XBMC systemd service file for starting X, but using startx will cause the same behavior. I added "nomodeset" to my kernel boot parameters, I blacklisted the radeon module and the fglrx one loads correctly. I am using catalyst-hook 14.9-11 from Vi0L0's repository with xorg-server 1.16.1-1 from extra.

[root@htpc ~]# glxinfo | grep "direct rendering"
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
[root@htpc ~]# LIBGL_DEBUG=verbose glxinfo > /dev/null
[root@htpc ~]# 

Even looking at the full output of LIBGL_DEBUG=verbose glxinfo gives no useful information.

[root@htpc ~]# grep WW /var/log/Xorg.0.log
[    46.574] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    46.574] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    46.574] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    46.575] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    46.575] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    46.716] (WW) Falling back to old probe method for fglrx
[    47.209] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
[    47.223] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    47.373] (WW) fglrx(0): Option "VendorName" is not used
[    47.373] (WW) fglrx(0): Option "ModelName" is not used
[    48.057] (WW) evdev: 2.4G Receiver: ignoring absolute axes.
[root@htpc ~]# grep EE /var/log/Xorg.0.log
[    36.706] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]

I assume this last error is caused by the xbmc.service not sourcing /etc/profile. I tried modifying the xbmc.service file by adding the line

Environment=LIBGL_DRIVERS_PATH=/usr/lib/xorg/modules/dri/:/usr/lib32/xorg/modules/dri

but it didn't help, so for now I just linked manually /usr/X11R6/lib64/ to /usr/lib/xorg/ (which is something I don't like, but at least it makes the error go away, even if the screen is still black without signal).

My /etc/X11/xorg.conf (generated with aticonfig --initial):

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:0:1: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

Any help here would be really appreciated, as for now I feel I just wasted my money, and my media center is just unusable... :'(

Thank you!

Last edited by palmaway (2014-10-14 21:13:39)

Offline

#2 2014-10-13 20:27:00

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

Acoording to your xorg.0.log, you are missing /usr/X11R6/lib64/modules/dri/fglrx_dri.so . This file is not at this place in the Vi0l0 repository but I have tested the Violo packages very recently and I do not have had such problems. Have you installed the required packages? see https://wiki.archlinux.org/index.php/AMD_Catalyst. The kernel module was built without errors? (better to install catalyst-generator and call catalyst-built-module by hand than catalyst-hook so that you see if something goes wrong in the compilation). Note also that you cannot use catalyst-stable with xorg 1.16.

Offline

#3 2014-10-13 20:50:48

palmaway
Member
Registered: 2007-03-01
Posts: 63

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

Hi olive, thanks for your reply. I am not using catalyst-stable, but the latest beta. The file /usr/X11R6/lib64/modules/dri/fglrx_dri.so is just a bad library link, the actual file is /usr/lib/xorg/modules/dri/fglrx_dri.so. In general, sourcing /etc/profile tells X to look at the right place, but for some reason with the xbmc.service this doesn't work, even passing the Environment argument. Anyway, as I wrote in the original post I symlinked the file, and now the log doesn't report the error anymore, but the screen is still black with no signal. I have all the packages listed in the wiki, and the module seemed to compile without error...

Offline

#4 2014-10-13 20:57:09

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

Could you post your new /etc/X11/Xorg.0.log (whole file) ?

Offline

#5 2014-10-13 21:02:52

palmaway
Member
Registered: 2007-03-01
Posts: 63

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

Sure, here you go (/etc/X11/Xorg.0.log):

[    46.563] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[    46.563] X Protocol Version 11, Revision 0
[    46.563] Build Operating System: Linux 3.16.1-1-ARCH x86_64 
[    46.563] Current Operating System: Linux htpc 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014 x86_64
[    46.563] Kernel command line: \vmlinuz-linux ro root=UUID=7bcf10e1-346c-4a39-8c1e-f027a34a8bfb init=/usr/lib/systemd/systemd nomodeset iommu=soft initrd=\initramfs-linux.img
[    46.563] Build Date: 21 September 2014  10:53:13AM
[    46.563]  
[    46.563] Current version of pixman: 0.32.6
[    46.564] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    46.564] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.564] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 13 21:10:57 2014
[    46.566] (==) Using config file: "/etc/X11/xorg.conf"
[    46.566] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    46.568] (==) ServerLayout "aticonfig Layout"
[    46.568] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    46.568] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    46.569] (**) |   |-->Device "aticonfig-Device[0]-0"
[    46.569] (==) Automatically adding devices
[    46.569] (==) Automatically enabling devices
[    46.569] (==) Automatically adding GPU devices
[    46.574] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    46.574] 	Entry deleted from font path.
[    46.574] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    46.574] 	Entry deleted from font path.
[    46.574] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    46.574] 	Entry deleted from font path.
[    46.575] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    46.575] 	Entry deleted from font path.
[    46.575] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    46.575] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    46.575] 	Entry deleted from font path.
[    46.575] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    46.575] (==) FontPath set to:
	/usr/share/fonts/misc/
[    46.576] (==) ModulePath set to "/usr/lib/xorg/modules"
[    46.576] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    46.576] (II) Loader magic: 0x818d80
[    46.576] (II) Module ABI versions:
[    46.576] 	X.Org ANSI C Emulation: 0.4
[    46.576] 	X.Org Video Driver: 18.0
[    46.576] 	X.Org XInput driver : 21.0
[    46.576] 	X.Org Server Extension : 8.0
[    46.578] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    46.581] (--) PCI:*(0:0:1:0) 1002:9830:1849:9830 rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/8388608, 0xffb00000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[    46.581] (II) Open ACPI successful (/var/run/acpid.socket)
[    46.582] (II) "glx" will be loaded by default.
[    46.582] (II) LoadModule: "glx"
[    46.589] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    46.595] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    46.595] 	compiled for 6.9.0, module version = 1.0.0
[    46.596] (II) LoadModule: "fglrx"
[    46.596] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    46.711] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    46.711] 	compiled for 1.4.99.906, module version = 14.20.7
[    46.711] 	Module class: X.Org Video Driver
[    46.713] (II) Loading sub module "fglrxdrm"
[    46.713] (II) LoadModule: "fglrxdrm"
[    46.713] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    46.716] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    46.716] 	compiled for 1.4.99.906, module version = 14.20.7
[    46.716] (II) AMD Proprietary Linux Driver Version Identifier:14.20.7
[    46.716] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.201.1006.1002         
[    46.716] (II) AMD Proprietary Linux Driver Build Date: Sep  2 2014 10:14:55
[    46.716] (++) using VT number 7

[    46.716] (WW) Falling back to old probe method for fglrx
[    46.739] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[    46.743] ukiDynamicMajor: found major device number 250
[    46.743] ukiDynamicMajor: found major device number 250
[    46.743] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[    46.743] ukiOpenDevice: node name is /dev/ati/card0
[    46.743] ukiOpenDevice: open result is 11, (OK)
[    47.203] ukiOpenByBusid: ukiOpenMinor returns 11
[    47.203] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[    47.208] (--) Chipset Supported AMD Graphics Processor (0x9830) found
[    47.209] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
[    47.212] (II) fglrx(0): pEnt->device->identifier=0x10aafc0
[    47.212] (II) fglrx(0): === [xdl_xs116_atiddxPreInit] === begin
[    47.212] (II) Loading sub module "vgahw"
[    47.212] (II) LoadModule: "vgahw"
[    47.213] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    47.214] (II) Module vgahw: vendor="X.Org Foundation"
[    47.214] 	compiled for 1.16.1, module version = 0.1.0
[    47.214] 	ABI class: X.Org Video Driver, version 18.0
[    47.215] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    47.215] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    47.215] (==) fglrx(0): Default visual is TrueColor
[    47.215] (**) fglrx(0): Option "DPMS" "true"
[    47.215] (==) fglrx(0): RGB weight 888
[    47.215] (II) fglrx(0): Using 8 bits per RGB 
[    47.215] (==) fglrx(0): Buffer Tiling is ON
[    47.215] (II) Loading sub module "fglrxdrm"
[    47.215] (II) LoadModule: "fglrxdrm"
[    47.215] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    47.216] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    47.216] 	compiled for 1.4.99.906, module version = 14.20.7
[    47.219] ukiDynamicMajor: found major device number 250
[    47.220] ukiDynamicMajor: found major device number 250
[    47.220] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[    47.220] ukiOpenDevice: node name is /dev/ati/card0
[    47.220] ukiOpenDevice: open result is 13, (OK)
[    47.220] ukiOpenByBusid: ukiOpenMinor returns 13
[    47.220] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[    47.220] (**) fglrx(0): NoAccel = NO
[    47.220] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[    47.220] (--) fglrx(0): Chipset: "AMD Radeon HD 8400 / R3 Series" (Chipset = 0x9830)
[    47.220] (--) fglrx(0): (PciSubVendor = 0x1849, PciSubDevice = 0x9830)
[    47.220] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[    47.220] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[    47.220] (--) fglrx(0): MMIO registers at 0xffb00000
[    47.220] (--) fglrx(0): I/O port at 0x0000f000
[    47.220] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    47.222] (II) fglrx(0): AC Adapter is used
[    47.223] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[    47.223] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
[    47.223] (II) fglrx(0): PCIE card detected
[    47.223] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    47.223] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    47.223] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[    47.223] (II) fglrx(0): RandR 1.2 support is enabled!
[    47.223] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    47.223] (II) Loading sub module "fb"
[    47.223] (II) LoadModule: "fb"
[    47.223] (II) Loading /usr/lib/xorg/modules/libfb.so
[    47.227] (II) Module fb: vendor="X.Org Foundation"
[    47.227] 	compiled for 1.16.1, module version = 1.0.0
[    47.227] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    47.227] (II) fglrx(0): EDID Management option: EDID Management is enabled
[    47.227] (II) Loading sub module "ddc"
[    47.227] (II) LoadModule: "ddc"
[    47.227] (II) Module "ddc" already built-in
[    47.311] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[    47.311] (II) fglrx(0): Output DFP2 has no monitor section
[    47.311] (II) fglrx(0): Output CRT1 has no monitor section
[    47.311] (II) Loading sub module "ddc"
[    47.311] (II) LoadModule: "ddc"
[    47.311] (II) Module "ddc" already built-in
[    47.311] (II) fglrx(0): Dynamic Surface Resizing Enabled
[    47.312] (II) fglrx(0): EDID for output DFP1
[    47.312] (II) fglrx(0): EDID for output DFP2
[    47.312] (II) fglrx(0): Printing probed modes for output CRT1
[    47.312] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[    47.312] (II) fglrx(0): Modeline "1400x1050"x60.0  122.61  1400 1488 1640 1880  1050 1051 1054 1087 -hsync +vsync (65.2 kHz e)
[    47.312] (II) fglrx(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    47.312] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    47.312] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    47.312] (II) fglrx(0): Modeline "1280x960"x60.0  102.10  1280 1360 1496 1712  960 961 964 994 -hsync +vsync (59.6 kHz e)
[    47.312] (II) fglrx(0): Modeline "1366x768"x60.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    47.312] (II) fglrx(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    47.312] (II) fglrx(0): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    47.312] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
[    47.312] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    47.312] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    47.312] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    47.312] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    47.312] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    47.312] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    47.312] (II) fglrx(0): Output DFP1 disconnected
[    47.312] (II) fglrx(0): Output DFP2 disconnected
[    47.312] (II) fglrx(0): Output CRT1 connected
[    47.312] (II) fglrx(0): Using exact sizes for initial modes
[    47.312] (II) fglrx(0): Output CRT1 using initial mode 1600x1200
[    47.312] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    47.312] (II) fglrx(0): DPI set to (96, 96)
[    47.312] (II) fglrx(0): Adapter AMD Radeon HD 8400 / R3 Series has 2 configurable heads and 0 displays connected.
[    47.312] (==) fglrx(0):  PseudoColor visuals disabled
[    47.312] (II) Loading sub module "ramdac"
[    47.312] (II) LoadModule: "ramdac"
[    47.312] (II) Module "ramdac" already built-in
[    47.313] (==) fglrx(0): NoDRI = NO
[    47.313] (==) fglrx(0): Capabilities: 0x00000000
[    47.313] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    47.313] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    47.313] (==) fglrx(0): UseFastTLS=0
[    47.313] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
[    47.313] (--) Depth 24 pixmap format is 32 bpp
[    47.313] (II) fglrx(0): doing swlDriScreenInit
[    47.313] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    47.313] ukiDynamicMajor: found major device number 250
[    47.313] ukiDynamicMajor: found major device number 250
[    47.313] ukiDynamicMajor: found major device number 250
[    47.313] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[    47.313] ukiOpenDevice: node name is /dev/ati/card0
[    47.313] ukiOpenDevice: open result is 14, (OK)
[    47.313] ukiOpenByBusid: ukiOpenMinor returns 14
[    47.313] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[    47.313] (II) fglrx(0): [uki] DRM interface version 1.0
[    47.313] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:0:1:0"
[    47.313] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    47.313] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7ff822b3f000
[    47.313] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    47.314] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    47.314] (II) fglrx(0): swlDriScreenInit done
[    47.314] (II) fglrx(0): Kernel Module Version Information:
[    47.314] (II) fglrx(0):     Name: fglrx
[    47.314] (II) fglrx(0):     Version: 14.20.7
[    47.314] (II) fglrx(0):     Date: Sep  2 2014
[    47.314] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[    47.314] (II) fglrx(0): Kernel Module version matches driver.
[    47.314] (II) fglrx(0): Kernel Module Build Time Information:
[    47.314] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.16.4-1-ARCH
[    47.314] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[    47.314] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[    47.314] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    47.314] (II) fglrx(0): [uki] register handle = 0x00004000
[    47.319] (II) fglrx(0): Display width adjusted to to 1664 due to alignment constraints
[    47.320] (II) fglrx(0): DRI initialization successfull
[    47.322] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01110000
[    47.325] (==) fglrx(0): Backing store enabled
[    47.325] (**) fglrx(0): DPMS enabled
[    47.325] (II) fglrx(0): Initialized in-driver Xinerama extension
[    47.325] (**) fglrx(0): Textured Video is enabled.
[    47.325] (II) LoadModule: "glesx"
[    47.325] (II) Loading /usr/lib/xorg/modules/glesx.so
[    47.358] (II) Module glesx: vendor="X.Org Foundation"
[    47.358] 	compiled for 1.4.99.906, module version = 1.0.0
[    47.359] (II) fglrx(0): GLESX enableFlags = 8784
[    47.360] (II) fglrx(0): GLESX is enabled
[    47.360] (II) LoadModule: "amdxmm"
[    47.361] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    47.365] (II) Module amdxmm: vendor="X.Org Foundation"
[    47.365] 	compiled for 1.4.99.906, module version = 2.0.0
[    47.373] (II) fglrx(0): Enable composite support successfully
[    47.373] (WW) fglrx(0): Option "VendorName" is not used
[    47.373] (WW) fglrx(0): Option "ModelName" is not used
[    47.373] (II) fglrx(0): X context handle = 0x1
[    47.373] (II) fglrx(0): [DRI] installation complete
[    47.373] (==) fglrx(0): Silken mouse enabled
[    47.374] (==) fglrx(0): Using HW cursor of display infrastructure!
[    47.375] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    47.448] (--) RandR disabled
[    47.459] ukiDynamicMajor: found major device number 250
[    47.459] ukiDynamicMajor: found major device number 250
[    47.459] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[    47.459] ukiOpenDevice: node name is /dev/ati/card0
[    47.459] ukiOpenDevice: open result is 15, (OK)
[    47.459] ukiOpenByBusid: ukiOpenMinor returns 15
[    47.459] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[    47.541] ukiDynamicMajor: found major device number 250
[    47.541] ukiDynamicMajor: found major device number 250
[    47.541] ukiDynamicMajor: found major device number 250
[    47.541] ukiOpenDevice: node name is /dev/ati/card0
[    47.541] ukiOpenDevice: open result is 16, (OK)
[    47.541] ukiGetBusid returned 'PCI:0:1:0'
[    47.541] ukiOpenDevice: node name is /dev/ati/card1
[    47.541] ukiOpenDevice: open result is -1, (No such device)
[    47.541] ukiOpenDevice: open result is -1, (No such device)
[    47.541] ukiOpenDevice: Open failed
[    47.541] ukiOpenDevice: node name is /dev/ati/card2
[    47.541] ukiOpenDevice: open result is -1, (No such device)
[    47.541] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: Open failed
[    47.542] ukiOpenDevice: node name is /dev/ati/card3
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: Open failed
[    47.542] ukiOpenDevice: node name is /dev/ati/card4
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: Open failed
[    47.542] ukiOpenDevice: node name is /dev/ati/card5
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: Open failed
[    47.542] ukiOpenDevice: node name is /dev/ati/card6
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: open result is -1, (No such device)
[    47.542] ukiOpenDevice: Open failed
[    47.542] ukiOpenDevice: node name is /dev/ati/card7
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: Open failed
[    47.543] ukiOpenDevice: node name is /dev/ati/card8
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: Open failed
[    47.543] ukiOpenDevice: node name is /dev/ati/card9
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: Open failed
[    47.543] ukiOpenDevice: node name is /dev/ati/card10
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.543] ukiOpenDevice: Open failed
[    47.543] ukiOpenDevice: node name is /dev/ati/card11
[    47.543] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: Open failed
[    47.544] ukiOpenDevice: node name is /dev/ati/card12
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: Open failed
[    47.544] ukiOpenDevice: node name is /dev/ati/card13
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: Open failed
[    47.544] ukiOpenDevice: node name is /dev/ati/card14
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: Open failed
[    47.544] ukiOpenDevice: node name is /dev/ati/card15
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: open result is -1, (No such device)
[    47.544] ukiOpenDevice: Open failed
[    47.545] ukiDynamicMajor: found major device number 250
[    47.545] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[    47.545] ukiOpenDevice: node name is /dev/ati/card0
[    47.545] ukiOpenDevice: open result is 16, (OK)
[    47.545] ukiOpenByBusid: ukiOpenMinor returns 16
[    47.545] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[    47.812] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    47.813] ukiDynamicMajor: found major device number 250
[    47.813] ukiDynamicMajor: found major device number 250
[    47.813] ukiDynamicMajor: found major device number 250
[    47.813] ukiOpenDevice: node name is /dev/ati/card0
[    47.813] ukiOpenDevice: open result is 17, (OK)
[    47.814] ukiGetBusid returned 'PCI:0:1:0'
[    47.814] ukiOpenDevice: node name is /dev/ati/card1
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card2
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card3
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card4
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card5
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card6
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card7
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card8
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: Open failed
[    47.814] ukiOpenDevice: node name is /dev/ati/card9
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.814] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiOpenDevice: node name is /dev/ati/card10
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiOpenDevice: node name is /dev/ati/card11
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiOpenDevice: node name is /dev/ati/card12
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiOpenDevice: node name is /dev/ati/card13
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiOpenDevice: node name is /dev/ati/card14
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiOpenDevice: node name is /dev/ati/card15
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: open result is -1, (No such device)
[    47.815] ukiOpenDevice: Open failed
[    47.815] ukiDynamicMajor: found major device number 250
[    47.815] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[    47.815] ukiOpenDevice: node name is /dev/ati/card0
[    47.815] ukiOpenDevice: open result is 17, (OK)
[    47.815] ukiOpenByBusid: ukiOpenMinor returns 17
[    47.815] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[    47.897] (II) fglrx(0): Setting screen physical size to 423 x 317
[    47.995] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    47.995] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    47.996] (II) LoadModule: "evdev"
[    47.996] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    47.998] (II) Module evdev: vendor="X.Org Foundation"
[    47.998] 	compiled for 1.16.0, module version = 2.9.0
[    47.998] 	Module class: X.Org XInput Driver
[    47.998] 	ABI class: X.Org XInput driver, version 21.0
[    47.999] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 18 paused 0
[    47.999] (II) Using input driver 'evdev' for 'Power Button'
[    47.999] (**) Power Button: always reports core events
[    47.999] (**) evdev: Power Button: Device: "/dev/input/event4"
[    47.999] (--) evdev: Power Button: Vendor 0 Product 0x1
[    47.999] (--) evdev: Power Button: Found keys
[    47.999] (II) evdev: Power Button: Configuring as keyboard
[    47.999] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[    47.999] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    47.999] (**) Option "xkb_rules" "evdev"
[    47.999] (**) Option "xkb_model" "pc104"
[    47.999] (**) Option "xkb_layout" "us"
[    48.042] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    48.042] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    48.043] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[    48.043] (II) Using input driver 'evdev' for 'Power Button'
[    48.043] (**) Power Button: always reports core events
[    48.043] (**) evdev: Power Button: Device: "/dev/input/event3"
[    48.043] (--) evdev: Power Button: Vendor 0 Product 0x1
[    48.043] (--) evdev: Power Button: Found keys
[    48.043] (II) evdev: Power Button: Configuring as keyboard
[    48.043] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
[    48.043] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    48.043] (**) Option "xkb_rules" "evdev"
[    48.043] (**) Option "xkb_model" "pc104"
[    48.043] (**) Option "xkb_layout" "us"
[    48.044] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event7)
[    48.044] (II) No input driver specified, ignoring this device.
[    48.044] (II) This device may have been added with another device file.
[    48.045] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event6)
[    48.045] (II) No input driver specified, ignoring this device.
[    48.045] (II) This device may have been added with another device file.
[    48.046] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/event8)
[    48.046] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev pointer catchall"
[    48.046] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev keyboard catchall"
[    48.047] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 20 paused 0
[    48.047] (II) Using input driver 'evdev' for 'iMON Panel, Knob and Mouse(15c2:0038)'
[    48.047] (**) iMON Panel, Knob and Mouse(15c2:0038): always reports core events
[    48.047] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): Device: "/dev/input/event8"
[    48.047] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Vendor 0x15c2 Product 0x38
[    48.047] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found 3 mouse buttons
[    48.047] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found scroll wheel(s)
[    48.047] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found relative axes
[    48.047] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found x and y relative axes
[    48.047] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found keys
[    48.047] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Configuring as mouse
[    48.047] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Configuring as keyboard
[    48.047] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Adding scrollwheel support
[    48.047] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): YAxisMapping: buttons 4 and 5
[    48.047] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    48.047] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/input/input11/event8"
[    48.047] (II) XINPUT: Adding extended input device "iMON Panel, Knob and Mouse(15c2:0038)" (type: KEYBOARD, id 8)
[    48.047] (**) Option "xkb_rules" "evdev"
[    48.047] (**) Option "xkb_model" "pc104"
[    48.047] (**) Option "xkb_layout" "us"
[    48.047] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): initialized for relative axes.
[    48.048] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) keeping acceleration scheme 1
[    48.048] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration profile 0
[    48.048] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration factor: 2.000
[    48.048] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration threshold: 4
[    48.048] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/mouse1)
[    48.048] (II) No input driver specified, ignoring this device.
[    48.048] (II) This device may have been added with another device file.
[    48.049] (II) config/udev: Adding input device iMON Remote (15c2:0038) (/dev/input/event16)
[    48.049] (**) iMON Remote (15c2:0038): Applying InputClass "evdev keyboard catchall"
[    48.049] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 21 paused 0
[    48.049] (II) Using input driver 'evdev' for 'iMON Remote (15c2:0038)'
[    48.049] (**) iMON Remote (15c2:0038): always reports core events
[    48.049] (**) evdev: iMON Remote (15c2:0038): Device: "/dev/input/event16"
[    48.049] (--) evdev: iMON Remote (15c2:0038): Vendor 0x15c2 Product 0x38
[    48.049] (--) evdev: iMON Remote (15c2:0038): Found 3 mouse buttons
[    48.049] (--) evdev: iMON Remote (15c2:0038): Found keys
[    48.049] (II) evdev: iMON Remote (15c2:0038): Forcing relative x/y axes to exist.
[    48.049] (II) evdev: iMON Remote (15c2:0038): Configuring as mouse
[    48.049] (II) evdev: iMON Remote (15c2:0038): Configuring as keyboard
[    48.049] (**) evdev: iMON Remote (15c2:0038): YAxisMapping: buttons 4 and 5
[    48.050] (**) evdev: iMON Remote (15c2:0038): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    48.050] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/rc/rc0/input12/event16"
[    48.050] (II) XINPUT: Adding extended input device "iMON Remote (15c2:0038)" (type: KEYBOARD, id 9)
[    48.050] (**) Option "xkb_rules" "evdev"
[    48.050] (**) Option "xkb_model" "pc104"
[    48.050] (**) Option "xkb_layout" "us"
[    48.051] (II) config/udev: Adding input device 2.4G Receiver (/dev/input/event0)
[    48.051] (**) 2.4G Receiver: Applying InputClass "evdev keyboard catchall"
[    48.051] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[    48.051] (II) Using input driver 'evdev' for '2.4G Receiver'
[    48.051] (**) 2.4G Receiver: always reports core events
[    48.051] (**) evdev: 2.4G Receiver: Device: "/dev/input/event0"
[    48.051] (--) evdev: 2.4G Receiver: Vendor 0x1d57 Product 0x32da
[    48.051] (--) evdev: 2.4G Receiver: Found keys
[    48.051] (II) evdev: 2.4G Receiver: Configuring as keyboard
[    48.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4:1.0/0003:1D57:32DA.0001/input/input2/event0"
[    48.051] (II) XINPUT: Adding extended input device "2.4G Receiver" (type: KEYBOARD, id 10)
[    48.051] (**) Option "xkb_rules" "evdev"
[    48.051] (**) Option "xkb_model" "pc104"
[    48.051] (**) Option "xkb_layout" "us"
[    48.052] (II) config/udev: Adding input device 2.4G Receiver (/dev/input/event1)
[    48.052] (**) 2.4G Receiver: Applying InputClass "evdev pointer catchall"
[    48.053] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[    48.053] (II) Using input driver 'evdev' for '2.4G Receiver'
[    48.053] (**) 2.4G Receiver: always reports core events
[    48.053] (**) evdev: 2.4G Receiver: Device: "/dev/input/event1"
[    48.053] (--) evdev: 2.4G Receiver: Vendor 0x1d57 Product 0x32da
[    48.053] (--) evdev: 2.4G Receiver: Found 9 mouse buttons
[    48.053] (--) evdev: 2.4G Receiver: Found scroll wheel(s)
[    48.053] (--) evdev: 2.4G Receiver: Found relative axes
[    48.053] (--) evdev: 2.4G Receiver: Found x and y relative axes
[    48.053] (II) evdev: 2.4G Receiver: Configuring as mouse
[    48.053] (II) evdev: 2.4G Receiver: Adding scrollwheel support
[    48.053] (**) evdev: 2.4G Receiver: YAxisMapping: buttons 4 and 5
[    48.053] (**) evdev: 2.4G Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    48.053] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4:1.1/0003:1D57:32DA.0002/input/input3/event1"
[    48.053] (II) XINPUT: Adding extended input device "2.4G Receiver" (type: MOUSE, id 11)
[    48.053] (II) evdev: 2.4G Receiver: initialized for relative axes.
[    48.054] (**) 2.4G Receiver: (accel) keeping acceleration scheme 1
[    48.054] (**) 2.4G Receiver: (accel) acceleration profile 0
[    48.054] (**) 2.4G Receiver: (accel) acceleration factor: 2.000
[    48.054] (**) 2.4G Receiver: (accel) acceleration threshold: 4
[    48.054] (II) config/udev: Adding input device 2.4G Receiver (/dev/input/mouse0)
[    48.054] (II) No input driver specified, ignoring this device.
[    48.054] (II) This device may have been added with another device file.
[    48.055] (II) config/udev: Adding input device 2.4G Receiver (/dev/input/event2)
[    48.055] (**) 2.4G Receiver: Applying InputClass "evdev keyboard catchall"
[    48.056] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[    48.056] (II) Using input driver 'evdev' for '2.4G Receiver'
[    48.056] (**) 2.4G Receiver: always reports core events
[    48.056] (**) evdev: 2.4G Receiver: Device: "/dev/input/event2"
[    48.056] (--) evdev: 2.4G Receiver: Vendor 0x1d57 Product 0x32da
[    48.056] (--) evdev: 2.4G Receiver: Found 1 mouse buttons
[    48.056] (--) evdev: 2.4G Receiver: Found scroll wheel(s)
[    48.056] (--) evdev: 2.4G Receiver: Found relative axes
[    48.056] (II) evdev: 2.4G Receiver: Forcing relative x/y axes to exist.
[    48.056] (--) evdev: 2.4G Receiver: Found absolute axes
[    48.056] (II) evdev: 2.4G Receiver: Forcing absolute x/y axes to exist.
[    48.056] (--) evdev: 2.4G Receiver: Found keys
[    48.056] (II) evdev: 2.4G Receiver: Configuring as mouse
[    48.056] (II) evdev: 2.4G Receiver: Configuring as keyboard
[    48.056] (II) evdev: 2.4G Receiver: Adding scrollwheel support
[    48.056] (**) evdev: 2.4G Receiver: YAxisMapping: buttons 4 and 5
[    48.056] (**) evdev: 2.4G Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    48.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4:1.2/0003:1D57:32DA.0003/input/input4/event2"
[    48.057] (II) XINPUT: Adding extended input device "2.4G Receiver" (type: KEYBOARD, id 12)
[    48.057] (**) Option "xkb_rules" "evdev"
[    48.057] (**) Option "xkb_model" "pc104"
[    48.057] (**) Option "xkb_layout" "us"
[    48.057] (II) evdev: 2.4G Receiver: initialized for relative axes.
[    48.057] (WW) evdev: 2.4G Receiver: ignoring absolute axes.
[    48.057] (**) 2.4G Receiver: (accel) keeping acceleration scheme 1
[    48.057] (**) 2.4G Receiver: (accel) acceleration profile 0
[    48.057] (**) 2.4G Receiver: (accel) acceleration factor: 2.000
[    48.057] (**) 2.4G Receiver: (accel) acceleration threshold: 4
[    48.058] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event9)
[    48.058] (II) No input driver specified, ignoring this device.
[    48.058] (II) This device may have been added with another device file.
[    48.058] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event10)
[    48.058] (II) No input driver specified, ignoring this device.
[    48.058] (II) This device may have been added with another device file.
[    48.058] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event11)
[    48.058] (II) No input driver specified, ignoring this device.
[    48.058] (II) This device may have been added with another device file.
[    48.059] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event12)
[    48.059] (II) No input driver specified, ignoring this device.
[    48.059] (II) This device may have been added with another device file.
[    48.059] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event13)
[    48.059] (II) No input driver specified, ignoring this device.
[    48.059] (II) This device may have been added with another device file.
[    48.060] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event14)
[    48.060] (II) No input driver specified, ignoring this device.
[    48.060] (II) This device may have been added with another device file.
[    48.060] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[    48.060] (II) No input driver specified, ignoring this device.
[    48.060] (II) This device may have been added with another device file.
[    48.060] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    48.060] (II) No input driver specified, ignoring this device.
[    48.060] (II) This device may have been added with another device file.
[    48.067] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments

Offline

#6 2014-10-13 21:10:31

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

Well, the only thing I can suggest you is to test the stable driver (Vi0l0 maintain older Xorg for this purpose, just enable it in pacman.conf). It seems that Xorg does not see the problem.

Offline

#7 2014-10-13 21:44:45

palmaway
Member
Registered: 2007-03-01
Posts: 63

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

Thank you for your help. Unfortunately, I just tested the stable driver with Xorg 1.15, but I still have the same problem...

Offline

#8 2014-10-14 21:13:17

palmaway
Member
Registered: 2007-03-01
Posts: 63

Re: [solved] catalyst driver gives black screen (=no signal) on AM1

The main problem ("no signal" being displayed) is solved: apparently, it was a TV issue... sad

Offline

Board footer

Powered by FluxBB