AMD driver

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ShampOo

AMD driver

Post by ShampOo »

Hey guys,

I'm completely new to Linux and kind of lost at this point. I'm trying to get a dual boot system running with Windows 10 and Mint 19 Xfce (64 bit). Problem is I can't seem to get my graphics card to work. I've been doing a lot of reading but I can't seem to get anywhere.

I have a Radeon r7 250 and according to the sticky it's neither supported by the proprietary drivers nor the open source amdgpu one anymore. It should however be supported by the preinstalled radeon open source driver. Whenever I try to boot the system I get stuck at the Xfce logo screen and all I can do is access the console by pressing ctrl+alt+F1. Nomodeset or radeon.modeset=0 allows me to at least boot but it's not a permanent solution since the aspect ratio is 4:3 and the resolution is really low. Since I don't really care about gpu performance on mint I would just use my igpu but it's deactivated by my mobo once I insert a pci-e card and there's no way in my BIOS to activate it. (I need the AMD card for Windows though, so removing it is not an option)

So I guess my questions are:
1) Is there a way to get this graphics card to work with the radeon open source driver?
2) Is the radeon driver even the default driver that is loaded on boot-up? If not, how can I enable it?
3) Any other drivers that might work or anything I haven't thought of?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
ShampOo

Re: AMD driver

Post by ShampOo »

Thanks for your help.

Unfortunately I'd already read all of these (and many more) links before I made the thread. There appears to be a proprietary driver for a series of AMD graphics cards including mine but as your second to last link suggests some cards are no longer supported by it. Mine is one of them.

On a side note, I finally got my ipgu to work and there seem to no issues with mint. It worked out of the box. I guess I can live with a cable-switching situation even though it's not ideal.

If someone got the R7 250 to work under Tara I'd still be glad to hear.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: AMD driver

Post by roblm »

ShampOo wrote: Tue Jul 24, 2018 4:28 am Unfortunately I'd already read all of these (and many more) links before I made the thread. There appears to be a proprietary driver for a series of AMD graphics cards including mine but as your second to last link suggests some cards are no longer supported by it. Mine is one of them.
That list of supported cards has not been updated. This article has info on the newest AMDGPU-Pro Driver and the supported video cards:
https://support.amd.com/en-us/kb-articl ... Notes.aspx

I tested the Radeon™ Software for Linux® version 18.20 for Ubuntu 18.04 package for my Radeon R7 240 card and it installed without any problems in Mint 19 Cinnamon.

However, I don’t know if that driver will solve your boot problem. That may be related to some hardware incompatibility.
ShampOo

Re: AMD driver

Post by ShampOo »

Thanks for helping me out. Did you install the amdgpu or the amdgpu-pro one? Did you make any changes? Any boot-flags to ensure the right driver to load?

I was actually able to install both and got them to load but neither of them worked. RadeonDriver and amdgpu both got stuck at the xfce logo screen (same thing happened when I tried to install the Cinnamon version btw, just the screen was different) while with the amdgpu-pro driver the screen was completely white but still got stuck.
This does look like some hardware incompatibility, doesn't it?

update: Tried to get it running under Mint 18 but ended up with a black screen. The only difference beside the color of the screen was that I got the Update Manager working which wasn't the case with Mint 19 (everything was greyed out).

Code: Select all

inxi -Fx
in the Console window suggests that the amdgpu driver failed to load. Tried to follow another suggestion from this board where I added a '.bak' at the end of the config file for this driver but this didn't do anything either.
Bottom line is, the result is always pretty much the same no matter what driver I use. When I use my integrated GPU everything works out of the box. This is probably all I need anyway.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: AMD driver

Post by roblm »

ShampOo wrote: Tue Jul 24, 2018 12:21 pm Did you install the amdgpu or the amdgpu-pro one? Did you make any changes? Any boot-flags to ensure the right driver to load?
The amdgpu-pro driver, using this command: ./amdgpu-pro-install --opencl=legacy


After the installation, you can use this command to check that the amd kernel modules were built:
ls /lib/modules/`uname -r`/updates/

The output will be:
amdchash.ko amdgpu.ko amdkcl.ko amdkfd.ko amd-sched.ko amdttm.ko

ShampOo wrote: Tue Jul 24, 2018 12:21 pm Tried to get it running under Mint 18 but ended up with a black screen.
X.Org X Server version 1.19 is needed, which Mint 19 has but Mint 18 has version 1.18. This command needs to be used first to update Xorg: sudo apt install xserver-xorg-hwe-16.04


