Re: Problems using Framebuffer GTK



Hi!

Still there were problems and I was using the microsoft
USB mouse.

A lot of things you mentioned here are not related to the GTK list, but
setting up a USB Mouse should not be a difficult matter. Just compile your
Kernel with "Input Core Support" and with "USB Support". Don't forget to
select the USB "UHCI" driver, "Full HID support" and "HID Input Layer
support" within the "USB Support" section. You may have to create a device
for the USB mouse in "/dev/input/" called "mice"  if it is not already
there. Use `mknod mice c 13 63´ for that. To set up the USB mouse in X, use
the following section:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Thats it

Regards,

--
Simon Fuhrmann | NightSlayer gmx de | www.dismember.de




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]