Gentoo Archives: gentoo-user-de

From: Marcus Schmitt <silicore@××××××××××.com>
To: gentoo-user-de@l.g.o
Subject: AW: [gentoo-user-de] fglrx Fehler
Date: Fri, 13 Oct 2006 23:00:25
Message-Id: 200610132258.k9DMwQZp004371@fe0.bluebottle.com
In Reply to: Re: [gentoo-user-de] fglrx Fehler by Martin
1 Ich hab alles schon rausgenommen was unter 16 bit ist. Hier ist mal die
2 xorg.conf:
3
4 Section "ServerLayout"
5 Identifier "X.org Configured"
6 Screen 0 "Screen0" 0 0
7 InputDevice "Mouse0" "CorePointer"
8 InputDevice "Keyboard0" "CoreKeyboard"
9 EndSection
10
11 Section "Files"
12 RgbPath "/usr/share/X11/rgb"
13 ModulePath "/usr/lib/xorg/modules"
14 FontPath "/usr/share/fonts/misc"
15 FontPath "/usr/share/fonts/75dpi"
16 FontPath "/usr/share/fonts/100dpi"
17 FontPath "/usr/share/fonts/TTF"
18 FontPath "/usr/share/fonts/Type1"
19 EndSection
20
21 Section "Module"
22 Load "extmod"
23 Load "dbe"
24 Load "record"
25 Load "xtrap"
26 Load "dri"
27 Load "glx"
28 Load "freetype"
29 Load "type1"
30 EndSection
31
32 Section "InputDevice"
33 Identifier "Keyboard0"
34 Driver "kbd"
35 EndSection
36
37 Section "InputDevice"
38 Identifier "Mouse0"
39 Driver "mouse"
40 Option "Protocol" "auto"
41 Option "Device" "/dev/input/mice"
42 Option "ZAxisMapping" "4 5 6 7"
43 EndSection
44
45 Section "Monitor"
46 Identifier "Monitor0"
47 VendorName "Monitor Vendor"
48 ModelName "Monitor Model"
49 EndSection
50
51 Section "Device"
52 ### Available Driver options are:-
53 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
54 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
55 ### [arg]: arg optional
56 #Option "ShadowFB" # [<bool>]
57 #Option "DefaultRefresh" # [<bool>]
58 #Option "ModeSetClearScreen" # [<bool>]
59 Identifier "Card0"
60 Driver "fglrx"
61 Option "UseInternalAGPGART" "no"
62 #Driver "vesa"
63 VendorName "ATI Technologies Inc"
64 BoardName "Unknown Board"
65 BusID "PCI:1:0:0"
66 EndSection
67
68 Section "Screen"
69 Identifier "Screen0"
70 Device "Card0"
71 Monitor "Monitor0"
72 SubSection "Display"
73 Viewport 0 0
74 Depth 16
75 EndSubSection
76 SubSection "Display"
77 Viewport 0 0
78 Depth 24
79 Modes "1400x1050"
80 EndSubSection
81 EndSection
82
83 Vielen Dank schon mal
84 MIt freundlichen Grüßen
85
86 Marcus Schmitt
87
88
89 -----Ursprüngliche Nachricht-----
90 Von: Martin [mailto:nadima@×××××.de]
91 Gesendet: Samstag, 14. Oktober 2006 00:46
92 An: gentoo-user-de@l.g.o
93 Betreff: Re: [gentoo-user-de] fglrx Fehler
94
95 On Sat, Oct 14, 2006 at 12:36:12AM +0200, Marcus Schmitt wrote:
96 > Ich bin X11 am aufstetzen und wollte direkt die Ati Treiber installieren.
97 > Habe Kernel 2.6.18 und die ati-drivers 8.29.6 installiert
98 > Ich habe eine ATI Mobility X1400 drin.
99
100 Habichnich, kennichnich.
101
102 > Wenn ich X –config /root/xorg.conf.new starte kommt folgende Meldung:
103 >
104 > X Window System Version 7.0.0
105 > Release Date: 21 December 2005
106 > X Protocol Version 11, Revision 0, Release 7.0
107 > Build Operating System:Linux 2.6.18-gentoo i686
108 > Current Operating System: Linux peter 2.6.18-gentoo #16 SMP Sat Oct 14
109 > 02:11:36 CEST 2006 i686
110 > Build Date: 13 October 2006
111 > Before reporting problems, check http://wiki.x.org
112 > to make sure that you have the latest version.
113 > Module Loader present
114 > Markers: (--) probed, (**) from config file, (==) default setting,
115 > (++) from command line, (!!) notice, (II) informational,
116 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
117 > (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 14 02:29:09 2006
118 > (++) Using config file: "/root/xorg.conf.new"
119 > (EE) fglrx(0): Given depth (8) is not supported by fglrx driver
120
121 Ich geh mal davon aus, daß "fglrx" der richtige Treiber für Deine ATI
122 Mobility ist. (Mich irritiert, daß da nichts von ATI drin ist. Kann aber
123 durchaus stimmen.)
124
125 Dann steht der Rest deutlich da: Du willst 8 Bit Farbtiefe verwenden,
126 und das mag Dein Grafikkartentreiber nicht. Der läuft nicht mit 8 Bit
127 Farbtiefe.
128
129 Lösung: Schreib was anderes rein. Ich würde mal 24 oder 32 probieren.
130
131 > (EE) fglrx(0): PreInitVisual failed
132 > SetVBEMode failed
133 > (EE) fglrx(0): PreInit failed
134 > (EE) Screen(s) found, but none have a usable configuration.
135
136 |Section "Screen"
137 | SubSection "Display"
138 | Depth ...
139 | EndSubSection
140 |EndSection
141
142 Da findest Du das irgendwo in Deiner xorg.conf.
143
144 > Fatal server error:
145 > no screens found
146 >
147 > Hoffe damit kann jemand etwas anfangen.
148
149 Wichtiger ist, daß Du damit was anfangen kannst. ;-)
150
151 Viel Erfolg und Guten Morgen!
152
153 Martin
154 --
155 gentoo-user-de@g.o mailing list
156
157
158
159 --
160 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] fglrx Fehler Martin <nadima@×××××.de>