Sie sind nicht angemeldet.

1

17.08.2009, 16:12

xorg radeon treiber Dual Monitor

Wo liegt der Fehler? Bei mir zeigt er auf beiden Bildenschirmen das gleiche an, ist etwas doof. xD


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#Section "ServerFlags"
#	Option "Xinerama" "On"
#EndSection

Section "ServerLayout"
    	Identifier 	"X.org Configured"
    	Screen  	0  "Screen0" 0 0
#   	Screen     	"Screen1" RightOf "Screen0"
    	InputDevice	"Mouse0" "CorePointer"
    	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    	ModulePath   "/usr/lib64/xorg/modules"
    	FontPath 	"/usr/share/fonts/misc/"
    	FontPath 	"/usr/share/fonts/TTF/"
    	FontPath 	"/usr/share/fonts/OTF"
    	FontPath 	"/usr/share/fonts/Type1/"
    	FontPath 	"/usr/share/fonts/100dpi/"
    	FontPath 	"/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    	Load  "extmod"
    	Load  "record"
    	Load  "dbe"
    	Load  "v4l" # Video for Linux
    	Load  "xtrap"
    	Load  "dri"
    	Load  "glx"
EndSection

Section "InputDevice"
    	Identifier  "Keyboard0"
    	Driver  	"kbd"
EndSection

Section "InputDevice"
    	Identifier  "Mouse0"
    	Driver  	"mouse"
    	Option  	"Protocol" "auto"
    	Option  	"Device" "/dev/input/mice"
    	Option  	"ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    	Identifier   "Monitor0"
    	VendorName   "Monitor Vendor"
    	ModelName	"Monitor Model"
EndSection

Section "Monitor"
    	Identifier   "Monitor1"
    	VendorName   "Monitor Vendor"
    	ModelName	"Monitor Model"
EndSection

Section "Device"
    	### Available Driver options are:-
    	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    	### [arg]: arg optional
    	#Option 	"NoAccel"               	# [<bool>]
    	#Option 	"SWcursor"              	# [<bool>]
    	#Option 	"Dac6Bit"               	# [<bool>]
    	#Option 	"Dac8Bit"               	# [<bool>]
    	#Option 	"BusType"               	# [<str>]
    	#Option 	"CPPIOMode"             	# [<bool>]
    	#Option 	"CPusecTimeout"         	# <i>
    	#Option 	"AGPMode"               	# <i>
    	#Option 	"AGPFastWrite"          	# [<bool>]
    	#Option 	"AGPSize"               	# <i>
    	#Option 	"GARTSize"              	# <i>
    	#Option 	"RingSize"              	# <i>
    	#Option 	"BufferSize"            	# <i>
    	#Option 	"EnableDepthMoves"      	# [<bool>]
    	#Option 	"EnablePageFlip"        	# [<bool>]
    	#Option 	"NoBackBuffer"          	# [<bool>]
    	#Option 	"DMAForXv"              	# [<bool>]
    	#Option 	"FBTexPercent"          	# <i>
    	#Option 	"DepthBits"             	# <i>
    	#Option 	"PCIAPERSize"           	# <i>
    	#Option 	"AccelDFS"              	# [<bool>]
    	#Option 	"IgnoreEDID"            	# [<bool>]
    	#Option 	"DisplayPriority"       	# [<str>]
    	#Option 	"PanelSize"             	# [<str>]
    	#Option 	"ForceMinDotClock"      	# <freq>
    	#Option 	"ColorTiling"           	# [<bool>]
    	#Option 	"VideoKey"              	# <i>
    	#Option 	"RageTheatreCrystal"    	# <i>
    	#Option 	"RageTheatreTunerPort"  	# <i>
    	#Option 	"RageTheatreCompositePort"  # <i>
    	#Option 	"RageTheatreSVideoPort" 	# <i>
    	#Option 	"TunerType"             	# <i>
    	#Option 	"RageTheatreMicrocPath" 	# <str>
    	#Option 	"RageTheatreMicrocType" 	# <str>
    	#Option 	"ScalerWidth"           	# <i>
    	#Option 	"RenderAccel"           	# [<bool>]
    	#Option 	"SubPixelOrder"         	# [<str>]
    	#Option 	"ShowCache"             	# [<bool>]
    	#Option 	"DynamicClocks"         	# [<bool>]
    	#Option 	"VGAAccess"             	# [<bool>]
    	#Option 	"ReverseDDC"            	# [<bool>]
    	#Option 	"LVDSProbePLL"          	# [<bool>]
    	#Option 	"AccelMethod"           	# <str>
    	#Option 	"DRI"                   	# [<bool>]
    	#Option 	"ConnectorTable"        	# <str>
    	#Option 	"DefaultConnectorTable" 	# [<bool>]
    	#Option 	"DefaultTMDSPLL"        	# [<bool>]
    	#Option 	"TVDACLoadDetect"       	# [<bool>]
    	#Option 	"ForceTVOut"            	# [<bool>]
    	#Option 	"TVStandard"            	# <str>
    	#Option 	"IgnoreLidStatus"       	# [<bool>]
    	#Option 	"DefaultTVDACAdj"       	# [<bool>]
    	#Option 	"Int10"                 	# [<bool>]
    	#Option 	"EXAVSync"              	# [<bool>]
    	#Option 	"ATOMTVOut"             	# [<bool>]
    	#Option 	"R4xxATOM"              	# [<bool>]
    	Identifier  "Card0"
    	Driver  	"radeon"
    	VendorName  "ATI Technologies Inc"
    	BoardName   "Radeon X1650 Pro"
    	BusID   	"PCI:2:0:0"
    	Option  	"DynamicClocks" "on" # optional
    	Option  	"MergedFB"  "true"
    	Option  	"CRT2Position" "LeftOf"
#   	Screen  	0
EndSection

Section "Device"
    	Identifier  "Card1"
    	Driver  	"radeon"
    	VendorName  "ATI Technologies Inc"
    	BoardName   "Radeon X1650 Pro"
    	BusID   	"PCI:2:0:1"
#    	Screen  	1
EndSection


Section "Screen"
    	Identifier "Screen0"
    	Device 	"Card0"
    	Monitor	"Monitor0"
    	SubSection "Display"
            	Viewport   0 0
            	Depth 	24
            	Modes	"1280x1024" "1024x768" "800x600" "640x480"
            	Virtual   2560 1024 #The first value is the summ of horizontal resolutions your displays use

    	EndSubSection
EndSection

Section "Screen"
    	Identifier "Screen1"
    	Device 	"Card1"
    	Monitor	"Monitor1"
    	SubSection "Display"
            	Viewport   0 0
            	Depth 	24
    	EndSubSection
EndSection

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »donnie-darko« (22.08.2009, 19:10)


3

21.08.2009, 12:42

Du musst denn im Section "Screen"
folgende Option hinzufügen

Quellcode

1
Option     	"TwinView" "True"


Mein ganze Xorg.conf sieht folgendemaßen aus:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue May 12 12:47:02 PDT 2009


Section "ServerLayout"
	Identifier 	"X.org Configured"
	Screen  	0  "Screen0" 0 0
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath  	"/usr/lib/xorg/modules"
	FontPath    	"/usr/share/fonts/misc/"
	FontPath    	"/usr/share/fonts/TTF/"
	FontPath    	"/usr/share/fonts/OTF"
	FontPath    	"/usr/share/fonts/Type1/"
	FontPath    	"/usr/share/fonts/100dpi/"
	FontPath    	"/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load       	"dbe"
	Load       	"record"
	Load       	"xtrap"
	Load       	"glx"
	Load       	"extmod"
EndSection

