mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.8 KiB

  1. Section "Module"
  2. Load "dbe"
  3. Load "glx"
  4. SubSection "extmod"
  5. Option "omit xfree86-dga"
  6. EndSubSection
  7. Load "type1"
  8. Load "speedo"
  9. EndSection
  10. Section "Files"
  11. RgbPath "/usr/X11R6/lib/X11/rgb"
  12. FontPath "/usr/X11R6/lib/X11/fonts/local/"
  13. FontPath "/usr/X11R6/lib/X11/fonts/misc/"
  14. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  15. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  16. FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
  17. FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
  18. FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
  19. FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
  20. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
  21. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
  22. EndSection
  23. Section "ServerFlags"
  24. EndSection
  25. Section "InputDevice"
  26. Identifier "Keyboard1"
  27. Driver "Keyboard"
  28. Option "AutoRepeat" "500 30"
  29. Option "XkbRules" "xfree86"
  30. Option "XkbModel" "pc101"
  31. Option "XkbLayout" "us"
  32. EndSection
  33. Section "InputDevice"
  34. Identifier "Mouse1"
  35. Driver "mouse"
  36. Option "Protocol" "Auto"
  37. Option "Device" "/dev/misc/psaux"
  38. EndSection
  39. Section "Monitor"
  40. Identifier "LVP Monitor"
  41. HorizSync 31.5, 35.15, 35.5
  42. VertRefresh 40-150
  43. EndSection
  44. Section "Device"
  45. Identifier "LVP Card"
  46. Driver "LVPDEVICE"
  47. EndSection
  48. Section "Screen"
  49. Identifier "Screen 1"
  50. Device "LVP Card"
  51. Monitor "LVP Monitor"
  52. DefaultDepth 16
  53. Subsection "Display"
  54. Depth 16
  55. Modes "1024x768"
  56. ViewPort 0 0
  57. EndSubsection
  58. EndSection
  59. Section "ServerLayout"
  60. Identifier "Simple Layout"
  61. Screen "Screen 1"
  62. InputDevice "Mouse1" "CorePointer"
  63. InputDevice "Keyboard1" "CoreKeyboard"
  64. EndSection