PDA

View Full Version : PROBLEMI STARTX DEBIAN


niki89
07-04-2007, 16:01
raga nn mi si avvia lo startx e mi da questo errore

skipping "/usr/X11R6/lib/modules/font/libspeedo.a:
spencad.o"; No Symbols found.
(EE)xf86openserial :cannot open device /dev/mouse

no such file or directiory.

(EE) pretinit failed for input device "Mouse1"

the XKEYBOARD keymap compiler (XKBcamp)reports:
>warning :tipe"ONE_LEVEL" has 1 levels, but <Ralt>
has 2 symbols
>ignoring extra symbols

errors from XKBcamp are not fatal to the X

no core point
Fatal server error :
failed to initialize core point

niki89
07-04-2007, 16:03
e mi potete dire come si risolve

RaouL_BennetH
08-04-2007, 20:11
Ciao :)

Mi sembra di capire dal log postato che l'errore è dovuto semplicemente al fatto che non trova il mouse, e credo perchè non sia ben configurato in xorg.conf.
(che mouse hai? ps2 o usb?)


nel mio file di xorg.conf (che sta in /etc/X11) ho queste righe per il mouse:




Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

niki89
09-04-2007, 09:34
grazie per il tuo aiuto!!!!