Easily Setup Your Wacom Tablet Under Linux

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 78

  • @shiorinyan
    @shiorinyan 2 роки тому +39

    You know what is the most fun part?
    Those are very stable.
    The fun part is, windows wacom drivers are absolute garbage.
    My brother struggled with drivers on windows a lot,
    Later down the road, I got it from my brother as he switched to ipad,
    Here on Linux.. Rock solid no problems.
    Legit impressed me.

    • @digitalintent
      @digitalintent Рік тому +2

      I love Linux as much as many people here but I've never had to go online looking at how to get wacom drivers working under windows. I've been using these things since the intuos 3 came out in 2004 and ran an actual 3d animation company with nothing but windows and apple machines. Not once did I or my artists run into a problem with the windows drivers.

  • @ribosomerocker
    @ribosomerocker 3 роки тому +39

    You can use UDEV to detect the tablet being plugged in and run the script, which makes it much easier and automatic. You should make a video about using UDEV and using it for mice/keyboards/tablets!

  • @hruettimann
    @hruettimann 3 роки тому +16

    The cool thing about Wacom support in Linux is, that it is so unobtrusive and still omnipresent. I recently installed Fedora for instance by navigating with my Wacom tablet, nothing to configure, Wacom support from the very start of the installer! No other OS can do this!

  • @TheSciFiCat
    @TheSciFiCat 2 роки тому +3

    Outstanding! Thank you so much for this explanation. I set up an old Intuos 3 together with Krita in Linux Mint and got all buttons and touch strips to work. Even wrote a custom .bash alias command to automate the set up process.
    I'll like to add that to bind the boundaries of the pen to a specific monitor simply set the parameter after "MapToOutput" to HEAD-0 (my case) or HEAD-1, HEAD-2, etc until you get the right monitor, also "MapToOutput next" switches from one monitor to another.

  • @JIMMYSBN
    @JIMMYSBN 2 роки тому +6

    Thank you! Awesome video tutorial, could you make a tutorial video about writing the config script please? That would be amazing!

  • @user-dc9zo7ek5j
    @user-dc9zo7ek5j 3 роки тому +19

    If you're left handed: xsetwacom --set "Wacom ... Pen stylus" Rotate half
    If you don't want touch: xsetwacom --set "Wacom ... Finger touch" touch off
    I did not paste the whole things because youchewb deletes my comments when I have pasting in them. Strangely the spam bots are not gettings their comments silently deleted while mine do.

    • @BrodieRobertson
      @BrodieRobertson  3 роки тому +3

      I don't understand how UA-cam decides what spam is, honestly it seems random

  • @mss664
    @mss664 3 роки тому +2

    If you want to map your tablet to a particular display, you can use xinput, no need to make any calculations. xinput to list devices, then grep xrandr for your connected displays, and for each tablet input (in your case 16 and 17) run: xinput map-to-output [id] [display name]

    • @kingjulian4517
      @kingjulian4517 8 місяців тому

      Can you kindly spell this out better for us begginners. What commands exactly to use, how and where...

    • @mss664
      @mss664 8 місяців тому

      @@kingjulian4517 "xinput" to list input devices, you'll have "id=XX" next to each device. Then "xrandr" to list displays, name of the display is the first word, for example "HDMI-1" in "HDMI-1 connected primary 1366x768+0+0 ...". You take the device ID from xinput, name of the display from xrandr and you run "xinput map-to-output [DEVICE ID] [DISPLAY NAME]".
      This can't work on Wayland obviously, so make sure "echo $XDG_SESSION_TYPE" prints "x11".

  • @soulflame5635
    @soulflame5635 2 місяці тому

    FKN THANK YOU BROD
    I was fighting this sht for 3 days.
    Before installing , tablet was working - Stylus not.
    After installing of many different drivers - both not working.
    Manual install of drivers - stylus working - tablet not.
    Not I used xorg wacom input - driver from package manager in mint - it recognized all tools , upper touch tool box and slider on wheel
    Huion HS 610 - for those having problems
    Man so glad - that I can use left buttons and wheel.
    Edit : for some reason pen stylus work and on tablet first 6 buttons - wheel do not - 6 buttons under wheel do not - working on it.

  • @thestuffman8783
    @thestuffman8783 7 місяців тому

    This is the only thing that solved my aspect ratio problems, I'm surprised they don't mention the area command anywhere in the forums.

  • @Tayloio
    @Tayloio 6 місяців тому

    Bloody Love how I can take notes, write Stylus to text and doodle my Signature Randomly, 100% way better using a Linux driver. I use Debian I2 In Laptop. and Windows 11 on workstation, my only issue (annoyance) is lack of Simple Handwritten notepad app (Debian) Cheers!

  • @AloisMahdal
    @AloisMahdal 5 місяців тому

    Nice video, helped me a lot with my first tablet CTL-672 on Debian 12. Re: the MapToOutput setting: an easy way to figure out the coords is to run `xrandr`.
    The output will show the coordinates & size for each monitor in the WxH+X+Y format so once you know which monitor you want to map to you can just copy/paste that string to the command. (Or you could real nerdy about it and use grep/sed to parse it out, perhaps running it through dmenu as well 🤓. That could be actually useful if you wanted to remap it often.)

  • @stevesculptor1
    @stevesculptor1 Рік тому +2

    I just built a PC with Mint OS, never heard of Linux 4 months ago, I have a Wacom, you say it's easy, NO it's easy to people who are well into Linux. This video is gobbledygook to me.

    • @digitalintent
      @digitalintent Рік тому

      Don't worry. I've been using Linux for a few years now and even I find so many aspects of it convoluted. Good thing I do all my real work on a Windows machine. I just click that tablet driver and no problems whatsoever.

    • @stevesculptor1
      @stevesculptor1 Рік тому

      @@digitalintent Yes exactly, Wacom, email, Asus bluetooth and Epson all unresolved, not loged in to Linux for 2 months

    • @Cube_Box
      @Cube_Box Рік тому +1

      @@stevesculptor1 You can't just jump into it, you need to first learn the basics. Once you do that, a whole world of functionality and customizability you couldn't have in Windows gets unlocked

  • @leia6532
    @leia6532 6 місяців тому

    TYSMMMMM I FINALLY FIGURED OUT HOW TO FIX MY AREA

  • @felipej.oribeiro6700
    @felipej.oribeiro6700 3 роки тому +1

    tank you!! I was needing advice on this. Right subject in the right time!

  • @joetheman74
    @joetheman74 3 роки тому +2

    I have a Huion that is close. 16x10 aspect size is 254mm x 158.8mm. Works PERFECT with Linux. No drivers to install. Just plugged it into a laptop running Manjaro and it just works. Works great with Krita with the pressure sensitivity and such. My grandsons play with it with TuxPaint too! Now if I could only DRAW!!!!

    • @kaojaicam
      @kaojaicam 2 роки тому

      Thanks for sharing I was hoping to not install drivers. A couple years ago I picked up a Huion for my windows PC and the antivirus immediately flagged the drivers as spyware.

    • @kaojaicam
      @kaojaicam 2 роки тому

      Can I ask which one you got?

    • @joetheman74
      @joetheman74 2 роки тому +1

      @@kaojaicam I got an inexpensive model. I'm no professional and wanted something to just experiment with and try and learn. It's the H610 Pro V2. Got it on Amazon for about $43.00 US. Reviews (Not the fake ones on Amazon) were favorable and I read many Linux users had good experience with it just working plug and play so to speak. With Krita on Manjaro KDE all the tablets features work great including buttons (as well as they do in Linux anyway) and pressure sensitivity works great. With some software like TuxPaint the drawing tablet drops to Android phone mode and you only get around half the usable tablet space. My grandsons are not bothered by it though. They quickly adapted and it's great to see them express their artistic nature without going through a rheem of paper every week like they used to. My grandsons are also running Manjaro KDE on their Laptops and it's just plug and go. Interestingly my older grandson also has an LG 10 inch Android 9 tablet that should work with it but I can't get it to work though it works with my LG phone just fine. We don't really care about the Android functionality anyway and just tried it out because it was there.Good luck if you try one out,.

    • @kaojaicam
      @kaojaicam 2 роки тому

      @@joetheman74 thank you that's really great to know that it works!

    • @kazisefat14
      @kazisefat14 2 роки тому

      model

  • @desolateleng9943
    @desolateleng9943 2 роки тому +2

    Thank you, this was extremely helpful!

  • @mrphs5230
    @mrphs5230 Рік тому +2

    unfortunately on pop os (and most likely on all ubuntu-like os) it is not possible to save xsetwacom settings. i tried to do it for 3 days, but it's impossible. they are reset upon reboot and when the tablet is reconnected. i think you can write a script that, when opened, will set all the settings, but this option does not appeal to me, despite the fact that I have to reconnect the tablet 20 times a day. i will have to use windows again, which is sad. i hope linux will soon have full support for graphic tablets

  • @OrkishEngineering
    @OrkishEngineering Рік тому +1

    Any idea if bluetooth works? Got it running on my steamdeck ( wired. ) thanks!

  • @robinreso6240
    @robinreso6240 Рік тому

    dammmmm i got i fully working with a simple bash script thx a million!!!!!!!!!!

  • @itsoctotv
    @itsoctotv 2 роки тому +1

    i have an dual monitor setup and an wacom intuos CTL 4100 (without bluetooth) and it only uses a small portion of the tablet i want to map it on my primary monitor for full screen. Somebody know how?
    EDIT: nvm got it, i was in "Android Mode" just press the far left and far right key together and hold for couple seconds than its in normal mode BRUHHHHHHHHHHH literally took 2 weeks to figure out

  • @user-sz1gn4pu8g
    @user-sz1gn4pu8g 2 роки тому +1

    love the video

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 3 роки тому

    tyb. Saving this just in case.

  • @robinreso6240
    @robinreso6240 Рік тому +1

    i am trying to write a bash script to auto setup my wacom tablet "xsetwacom set 12 Area 0 0 4900 3067". unfortunately the device id changes after restart every time. Also with no wacom gui its very difficult to disable touchpad mode. Any suggestions?thx

    • @robinreso6240
      @robinreso6240 Рік тому

      aha i just saw one solution in the comment section

    • @robinreso6240
      @robinreso6240 Рік тому

      also found the second solution in the comments....feel a litlle akward now for asking

  • @MissourHanzai
    @MissourHanzai 3 роки тому +2

    >waycahm
    I thought you were studying the nihongo.

  • @williamwenig9577
    @williamwenig9577 2 роки тому

    Great video! Keep up the good work :)

  • @willemdosestuff6525
    @willemdosestuff6525 7 місяців тому

    at 3:30 you show the command xsetwacom list devices but for me that didn't work, it returned nothing, but doing xsetwacom --version did return 1.1.0 so ik that is working at least. what should i do next?

  • @frigow1899
    @frigow1899 3 роки тому +1

    Cool tip! Maybe some day i would buy a tablet now that i know Wacom works flawless on Linux. Meanwhile i will wait for you to publish your kawaii girls drawings uwu

  • @robinreso6240
    @robinreso6240 Рік тому

    How can i change pen sensitivity? The cursor is a little shaky.....hope there is a fix for it?thx

  • @kazisefat14
    @kazisefat14 2 роки тому

    veikk have official linux driver, wacom don't have that, looking at a15 pro buject friendly

  • @doemaeries
    @doemaeries Рік тому

    Anyone got any experience with the XP Pen tablets? They have official linux drivers so I guess they should work better out of the box

    • @TB-wvvvw
      @TB-wvvvw Рік тому +1

      I saw a couple of posts on Amazon that say the bluetooth connection doesn't work in linux. One showed a reply from XP Pen's tech support saying that bluetooth doesn't work in linux and "thank you for understanding". I have seen other posts with various things not working properly such as the erase function. Though XP Pen makes a big deal of advertising their "official" linux support, from what I've seen Wacom does better with it.

  • @niksingh710
    @niksingh710 2 роки тому

    on wayland?

  • @otakuno5764
    @otakuno5764 2 роки тому +1

    Tutorial for huion h430 plss

  • @Cube_Box
    @Cube_Box Рік тому

    Just got this tablet
    How to map button 1 to left click?

    • @Cube_Box
      @Cube_Box Рік тому

      Found the solution
      xsetwacom set 13 Button 2 "1"

    • @Cube_Box
      @Cube_Box Рік тому

      Tablet worked out of the box on Ubuntu

    • @Cube_Box
      @Cube_Box Рік тому

      CTL-672-N
      One by Wacom Medium ~10.19" active area

    • @Cube_Box
      @Cube_Box Рік тому

      Made a bash script which automatically finds the id of the stylus attached then sets up the tablet(feel free to edit it to fit your needs)
      Gonna update it later on to be even more automatic(executing by itself whenever a stylus is attached, etc)
      (Gave up trying to automate using udev, it's complicated as hell since the driver and the udev yields abnormally causing udev scripts to load before driver scripts)
      SCRIPT:
      #!/bin/bash
      stylus_id=$(xsetwacom --list devices | grep "stylus" | cut -f 2 | sed 's/id: //')
      xsetwacom set $stylus_id MapToOutput 2560x1440+0+0
      xsetwacom set $stylus_id Button 2 "1"
      xsetwacom set $stylus_id Rotate "CCW"

    • @Cube_Box
      @Cube_Box Рік тому

      Bruh, I just went to settings in Ubuntu then found "Wacom tablet" all by itself
      -and this whole time I've been smart assing my way through trying different things-

  • @hank7898
    @hank7898 2 роки тому

    lmao y tf does f86-input-acom kill SDDM

  • @mathalphabet5645
    @mathalphabet5645 3 роки тому

    Do you, by any chance, know any linux handwritten notes software?

    • @Weegeeguy208
      @Weegeeguy208 3 роки тому +2

      Xournal++ is by far your best option. There are others, like Write which I think are also worth looking into but unfortunately lack features like annotating PDFs and inserting images.

    • @BrodieRobertson
      @BrodieRobertson  3 роки тому +1

      I can't speak for it's quality but Xournal is one and there's another called Write

    • @mathalphabet5645
      @mathalphabet5645 3 роки тому

      Great. Thanks for answers guys!

    • @hariharanrsrc
      @hariharanrsrc 2 роки тому

      OpenBoard might also help.

    • @sinonimo8719
      @sinonimo8719 Рік тому +1

      Obsidian with excalidraw plugin, absolute game changer.

  • @davidmartin1551
    @davidmartin1551 Місяць тому

    yeah, thats why using linux isnt an alternative at all

  • @jaxxarmstrong
    @jaxxarmstrong 3 роки тому

    Moderating polite and helpful comments, for whatever reason, isn't helping your channel's reputation.

    • @BrodieRobertson
      @BrodieRobertson  3 роки тому +2

      I don't delete comments, if one of yours was deleted that would be youtube's fault

  • @ashinantony4659
    @ashinantony4659 3 роки тому +1

    I see sudo. Okee. Not doas. Mm ok

  • @manishverma9395
    @manishverma9395 5 місяців тому

    Just use windows and forget about this horror.

  • @jeronimominino339
    @jeronimominino339 2 роки тому

    Could you please speak louder and pump up your volume? We can barely hear your talk.

  • @clouddaemon4828
    @clouddaemon4828 3 роки тому

    what about setting in /etc/X11/xorg.conf.d/somethingwacom? isn't that for permament configurations?