Advertisement
Guest User

Coadey

a guest
Jul 24th, 2009
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # xorg.conf (X.Org X Window System server configuration file)
  2.  
  3. Section "InputDevice"
  4. Identifier "Generic Keyboard"
  5. Driver "kbd"
  6. Option "XkbRules" "xorg"
  7. Option "XkbModel" "pc104"
  8. Option "XkbLayout" "us"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. Identifier "Configured Mouse"
  13. Driver "void"
  14. EndSection
  15.  
  16. Section "Device"
  17. Identifier "RadeonPCIe"
  18. Driver "radeon"
  19. Option "Monitor-DVI-0" "ArcadeMonitor"
  20. Option "AccelMethod" "EXA"
  21. Option "EXAVSync" "true"
  22. Option "IgnoreEDID" "true"
  23. EndSection
  24.  
  25. Section "Monitor"
  26. Identifier "ArcadeMonitor"
  27. VendorName "WellsGardner"
  28. ModelName "K7400"
  29. HorizSync 15.7 - 15.9
  30. VertRefresh 47.0 - 63.0
  31. Option "Enable" "true"
  32. # Below are a few known-working modelines for testing
  33. Modeline "320x240x59.89" 6.048000 320 328 360 384 240 244 247 263 -HSync -VSync
  34. Modeline "480x240x59.89" 9.072000 480 496 544 576 240 244 247 263 -HSync -VSync
  35. Modeline "640x240x59.89" 12.096000 640 656 720 768 240 244 247 263 -HSync -VSync
  36. Modeline "640x480x30.00" 12.096000 640 656 720 768 480 488 494 525 -HSync -VSync interlace
  37. EndSection
  38.  
  39. Section "Screen"
  40. Identifier "Screen"
  41. Device "RadeonPCIe"
  42. Monitor "ArcadeMonitor"
  43. DefaultDepth 24
  44. SubSection "Display"
  45. Depth 24
  46. Modes "640x480x30.00"
  47. EndSubSection
  48. EndSection
  49.  
  50. Section "ServerLayout"
  51. Identifier "Default Layout"
  52. Screen "Screen"
  53. InputDevice "Generic Keyboard"
  54. InputDevice "Configured Mouse"
  55. Option "BlankTime" "0"
  56. Option "StandbyTime" "0"
  57. Option "SuspendTime" "0"
  58. Option "OffTime" "0"
  59. Option "NoPM" "True"
  60. EndSection
  61.  
  62. Section "Module"
  63. Load "dri"
  64. Load "glx"
  65. Load "ddc"
  66. SubSection "ddc"
  67. Option "NoDDC" "on"
  68. Option "NoDDC1" "on"
  69. Option "NoDDC2" "on"
  70. EndSubSection
  71. EndSection
  72.  
  73. Section "DRI"
  74. Mode 0666
  75. EndSection
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement