View difference between Paste ID: C1jiXRaM and SPGR28rC
SHOW: | | - or go back to the newest paste.
1
# xorg.conf (X.Org X Window System server configuration file)
2
#
3
# This file was generated by dexconf, the Debian X Configuration tool, using
4
# values from the debconf database.
5
#
6
# Edit this file with caution, and see the xorg.conf manual page.
7
# (Type "man xorg.conf" at the shell prompt.)
8
#
9
# This file is automatically updated on xserver-xorg package upgrades *only*
10
# if it has not been modified since the last upgrade of the xserver-xorg
11
# package.
12
#
13
# Note that some configuration settings that could be done previously
14
# in this file, now are automatically configured by the server and settings
15
# here are ignored.
16
#
17
# If you have edited this file but would like it to be automatically updated
18-
        Driver      "fglrx"
18+
# again, run the following command:
19-
	#Driver		"radeon"
19+
#   sudo dpkg-reconfigure -phigh xserver-xorg
20
21
Section "Monitor"
22
	Identifier   "Configured Monitor"
23
EndSection
24
25
Section "Monitor"
26-
	Monitor    "aticonfig-Monitor[0]-0"
26+
27
	Option	    "VendorName" "ATI Proprietary Driver"
28
	Option	    "ModelName" "Generic Autodetecting Monitor"
29
	Option	    "DPMS" "true"
30
	Option      "PreferredMode" "1680x1050"
31
	Option      "TargetRefresh" "60"
32
	Option      "Position" "0 0"
33
	Option      "Rotate" "normal"
34
	Option      "Disable" "false"
35
EndSection
36
37
Section "Monitor"
38
	Identifier   "0-LVDS"
39
	Option	    "VendorName" "ATI Proprietary Driver"
40
	Option	    "ModelName" "Generic Autodetecting Monitor"
41
	Option	    "DPMS" "true"
42
	Option	    "PreferredMode" "1440x900"
43
	Option	    "TargetRefresh" "60"
44
	Option	    "Position" "0 0"
45
	Option	    "Rotate" "normal"
46
	Option	    "Disable" "false"
47
EndSection
48
49
Section "Monitor"
50
	Identifier   "0-CRT1"
51
	Option	    "VendorName" "ATI Proprietary Driver"
52
	Option	    "ModelName" "Generic Autodetecting Monitor"
53
	Option	    "DPMS" "true"
54
	Option	    "PreferredMode" "1920x1080"
55
	Option	    "TargetRefresh" "60"
56
	Option	    "Position" "1680 0"
57
	Option	    "Rotate" "normal"
58
	Option	    "Disable" "false"
59
EndSection
60
61
Section "Screen"
62
	Identifier "Default Screen"
63
	Device     "Configured Video Device"
64
	Monitor    "Configured Monitor"
65
	DefaultDepth     24
66
	SubSection "Display"
67
		Virtual	3600 1200
68
	EndSubSection
69
EndSection
70
71
Section "Screen"
72
	Identifier "aticonfig-Screen[0]-0"
73
	Device     "aticonfig-Device[0]-0"
74
	DefaultDepth     24
75
	SubSection "Display"
76
		Viewport   0 0
77
		Depth     24
78
		Virtual	3600 1200
79
	EndSubSection
80
EndSection
81
82
Section "Screen"
83
	Identifier "amdcccle-Screen[1]-1"
84
	Device     "amdcccle-Device[1]-1"
85
	DefaultDepth     24
86
	SubSection "Display"
87
		Viewport   0 0
88
		Depth     24
89
		Virtual	3600 1200
90
	EndSubSection
91
EndSection
92
93
Section "Module"
94
	Load  "glx"
95
EndSection
96
97
Section "ServerLayout"
98
	Identifier     "aticonfig Layout"
99
	Screen      0  "aticonfig-Screen[0]-0" 0 0
100
EndSection
101
102
Section "Device"
103
	Identifier  "Configured Video Device"
104
	Option	    "UseFBDev" "false"
105
EndSection
106
107
Section "Device"
108
	Identifier  "aticonfig-Device[0]-0"
109
	Driver      "fglrx"
110
	Option	    "Monitor-LVDS" "0-LVDS"
111
	BusID       "PCI:1:0:0"
112
EndSection
113
114
Section "Device"
115
	Identifier  "amdcccle-Device[1]-1"
116
	Driver      "fglrx"
117
	Option	    "Monitor-LVDS" "0-LVDS"
118
	BusID       "PCI:1:0:0"
119
	Screen      1
120
EndSection