In Update Manager, is there a linux-firmware package that has not been installed?

Try testing these kernel parameters. At the Grub boot menu, press E to edit. If no menu shows, then hold down the shift key while starting. Use the Down arrow key to go down to the line that starts with:
linux /boot/vmlinuz.............ro quiet splash $vt_handoff

Press the End key to go to the end of the line. Add a space and then add the parameter: acpi=off

Press F10 to start your system. If that doesn’t help, then repeat the steps and try these parameters, one at a time:

Code: Select all

noapic
irqpoll
acpi_osi=! 
acpi_osi='Windows 2009'
acpi_osi=! acpi_osi='windows 2009'
acpi_osi='!Windows 2012'
ShampOo

Re: AMD driver

Post by ShampOo »

Thank you so much, I really appreciate it.

I just tried all of those steps but the only thing I got after updating the X.org X server was the xfce logo screen instead of a black screen.

With every single driver configuration and kernel parameter I've tried so far I got either the xfce logo screen, a black screen or a white screen and in every single case I could hear my graphics card fan stop during the mint loading screen, with the only exception being the nomodeset parameter, of course.
roblm wrote: Tue Jul 24, 2018 7:23 pm In Update Manager, is there a linux-firmware package that has not been installed?
No, it says my system is up to date.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: AMD driver

Post by roblm »

These suggestions come from a Ubuntu developer in an older Bug Report but it still may apply:

1) Log in with CTRL+ALT+F1 and issue command sudo service lightdm restart

2) Add some sleep to /etc/init/lightdm.conf

Open the file for editing by using this command: xed admin:///etc/init/lightdm.conf
Go down to the end of the file. There will be a sleep 5 line. Change the value to 10. You can also try 15.

3) Install and use GDM instead of lightdm

That applies to Ubuntu, which was using lightdm on older versions but now uses the GDM display manager. Mint 18 and 19 use lightdm but Mint 18 has the option to install the previous MDM display manager. Use the command sudo apt install mdm. There will be a configuration screen and mdm needs to be selected.

Other suggestions are:
Update the kernel to 4.15.0-29
Get an inexpensive Nvidia card like the GeForce GT 710.
ShampOo

Re: AMD driver

Post by ShampOo »

No luck again.

I'll just use my igpu and connect my monitor to the graphics card in those rare occasions I actually need it. In those cases I have to use windows anyway.

Thanks again for your help.
ShampOo

Re: AMD driver

Post by ShampOo »

Update:
I've been using Linux sucessfully with my Intel igpu for the past two weeks. Yesterday I had to do some CAD work on Windows so I plugged my monitor into the graphics card again. I forgot to plug it back into the motherboard's DP slot when I booted Linux today and for some reason it worked. I haven't got the slightest clue as to why it worked this time.
Perhaps this whole story can be en- or discouraging for anyone trying to run Mint with a Radeon r7 250 :lol:
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: AMD driver

Post by roblm »

Would you post the Xorg.0.log file. Use this command to open it: xed /var/log/Xorg.0.log

Press Ctrl+A to select the entire file contents. Right click on the screen and select “Copy”. Open the Mint Forum reply window and select </> at the top. Press Ctrl+V to paste the copied lines into a code display window.
ShampOo

Re: AMD driver

Post by ShampOo »

Code: Select all

[     7.964] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[     7.964] X Protocol Version 11, Revision 0
[     7.964] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[     7.964] Current Operating System: Linux dominik-OptiPlex-790 4.15.0-30-generic #32-Ubuntu SMP Thu Jul 26 17:42:43 UTC 2018 x86_64
[     7.964] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic root=UUID=15838472-6eca-4907-ac73-307678622dcd ro quiet splash vt.handoff=1
[     7.964] Build Date: 13 April 2018  08:07:36PM
[     7.964] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support) 
[     7.964] Current version of pixman: 0.34.0
[     7.964] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.964] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.964] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 12 18:44:41 2018
[     7.965] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.965] (==) No Layout section.  Using the first Screen section.
[     7.965] (==) No screen section available. Using defaults.
[     7.965] (**) |-->Screen "Default Screen Section" (0)
[     7.965] (**) |   |-->Monitor "<default monitor>"
[     7.965] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     7.965] (==) Automatically adding devices
[     7.965] (==) Automatically enabling devices
[     7.965] (==) Automatically adding GPU devices
[     7.965] (==) Automatically binding GPU devices
[     7.965] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.965] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     7.965] 	Entry deleted from font path.
[     7.965] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     7.965] 	Entry deleted from font path.
[     7.965] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     7.965] 	Entry deleted from font path.
[     7.965] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     7.965] 	Entry deleted from font path.
[     7.965] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     7.965] 	Entry deleted from font path.
[     7.965] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     7.965] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.965] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.965] (II) Loader magic: 0x55c4046cf020
[     7.965] (II) Module ABI versions:
[     7.965] 	X.Org ANSI C Emulation: 0.4
[     7.965] 	X.Org Video Driver: 23.0
[     7.965] 	X.Org XInput driver : 24.1
[     7.965] 	X.Org Server Extension : 10.0
[     7.966] (++) using VT number 7

[     7.966] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.966] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.968] (--) PCI:*(0:1:0:0) 1002:6610:1028:2120 rev 0, Mem @ 0xd0000000/268435456, 0xe1400000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[     7.968] (II) LoadModule: "glx"
[     7.968] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.974] (II) Module glx: vendor="X.Org Foundation"
[     7.974] 	compiled for 1.19.6, module version = 1.0.0
[     7.974] 	ABI class: X.Org Server Extension, version 10.0
[     7.974] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[     7.974] 	loading driver: radeon
[     7.974] (==) Matched radeon as autoconfigured driver 0
[     7.974] (==) Matched ati as autoconfigured driver 1
[     7.974] (==) Matched ati as autoconfigured driver 2
[     7.974] (==) Matched modesetting as autoconfigured driver 3
[     7.974] (==) Matched fbdev as autoconfigured driver 4
[     7.974] (==) Matched vesa as autoconfigured driver 5
[     7.974] (==) Assigned the driver to the xf86ConfigLayout
[     7.974] (II) LoadModule: "radeon"
[     7.974] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     7.975] (II) Module radeon: vendor="X.Org Foundation"
[     7.975] 	compiled for 1.19.6, module version = 18.0.1
[     7.975] 	Module class: X.Org Video Driver
[     7.975] 	ABI class: X.Org Video Driver, version 23.0
[     7.975] (II) LoadModule: "ati"
[     7.975] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     7.975] (II) Module ati: vendor="X.Org Foundation"
[     7.975] 	compiled for 1.19.6, module version = 18.0.1
[     7.975] 	Module class: X.Org Video Driver
[     7.975] 	ABI class: X.Org Video Driver, version 23.0
[     8.032] (II) LoadModule: "modesetting"
[     8.032] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.032] (II) Module modesetting: vendor="X.Org Foundation"
[     8.032] 	compiled for 1.19.6, module version = 1.19.6
[     8.033] 	Module class: X.Org Video Driver
[     8.033] 	ABI class: X.Org Video Driver, version 23.0
[     8.033] (II) LoadModule: "fbdev"
[     8.033] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     8.033] (II) Module fbdev: vendor="X.Org Foundation"
[     8.033] 	compiled for 1.19.3, module version = 0.4.4
[     8.033] 	Module class: X.Org Video Driver
[     8.033] 	ABI class: X.Org Video Driver, version 23.0
[     8.033] (II) LoadModule: "vesa"
[     8.033] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     8.033] (II) Module vesa: vendor="X.Org Foundation"
[     8.033] 	compiled for 1.19.3, module version = 2.3.4
[     8.033] 	Module class: X.Org Video Driver
[     8.033] 	ABI class: X.Org Video Driver, version 23.0
[     8.033] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[     8.035] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.035] (II) FBDEV: driver for framebuffer: fbdev
[     8.035] (II) VESA: driver for VESA chipsets: vesa
[     8.039] (II) [KMS] Kernel modesetting enabled.
[     8.039] (WW) Falling back to old probe method for modesetting
[     8.039] (WW) Falling back to old probe method for fbdev
[     8.039] (II) Loading sub module "fbdevhw"
[     8.039] (II) LoadModule: "fbdevhw"
[     8.039] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     8.039] (II) Module fbdevhw: vendor="X.Org Foundation"
[     8.039] 	compiled for 1.19.6, module version = 0.0.2
[     8.039] 	ABI class: X.Org Video Driver, version 23.0
[     8.039] (WW) Falling back to old probe method for vesa
[     8.039] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     8.039] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[     8.039] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     8.039] (==) RADEON(0): Default visual is TrueColor
[     8.039] (==) RADEON(0): RGB weight 888
[     8.039] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[     8.039] (--) RADEON(0): Chipset: "OLAND" (ChipID = 0x6610)
[     8.039] (II) Loading sub module "fb"
[     8.039] (II) LoadModule: "fb"
[     8.039] (II) Loading /usr/lib/xorg/modules/libfb.so
[     8.039] (II) Module fb: vendor="X.Org Foundation"
[     8.039] 	compiled for 1.19.6, module version = 1.0.0
[     8.039] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.039] (II) Loading sub module "dri2"
[     8.039] (II) LoadModule: "dri2"
[     8.039] (II) Module "dri2" already built-in
[     8.039] (II) Loading sub module "glamoregl"
[     8.039] (II) LoadModule: "glamoregl"
[     8.039] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     8.045] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.045] 	compiled for 1.19.6, module version = 1.0.0
[     8.045] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.045] (II) glamor: OpenGL accelerated X.org driver based.
[     8.086] (II) glamor: EGL version 1.5 (DRI2):
[     8.090] (II) RADEON(0): glamor detected, initialising EGL layer.
[     8.090] (II) RADEON(0): KMS Color Tiling: enabled
[     8.090] (II) RADEON(0): KMS Color Tiling 2D: enabled
[     8.090] (==) RADEON(0): TearFree property default: auto
[     8.090] (II) RADEON(0): KMS Pageflipping: enabled
[     8.119] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[     8.152] (II) RADEON(0): Output DVI-0 has no monitor section
[     8.184] (II) RADEON(0): EDID for output DisplayPort-0
[     8.216] (II) RADEON(0): EDID for output DVI-0
[     8.216] (II) RADEON(0): Manufacturer: ACR  Model: d  Serial#: 1946157494
[     8.216] (II) RADEON(0): Year: 2007  Week: 40
[     8.216] (II) RADEON(0): EDID Version: 1.3
[     8.216] (II) RADEON(0): Digital Display Input
[     8.216] (II) RADEON(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[     8.216] (II) RADEON(0): Gamma: 2.20
[     8.216] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[     8.216] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     8.216] (II) RADEON(0): First detailed timing is preferred mode
[     8.216] (II) RADEON(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[     8.216] (II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     8.216] (II) RADEON(0): Supported established timings:
[     8.216] (II) RADEON(0): 720x400@70Hz
[     8.216] (II) RADEON(0): 640x480@60Hz
[     8.216] (II) RADEON(0): 640x480@67Hz
[     8.216] (II) RADEON(0): 640x480@72Hz
[     8.216] (II) RADEON(0): 640x480@75Hz
[     8.216] (II) RADEON(0): 800x600@56Hz
[     8.216] (II) RADEON(0): 800x600@60Hz
[     8.216] (II) RADEON(0): 800x600@72Hz
[     8.216] (II) RADEON(0): 800x600@75Hz
[     8.216] (II) RADEON(0): 832x624@75Hz
[     8.216] (II) RADEON(0): 1024x768@60Hz
[     8.216] (II) RADEON(0): 1024x768@70Hz
[     8.216] (II) RADEON(0): 1024x768@75Hz
[     8.216] (II) RADEON(0): 1280x1024@75Hz
[     8.216] (II) RADEON(0): 1152x864@75Hz
[     8.216] (II) RADEON(0): Manufacturer's mask: 10
[     8.216] (II) RADEON(0): Supported standard timings:
[     8.216] (II) RADEON(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     8.216] (II) RADEON(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     8.216] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     8.216] (II) RADEON(0): #3: hsize: 1360  vsize 765  refresh: 60  vid: 49291
[     8.216] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     8.216] (II) RADEON(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     8.217] (II) RADEON(0): #6: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[     8.217] (II) RADEON(0): Supported detailed timing:
[     8.217] (II) RADEON(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[     8.217] (II) RADEON(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[     8.217] (II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[     8.217] (II) RADEON(0): Ranges: V min: 56 V max: 77 Hz, H min: 31 H max: 84 kHz, PixClock max 175 MHz
[     8.217] (II) RADEON(0): Serial No: LAV0C0288610
[     8.217] (II) RADEON(0): Monitor name: X223W
[     8.217] (II) RADEON(0): EDID (in hex):
[     8.217] (II) RADEON(0): 	00ffffffffffff0004720d00b6010074
[     8.217] (II) RADEON(0): 	28110103802f1e78eade95a3544c9926
[     8.217] (II) RADEON(0): 	0f5054bfef90a940714f81408bc09500
[     8.217] (II) RADEON(0): 	950f9040010121399030621a274068b0
[     8.217] (II) RADEON(0): 	3600da2811000019000000fd00384d1f
[     8.217] (II) RADEON(0): 	5411000a202020202020000000ff004c
[     8.217] (II) RADEON(0): 	41563043303238383631300a000000fc
[     8.217] (II) RADEON(0): 	0058323233570a20202020202020008b
[     8.217] (II) RADEON(0): Printing probed modes for output DVI-0
[     8.217] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
[     8.217] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     8.217] (II) RADEON(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[     8.217] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     8.217] (II) RADEON(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     8.217] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     8.217] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     8.217] (II) RADEON(0): Modeline "1360x768"x59.9   84.96  1366 1431 1567 1776  768 771 781 798 -hsync +vsync (47.8 kHz)
[     8.217] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     8.217] (II) RADEON(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     8.217] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     8.217] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     8.217] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     8.217] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     8.217] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     8.217] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     8.217] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     8.217] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     8.217] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     8.217] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     8.217] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     8.217] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     8.217] (II) RADEON(0): Output DisplayPort-0 disconnected
[     8.217] (II) RADEON(0): Output DVI-0 connected
[     8.217] (II) RADEON(0): Using exact sizes for initial modes
[     8.217] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050 +0+0
[     8.217] (II) RADEON(0): mem size init: gart size :7fbce000 vram size: s:80000000 visible:f332000
[     8.217] (==) RADEON(0): DPI set to (96, 96)
[     8.217] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[     8.217] (II) Loading sub module "ramdac"
[     8.217] (II) LoadModule: "ramdac"
[     8.217] (II) Module "ramdac" already built-in
[     8.217] (II) UnloadModule: "modesetting"
[     8.217] (II) Unloading modesetting
[     8.217] (II) UnloadModule: "fbdev"
[     8.217] (II) Unloading fbdev
[     8.217] (II) UnloadSubModule: "fbdevhw"
[     8.217] (II) Unloading fbdevhw
[     8.217] (II) UnloadModule: "vesa"
[     8.217] (II) Unloading vesa
[     8.217] (--) Depth 24 pixmap format is 32 bpp
[     8.218] (II) RADEON(0): [DRI2] Setup complete
[     8.218] (II) RADEON(0): [DRI2]   DRI driver: radeonsi
[     8.218] (II) RADEON(0): [DRI2]   VDPAU driver: radeonsi
[     8.218] (II) RADEON(0): Front buffer size: 7344K
[     8.218] (II) RADEON(0): VRAM usage limit set to 217490K
[     8.218] (II) RADEON(0): SYNC extension fences enabled
[     8.218] (II) RADEON(0): Present extension enabled
[     8.218] (==) RADEON(0): DRI3 enabled
[     8.218] (==) RADEON(0): Backing store enabled
[     8.218] (II) RADEON(0): Direct rendering enabled
[     8.219] (II) RADEON(0): Use GLAMOR acceleration.
[     8.219] (II) RADEON(0): Acceleration enabled
[     8.219] (==) RADEON(0): DPMS enabled
[     8.219] (==) RADEON(0): Silken mouse enabled
[     8.219] (II) RADEON(0): Set up textured video (glamor)
[     8.219] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[     8.219] (II) RADEON(0): [XvMC] Extension initialized.
[     8.219] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     8.219] (--) RandR disabled
[     8.222] (II) SELinux: Disabled on system
[     8.223] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     8.223] (II) AIGLX: enabled GLX_ARB_create_context
[     8.223] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     8.223] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     8.223] (II) AIGLX: enabled GLX_INTEL_swap_event
[     8.223] (II) AIGLX: enabled GLX_SGI_swap_control
[     8.223] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     8.223] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     8.223] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     8.224] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     8.224] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     8.225] (II) AIGLX: Loaded and initialized radeonsi
[     8.225] (II) GLX: Initialized DRI2 GL provider for screen 0
[     8.226] (II) RADEON(0): Setting screen physical size to 444 x 277
[     8.304] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     8.305] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.305] (II) LoadModule: "libinput"
[     8.305] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.308] (II) Module libinput: vendor="X.Org Foundation"
[     8.308] 	compiled for 1.19.6, module version = 0.27.1
[     8.308] 	Module class: X.Org XInput Driver
[     8.308] 	ABI class: X.Org XInput driver, version 24.1
[     8.308] (II) Using input driver 'libinput' for 'Power Button'
[     8.308] (**) Power Button: always reports core events
[     8.308] (**) Option "Device" "/dev/input/event1"
[     8.308] (**) Option "_source" "server/udev"
[     8.308] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.308] (II) event1  - Power Button: device is a keyboard
[     8.308] (II) event1  - Power Button: device removed
[     8.328] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     8.328] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.328] (**) Option "xkb_model" "pc105"
[     8.328] (**) Option "xkb_layout" "de"
[     8.343] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.343] (II) event1  - Power Button: device is a keyboard
[     8.343] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     8.343] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.343] (II) Using input driver 'libinput' for 'Power Button'
[     8.343] (**) Power Button: always reports core events
[     8.343] (**) Option "Device" "/dev/input/event0"
[     8.343] (**) Option "_source" "server/udev"
[     8.344] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.344] (II) event0  - Power Button: device is a keyboard
[     8.344] (II) event0  - Power Button: device removed
[     8.372] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     8.372] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     8.372] (**) Option "xkb_model" "pc105"
[     8.372] (**) Option "xkb_layout" "de"
[     8.372] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.372] (II) event0  - Power Button: device is a keyboard
[     8.372] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[     8.372] (II) No input driver specified, ignoring this device.
[     8.372] (II) This device may have been added with another device file.
[     8.373] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event6)
[     8.373] (II) No input driver specified, ignoring this device.
[     8.373] (II) This device may have been added with another device file.
[     8.373] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[     8.373] (II) No input driver specified, ignoring this device.
[     8.373] (II) This device may have been added with another device file.
[     8.373] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[     8.373] (II) No input driver specified, ignoring this device.
[     8.373] (II) This device may have been added with another device file.
[     8.373] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[     8.373] (II) No input driver specified, ignoring this device.
[     8.374] (II) This device may have been added with another device file.
[     8.374] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[     8.374] (II) No input driver specified, ignoring this device.
[     8.374] (II) This device may have been added with another device file.
[     8.374] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD (/dev/input/event2)
[     8.374] (**) SINO WEALTH USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[     8.374] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD'
[     8.374] (**) SINO WEALTH USB KEYBOARD: always reports core events
[     8.374] (**) Option "Device" "/dev/input/event2"
[     8.374] (**) Option "_source" "server/udev"
[     8.375] (II) event2  - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[     8.375] (II) event2  - SINO WEALTH USB KEYBOARD: device is a keyboard
[     8.375] (II) event2  - SINO WEALTH USB KEYBOARD: device removed
[     8.388] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:258A:1006.0001/input/input5/event2"
[     8.388] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD" (type: KEYBOARD, id 8)
[     8.388] (**) Option "xkb_model" "pc105"
[     8.388] (**) Option "xkb_layout" "de"
[     8.388] (II) event2  - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[     8.388] (II) event2  - SINO WEALTH USB KEYBOARD: device is a keyboard
[     8.389] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD (/dev/input/event3)
[     8.389] (**) SINO WEALTH USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[     8.389] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD'
[     8.389] (**) SINO WEALTH USB KEYBOARD: always reports core events
[     8.389] (**) Option "Device" "/dev/input/event3"
[     8.389] (**) Option "_source" "server/udev"
[     8.389] (II) event3  - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[     8.389] (II) event3  - SINO WEALTH USB KEYBOARD: device is a keyboard
[     8.389] (II) event3  - SINO WEALTH USB KEYBOARD: device removed
[     8.412] (II) libinput: SINO WEALTH USB KEYBOARD: needs a virtual subdevice
[     8.412] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:258A:1006.0002/input/input6/event3"
[     8.412] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD" (type: MOUSE, id 9)
[     8.412] (**) Option "AccelerationScheme" "none"
[     8.412] (**) SINO WEALTH USB KEYBOARD: (accel) selected scheme none/0
[     8.412] (**) SINO WEALTH USB KEYBOARD: (accel) acceleration factor: 2.000
[     8.412] (**) SINO WEALTH USB KEYBOARD: (accel) acceleration threshold: 4
[     8.412] (II) event3  - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[     8.412] (II) event3  - SINO WEALTH USB KEYBOARD: device is a keyboard
[     8.413] (II) config/udev: Adding input device Logitech Gaming Mouse G400 (/dev/input/event4)
[     8.413] (**) Logitech Gaming Mouse G400: Applying InputClass "libinput pointer catchall"
[     8.413] (**) Logitech Gaming Mouse G400: Applying InputClass "My Mouse"
[     8.413] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G400'
[     8.413] (**) Logitech Gaming Mouse G400: always reports core events
[     8.413] (**) Option "Device" "/dev/input/event4"
[     8.413] (**) Option "_source" "server/udev"
[     8.472] (II) event4  - Logitech Gaming Mouse G400: is tagged by udev as: Mouse
[     8.472] (II) event4  - Logitech Gaming Mouse G400: device set to 800 DPI
[     8.472] (II) event4  - Logitech Gaming Mouse G400: device is a pointer
[     8.472] (II) event4  - Logitech Gaming Mouse G400: device removed
[     8.516] (**) Option "AccelSpeed" "-1"
[     8.516] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:046D:C245.0003/input/input7/event4"
[     8.516] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G400" (type: MOUSE, id 10)
[     8.516] (**) Option "AccelerationScheme" "none"
[     8.516] (**) Logitech Gaming Mouse G400: (accel) selected scheme none/0
[     8.516] (**) Logitech Gaming Mouse G400: (accel) acceleration factor: 2.000
[     8.516] (**) Logitech Gaming Mouse G400: (accel) acceleration threshold: 4
[     8.576] (II) event4  - Logitech Gaming Mouse G400: is tagged by udev as: Mouse
[     8.576] (II) event4  - Logitech Gaming Mouse G400: device set to 800 DPI
[     8.576] (II) event4  - Logitech Gaming Mouse G400: device is a pointer
[     8.576] (II) config/udev: Adding input device Logitech Gaming Mouse G400 (/dev/input/mouse0)
[     8.576] (**) Logitech Gaming Mouse G400: Applying InputClass "My Mouse"
[     8.576] (II) No input driver specified, ignoring this device.
[     8.576] (II) This device may have been added with another device file.
[     8.581] (**) SINO WEALTH USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[     8.581] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD'
[     8.581] (**) SINO WEALTH USB KEYBOARD: always reports core events
[     8.581] (**) Option "Device" "/dev/input/event3"
[     8.581] (**) Option "_source" "_driver/libinput"
[     8.581] (II) libinput: SINO WEALTH USB KEYBOARD: is a virtual subdevice
[     8.581] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:258A:1006.0002/input/input6/event3"
[     8.581] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD" (type: KEYBOARD, id 11)
[     8.581] (**) Option "xkb_model" "pc105"
[     8.581] (**) Option "xkb_layout" "de"
[     9.028] (II) RADEON(0): EDID vendor "ACR", prod id 13
[     9.028] (II) RADEON(0): Using EDID range info for horizontal sync
[     9.028] (II) RADEON(0): Using EDID range info for vertical refresh
[     9.028] (II) RADEON(0): Printing DDC gathered Modelines:
[     9.028] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
[     9.028] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.028] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.028] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.028] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     9.028] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.028] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.028] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.028] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.028] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.028] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.028] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.028] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.028] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.028] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.028] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.028] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.028] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.028] (II) RADEON(0): Modeline "1366x768"x59.8   84.75  1366 1431 1567 1776  768 771 781 798 -hsync +vsync (47.7 kHz e)
[     9.028] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     9.028] (II) RADEON(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     9.028] (II) RADEON(0): Modeline "1400x1050"x0.0  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
ShampOo

Re: AMD driver

Post by ShampOo »

Finally found out what was wrong and I feel incredibly stupid for not checking for this right at the beginning. Apparently everything was working as it should out of the box. The problem was that I had my TV connected to the graphics card as well as my monitor and the TV (which was off) was recognized as Display 1. The screen I kept seeing was actually the wallpaper of Display 2 that made up the entire screen. The white and black screens I got under certain circumstances while trying to fix this "bug" might have been actual bugs though.

I apologize for the troubles this thread caused.

update: The amdgpu-pro driver doesn't work (white screen which is not the wallpaper of Display 2) but the amdgpu driver does work as does the default Radeon driver.
Locked

Return to “Graphics Cards & Monitors”