Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.80 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier     "amdcccle Layout"
  3.     Screen      0  "amdcccle-Screen[1]-0" 0 0
  4. EndSection
  5.  
  6. Section "Monitor"
  7.     Identifier   "0-DFP3"
  8.     Option      "VendorName" "ATI Proprietary Driver"
  9.     Option      "ModelName" "Generic Autodetecting Monitor"
  10.     Option      "DPMS" "true"
  11.     Option      "PreferredMode" "1280x1024"
  12.     Option      "TargetRefresh" "60"
  13.     Option      "Position" "1280 0"
  14.     Option      "Rotate" "normal"
  15.     Option      "Disable" "false"
  16. EndSection
  17.  
  18. Section "Monitor"
  19.     Identifier   "0-DFP4"
  20.     Option      "VendorName" "ATI Proprietary Driver"
  21.     Option      "ModelName" "Generic Autodetecting Monitor"
  22.     Option      "DPMS" "true"
  23.     Option      "PreferredMode" "1280x1024"
  24.     Option      "TargetRefresh" "60"
  25.     Option      "Position" "0 0"
  26.     Option      "Rotate" "normal"
  27.     Option      "Disable" "false"
  28. EndSection
  29.  
  30. Section "Device"
  31.     Identifier  "ATI"
  32.     Driver      "fglrx"
  33. EndSection
  34.  
  35. Section "Device"
  36.     Identifier  "amdcccle-Device[1]-0"
  37.     Driver      "fglrx"
  38.     Option      "Monitor-DFP3" "0-DFP3"
  39.     Option      "Monitor-DFP4" "0-DFP4"
  40.     BusID       "PCI:1:0:0"
  41.     Option      "AGPMode" "8"
  42.     Option      "no_accel" "no"
  43.     Option      "AccelMethod" "XAA"
  44.     Option      "FSAAEnable" "on"
  45.     Option      "FSAAScale" "2"
  46. EndSection
  47.  
  48. Section "Screen"
  49.     Identifier "Default Screen"
  50.     DefaultDepth     24
  51. EndSection
  52.  
  53. Section "Screen"
  54.     Identifier "amdcccle-Screen[1]-0"
  55.     Device     "amdcccle-Device[1]-0"
  56.     DefaultDepth     24
  57.     SubSection "Display"
  58.         Viewport   0 0
  59.         Virtual   2560 2560
  60.         Depth     24
  61.     EndSubSection
  62. EndSection
  63.  
  64. Section "InputClass"
  65.         Identifier             "keyboard-layout"
  66.         MatchIsKeyboard        "on"
  67.         Option "XkbLayout"     "de"
  68.         Option "XkbOptions"    "caps:super"
  69. EndSection
  70.  
  71. Section "Files"
  72.         FontPath     "/usr/share/fonts/local/"
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement