View previous topic :: View next topic |
Author |
Message |
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 7:11 pm Post subject: problema startx (risolto) |
|
|
ciao ragazzi ho un problema ho istallato kde .dopo aver generarto il file di configurazione con X -configure do il comando startx e mi da questo: Code: | hostname: Unknown host
X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF]
Current Operating System: Linux paolo-gentoo 2.6.9-gentoo-r1 #1 SMP Thu Nov 25 03:43:53 UTC 2004 i686
Build Date: 25 January 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 25 20:06:18 2005
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 47 of section Monitor in file /etc/X11/xorg.conf
The HorizSync keyword must be followed by a list of numbers or ranges.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
|
li dice che c'è un errore nella linea 47 nel file /etc/X11/xorg.conf ecco la linea
Code: | HorizSync 858797376.0 - 49.0 |
chi mi puo aiutare?
Last edited by pulix on Tue Jan 25, 2005 9:26 pm; edited 2 times in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 7:23 pm Post subject: |
|
|
Si prova a postare il tuo xorg.conf _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 7:36 pm Post subject: |
|
|
ecco il file /etc/X11/xorg.conf
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "QDS"
ModelName "11"
HorizSync 858797376.0 - 49.0
HorizSync 49.0 - 0.0
VertRefresh 877479488.0 - 808595776.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 7:38 pm Post subject: |
|
|
Effettivamente questi numeri sono sfalsati.Cambia queste righe
Code: | HorizSync 858797376.0 - 49.0
HorizSync 49.0 - 0.0
VertRefresh 877479488.0 - 808595776.0 |
con
Code: | HorizSync 31.5-100.0
VertRefresh 40-100.0 |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Simbul Tux's lil' helper
Joined: 31 Oct 2004 Posts: 113
|
Posted: Tue Jan 25, 2005 7:39 pm Post subject: |
|
|
Hai due linee chiamate HorizSync e già questo mi pare strano... ma soprattutto i valori di HorizSync e VertSync mi sembrano un po' sballati.
EDIT: ok fedeli mi ha preceduto _________________ Simbul
There's only 10 types of people in the world,
Those who understand binary and those who don't |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 8:00 pm Post subject: |
|
|
ho cambiato le linee pero sia da utente normale che da root quando lancio startx mi da una pagina tutta nera e rimane bloccato li |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 8:07 pm Post subject: |
|
|
pulix wrote: | ho cambiato le linee pero sia da utente normale che da root quando lancio startx mi da una pagina tutta nera e rimane bloccato li |
Prova a giocare un po' su quei nuomeri ancora. Che schermo e'? Le frequenze le conosci? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 8:08 pm Post subject: |
|
|
è un portatile un hp compaq nx9030 |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 8:09 pm Post subject: |
|
|
pulix wrote: | è un portatile un hp compaq nx9030 |
A ecco allora commenta quelle due linee e dovrebbe andare _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 8:20 pm Post subject: |
|
|
le ho commentate ma è sempre uguale sempre lo schermo tutto nero |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 8:26 pm Post subject: |
|
|
pulix wrote: | le ho commentate ma è sempre uguale sempre lo schermo tutto nero |
Allora guarda nel log di X se dice qualcosa di utile _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 8:42 pm Post subject: |
|
|
ho guardato dentro /var/log/Xorg.0.log l'unico errore è questo Code: |
(EE) xf86OpenSerial: Cannot open device /dev/mouse
No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
(II) UnloadModule: "mouse"
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
No core pointer
Fatal server error:
failed to initialize core devices
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
FatalError re-entered, aborting
Caught signal 4. Server aborting
|
|
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Tue Jan 25, 2005 8:45 pm Post subject: |
|
|
prova a commentare le righe load "dri" e loda "glx" e vedi se funziona....
Poi prova solo con decommentato load glx...
Tutto nella sezione module!
E perchè non provare a generare xorg.conf con xorgconfig ??? |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 8:55 pm Post subject: |
|
|
maninthebox1 wrote: | prova a commentare le righe load "dri" e loda "glx" e vedi se funziona....
Poi prova solo con decommentato load glx...
Tutto nella sezione module!
|
no non funsiona sempre schermata nera |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 8:59 pm Post subject: |
|
|
Prova a cambiare
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection |
con
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
EndSection |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 9:06 pm Post subject: |
|
|
fedeliallalinea wrote: | Prova a cambiare
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection |
con
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
EndSection |
|
no non canbia niente... |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 9:09 pm Post subject: |
|
|
pulix wrote: | no non canbia niente... |
Posta ora il log dando il comando
Code: | # cat /var/log/Xorg.0.log | grep EE |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 9:14 pm Post subject: |
|
|
fedeliallalinea wrote: | pulix wrote: | no non canbia niente... |
Posta ora il log dando il comando
Code: | # cat /var/log/Xorg.0.log | grep EE |
|
paolo-gentoo root # cat /var/log/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(EE) xf86OpenSerial: Cannot open device /dev/psaux
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0" |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Tue Jan 25, 2005 9:17 pm Post subject: |
|
|
per il mouse invece di "auto" metti "imps/2" ! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 9:17 pm Post subject: |
|
|
Il mouse e' un ps2 o un usb? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 9:19 pm Post subject: |
|
|
usb |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Tue Jan 25, 2005 9:21 pm Post subject: |
|
|
metti imps/2 come ti ho detto! e rimetti /dev/mouse
Last edited by maninthebox1 on Tue Jan 25, 2005 9:22 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
Posted: Tue Jan 25, 2005 9:21 pm Post subject: |
|
|
I moduli per l'usb sono caricati? Se si prova a mettere
Code: | Option "Device" "/dev/input/mice |
al posto di
Code: | Option "Device" "/dev/psaux" |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
pulix n00b
Joined: 21 Jan 2005 Posts: 33
|
Posted: Tue Jan 25, 2005 9:25 pm Post subject: |
|
|
fedeliallalinea wrote: |
I moduli per l'usb sono caricati? Se si prova a mettere
Code: | Option "Device" "/dev/input/mice |
al posto di
Code: | Option "Device" "/dev/psaux" |
|
grazie con il tuo consiglio ho risolto era proprio quello sei un genio..... grazie 1000 |
|
Back to top |
|
|
|