Advertisement
Guest User

Untitled

a guest
Jun 18th, 2010
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ cat /etc/X11/xorg.conf
  2. Section "Device"
  3.         Identifier      "Geode Device 0"
  4.         Driver  "geode"
  5. EndSection
  6.  
  7. Section "Monitor"
  8.        Identifier "Inverted Monitor"
  9. #      Option "Rotate" "normal"
  10. #       Option "Rotate" "UD"
  11.        Option "Rotate" "INVERT"
  12. EndSection
  13.  
  14. Section "Screen"
  15.         Identifier      "Geode Screen 0"
  16.         Device  "Geode Device 0"
  17.         Monitor "Inverted Monitor"
  18.         DefaultDepth    24
  19.         SubSection "Display"
  20.                 Depth   24
  21.                 Modes   "1024x768"
  22.         EndSubSection
  23. EndSection
  24.  
  25. Section "ServerLayout"
  26.         Identifier      "Default Layout"
  27.         Screen  "Geode Screen 0"
  28. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement