Jump to content

Genius Tablet USB


ethraza
 Share

Recommended Posts

Hi everyone!

Someone knows how to get a Genius Tablet USB (WizardPen) to work in Xorg? I'm using

MandrakeLinux 10.1 with 2.6.10-1 Kernel. Harddrake has detected the Tablet as a HID device.

 

I put this in my xorg.conf but did nothing:

 

Section "InputDevice"

Driver "summa"

Identifier "Mouse[3]"

Option "Device" "/dev/ttyS0" # It's right to a USB Device?

Option "InputFashion" "Tablet"

Option "Mode" "Absolute"

Option "Name" "EasyPen"

Option "Compatible" "True"

Option "Cursor" "Stylus"

Option "Protocol" "Auto"

Option "SendCoreEvents" "on"

Option "Vendor" "GENIUS"

EndSection

 

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

InputDevice "Mouse[3]" "SendCoreEvents" # Tablet

Screen "screen1"

EndSection

 

I also have a Playstation like joypad by Players and want to know how to get it to work.

 

Thanks in advance. :D

Edited by ethraza
Link to comment
Share on other sites

Thanks 4 d reply.

 

I did a tail -f on /dev/ttyS0 and see nothing, is the same with eventx.

This config I got from Internet googling about Genius Tablet, but I don't know if this is right.

 

But I noticed that when I click the second button of my PEN, where the cursor is, the hole line get selected, so something is working in some way.

 

Let me see you tablet configs. Who knows...

Edited by ethraza
Link to comment
Share on other sites

Section "InputDevice"

    Identifier "Eraser1"

    Driver "wacom"

    Option "Device" "/dev/input/event3"

    Option "Type" "eraser"

    Option "Mode" "Absolute"

    Option "USB" "on"

EndSection

 

Section "InputDevice"

    Identifier "Cursor1"

    Driver "wacom"

    Option "Device" "/dev/input/event3"

    Option "Type" "cursor"

    Option "Mode" "Relative"

    Option "USB" "on"

EndSection

 

Section "InputDevice"

    Identifier "Stylus1"

    Driver "wacom"

    Option "Device" "/dev/input/event3"

    Option "Type" "stylus"

    Option "Mode" "Absolute"

    Option "Threshold" "2"

    Option "USB" "on"

EndSection

Link to comment
Share on other sites

  • 2 weeks later...

About the joypad, it was properly detected by the Linux. The problem is that the Linux games like Chromium simple don't see the joypad and don't have options to this, but I see it working with a jtest /dev/input/js0 if someone wants to know.

 

But the Genius is another stupid company that don't see beyond the nose. I don't know how to get this working with my Linux. :cry:

Link to comment
Share on other sites

The gamepad: if there is a /dev/input/js0 the problems lies with the games. Run the game from a console and look for an error. Usually it means the game is looking for the js in /dev/js or /dev/js0 or only root can acces the device. Try linking (ln -s /dev/input/js0 /dev/js or if user can not run it: chmod 666 /dev/input/js0)

 

The tablet: Try unloading usbmouse (modprobe -r usbmouse and reload the genius module (if there is one :) ). With the wacom tablet I have to do modprobe -r wacom && modprobe wacom.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...