Gentoo Archives: gentoo-amd64

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] FGLRX: Option SwapScreens in xorg.conf not working
Date: Fri, 26 Jun 2009 23:09:41
Message-Id: 200906270109.25942.volkerarmin@googlemail.com
In Reply to: [gentoo-amd64] FGLRX: Option SwapScreens in xorg.conf not working by "Sebastian Beßler"
1 On Samstag 27 Juni 2009, Sebastian Beßler wrote:
2 > Hello,
3 >
4 > I have a ATI Radeon HD3650 setup as DualHead (two seperate Screens :0.0
5 > and :0.1) with my main-monitor on vga and my TV on HDMI. This worked
6 > with the fglrx-driver and Option Swap-Screens on in the Drivers-Section
7 > in xorg.conf flawless until I tried the radeonhd-driver.
8 >
9 > For that I moved my xorg.conf to a save place and made a totaly new from
10 > scratch.
11 >
12 > Because of my failure to create a DualHead-Setup with radeonhd (all I
13 > get is a crappy BigScreen with windows maximising to both monitors) I
14 > switched back to fglrx.
15 >
16 > For that I copied the saved xorg.conf back and rebooted.
17 >
18 > But now the SwapScreens option in xorg.conf is ignored.
19 > The log shows (**) fglrx(0): Option "SwapScreens" "on" but the screens
20 > are wrong.
21 >
22 > Commenting out or setting it to off doesn't work either.
23 >
24 > The Option is needed as digital output is preferred over analog vga so
25 > that my TV is set as primary screen. As my monitor is connected to
26 > analog vga (with an adapter as the card only has 2 DVI) that is totaly
27 > unacceptable.
28 >
29 > I tried every version of the fglrx-driver (inclusive 9.6 today) that is
30 > in portage.
31 >
32 > I tried using aticonfig --initial --swap-screens=on so that
33 > /etc/ati/amdpcsdb gets updated, but without any luck.
34 >
35 > Now I am out of ideas.
36 >
37 > If anybody has a working DualHead with to seperated screens (:0.0 and
38 >
39 > :0.1) with radeonhd (the normal radeon doesn't work as it can't use
40 >
41 > HDMI) equal if statically in xorg.conf or dynamically with xrandr that
42 > would be cool too.
43 >
44 > I take every solution as long as I don't need to buy a new monitor and
45 > have to seperated screens.
46 >
47 > Greetings
48 >
49 > Sebastian Beßler
50 >
51 > ***************************************************************************
52 >* My xorg.conf:
53 >
54 > Section "ServerLayout"
55 > Identifier "aticonfig Layout"
56 > Screen 0 "aticonfig-Screen[0]-0" 0 0
57 > Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
58 > EndSection
59 >
60 > Section "Files"
61 > EndSection
62 >
63 > Section "Module"
64 > EndSection
65 >
66 > Section "ServerFlags"
67 > Option "DontZap" "off"
68 > Option "Xinerama" "off"
69 > EndSection
70 >
71 > Section "Monitor"
72 > Identifier "aticonfig-Monitor[0]-0"
73 > Option "VendorName" "ATI Proprietary Driver"
74 > Option "ModelName" "Generic Autodetecting Monitor"
75 > Option "DPMS" "true"
76 > EndSection
77 >
78 > Section "Monitor"
79 > Identifier "aticonfig-Monitor[0]-1"
80 > Option "VendorName" "ATI Proprietary Driver"
81 > Option "ModelName" "Generic Autodetecting Monitor"
82 > Option "DPMS" "true"
83 > EndSection
84 >
85 > Section "Device"
86 > Identifier "aticonfig-Device[0]-0"
87 > Driver "fglrx"
88 > Option "SwapScreens" "on"
89 > BusID "PCI:2:0:0"
90 > EndSection
91 >
92 > Section "Device"
93 > Identifier "aticonfig-Device[0]-1"
94 > Driver "fglrx"
95 > BusID "PCI:2:0:0"
96 > Screen 1
97 > EndSection
98 >
99 > Section "Screen"
100 > Identifier "aticonfig-Screen[0]-0"
101 > Device "aticonfig-Device[0]-0"
102 > Monitor "aticonfig-Monitor[0]-0"
103 > DefaultDepth 24
104 > SubSection "Display"
105 > Viewport 0 0
106 > Depth 24
107 > Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
108 > EndSubSection
109 > EndSection
110 >
111 > Section "Screen"
112 > Identifier "aticonfig-Screen[0]-1"
113 > Device "aticonfig-Device[0]-1"
114 > Monitor "aticonfig-Monitor[0]-1"
115 > DefaultDepth 24
116 > SubSection "Display"
117 > Viewport 0 0
118 > Depth 24
119 > Modes "1280x720"
120 > EndSubSection
121 > EndSection
122 >
123 > Section "DRI"
124 > Group "video"
125 > Mode 0666
126 > EndSection
127 >
128 > ***************************************************************************
129 >****
130
131 and you have tried the amdcccle tool?

Replies

Subject Author
Re: [gentoo-amd64] FGLRX: Option SwapScreens in xorg.conf not working "Sebastian Beßler" <sebastian@××××××××××××.de>