Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

30.08.2006, 17:16

Failed to load module?

Ich habe gestern ein emerge KDE ausgeführt und heute nachdem es endlich fertig war, mich daran gemacht X11 zu konfigurieren. Aber ich scheitere immer an den Fehlermeldungen: Failed to load module "bla" (module does not exist,0)

konfiguriert mittels xorgcfg -textmode

Hier die xorg.conf:

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
Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
	Load  "freetype"
	Load  "xtt"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "speedo"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "Logitech"
	Option	    "Device" "/dev/input/mouse0"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    31.5 - 31.5
	VertRefresh  50.0 - 70.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	Card        "** ATI Radeon (generic)               [radeon]"
	BusID       "0000:01:00.0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     8
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes    "1024x768"
	EndSubSection
EndSection


Die Fehlermeldungen lt. xorg.log:

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
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(WW) The directory "/usr/share/fonts/TTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
	Entry deleted from font path.
(==) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
...
(WW) Warning, couldn't open module xtt
(II) UnloadModule: "xtt"
(EE) Failed to load module "xtt" (module does not exist, 0)
...
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "radeon"
(WW) Warning, couldn't open module radeon
(II) UnloadModule: "radeon"
(EE) Failed to load module "radeon" (module does not exist, 0)
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(II) LoadModule: "mouse"
(WW) Warning, couldn't open module mouse
(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found


dmesg:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
agpgart: AGP aperture is 64M @ 0xd8000000
[drm] Initialized drm 1.0.1 20051102
[drm] Initialized radeon 1.24.0 20060225 on minor 0
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retrieved PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=60) Memory=166.00 Mhz, System=166.00 MHz
radeonfb: PLL min 12000 max 35000
radeonfb: Monitor 1 type CRT found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
Console: switching to colour frame buffer device 80x30
radeonfb (0000:01:00.0): ATI Radeon QY 
...
mice: PS/2 mouse device common for all mice

...
input: AT Translated Set 2 keyboard as /class/input/input0
...


Von welchem Pfad werden module die geladen? Fehlen die wirklich? Wie bekomme ich meinen X Server zum laufen?

edit:
Ich glaube meinen Fehler gefunden zu haben. Habe emerge ati-drivers ausgeführt, aber der Vorgang endet immer mit folgenden Fehlern:

emerge ati-drivers

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »heshtot« (31.08.2006, 12:13)