expogogl.blogg.se

Ubuntu disable mouse acceleration
Ubuntu disable mouse acceleration










ubuntu disable mouse acceleration
  1. #Ubuntu disable mouse acceleration how to#
  2. #Ubuntu disable mouse acceleration install#
  3. #Ubuntu disable mouse acceleration driver#
  4. #Ubuntu disable mouse acceleration software#

launch the Additional Drivers dialog on Ubuntu and install it from there).

  • For proprietary Nvidia drivers - you can install them from the repositories or by using the Proprietary GPU Drivers PPA (e.g.
  • Sudo apt install mesa-va-drivers libva-drm2 libva-x11-2
  • For Nouveau and AMD drivers (I couldn't get any browser to use hardware acceleration with the Nouveau drivers, maybe you have better luck):.
  • Sudo apt install intel-media-va-driver-non-free libva-drm2 libva-x11-2 Sudo apt install i965-va-driver-shaders libva-drm2 libva-x11-2

    #Ubuntu disable mouse acceleration driver#

  • Hardware-accelerated video decode: chrome://flags/#enable-accelerated-video-decodeįor browsers based on Google Chrome 91 and newer (there's no hardware-accelerated video decode any more, but we'll need to use a new command line flag - see step 4):Ģ. Install the VA-API driver to be able to decode media ( source), as well as libva-drm2 and libva-x11-2 (these 2 are probably already installed, but just in case I added these 2 in a later edit, after I noticed hardware acceleration was not working without them, and as soon as I installed vainfo, which has these 2 packages as dependencies, it would start working) :.
  • #Ubuntu disable mouse acceleration software#

    Override software rendering list: chrome://flags/#ignore-gpu-blocklist.Enable the following web browser flags:įor browsers based on Google Chrome 90 and older: Things you need to enable hardware-accelerated video decode in the web browsers I mentioned above (so Google Chrome 88+, Brave 1.19+, Vivaldi 3.6+ and Opera 74+):ġ.

    #Ubuntu disable mouse acceleration how to#

    How to enable hardware-accelerated video decode in Google Chrome, Brave, Vivaldi And Opera web browsers on Debian, Ubuntu or Linux Mint (X11)

    ubuntu disable mouse acceleration

    So in this case I prefer Firefox with hardware-accelerated video playback (on which, using Wayland and Firefox on the same laptop, video playback is fluid, but the CPU usage is greater than using a Chromium-based browser). However, the videos stutter on this laptop with these settings. ] I've tried using the instructions below, and then launch the browser with the -use-gl=egl flag on Wayland, on a laptop with Intel graphics, and hardware-accelerated video playback works. Starting with Google Chrome 91 (and other browsers based on Chromium 91), you'll also need to append the -enable-features=VaapiVideoDecoder flag. You can use VA-API on XWayland, using the -use-gl=egl command line flag, but I did not try it. Microsoft Edge - there's not even a chrome://flags/#enable-accelerated-video-decode flag (to enable hardware-accelerated video decode).Vivaldi stable is now version 36, and that does have working hardware-accelerated video decoding Obviously, it should continue to work with versions newer than these (so Google Chrome 89, Brave 1.20, etc.).įor me, hardware-accelerated video decode didn't work using: Vivaldi snapshot 3.6 / The latest Vivaldi stable 3.6 also works.In my test, I was able to get hardware-accelerated video decode to work on Linux using: I don't own a device with AMD graphics to test this. Also tested using a laptop with Intel graphics (10th gen) on Ubuntu 20.04 and 20.10. I tested these instructions using Ubuntu 20.10 desktop with Nvidia graphics, and the web browsers listed below installed using their original Ubuntu packaging (using a DEB package). I'd also like to add that these instructions to enable hardware accelerated video decoding also work on other Linux distributions, and not just Debian / Ubuntu-based Linux distributions, however, the driver names are different.

    ubuntu disable mouse acceleration

    Thus, these instructions may also work for Chromium browser, depending on how it's built. on Ubuntu / Linux Mint there's a PPA with VA-API patched Chromium builds. So Chromium users have had hardware acceleration on Linux for some time, depending on their Linux distribution or if they installed the patched Chromium in some other way. It's worth noting that Chromium web browser had patches that allowed making hardware accelerated video decoding available on Linux for some time, and some Linux distributions packaged it using those patches.

    ubuntu disable mouse acceleration

    Using hardware-accelerated video decode in your web browser should result in using less CPU usage (and thus, less battery draining) when playing online videos. This article explains how to enable hardware-accelerated video decoding in Google Chrome, Brave, Vivaldi and Opera web browsers running on Debian, Ubuntu, Pop!_OS or Linux Mint (Xorg only). Google Chrome is not the only Chromium-based web browser to support hardware acceleration on Linux though. Google Chrome 88 (and newer) has made hardware accelerated video decoding available on Linux, but it's not enabled by default.












    Ubuntu disable mouse acceleration