I edit the xorg.conf. And if Fedora repo drivers doesn't work, you install linuxwacom drivers, edit the xorg.conf and reboot (I did this last time).<br><br>I use this xorg.conf configuration for tablet:<br><br>Section "InputDevice" <br>
     Driver        "wacom" <br>     Identifier    "eraser" <br>     Option        "Device"        "/dev/input/uinput-devices/uinput-wacom-graphire4-6x8-tablet" #USB ONLY <br>     Option        "Type"          "eraser" <br>
     Option        "USB"           "on"                    #USB ONLY <br>     Option        "PressCurve"    "0,0,100,100" <br>     Option        "Mode"          "Absolute" <br>
     Option        "Speed"         "1.5" <br>EndSection <br><br>Section "InputDevice" <br>     Driver        "wacom" <br>     Identifier    "cursor" <br>     Option        "Device"        "/dev/input/uinput-devices/uinput-wacom-graphire4-6x8-tablet" #USB ONLY <br>
     Option        "Type"          "cursor" <br>     Option        "Mode"          "relative" <br>     Option        "USB"           "on"                    #USB ONLY <br>
     Option        "Speed"         "1.5" <br>EndSection <br><br>Section "InputDevice" <br>     Driver        "wacom" <br>     Identifier    "pad" <br>     Option        "Device"        "/dev/input/uinput-devices/uinput-wacom-graphire4-6x8-tablet" #USB ONLY <br>
     Option        "Type"          "pad" <br>     Option        "USB"           "on"                    #USB ONLY <br>     Option        "Button1"       "6" <br>
     Option        "Button2"       "7" <br>     Option        "Button3"       "4" <br>     Option        "Button4"       "5"<br>EndSection <br><br>And then I added this to Server Layout:<br>
        InputDevice    "pad"                           # For Intuos3/Cintiq 21UX/Graphire/Bamboo tablets <br>         InputDevice    "stylus"    "SendCoreEvents" <br>         InputDevice    "eraser"    "SendCoreEvents" <br>
         InputDevice    "cursor"    "SendCoreEvents"    # For non-LCD tablets only<br><br>Finally I configured the tablet on Inkscape and GIMP.<br><br>Israel<br><br><div class="gmail_quote">2009/4/24 Nicu Buculei <span dir="ltr"><<a href="mailto:nicu_fedora@nicubunu.ro">nicu_fedora@nicubunu.ro</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On 04/24/2009 04:45 PM, Israel Rodríguez Alonso wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tablet working noooow!! :) I just removed wacom drivers, I installed<br>
linuxwacom packages from rawhide, and now my tablet is working (I hope<br>
it continue well)<br>
</blockquote>
<br></div>
It worked directly or you had to edit xorg.conf? ...maybe I will clean the dust from my own and give it a try :D<br><font color="#888888">
<br>
-- <br>
nicu :: <a href="http://nicubunu.ro" target="_blank">http://nicubunu.ro</a> :: <a href="http://nicubunu.blogspot.com/" target="_blank">http://nicubunu.blogspot.com/</a><br>
photography: <a href="http://photoblog.nicubunu.ro/" target="_blank">http://photoblog.nicubunu.ro/</a><br>
my Fedora stuff: <a href="http://fedora.nicubunu.ro/" target="_blank">http://fedora.nicubunu.ro/</a></font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Fedora-art-list mailing list<br>
<a href="mailto:Fedora-art-list@redhat.com" target="_blank">Fedora-art-list@redhat.com</a><br>
<a href="http://www.redhat.com/mailman/listinfo/fedora-art-list" target="_blank">http://www.redhat.com/mailman/listinfo/fedora-art-list</a><br>
</div></div></blockquote></div><br>