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 revisionBoth sides next revision
notes:xorg.conf_snippets [2020/06/02 05:14] Sean Rhonenotes:xorg.conf_snippets [2020/06/12 03:14] – [Nightwane] Sean Rhone
Line 118: Line 118:
  
   * :!: 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 127:
     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: 2023/05/28 23:33 by Sean Rhone