1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4. Identifier "single head configuration"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "InputDevice"
  10.  
  11. # keyboard added by rhpxl
  12. Identifier "Keyboard0"
  13. Driver "kbd"
  14. Option "XkbModel" "pc105"
  15. Option "XkbLayout" "de"
  16. Option "XkbVariant" "nodeadkeys"
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "Monitor0"
  21. ModelName "LCD Panel 1280x800"
  22. HorizSync 31.5 - 50.0
  23. VertRefresh 56.0 - 65.0
  24. Option "dpms"
  25. EndSection
  26.  
  27. Section "Device"
  28. Identifier "Videocard0"
  29. Driver "vesa"
  30. EndSection
  31.  
  32. Section "Screen"
  33. Identifier "Screen0"
  34. Device "Videocard0"
  35. Monitor "Monitor0"
  36. DefaultDepth 24
  37. SubSection "Display"
  38. Viewport 0 0
  39. Depth 24
  40. EndSubSection
  41. EndSection
  42.  
  43.