Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.85 KB | None | 0 0
  1. [maxik@m-Arch ~]$ cat /etc/X11/xorg.conf
  2. #Section "Module"
  3. #       Load "dri2"
  4. #       Load "glamoregl"
  5. #EndSection
  6. Section "Device"
  7.     Identifier "Radeon"
  8.     Driver "radeon"
  9.     Option "ColorTiling" "on"
  10.     Option "DRI3" "on"
  11.     Option "DRI" "3"
  12.     #Option "EnablePageFlip" "on"
  13.     #Option "AccelMethod" "Glamor"
  14. EndSection
  15. Section "Screen"
  16.     Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
  17.     Device                 "Device0"
  18.     Monitor                "Monitor0"
  19. #    DefaultDepth           24 #Choose the depth (16||24)
  20.     SubSection             "Display"
  21. #        Depth              24
  22.         Modes              "1920x1080" #Choose the resolution
  23.     EndSubSection
  24. EndSection
  25. [maxik@m-Arch ~]$ cat /var/log/Xorg.0.log | grep DRI3
  26. [    19.135] (WW) RADEON(0): Option "DRI3" is not used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement