Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RISOLTO:Failed to load module "dri dri2 vesa ati fbdev mga"
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
neretux
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 83

PostPosted: Wed Jul 14, 2010 5:23 pm    Post subject: RISOLTO:Failed to load module "dri dri2 vesa ati fbdev Reply with quote

Ho installato gentoo e voglio installare kde 4.4. Ho seguito queste guide:
http://www.gentoo.org/doc/it/xorg-config.xml
http://www.gentoo.it/doc/kde-config.html
Allora ho proceduto cosi:
Code:
emerge kde-meta:4.4
emerge xorg-server
emerge xorg-x11
emerge hald dbus
rc-update add hald default
rc-update add dbus default
rc-update add xdm default
emerge ati-drivers
eselect opengl set ati

Ho impostato
Code:
DISPLAY_MANAGER="kdm"
in /etc/conf.d/xdm ed ho seguito tutti i passaggi indicati nelle 2 guide, ma quando do
Code:
startx
non si parte e mi da in /var/log/Xorg.0.log questo mssaggio:
Code:
(EE) Failed to load module "dri"
(EE) Failed to load module " dri2"
(EE) Failed to load module "ati"
(EE) Failed to load module "fbdev"
(EE) Failed to load module "mga"

Da dire che anche
Code:
X -configure
non funziona perchè mi da su /lib/libc.so.6 questo messaggio:
Code:
Fatal server error: caught signal 11 (segmentation fault). server aborting

Che posso fare? Dove sbaglio?


Last edited by neretux on Fri Jul 16, 2010 12:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
neretux
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 83

PostPosted: Wed Jul 14, 2010 5:37 pm    Post subject: Reply with quote

Ho seguito questa guida http://www.gentoo.org/doc/en/dri-howto.xml ed ho ricompilato il kernel, vediamo che succede...
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Wed Jul 14, 2010 5:50 pm    Post subject: Re: Failed to load module "dri dri2 vesa ati fbdev mga& Reply with quote

neretux wrote:
Allora ho proceduto cosi:
Code:
emerge kde-meta:4.4
emerge xorg-server
emerge xorg-x11
emerge hald dbus
rc-update add hald default
rc-update add dbus default
rc-update add xdm default
emerge ati-drivers
eselect opengl set ati



a parte il fatto che se hai proceduto così l'ordine di installazione è sballato, tra l'altro xorg-server è contenuto in xorg-x11, e anche hald e dbus non è necessario installarli a parte perchè vengono inseriti come dipendenze avendo impostato le giuste use flags. in make.conf che flags hai messo? e la variabile video_cards?
Back to top
View user's profile Send private message
neretux
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 83

PostPosted: Wed Jul 14, 2010 5:54 pm    Post subject: Reply with quote

Mi parte X ma ho schermo nero e si pianta. Che posso fare?
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Wed Jul 14, 2010 5:57 pm    Post subject: Reply with quote

ma non hai letto le mie due domande o le hai ignorate bellamente? in più aggiungo anche, che scheda video hai?
Back to top
View user's profile Send private message
neretux
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 83

PostPosted: Thu Jul 15, 2010 7:38 am    Post subject: Reply with quote

Grazie per la risposta. Sì le ho lette, ma non le ho ignorate ed infatti ti rispondo: la mia scheda è una ati 2400 xt mobility radeon ed il mio make.conf è questo.
Code:
CFLAGS="-march=native -02 -pipe"
CXXFLAGS=""-march=native -02 -pipe""
CHOST="x86_64-pc-linux-gnu"
USE="mmx sse sse2 see3 3DNow! -gtk -gnome qt4 kde dvd alsa cdr extras"
INPUT_DEVICES="evdev synaptics"
VIDEO_CARDS="radeon"

Ho sbagliato qualcosa?
Come posso risolvere?
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Jul 15, 2010 2:34 pm    Post subject: Reply with quote

Welcome :)

Innanzitutto come ti è stato già detto dovresti installare una cosa per volta, onde evitare di fare confusione.

Se stai installando Xorg 1.7 non c'è bisogno di dare
Code:
X -configure


in più direi anche di aggiungere la USE="X" :)
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Thu Jul 15, 2010 3:11 pm    Post subject: Reply with quote

altra domanda... che profilo usi?
Code:
eselect profile list


nel caso tu voglia selezionarne uno fai così
Code:
eselect profile set inserisci_il_numero_che_vuoi


i profili ti settano già di default un set di use flags utili. ad esempio, potresti usare il profile desktop/kde

poi riprova con un bel
Code:
emerge -uDN world

e forse scoprirai di dever re-installare un po' di pacchetti
_________________
Darkman
Back to top
View user's profile Send private message
neretux
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 83

PostPosted: Fri Jul 16, 2010 8:17 am    Post subject: Reply with quote

Ragazzi allora la storia è andata a finire così: grazie ai vostri preziosi consigli ed alle letture del wiki ho capito tante cose ed allora ho riformattato ed ho installato nell'ordine:
1. gentoo, attivando nel menuconfig tutte le voci che mi intefessavano
2. xorg-server
3. lxde
ed ora ho un desktop gentoo perfettamente funzionante dal quale vi sto scrivendo (magari farò un mini-howto).
Grazie ancora! :D
A presto
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Fri Jul 16, 2010 9:43 am    Post subject: Reply with quote

ottimo ottimo!!!

non dimenticare di mettere il tag [risolto] nel titolo
_________________
Darkman
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum