Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] problema con x e kde
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
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Fri Oct 07, 2005 11:16 am    Post subject: [risolto] problema con x e kde Reply with quote

salve ragazzi, posto questo topic dopo aver cercato nel forum ma non sn riuscito a trovare nulla, veniamo al dunque: ho fatto l'emerge di xorg-x11 poi quello di kde e sembra sia andato tutto ok, ma quando voglio far partire x o kde non mi partono, sarà ke uso i comandi sbagliati??? qlcn mi dice come fare ????

grazie a tutti


Last edited by crisandbea on Sat Oct 08, 2005 10:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Fri Oct 07, 2005 11:25 am    Post subject: Reply with quote

ci sono due modi
1) dai
echo "exec startkde" > ~/.xinitrc
e poi startx
oppure da root modifichi /etc/rc.conf la parte relativa
Code:

# What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
DISPLAYMANAGER="gdm"

se vuoi il display manager gdm se no metti kdm poi modifica

Code:

# Xsession - will start a terminal and a few other nice apps

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts are smart enough to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enlightenment" can also work.  This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
#           is called.
#        2) even if ~/.xsession exists, if XSESSION can be resolved, it will
#           be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

XSESSION="kde-3.4.2"
poi dai
Code:
rc-update add xdm default ; rc

per altre info vai qui http://www.gentoo.it/doc/desktop-it.html e http://www.gentoo.it/doc/kde-config.html
_________________
C.


Last edited by CarloJekko on Fri Oct 07, 2005 11:32 am; edited 3 times in total
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Oct 07, 2005 11:26 am    Post subject: Re: problema con x e kde Reply with quote

crisandbea wrote:
sarà ke uso i comandi sbagliati??? qlcn mi dice come fare ????

Come facciamo a sapere se i comandi che dai sono sbalgiati se non ci dici che comandi dai?

[EDIT]

altra cosa, cerchiamo di evitare le abbreviazioni tipo "ke", "qlcosa" & co. Grazie ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Fri Oct 07, 2005 11:33 am    Post subject: Reply with quote

ok cercherò di evitare abbreviazioni. ciao e grazie
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Oct 07, 2005 11:38 am    Post subject: Reply with quote

crisandbea wrote:
ok cercherò di evitare abbreviazioni. ciao e grazie

Hai risolto? Se sì, spiega come e aggiungi al titolo del thread il tag [RISOLTO], altrimenti spiegaci più chiaramente il problema
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Fri Oct 07, 2005 2:10 pm    Post subject: Reply with quote

ciò che faccio e la seguente operazione, ed i successivi sono gli errori.

echo "exec startkde" > ~/.xinitrc
rc-udpdate add xdm default; rc
startx

(EE) No devices detected
Fatal server error:
No screens found
modprobe: FATAL: Could not load /lib/modules/2.6.12-gentoo-r10/modules.dep :
No such file or directory

errore che ho notato anche al boot dopo setting system clock to hardware clock [localtime]....

l'errore al boot è il seguente:
modprobe: FATAL: Could not load /lib/modules/2.6.12-gentoo-r10/modules.dep :
No such file or directory
_____________________________

che devo fare per risolvere il problema???????


nb:per modificare il file grub.conf dove devo cercarlo che non riesco a trovarlo ????

grazie a tutti
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Fri Oct 07, 2005 9:19 pm    Post subject: Reply with quote

ciao una soluzione e' invece di mettere in /etc/rc.conf qualcosa come

DISPLAYMANAGER="kdm"
Per lanciare il dm di kde con la sua maschera di login e qualcosa come

XSESSION="kde-3.4"
per lanciare kde come WindowManager.Per sicurezza controlla che in /etc/X11/Sessions/ tale file ci sia


A questo punto rilancia il tutto con /etc/init.d/xdm restart
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Fri Oct 07, 2005 9:29 pm    Post subject: Reply with quote

crisandbea wrote:
modprobe: FATAL: Could not load /lib/modules/2.6.12-gentoo-r10/modules.dep

forse può essere di aiuto
Code:
cd /usr/src/linux
make modules && make modules_install

ciao!
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sat Oct 08, 2005 7:45 am    Post subject: Reply with quote

ragazzi questo l'ho risolto "modprobe: FATAL: Could not load /lib/modules/2.6.12-gentoo-r10/modules.dep" dopo aver fatto i seguenti comandi:
cd /usr/src/linux
emerge nvidia-kernel
emerge nvidia-glx
modprobe nvidia
modules-update

è già qui andava bene, poi ho fatto per pignoleria anche: make modules && make modules_install "come suggeriva Dece"

ciao
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