[xubuntu-users] /etc/X11/xorg.conf

Spass malysps at linux.pl
Tue Aug 27 07:31:16 UTC 2019


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




More information about the xubuntu-users mailing list