You are not logged in.

#1 2008-08-03 07:21:18

lauchazombie
Member
Registered: 2008-07-05
Posts: 25

genius mousepen 8x6 tablet and gimp problem [FIXED]

well the tablet works nice on linux, i can use it without any problem in lots of programs, but in the gimp if i configure it like an "input device" when i try to paint something it doesn't move, i can only make dots, i have sensibility support at least...so i can make very dark dots, and i cant use my mouse or the tablet mouse

if i dont configure any input device i can use the tablet and my mouse fine, but no pression support...

i installed the tablet using http://aur.archlinux.org/packages.php?ID=18158

and my xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon May 19 00:33:37 PDT 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice       "stylus"    "AlwaysCore"
    InputDevice    "cursor"        "AlwaysCore"
    InputDevice    "eraser"        "AlwaysCore"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbVariant" "es" 
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "InputDevice"
Identifier "stylus"
    Option "Name" "UC-LOGIC Tablet WP8060U"
    Option "SendCoreEvents" "true"
    Option          "Device"        "/dev/input/event4"
    Driver "wizardpen"
    Option          "TopX"          "826"
        Option          "TopY"          "2626"
        Option          "BottomX"       "32747"
        Option          "BottomY"       "32762"
        Option          "MaxX"          "32747"
        Option          "MaxY"          "32762"
    
EndSection

Section "InputDevice"
    Driver        "wizardpen"
    Identifier    "cursor"
    Option        "Device"        "/dev/input/event4"
    Option        "Type"          "cursor"
    Option        "USB"           "on"                  
    Option          "TopX"          "826"
        Option          "TopY"          "2626"
        Option          "BottomX"       "32747"
        Option          "BottomY"       "32762"
        Option          "MaxX"          "32747"
        Option          "MaxY"          "32762"
        
EndSection

Section "InputDevice"
    Driver        "wizardpen"
    Identifier    "eraser"
    Option        "Device"        "/dev/input/event4"
    Option        "Type"          "eraser"
    Option        "USB"           "on"                  
    Option          "TopX"          "826"
        Option          "TopY"          "2626"
        Option          "BottomX"       "32747"
        Option          "BottomY"       "32762"
        Option          "MaxX"          "32747"
        Option          "MaxY"          "32762"
    
EndSection

i hope someone can help setting it to work on the gimp becouse i hate running photoshop CS on wine ( at least the tablet works fine)


---------------------------------------------------------------------------------------------------------------------------------------------------
i changed mi xorg and now is fixed

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon May 19 00:33:37 PDT 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
[b]#    InputDevice    "Mouse0" "CorePointer"[/b]
    InputDevice    "stylus" "SendCoreEvents"   
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/misc/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbVariant" "es" 
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

[b]Section "InputDevice"    
   
   Identifier  "stylus"
   Driver      "wizardpen"
   Option      "Type" "stylus"
   Option      "USB" "on"
   Option      "Button1" "1"
   Option      "Button2" "1"
   Option      "Name" "UC-LOGIC Tablet WP8060U"
   Option      "Device"      "/dev/input/event4"
   Option      "TopX" "0"
   Option      "TopY" "1553"
   Option      "BottomX" "32541"
   Option      "BottomY" "32762"
   Option      "MaxX" "32541"
   Option      "MaxY" "32762"
   Option      "Mode" "Absolute" 

EndSection

Section "InputDevice"    
   
   Identifier  "stylus"
   Driver      "wizardpen"
   Option      "Type" "stylus"
   Option      "USB" "on"
   Option      "Button1" "1"
   Option      "Button2" "1"
   Option      "Name" "UC-LOGIC Tablet WP8060U"
   Option      "Device"      "/dev/input/event5"
   Option      "TopX" "0"
   Option      "TopY" "1553"
   Option      "BottomX" "32541"
   Option      "BottomY" "32762"
   Option      "MaxX" "32541"
   Option      "MaxY" "32762"
   Option      "Mode" "Absolute" 

EndSection[/b]

yes, the mouse still works and i have 2 stylus one is on event4 and the other on event5 becouse every time i reboot the tablet switch bewteen one of those

Last edited by lauchazombie (2008-08-04 16:12:29)

Offline

Board footer

Powered by FluxBB