Advertisement
Guest User

Untitled

a guest
Mar 19th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4.         Identifier     "seat0"
  5.         Screen      0  "Screen0" 0 0
  6.         InputDevice    "Keyboard0" "CoreKeyboard"
  7.         InputDevice    "Mouse0" "CorePointer"
  8. #       Option "AutoAddDevices" "false"
  9. EndSection
  10.  
  11.  
  12. Section "InputDevice"
  13.         Identifier  "Keyboard0"
  14.         Driver      "evdev"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.         Identifier  "Mouse0"
  19.         Driver      "evdev"
  20. EndSection
  21.  
  22. Section "Device"
  23.         Identifier  "Card0"
  24.         Driver      "nouveau"
  25. EndSection
  26.  
  27. Section "Screen"
  28.         Identifier "Screen0"
  29.         Device     "Card0"
  30.         DefaultDepth     24
  31.         SubSection "Display"
  32.                 Viewport   0 0
  33.                 Depth     24
  34.         EndSubSection
  35. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement