User Tools

Site Tools


notes:xorg.conf_snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
notes:xorg.conf_snippets [2020/06/02 05:14] Sean Rhonenotes:xorg.conf_snippets [2020/09/05 05:56] Sean Rhone
Line 1: Line 1:
 +====== Xorg Drivers ======
 +
 +===== openSUSE =====
 +
 +  sudo zypper search 'xf86-video'
 +
 +  xf86-video-amdgpu
 +
 +  xf86-video-ati
 +
 +  xf86-video-intel
 +
 +===== Fedora =====
 +
 +  sudo dnf search 'xorg-x11-drv'
 +
 +  xorg-x11-drv-amdgpu
 +
 ====== Monitor/Display ====== ====== Monitor/Display ======
  
Line 118: Line 136:
  
   * :!: The ''Modeline'' expects an Acer S271HL monitor to be used over DVI   * :!: The ''Modeline'' expects an Acer S271HL monitor to be used over DVI
 +  * This works with ''modesetting''
  
-  sudo dnf install 'xorg-x11-drv-ati' -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'+  sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'
  
 <code> <code>
Line 126: Line 145:
     Modeline "1920x1080_75"  164.61  1920 1944 1976 2008  1080 1083 1088 1093 +hsync +vsync     Modeline "1920x1080_75"  164.61  1920 1944 1976 2008  1080 1083 1088 1093 +hsync +vsync
     Option      "PreferredMode" "1920x1080_75"     Option      "PreferredMode" "1920x1080_75"
-EndSection 
- 
-Section "OutputClass" 
-    Identifier  "AMD Graphics" 
-    MatchDriver "radeon" 
-    Driver      "radeon" 
-    Option      "DRI"               "3" 
-    Option      "SwapbuffersWait"   "0" 
-    Option      "TearFree"          "0" 
-    Option      "AccelMethod"       "EXA" 
 EndSection</code> EndSection</code>
  
/var/www/wiki/data/pages/notes/xorg.conf_snippets.txt · Last modified: 2024/05/02 03:12 by Sean Rhone