Announcement

Collapse
No announcement yet.

Wine-Staging 3.10 Adds Better Tablet/Stylus Support, Runtime Vulkan Library Detection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Wine-Staging 3.10 Adds Better Tablet/Stylus Support, Runtime Vulkan Library Detection

    Phoronix: Wine-Staging 3.10 Adds Better Tablet/Stylus Support, Runtime Vulkan Library Detection

    Built off the Wine 3.10 bi-weekly development release from earlier this week, Wine-Staging 3.10 is now available as the more experimental version of Wine that carries over 900 patches atop the upstream code-base...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    How to install on Ubuntu 18.04? I get:
    E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: The repository 'http://ppa.launchpad.net/tualatrix/ppa/ubuntu bionic Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    michael@michael-All-Series:~$

    Thanks

    Comment


    • #3
      In your sources file replace bionic with artful, usually those work as well.

      Comment


      • #4
        My wacom came with Autodesk sketchbook would be interesting to try with tablet support. Autodesk sketchbook is now is now free with telemetry. It has color coded Coptic markers that match the ones that are bought in stores. The markers are expensive to buy like set of 6 is $50 for 72 $500. The new Autodesk sketchbook you have to get it from windows store
        their is also an andriod version.

        Comment


        • #5
          Originally posted by mike44 View Post
          How to install on Ubuntu 18.04? I get:
          E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic Release' does not have a Release file.
          N: Updating from such a repository can't be done securely, and is therefore disabled by default.
          N: See apt-secure(8) manpage for repository creation and user configuration details.
          E: The repository 'http://ppa.launchpad.net/tualatrix/ppa/ubuntu bionic Release' does not have a Release file.
          N: Updating from such a repository can't be done securely, and is therefore disabled by default.
          N: See apt-secure(8) manpage for repository creation and user configuration details.
          michael@michael-All-Series:~$

          Thanks
          Try
          Code:
          wget -nc https://dl.winehq.org/wine-builds/Release.key
          sudo apt-key add Release.key
          sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
          then again:
          Code:
          sudo apt update

          Comment

          Working...
          X