Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier    "Monitor"
  3. EndSection
  4.  
  5. Section "Device"
  6.     Identifier "Device"
  7.     Driver     "intel"
  8.     Option     "DRI" "false"
  9.     Option     "RandRRotation"
  10.     Option     "Rotate" "CCW"
  11. EndSection
  12.  
  13. Section "Screen"
  14.     Identifier    "Screen"
  15.     Device        "Device"
  16.     Monitor       "Monitor"
  17.     DefaultDepth  16
  18.     Option        "RandRRotation" "on"
  19.     Option        "Rotate" "CCW"
  20. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement