View previous topic :: View next topic |
Author |
Message |
nggtony n00b
Joined: 27 Sep 2005 Posts: 27 Location: Messina - Sicily - Italy
|
Posted: Sun Oct 02, 2005 2:29 pm Post subject: far partire X.org |
|
|
Ciao,
per la mia prima volta sono riuscito ad installare gentoo dallo stage 3, ho installato tramite dvd, perche' non ho una connessione adsl, seguendo la guida presente in questo sito, ho provato ad installare gnome, quindi dopo avere montato il dvd:
export PKGDIR="/mnt/cdrom/packstages"
USE="bindist" emerge --usepkg
credo che installando gnome abbia installato anche X.org, il problema sta nel fatto che non mi fa partire X (negli errori, dice che non riesce a connettersi al server X), di conseguenza non mi fa usare gnome, come posso fare a risolvere questo problema? |
|
Back to top |
|
|
neryo Veteran
Joined: 09 Oct 2004 Posts: 1292 Location: Ferrara, Italy, Europe
|
Posted: Sun Oct 02, 2005 2:36 pm Post subject: Re: far partire X.org |
|
|
nggtony wrote: | Ciao,
per la mia prima volta sono riuscito ad installare gentoo dallo stage 3, ho installato tramite dvd, perche' non ho una connessione adsl, seguendo la guida presente in questo sito, ho provato ad installare gnome, quindi dopo avere montato il dvd:
export PKGDIR="/mnt/cdrom/packstages"
USE="bindist" emerge --usepkg
credo che installando gnome abbia installato anche X.org, il problema sta nel fatto che non mi fa partire X (negli errori, dice che non riesce a connettersi al server X), di conseguenza non mi fa usare gnome, come posso fare a risolvere questo problema? |
probabilemente hai qualche errore nello xorg.conf ti conviene postarlo e magari postare anche il log /var/log/Xorg.0.log _________________ cache: a safe place for hiding or storing things..
D-link DWL-G650 AirPlus
Apache Php Mysql |
|
Back to top |
|
|
nggtony n00b
Joined: 27 Sep 2005 Posts: 27 Location: Messina - Sicily - Italy
|
Posted: Sun Oct 02, 2005 10:17 pm Post subject: |
|
|
Dopo avere letto la guida su come configurare X ho fatto quanto segue:
emerge xorg-x11
env-update
source /etc/profile
X -configure
Xorg /config /root/xorg.conf.new
xorg.conf
xorgconfig
cp /root/xorg.conf.new /etc/X11/xorg.conf
startx
a quest'ultimo comando (startx) mi ha dato il seguente output:
Code: | (EE) xf86 OpenSerial: Cannot open device /dev/mouse
No such file or directory.
(EE) PreInit failed for input device "Mouse0"
No core pointer
Fatal server error:
failed to initialiizze core devices |
Credo che il problema per il quale non si avvia X, sta nel fatto che ha problemi ad individuare il device del mouse, purtroppo non so come trovare il corretto device del mouse.... potreste aiutarmi? |
|
Back to top |
|
|
nggtony n00b
Joined: 27 Sep 2005 Posts: 27 Location: Messina - Sicily - Italy
|
Posted: Sun Oct 02, 2005 10:18 pm Post subject: |
|
|
Dopo avere letto la guida su come configurare X ho fatto quanto segue:
emerge xorg-x11
env-update
source /etc/profile
X -configure
Xorg /config /root/xorg.conf.new
xorg.conf
xorgconfig
cp /root/xorg.conf.new /etc/X11/xorg.conf
startx
a quest'ultimo comando (startx) mi ha dato il seguente output:
Code: | (EE) xf86 OpenSerial: Cannot open device /dev/mouse
No such file or directory.
(EE) PreInit failed for input device "Mouse0"
No core pointer
Fatal server error:
failed to initialiizze core devices |
Credo che il problema per il quale non si avvia X, sta nel fatto che ha problemi ad individuare il device del mouse, purtroppo non so come trovare il corretto device del mouse.... potreste aiutarmi? |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Sun Oct 02, 2005 10:31 pm Post subject: |
|
|
prova a mettere /dev/input/mice invece di /dev/mouse nel tuo xorg.conf
probabilmente la guida che hai letto non è tanto aggiornata... _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
|