View Full Version : X in sid
Per installare Sid ho installato il 1° cd di woody sistema base senza X ed il resto.Poi ho aggiunto i cd di sid con apt-cdrom add e fatto apt-get update && pat-get dist-upgrade.Tutto senza errori ed allora ho installato kde3.1 e Xfree.Ora però quando cerco di avviare il server grafico ricevo questi errori:
(EE) xf86OpenSerial: Cannot open device
/dev/input/mice.No suche device
(EE)Generic Mouse: cannot input device
(EE)Preinit failed for input device "Generic Mouse"
Could not init font path element unix/:7100 removing from list.
Premesso che con woody non mai avuto problemi con Xfree e mi è sempre partito al primo colpo, che cosa gli è preso?Quelle (EE) mi dicono che c'è un errore relativo al mouse, ma non ho capito come devo risolvere...ho provato in tutte le modalità: vesa disabilitato il framebuffer, avrò fatto dpkg-reconfigure xserver-xfre86 una trentina di volte ma nulla!
Sono spacciato?
no, semplicemente devi sistemare il mouse :D
Originally posted by "enricoz"
:D e come???
Smanettando un po nel file di configurazione di /etc/X11/XF86Config-4
prova con /dev/mouse o /dev/psaux
se hai un mouse usb /potrebbe essere /dev/usbmouse o /dev/usb/mouse0
ciao ;)
Intanto serve sapere che tipo di mouse stai usando
è un logitech due tasti con rotellina centrale su porta ps/2.Ora vedo un po se risolvo da lì.Cmq grazie e ciao.
;)
Se hai fatto un upgrade da woody prova a vedere se c'è un file di backup del veccio XF86Config-4 sotto /etc/X11. Se lì dici che funzionava prova a vedere le impostazioni.
Comunque dovrebbe essere un mouse su /dev/psaux con driver Imps/2
No, niente da fare...
si ho upgradato da sid ma X non l'avevo ancora installato.Io mi riferivo alle installazioni di woody completa di ambiente grafico che non mi hanno dato mai problemi.Non riesco proprio a capire...Le impostazioni del file di configurazione coincidono con quelle esatte perchè fa i capricci??!
Ho visto adesso che l'errore parla di /dev/input/mice. Ma secondo la configurazione dell'XF86Config il mouse dovrebbe stare su /dev/psaux. I casi sono due:
- hai un link simbolico del tipo /dev/mouse che punta a /dev/input/mice invece di /dev/psaux, lo vedi con un ls -l /dev/mouse. In questo caso elimina il link o fallo puntare a /dev/psaux
- può essere che invece voglia usare effettivamente /dev/input/mice per altri motivi. Ad esempio io ho sul portatile il mouse esterno su PS/2 ma me lo piazza su /dev/input/mouse0 mentre su /dev/psaux mette il touchpad. In questo caso devi creare il device /dev/input/mice.
Se ti può essere d'aiuto guarda su:
http://www.xfree86.org/~dawes/4.3.0/mouse.html
C'è anche una mouse gallery con le loro configurazioni
ANDY CAPS
24-05-2003, 21:55
prova anche a caricare con modconf i moduli per le periferiche di imput mouse e tastiera e con dselect i font sever e i font
No adesso dopo altri tentativi non mida più l'errore del mouse...ma X non parte lo stesso.Il link di /dev/mouse punta a /dev/psaux.Vi posto il file di configurazione se può servire:
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "savage"
VideoRam 32000
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
### END DEBCONF SECTION
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.