View previous topic :: View next topic |
Author |
Message |
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Mon Aug 18, 2003 4:19 pm Post subject: Problemi con xfree |
|
|
Sul irc non sono riuscito a risolvere a OzOnO il suo problema con X. Il problema e' che X parte
normalmente ma il mouse non ne vuole sapere (il mouse funziona bene con gpm).
Ho provato a fargli cambiare il Protocollo e il Device ma non ne vuole proprio sapere di partire.
L'XF86Config e' questo
Code: | Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 330 240 # mm
Identifier "Monitor0"
VendorName "SNY"
ModelName "0"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "DPMS"
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "PciRetry" # [<bool>]
#Option "SyncOnGreen" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "Overlay" # [<str>]
#Option "MGASDRAM" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "ColorKey" # <i>
#Option "SetMclk" # <freq>
#Option "OverclockMem" # [<bool>]
#Option "VideoKey" # <i>
#Option "Rotate" # [<str>]
#Option "TexturedVideo" # [<bool>]
#Option "Crtc2Half" # [<bool>]
#Option "Crtc2Ram" # <i>
#Option "Int10" # [<bool>]
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "DigitalScreen1" # [<bool>]
#Option "DigitalScreen2" # [<bool>]
#Option "TV" # [<bool>]
#Option "TVStandard" # [<str>]
#Option "CableType" # [<str>]
#Option "NoHal" # [<bool>]
#Option "SwappedHead" # [<bool>]
#Option "DRI" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "Monitor2HSync" # [<str>]
#Option "Monitor2VRefresh" # [<str>]
#Option "Monitor2Position" # [<str>]
#Option "MetaModes" # [<str>]
Identifier "Card0"
Driver "mga"
VendorName "Matrox Graphics, Inc."
BoardName "MGA G200 AGP"
ChipSet "mgag200"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
|
Mentre il log di XFree da questo:
Code: | (==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(--) MGA(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "Auto"
(**) Mouse0: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "PS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
|
Qualcuno a qualche idea? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Mon Aug 18, 2003 4:27 pm Post subject: |
|
|
Prova: Code: | Option "Protocol" "MouseManPlusPS/2" |
_________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Mon Aug 18, 2003 5:20 pm Post subject: |
|
|
cerri wrote: | Prova: Code: | Option "Protocol" "MouseManPlusPS/2" |
|
mi par di averglielo gia' fatto fare senza alcun risultato comunque gli e lo dico. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Mon Aug 18, 2003 5:28 pm Post subject: |
|
|
farebbe comodo sapere che mause è magari _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Mon Aug 18, 2003 6:17 pm Post subject: |
|
|
Josuke wrote: | farebbe comodo sapere che mause è magari |
semplice mouse ps/2 generico...senza marca... _________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Mon Aug 18, 2003 6:59 pm Post subject: |
|
|
hellraiser wrote: |
semplice mouse ps/2 generico...senza marca... |
E non funziona con un banalissimo:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
?
Ha provato a rifare la configurazione usando /usr/X11R6/bin/xf86config? _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Mon Aug 18, 2003 7:06 pm Post subject: |
|
|
Shev wrote: | hellraiser wrote: |
semplice mouse ps/2 generico...senza marca... |
E non funziona con un banalissimo:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
?
Ha provato a rifare la configurazione usando /usr/X11R6/bin/xf86config? |
mi pare che gia l avesse provato OzOnO....
non penso ke sia un suo errore....non so se ha provato con x86config...appena lo vedo glielo chiedo... _________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Mon Aug 18, 2003 7:33 pm Post subject: |
|
|
Shev wrote: | hellraiser wrote: |
semplice mouse ps/2 generico...senza marca... |
E non funziona con un banalissimo:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
?
Ha provato a rifare la configurazione usando /usr/X11R6/bin/xf86config? |
Gli ho gia' fatto provare questa ma niente. Non so fargli provare a ricompilare xfree? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Mon Aug 18, 2003 8:10 pm Post subject: |
|
|
fedeliallalinea wrote: | Gli ho gia' fatto provare questa ma niente. Non so fargli provare a ricompilare xfree? |
Come dicevo prima, provate prima usando xf86config e rifacendo da zero la configurazione (anche se dubito cambi molto...), la soluzione "windozziana" è sempre la meno indicata... imho-ens... _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Mon Aug 18, 2003 9:01 pm Post subject: |
|
|
Shev wrote: | fedeliallalinea wrote: | Gli ho gia' fatto provare questa ma niente. Non so fargli provare a ricompilare xfree? |
Come dicevo prima, provate prima usando xf86config e rifacendo da zero la configurazione (anche se dubito cambi molto...), la soluzione "windozziana" è sempre la meno indicata... imho-ens... |
Gli ho fatto provare sia xf86config che xf86cfg ma niente neanche in sto caso. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Mon Aug 18, 2003 10:58 pm Post subject: |
|
|
provato ad usare imps/2? _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Tue Aug 19, 2003 1:21 am Post subject: |
|
|
Josuke wrote: | provato ad usare imps/2? |
provati tutti i protocolli _________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Tue Aug 19, 2003 6:29 am Post subject: |
|
|
hellraiser wrote: | Josuke wrote: | provato ad usare imps/2? |
provati tutti i protocolli |
prova a cambiar device: /dev/mouse anziche' /dev/psaux... so che sembra una cazzata, ma spero, prometto e iuro, che a me ha funzionato.
Certo, ho usato xf86config
Coda |
|
Back to top |
|
|
leon_73 Guru
Joined: 13 Mar 2003 Posts: 505 Location: Milano
|
Posted: Tue Aug 19, 2003 7:15 am Post subject: |
|
|
Non e' che e' un winmouse???
Scherzi a parte hai provato a fargli cambiare il mouse (prima di fargli ricompilare tutto il mattone) in modo da vedere se e' piu' un problema HW che SW?
Leo |
|
Back to top |
|
|
bsolar Bodhisattva
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Tue Aug 19, 2003 7:15 am Post subject: |
|
|
Per trovare il device giusto prova con cat /dev/[device] e muovere il mouse. Se lo schermo si riempie di segni è il device giusto. _________________ I may not agree with what you say, but I'll defend to the death your right to say it. |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Tue Aug 19, 2003 7:17 am Post subject: |
|
|
codadilupo wrote: | prova a cambiar device: /dev/mouse anziche' /dev/psaux... so che sembra una cazzata, ma spero, prometto e iuro, che a me ha funzionato. |
mmmmhhhh
Code: | cerri@cerrito cerri $ file /dev/mouse
/dev/mouse: symbolic link to `misc/psaux'
cerri@cerrito cerri $ file /dev/psaux
/dev/psaux: symbolic link to `misc/psaux' |
_________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Tue Aug 19, 2003 7:26 am Post subject: |
|
|
cerri wrote: | codadilupo wrote: | prova a cambiar device: /dev/mouse anziche' /dev/psaux... so che sembra una cazzata, ma spero, prometto e iuro, che a me ha funzionato. |
mmmmhhhh
Code: | cerri@cerrito cerri $ file /dev/mouse
/dev/mouse: symbolic link to `misc/psaux'
cerri@cerrito cerri $ file /dev/psaux
/dev/psaux: symbolic link to `misc/psaux' |
|
Eh, e' proprio per questo che ho detto: "lo so che sembra una cazzata"
ma resta che con /dev/psaux non mi ha voluto funzionare
Coda |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Tue Aug 19, 2003 7:42 am Post subject: |
|
|
codadilupo wrote: | cerri wrote: | codadilupo wrote: | prova a cambiar device: /dev/mouse anziche' /dev/psaux... so che sembra una cazzata, ma spero, prometto e iuro, che a me ha funzionato. |
mmmmhhhh
Code: | cerri@cerrito cerri $ file /dev/mouse
/dev/mouse: symbolic link to `misc/psaux'
cerri@cerrito cerri $ file /dev/psaux
/dev/psaux: symbolic link to `misc/psaux' |
|
Eh, e' proprio per questo che ho detto: "lo so che sembra una cazzata"
ma resta che con /dev/psaux non mi ha voluto funzionare
Coda |
Comunque anche questo e' stato provato. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
bsolar Bodhisattva
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Tue Aug 19, 2003 8:37 am Post subject: |
|
|
Non ho capito se con 'cat' il device da segni di vita. _________________ I may not agree with what you say, but I'll defend to the death your right to say it. |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Tue Aug 19, 2003 8:54 am Post subject: |
|
|
da quel che ho capito io con gpm il mouse va..quindi il mouse non ha problemi di sorta, solo non ho capito se è un mouse usb o ps/2 _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Tue Aug 19, 2003 9:57 am Post subject: |
|
|
Josuke wrote: | da quel che ho capito io con gpm il mouse va.. |
E allora non può configurare X per usare gpm? A memoria bastava mettere /dev/gpmdata nel suo XF86Config (o cmq dare un bel man gpm o una lettura a /etc/gpm.conf), cmq su internet c'è molta roba a riguardo.
Ovviamente sempre che non provi repulsione per gpm (ma se lo usa in console...) _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Tue Aug 19, 2003 9:58 am Post subject: |
|
|
Josuke wrote: | da quel che ho capito io con gpm il mouse va..quindi il mouse non ha problemi di sorta, solo non ho capito se è un mouse usb o ps/2 |
Comunque e' un ps/2. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Tue Aug 19, 2003 11:25 am Post subject: |
|
|
Josuke wrote: | da quel che ho capito io con gpm il mouse va..quindi il mouse non ha problemi di sorta, solo non ho capito se è un mouse usb o ps/2 |
esattto....su gpm funziona benissimo....ma quando starta X non funge su xfree.... chisssa quale mistero si cela dietro questo problema... _________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Tue Aug 19, 2003 12:09 pm Post subject: |
|
|
il consiglio di Shev mi sembra ottimo...avete già provato? _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Tue Aug 19, 2003 1:24 pm Post subject: |
|
|
Josuke wrote: | il consiglio di Shev mi sembra ottimo...avete già provato? |
Gli ho fatto provare anche quello ma niente ancora. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|