Sie sind nicht angemeldet.

41

23.11.2006, 20:08

knoppix oder Gentoo-Live CD funktionieren einwandfrei!

Ich weiss nur nicht so richtig wie ich diese reproduzieren kann um sie für mich nutzbar zu machen.
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

42

23.11.2006, 20:11

Was sagt unter Knoppix denn:

lsmod

P.S. Hast Du denn unter Knoppix Grafik?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Wernieman« (23.11.2006, 20:11)


43

24.11.2006, 08:30

Supi! Ja, genau:

Quellcode

1
# lsmod


und kopier dir die funktionierende Xorg.conf, mach auch ein

Quellcode

1
# Xorg -version


hilfreich ist sicher auch zu notieren, wie X (args) gestartet wurde:

Quellcode

1
# ps ax | grep X


und wirf einen Blick in die /var/log/Xorg.0.log um zu gucken, welche Module, welche Settings er fährt, ausprobiert, scheitert, was anderes versucht, etc.

Damit hast du einen Berg an Daten eines laufenden Systems ...
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

44

24.11.2006, 21:34

lsmod liefert

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
63
64
65
66
67
68
Module                  Size  Used by
ipv6                  178400  8
i915                   12672  1
drm                    45940  2 i915
snd_pcm_oss            26944  0
snd_mixer_oss          12480  1 snd_pcm_oss
snd_seq_oss            21696  0
snd_seq_midi_event      3616  1 snd_seq_oss
snd_seq                32368  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          4364  2 snd_seq_oss,snd_seq
hci_usb                10580  0
bluetooth              30020  1 hci_usb
parport_pc             26788  0
parport                21832  1 parport_pc
pcspkr                  1760  0
sdhci                  11200  0
mmc_core               14560  1 sdhci
pcmcia                 24300  0
yenta_socket           17516  1
rsrc_nonstatic          8256  1 yenta_socket
pcmcia_core            23284  3 pcmcia,yenta_socket,rsrc_nonstatic
snd_intel8x0           21852  1
snd_ac97_codec         63424  1 snd_intel8x0
snd_ac97_bus            1248  1 snd_ac97_codec
snd_pcm                45156  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer              14212  2 snd_seq,snd_pcm
snd                    30564  11 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,s nd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc          6024  2 snd_intel8x0,snd_pcm
tg3                    82564  0
ipw2200                77724  0
ieee80211              22248  1 ipw2200
ieee80211_crypt         2656  1 ieee80211
firmware_class          6240  2 pcmcia,ipw2200
intel_agp              15292  1
agpgart                17888  3 drm,intel_agp
rtc                     8660  0
nfs                    79276  0
lockd                  41416  1 nfs
sunrpc                100540  2 nfs,lockd
jfs                   143884  0
dm_mirror              14128  0
dm_mod                 36024  1 dm_mirror
pdc_adma                6180  0
sata_mv                12712  0
ata_piix                8036  0
ahci                   10756  0
sata_qstor              6372  0
sata_vsc                5380  0
sata_uli                4772  0
sata_sis                5188  0
sata_sx4                9732  0
sata_nv                 6212  0
sata_via                5636  0
sata_svw                4900  0
sata_sil24              7780  0
sata_sil                6408  0
sata_promise            7748  0
libata                 40044  15 pdc_adma,sata_mv,ata_piix,ahci,sata_qstor,sata_ vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,sat a_promise
sbp2                   15848  0
ohci1394               25456  0
ieee1394               55416  2 sbp2,ohci1394
sl811_hcd               8960  0
ohci_hcd               14468  0
uhci_hcd               16296  0
usb_storage            55456  0
usbhid                 31488  0
ehci_hcd               21608  0
usbcore                80448  8 hci_usb,sl811_hcd,ohci_hcd,uhci_hcd,usb_storage, usbhid,ehci_hcd
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

45

24.11.2006, 21:51

Ich sehe drm, i915 (auch ein drm), intel_agp und agpgart, welche für eine graka relevant sind ... lädt dieser X explizit einen i915??
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

46

24.11.2006, 22:23

habs überlesen ...

Kannst Du bitte AGP im Kernel aktivieren?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

47

25.11.2006, 17:42

also ich habe AGP im Kernel aktiviert
-> keine Veränderung

wie bekomme ich die ganzen Module jetzt aktiviert?

oder wie gehe ich jetzt weiter vor?
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

48

26.11.2006, 09:00

Ich glaube, um einen indiviuellen Kernel wirst nicht mehr herumkommen ...

All diese Module kannst du im Kernel bauen. Schon mal gemacht?
http://gentoo-wiki.com/HOWTO_Compile_a_Kernel_Manually

Verifizier aber bitte auch die /var/log/Xorg.0.log deines Referenzsystems. Dort steht drinnen welche Module X lädt und in welchen Modus er schaltet und warum. Ist sicher ein Mega-File. Und die xorg.conf des Referenzsystems sollte auch zur Hand sein.

Wo die einzelnen Module einzustellen sind ... nun das ist an sich nicht so schwer zu finden. Ich mach's meistens über

Quellcode

1
2
# cd /usr/src/linux
# make menuconfig


und dann kannst du via <?> infos über die Kerneloptionen bekommen und via </> nach Teilen suchen wie bsp. "AGP".

Dann findest du bsp. das INTEL_AGP unter

Quellcode

1
2
3
4
5
6
7
8
Symbol: AGP_INTEL [=y]
| Prompt: Intel 440LX/BX/GX, I8xx and E7x05 chipset support
|     Defined at drivers/char/agp/Kconfig:69
|   Depends on: AGP && X86                                                                                              
|   Location:                                                                                                                                                        
|     -> Device Drivers
|       -> Character devices                                                                                                                                              
|         -> /dev/agpgart (AGP Support) (AGP [=y]) 
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

49

27.11.2006, 12:48

Servus,


habe nochmal neu installiert mit der Live CD und es funktioniert jetzt alles, also vielen Dank für Eure Hilfe.

Mfg
antivalent
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2