Advertisement
Guest User

xorg.conf

a guest
Sep 11th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1.  
  2. # Config for arcade_15 Monitor and ati Video Card
  3.  
  4. Section "ServerLayout"
  5. Identifier "General"
  6. Screen 0 "Screen0" 0 0
  7. InputDevice "WiiMote0"
  8. InputDevice "WiiMote1"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. Identifier "WiiMote0"
  13. Driver "evdev"
  14. Option "Device" "/dev/input/event7"
  15. Option "SendCoreEvents" "True"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19. Identifier "WiiMote1"
  20. Driver "evdev"
  21. Option "Device" "/dev/input/event8"
  22. Option "SendCoreEvents" "True"
  23. EndSection
  24.  
  25.  
  26. Section "Monitor"
  27. Identifier "DVI-0"
  28. VendorName "Unknown"
  29. ModelName "Unknown"
  30.  
  31. HorizSync 15-50
  32. VertRefresh 40-80
  33.  
  34. Option "DPMS" "False"
  35.  
  36. Option "DefaultModes" "False"
  37. UseModes "ArcadeModes"
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "Card0"
  42. VendorName "Unknown"
  43. BoardName "Unknown"
  44.  
  45. Driver "radeon"
  46. #Option "GLXVBlank" "true"
  47. BusID "PCI:18:00:0"
  48.  
  49. Option "ModeDebug" "true"
  50.  
  51. Option "monitor-DVI-0" "DVI-0"
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "Screen0"
  56. Device "Card0"
  57. Monitor "DVI-0"
  58. DefaultDepth 24
  59. SubSection "Display"
  60. Viewport 0 0
  61. Depth 8
  62. EndSubSection
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 16
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 24
  70. EndSubSection
  71. EndSection
  72.  
  73.  
  74. Section "Modes"
  75. Identifier "ArcadeModes"
  76. # 648x480@60.00 15.6300Khz
  77. ModeLine "648x480x60.00" 13.129200 648 672 736 840 480 482 488 521 -HSync -VSync interlace
  78.  
  79. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement