W dniu 27.08.2019 o 02:30, hans Schneidhofer pisze:
Now I should make an entry in "/etc/X11/xorg.conf" but I only found
this here :
/usr/share/X11/xorg.conf.d/00-amdgpu.conf
/usr/share/X11/xorg.conf.d/10-amdgpu.conf

The entry, I should make is :

Section "Device"
     Identifier "AMDGPU"
     Driver "amdgpu"
     Option "AccelMethod" "glamor"
     Option "DRI" "3"
EndSection

Has anyone an idea, what I have to do here ?


Hello,
if the file "/etc/X11/xorg.conf" doesn't exist you can just create it.

If you prefer GUI text editor use this command…
"pkexec mousepad /etc/X11/xorg.conf"
…then paste what you need and save.

If you prefer CLI use…
"sudo nano /etc/X11/xorg.conf"
…and add the needed entry, Ctrl+S to save, Ctrl+X to exit the editor.

Then reboot your system.

You can also consider using "/etc/X11/xorg.conf.d/20-amdgpu.conf" file instead "/etc/X11/xorg.conf", since that seems to be the new recommended way to configure Xorg. But both ways should work.

_____
Spass

--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users

Reply via email to