Omni81
29-08-2003, 01:34
Salve ho da poco installato una debian woody 3.0 su un vecchio p133, ma dopo aver configurato X nn sono riuscito a far andare il mouse. allora ho provato a riconfigurare tutto con il solito dpkg-reconfigure xserver-xfree86 ed ho impostato il mouse su /dev/ttyS0, ma niente da fare. ho provato xf86config nulla ho provato xf86cfg ma quando andavo su configura mouse veniva la schermata grigia con il cursore e li rimaneva. allora ho provavo xf86cfg -textmode anke lì impostavo il mouse, ma nn funz. allora ho pensato sicuramento sto fatto e ricordo male il mouse nn è su ttyS0 allora ho fatto mdetect e e mouse fermo nn mi dava nulla muovendo mi da
/dev/ttyS0
microsoft
allora nn sto fatto ho detto bene allora faccio come gli antichi :
:muro:
mdetect -xv (sempre muovendo il mouse) ->
Section "Input Device"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
EndSection
allora ho preso la parte e l'ho messa in XF86Config-4 ed ho pensato ora sto apposto. ma ancora niente :cry:
vi allego il mio XF86Config-4
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
FontPath "unix/:7100"
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 "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
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/ttyS0"
Option "Protocol" "Microsoft"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 38.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "matrox"
Driver "mga"
VideoRam 8192
BusID "PCI:00:15:00"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "matrox"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
grazie mille x tutte le eventuali risposte...
Ric
/dev/ttyS0
microsoft
allora nn sto fatto ho detto bene allora faccio come gli antichi :
:muro:
mdetect -xv (sempre muovendo il mouse) ->
Section "Input Device"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
EndSection
allora ho preso la parte e l'ho messa in XF86Config-4 ed ho pensato ora sto apposto. ma ancora niente :cry:
vi allego il mio XF86Config-4
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
FontPath "unix/:7100"
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 "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
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/ttyS0"
Option "Protocol" "Microsoft"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 38.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "matrox"
Driver "mga"
VideoRam 8192
BusID "PCI:00:15:00"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "matrox"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
grazie mille x tutte le eventuali risposte...
Ric