I did not have it onstalled on my orrig. G4 box so I whent ahead and installed the package. The cd drive works fine but I don't have any mouse control in X. I played with different settings but I still can't get it to work in X... I switch between these dif. settings and each each one have their own issues. The only one which makes X work but when it does the mouse does not work. That one is the mouse[1] setting the other settings X does not wrok.
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/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 "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Emulate3Timeout" "50"
Option "InputFashion" "Mouse"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
EndSection
On Tue, 2002-07-02 at 11:55, Josh Huber wrote:
Jesus Climent <[EMAIL PROTECTED]> writes: > Try /dev/ide/host2/bus0/target5/lun0 > > Or even > > ln -s /dev/cdrom /dev/ide/host2/bus0/target5/lun0 > > In any case, please, give a complete output of the "dmesg" command. Right, it looks like you're using devfs, perhaps? I suggest installing the devfsd package, which will make dealing with devfs a little easier: Description: Daemon for the device filesystem This daemon sets up the /dev filesystem for use. It creates required symbolic links in /dev and also creates (if so configured, as is the default) symbolic links to the "old" names for devices. HTH -- Josh Huber | [EMAIL PROTECTED] |

