Gentoo Archives: gentoo-user-fr

From: Pascal Ronecker <pascal.ronecker@××××.fr>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] radeon
Date: Fri, 01 Jun 2007 19:05:22
Message-Id: 46606DC5.40203@noos.fr
In Reply to: Re: [gentoo-user-fr] radeon by Etienne Hilson
1 Merci à vous ! je vais tester ça, je vous tiendraiau courant.
2
3 Pour fglrx ... j'ai passé deux plombes à essayer de le compiler. LE
4 linux q'ils m'ont installé est livré sans les cou**** : j'ai du le
5 rootkiter comme un sauvage rien que pour installer gcc qu'était pas dispo !
6 Et les sources du noyau j'en aprle même pas, et malgré ca, ca veut pas
7 compiler, les sources que j'ai n'étant pas pile poil celles patchées de
8 partout de la sled 10.
9
10 Un collègue a une mobility M7, qu'il a réussi à faire obéir au doigt et
11 à l'oeil avec les pilotes radeon. Mais moi, j'ai galéré pour rien.
12
13 Ah, détail amusant : je suis en xorg 6.9,
14 ouinnn
15
16 je tairais le nom de ma boîte, j'ai honte ...
17
18 Etienne Hilson wrote:
19 > Après avoir cherché beaucoup et expérimenté en dirty mode
20 > (essai-erreur), je suis arrivé à un xorg qui fonctionne, même si c'est
21 > un peu le boxon dedans :-P
22 >
23 > Si je lance startx, il se lance avec la résolution de l'écran du portable
24 > Si je lance startx -- -layout external, il se lance avec la résolution
25 > de l'écran externe (1280x1024 pour moi)
26 > Dans les deux cas, les deux écrans sont des clones.
27 > Quand j'utilise l'écran externe, je suis au bureau, et j'ai un clavier
28 > externe usb. Je laisse alors le portable fermé sur un coin du bureau.
29 >
30 > Voici mon xorg.conf :
31 >
32 >
33 >
34 > Section "ServerLayout"
35 > Identifier "real"
36 > Screen 0 "real-screen"
37 > #Screen 1 "extra-screen"# LeftOf "real-screen"
38 > InputDevice "real-mouse" "CorePointer"
39 > InputDevice "real-keyboard" "CoreKeyboard"
40 > EndSection
41 >
42 > Section "ServerLayout"
43 > Identifier "external"
44 > Screen 0 "external-screen"
45 > InputDevice "real-mouse" "CorePointer"
46 > InputDevice "real-keyboard" "CoreKeyboard"
47 > EndSection
48 >
49 > Section "Files"
50 > FontPath "/usr/share/fonts/misc/"
51 > FontPath "/usr/share/fonts/TTF/"
52 > FontPath "/usr/share/fonts/Type1/"
53 > FontPath "/usr/share/fonts/CID/"
54 > FontPath "/usr/share/fonts/75dpi/"
55 > FontPath "/usr/share/fonts/100dpi/"
56 > EndSection
57 >
58 > Section "Module"
59 > Load "record"
60 > Load "extmod"
61 > Load "dbe"
62 > Load "dri"
63 > Load "glx"
64 > Load "xtrap"
65 > Load "freetype"
66 > Load "type1"
67 > EndSection
68 >
69 > Section "InputDevice"
70 > Identifier "real-keyboard"
71 > Driver "kbd"
72 > Option "CoreKeyboard"
73 > Option "XkbRules" "xorg"
74 > Option "XkbModel" "pc101"
75 > Option "XkbLayout" "us"
76 > Option "XkbVariant" "deadkeys"
77 > #Option "XkbModel" "pc105"
78 > #Option "XkbLayout" "be"
79 > EndSection
80 >
81 > Section "InputDevice"
82 > Identifier "real-mouse"
83 > Driver "mouse"
84 > Option "Protocol" "auto"
85 > Option "Device" "/dev/input/mice"
86 > Option "Buttons" "5"
87 > Option "ZAxisMapping" "4 5"
88 > EndSection
89 >
90 > Section "Monitor"
91 > Identifier "real-monitor"
92 > VendorName "QDS"
93 > ModelName "15"
94 > EndSection
95 >
96 > Section "Device"
97 > #Driver "radeon"
98 > #Driver "ati"
99 > Identifier "real-card"
100 > Driver "fglrx"
101 > BusID "PCI:1:0:0"
102 > Screen 0
103 > EndSection
104 >
105 > Section "Device"
106 > Option "AGPMode" "4"
107 > Option "AGPFastWrite" "yes"
108 > Option "EnablePageFlip" "on"
109 > Option "DDCMode" "Yes"
110 > Option "DynamicClocks" "on"
111 > Option "BIOSHotkeys" "on"
112 > #Option "XAANoOffscreenPixmaps" "true" # AIGLX
113 > Option "DRI" "true"
114 > Option "MergedFB" "off"
115 > Option "RenderAccel" "true"
116 > Option "backingstore" "true"
117 > Option "CRT2HSync" "30.0 - 121.0"
118 > Option "CRT2VRefresh" "48.0 - 160.0"
119 > Option "MonitorLayout" "CRT, LVDS"
120 > #Option "CRT2Position" "Clone"
121 > Identifier "external-monitor-card"
122 > Screen 0
123 > Driver "fglrx" #"radeon"
124 > VendorName "ATI Technologies Inc"
125 > BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
126 > BusID "PCI:1:0:0"
127 > EndSection
128 >
129 > Section "Screen"
130 > Identifier "real-screen"
131 > Device "real-card"
132 > Monitor "real-monitor"
133 > Option "BIOSHotkeys" "on"
134 > DefaultDepth 24
135 > Option "MonitorLayout" "LVDS, TMDS"
136 > Option "MergedFB" "true"
137 > Option "MetaModes" "1024x768-1280x1024 1024x768-1024x768"
138 > SubSection "Display"
139 > #Virtual 1280 1024
140 > Modes "1024x768 800x600 640x480"
141 > Depth 24
142 > EndSubSection
143 > EndSection
144 >
145 > Section "Screen"
146 > Identifier "external-screen"
147 > Device "external-monitor-card"
148 > Monitor "real-monitor"
149 > DefaultDepth 24
150 > SubSection "Display"
151 > Depth 16
152 > Modes "1024x768" "800x600" "640x480"
153 > EndSubSection
154 > SubSection "Display"
155 > Depth 24
156 > Modes "1280x1024" "1024x768" "800x600" "640x480"
157 > EndSubSection
158 > EndSection
159 >
160 > Section "DRI"
161 > Mode 0666
162 > EndSection
163 >
164 >
165 >
166 >
167
168 --
169 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] radeon Pascal Ronecker <pascal.ronecker@××××.fr>