Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] A question concerning graphics...
Date: Mon, 11 Mar 2013 09:47:56
Message-Id: 513DA83D.10008@hadt.biz
In Reply to: Re: [gentoo-user] A question concerning graphics... by Alecks Gates
1 Am 11.03.2013 00:07, schrieb Alecks Gates:
2 > On Sun, Mar 10, 2013 at 5:53 PM, Michael Hampicke <gentoo-user@××××.biz> wrote:
3 >> Am 10.03.2013 21:48, schrieb Alecks Gates:
4 >>> On Sun, Mar 10, 2013 at 7:28 AM, Michael Hampicke <gentoo-user@××××.biz> wrote:
5 >>> [...]
6 >>>> I use the ati-drivers package, and I'd say there are pretty solid now. I
7 >>>> first started using ati-drivers with my HD2600 card card - as the kernel
8 >>>> drivers did not support the power saving mechanisms of the card. No
9 >>>> power saving on the HD2600 meant just when idling: 60 degree C and a
10 >>>> power usage of over 30 watts more then when using the kernel driver. Not
11 >>>> to mention the noise of the fan. When I bought my new HD 7770 card last
12 >>>> year, it was not supported by the kernel, so I sticked with the
13 >>>> ati-drivers. Everythings works as it's supposed to. Dual screen setup
14 >>>> with different solutions, power saving when idling, 3D power when you
15 >>>> need it (steam games), opencl works fine too.
16 >>>>
17 >>>
18 >>> I just bought a 7770 myself, and have been interested in getting a
19 >>> dual monitor setup with ati-drivers. What steps do I have to take?
20 >>>
21 >>
22 >> Just fire up the AMD catalyst control center, configure to your liking,
23 >> that's it pretty much. I do run gnome 3.6 - but configuring dual
24 >> monitors only with gnome (via system settings) was not possible.
25 >>
26 >
27 > I noticed the same about Gnome. I did try it in AMD Catalyst but was
28 > unsuccessful. Do I need xinerama support?
29 >
30
31 I don't have xinerama enabled on any of my packages.
32
33 Here is the xorg.conf which AMD CC generated, maybe it helps:
34
35 Section "ServerLayout"
36 Identifier "aticonfig Layout"
37 Screen 0 "aticonfig-Screen[0]-0" 0 0
38 EndSection
39
40 Section "Module"
41 EndSection
42
43 Section "InputClass"
44 Identifier "evdev keyboard catchall"
45 Driver "evdev"
46 MatchDevicePath "/dev/input/event*"
47 MatchIsKeyboard "yes"
48 Option "XkbLayout" "de"
49 EndSection
50
51 Section "Monitor"
52 Identifier "aticonfig-Monitor[0]-0"
53 Option "VendorName" "ATI Proprietary Driver"
54 Option "ModelName" "Generic Autodetecting Monitor"
55 Option "DPMS" "true"
56 EndSection
57
58 Section "Monitor"
59 Identifier "0-DFP9"
60 Option "VendorName" "ATI Proprietary Driver"
61 Option "ModelName" "Generic Autodetecting Monitor"
62 Option "DPMS" "true"
63 Option "PreferredMode" "1920x1080"
64 Option "TargetRefresh" "60"
65 Option "Position" "0 0"
66 Option "Rotate" "normal"
67 Option "Disable" "false"
68 EndSection
69
70 Section "Monitor"
71 Identifier "0-CRT1"
72 Option "VendorName" "ATI Proprietary Driver"
73 Option "ModelName" "Generic Autodetecting Monitor"
74 Option "DPMS" "true"
75 Option "PreferredMode" "1280x1024"
76 Option "TargetRefresh" "60"
77 Option "Position" "1920 0"
78 Option "Rotate" "normal"
79 Option "Disable" "false"
80 EndSection
81
82 Section "Device"
83 Identifier "aticonfig-Device[0]-0"
84 Driver "fglrx"
85 Option "Monitor-DFP9" "0-DFP9"
86 Option "Monitor-CRT1" "0-CRT1"
87 BusID "PCI:1:0:0"
88 EndSection
89
90 Section "Device"
91 Identifier "amdcccle-Device[1]-1"
92 Driver "fglrx"
93 Option "Monitor-CRT1" "0-CRT1"
94 BusID "PCI:1:0:0"
95 Screen 1
96 EndSection
97
98 Section "Screen"
99 Identifier "aticonfig-Screen[0]-0"
100 Device "aticonfig-Device[0]-0"
101 DefaultDepth 24
102 SubSection "Display"
103 Viewport 0 0
104 Virtual 3200 3200
105 Depth 24
106 EndSubSection
107 EndSection
108
109 Section "Screen"
110 Identifier "amdcccle-Screen[1]-1"
111 Device "amdcccle-Device[1]-1"
112 DefaultDepth 24
113 SubSection "Display"
114 Viewport 0 0
115 Depth 24
116 EndSubSection
117 EndSection