info la tua mdk 10 è official?
info la tua mdk 10 è official?
MacOsX - Imac 17"
Aspettando ubuntu su mac!!![]()
Xbox360![]()
Tv Lg 26 "![]()
E' quella uscita con Linux Magazine a Maggio 2004 :/
Dovrebbe essere la Mandrake 10.0 Community
Eppure le versioni precedenti ( 9.1 ) funziona il mouse![]()
Veloce,Affidabile,Economico : Scegline 2
Se la tua ragazza non te la da, tu non prendertela
pure a me si inchiodava
adesso me sto a scarica la official![]()
![]()
speramo en bene e volece bene :maLOL: :maLOL:
MacOsX - Imac 17"
Aspettando ubuntu su mac!!![]()
Xbox360![]()
Tv Lg 26 "![]()
Salve,
ho un problema (forse) simile.
Ho installato fedora core 2 su un portatile compaq evo n115.
Viene riconoscuto il touchpad ma non il mouse.
Come faccio ad utilizzare/installare un mouse esterno ps/2?
Ho provato il consiglio dato in precedenza, ma pare che mcc non esista.
grazie e ciao
:master: la fedora non la usa quasi nessuno
prova ad incollare le sezioni che riguardano il mouse
del file
/etc/X11/XF86Config o /etc/X11/xorg.conf se ha xorg la fedora
Eccole:
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSectionSection "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
dovresti seguire queste istruzioni
non ti posso essere molto di aiuto perche non ho il portatile
comunque chiedi
il file da modificare sarebbe /etc/X11/XF86Config o xorg.conf
sul sito di synaptic per fedora consigliano anche di installare xorg-x11-sdk-6.7.0-2.i386.rpm
Getting the touchpad to operate as more than a PS/2 mouse
Download the synaptics touchpad driver from http://w1.894.telia.com/~u89404340/touchpad/ and follow the instructions for the options needed in the kernel compilation. Alter the makefile to activate the x86_64 architecture option and then just do 'make, make install' and the driver should be in place and work. The software comes with instructions for the X11 config file. I have the touchpad working alongside the USB mouse that comes with the Ferrari and the relevant part of the xorg.conf file is:
Section "InputDevice"
Identifier "Synaptics Mouse"
Driver "synaptics"
Option "Corepointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
InputDevice "DevInputMice" "CorePointer"
InputDevice "Synaptics Mouse" "AlwaysCore" "true"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
The driver works fine and even the vertical and horizontal scrolling with the 4-way button works!