Section "InputDevice"
	Identifier 	"Keyboard0"
	Driver     	"kbd"
	Option     	"XkbLayout" "de"
	Option     	"XkbModel" "pc105"
	Option     	"XkbVariant" "nodeadkeys"
	Option     	"CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier 	"Mouse0"
	Driver     	"mouse"
	Option     	"Protocol" "auto"
	Option     	"Device" "/dev/input/mice"
	Option     	"ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier 	"Monitor0"
	VendorName 	"Monitor Vendor"
	ModelName  	"Monitor Model"
EndSection

Section "Device"
	Identifier 	"Card0"
	Driver     	"nvidia"
	VendorName 	"nVidia Corporation"
	BoardName  	"GeForce 8400 GS"
EndSection

Section "Screen"
	Identifier 	"Screen0"
	Device     	"Card0"
	Monitor    	"Monitor0"
	Option     	"TwinView" "True"
	SubSection 	"Display"
    	Viewport	0 0
	EndSubSection
	SubSection 	"Display"
    	Viewport	0 0
    	Depth   	4
	EndSubSection
	SubSection 	"Display"
    	Viewport	0 0
    	Depth   	8
	EndSubSection
	SubSection 	"Display"
    	Viewport	0 0
    	Depth   	15
	EndSubSection
	SubSection 	"Display"
    	Viewport	0 0
    	Depth   	16
	EndSubSection
	SubSection 	"Display"
    	Viewport	0 0
    	Depth   	24
	EndSubSection
EndSection


MfG
_seeker_

4

22.08.2009, 16:52

Hat leider auch nicht funktioniert.


Er schreibt mir in der "/var/log/Xorg.0.log"

Quellcode

1
2
3
4
5
6
(WW) RADEONHD(0): Option "DynamicClocks" is not used
(WW) RADEONHD(0): Option "MergedFB" is not used
(WW) RADEONHD(0): Option "OverlayOnCRTC2" is not used
(WW) RADEONHD(0): Option "CRT2Position" is not used
(WW) RADEONHD(0): Option "CloneMode" is not used
(WW) RADEONHD(0): Option "TwinView" is not used

5

22.08.2009, 19:09

Problem geloest.... Es funktioniert wunderbar mit:


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
#       Load  "v4l" # Video for Linux
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        Option       "RightOf"  "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "DMAForXv"                  # [<bool>]
        #Option     "FBTexPercent"              # <i>
        #Option     "DepthBits"                 # <i>
        #Option     "PCIAPERSize"               # <i>
        #Option     "AccelDFS"                  # [<bool>]
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "DisplayPriority"           # [<str>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForceMinDotClock"          # <freq>
        #Option     "ColorTiling"               # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "RageTheatreCrystal"        # <i>
        #Option     "RageTheatreTunerPort"      # <i>
        #Option     "RageTheatreCompositePort"  # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"                 # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"               # <i>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "DynamicClocks"             # [<bool>]
        #Option     "VGAAccess"                 # [<bool>]
        #Option     "ReverseDDC"                # [<bool>]
        #Option     "LVDSProbePLL"              # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "DRI"                       # [<bool>]
        #Option     "ConnectorTable"            # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"            # [<bool>]
        #Option     "TVDACLoadDetect"           # [<bool>]
        #Option     "ForceTVOut"                # [<bool>]
        #Option     "TVStandard"                # <str>
        #Option     "IgnoreLidStatus"           # [<bool>]
        #Option     "DefaultTVDACAdj"           # [<bool>]
        #Option     "Int10"                     # [<bool>]
        #Option     "EXAVSync"                  # [<bool>]
        #Option     "ATOMTVOut"                 # [<bool>]
        #Option     "R4xxATOM"                  # [<bool>]
        Identifier  "Card0"
        Driver      "radeonhd"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon X1650 Pro"
        BusID       "PCI:2:0:0"
        Option      "DynamicClocks" "on" # optional
        Option      "monitor-DVI-I_1/digital" "Monitor0"
        Option      "monitor-DVI-I_2/digital" "Monitor1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
                Virtual   2560 1024 #The first value is the summ of horizontal resolutions your displays use
        EndSubSection
EndSection