Advertisement
Guest User

mach64 xorg.conf

a guest
Jan 4th, 2013
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen "Screen0"
  4. Option "BackingStore" "True"
  5. EndSection
  6.  
  7. Section "Monitor"
  8. Identifier "Monitor0"
  9. VendorName "Monitor Vendor"
  10. ModelName "Monitor Model"
  11. EndSection
  12.  
  13. Section "Device"
  14. Identifier "Card0"
  15. Driver "mach64"
  16. BoardName "3D Rage LT Pro"
  17. BusID "PCI:0:17:0"
  18. #Option "DMAMode" "async"
  19. #Option "ForcePCIMode" "false"
  20. #Option "AgpMode" "2"
  21. #Option "AgpSize" "32"
  22. #Option "Buffersize" "2"
  23. #Option "LocalTextures" "true"
  24. Option "accel" "true"
  25. Option "RenderAccel" "true"
  26. Option "AccelMethod" "XAA"
  27. EndSection
  28.  
  29. Section "Module"
  30. Load "glx"
  31. Load "dri"
  32. Load "dri2"
  33. EndSection
  34.  
  35. Section "DRI"
  36. Mode 0666
  37. EndSection
  38.  
  39. Section "Screen"
  40. Identifier "Screen0"
  41. Device "Card0"
  42.  
  43. Subsection "Display"
  44. Depth 1
  45. Modes "1024x768"
  46. EndSubSection
  47. SubSection "Display"
  48. Depth 4
  49. Modes "1024x768"
  50. EndSubSection
  51. SubSection "Display"
  52. Depth 8
  53. Modes "1024x768"
  54. EndSubSection
  55. SubSection "Display"
  56. Depth 15
  57. Modes "1024x768"
  58. EndSubSection
  59. SubSection "Display"
  60. Depth 16
  61. Modes "1024x768"
  62. EndSubSection
  63. SubSection "Display"
  64. Depth 24
  65. Modes "1024x768"
  66. EndSubSection
  67. EndSection
  68.  
  69. Section "Extensions"
  70. Option "Composite" "Enable"
  71. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement