View previous topic :: View next topic |
Author |
Message |
PropS n00b
Joined: 08 Jul 2006 Posts: 4
|
Posted: Sat Jul 08, 2006 2:53 pm Post subject: Gentoo 2006.0 e Xorg |
|
|
Salve a tutti, sono alla mia prima esperienza con gentoo dopo aver usato ubuntu dapper e OpenSuSE.
Ieri ho installato il sistema base, con il minimal cd, e oggi mi sono dedicato all' installazione di Xorg con relativo desktop manager.
Dopo aver dato emerge xorg-x11, ho provato a vedere se funzionava, ma mi dava dei problemi nella configurazione del file xorg.conf. Ho così deciso di recuperare un file xorg.conf che avevo su ubuntu, e sostituendolo mi da il seguente problema:
Quote: | Data incomplete in file: "/etc/X11/xorg.conf"
Undefined InputDevice "Stylus" referenced by Serverlayout "Default Layout"
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal Server Error:
No Screens found
XIO:Fatal IO error 104 (connection reset by peer) on X server ":0.0"
After 0 requests (0 known processed) with 0 events remaining |
Come posso fare?
Il file xorg.conf che ho usato è questo : http://nopaste.simosnap.com/745
Come scheda video ho una ATI Radeon 9200 pro, come monitor un Philips 107E, ho un mouse USB della Logitech...che altro più può esservi utile per aiutarmi?
Grazie mille, un saluto |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sat Jul 08, 2006 3:22 pm Post subject: |
|
|
Code: | Undefined InputDevice "Stylus" referenced by Serverlayout "Default Layout" |
Questa scritta sta a significare che gli è stato indicato di chiamare il dispositivo di input "Stylus" ma che poi non è stato dichiarato e configurato in una sezione apposita. Quindi dovresti andare a guardarti la sezione di xorg.conf che riguarda quel dispositivo. _________________ Running Fast! |
|
Back to top |
|
|
Ilvalle Guru
Joined: 07 Mar 2005 Posts: 325 Location: Gallarate - ITALY
|
Posted: Sat Jul 08, 2006 3:27 pm Post subject: |
|
|
Ti conviene genereare un xorg.conf nuovo e aggiungere le modifiche,
prova con
Dovrebbe essere questo, ti crea un xorg.conf.new
Ti conviene anche guardare qualche guida su Xorg7, ci sono delle variabili da sistemare nel make.conf.
valle |
|
Back to top |
|
|
nikko96 Apprentice
Joined: 22 Jul 2005 Posts: 229 Location: Pulcinella's Country
|
Posted: Sun Jul 09, 2006 8:58 am Post subject: Re: Gentoo 2006.0 e Xorg |
|
|
Quote: | Data incomplete in file: "/etc/X11/xorg.conf"
Undefined InputDevice "Stylus" referenced by Serverlayout "Default Layout"
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal Server Error:
No Screens found
XIO:Fatal IO error 104 (connection reset by peer) on X server ":0.0"
After 0 requests (0 known processed) with 0 events remaining |
Per provare ad avviare X ti conviene togliere le voci "stylus,cursor,eraser":
Code: | Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection |
Dopodiche' se va vedi di migliorarlo,ciao. _________________ My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6 |
|
Back to top |
|
|
|