Ubuntu Pastebin

Paste from lee at Sun, 26 Apr 2015 10:52:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Section "Monitor"
	Identifier   "DVI-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "2560x1440"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
	Option      "Primary" "true"
EndSection

Section "Monitor"
	Identifier   "HDMI-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "800x600"
	Option	    "TargetRefresh" "85.1"
	Option	    "Position" "2560 0"
	Option	    "Rotate" "left"
	Option	    "Disable" "false"
EndSection
Download as text