Normal view

GIMP 3.1.4 Released! Link Layers, Vector Layers & MyPaint Brushes 2

By:Ji m
4 September 2025 at 00:08

GIMP 3.1.4, the second development release for next major 3.2, was released few days ago!

The new release of this popular image editor introduced some exciting new features, including link layers, vector layers, MyPaint brushes version 2, and more.

First, by using File -> Open as Link Layer... or press Ctrl+Alt+Shift+O on keyboard, user can now open an image as link layer.

In the case, you may make changes to the image file via any other image editors (e.g., Krita, Inkscape), and see it instantly updated inside GIMP!

You can also non-destructively scale and rotate the link layer without impacting the quality of the original image. And, use “Discard Link Information” context menu option to convert it to a normal raster layer.

GIMP 3.1.4 also implemented the vector layer feature. After drawing a path (via Paths tool), user can now click “Create New Vector Layer” button to generate a vector layer associated with that path, then set the fill and stroke colors and other properties.

You can continue to edit the path, as the vector layer will automatically update. It as well has a “Discard Vector Information” context menu option to convert it to a regular raster layer.

The release also updated MyPaint Brushes to version 2, along with 20 new brushes from the Dieterle set. They include the long requested arrow brush and Posterizer brush.

For Ubuntu users, GIMP is going to make official SNAP package, which can be installed directly from Ubuntu Software or App Center, and also be installed in other Linux.

The current GIMP Snap package is maintained by the snapcrafters developers. The GIMP developers are talking to them to pass over the ownership, so they can maintain it as official package.

GIMP Snap package in APP Center. GIMP to take over this community maintained package

Other changes in GIMP 3.1.4 include:

  • New GEGL Filter Browser.
  • New Gain slider in MyPaint Brush tool, to adjust strength of input pressure.
  • Add boldd, italicize, underline keyboard shortcuts for Text tool.
  • Live preview outline color for text tool.
  • Add import support for HRZ, signed JPEG 2000, non-DXT PAA textures, Seattle Filmworks (SFW93A, SFW94A).
  • Support loading TIFF layer visibility, blending modes, and color tags
  • Support System Colors theme for macOS.
  • New API to change the paintbrush fade length and repeat settings.
  • New public API for creating vector layers.
  • Add ARM64 build of nightly Flatpak pacakge.

Compare to current GIMP 3.0 stable, there are as well many changes introduced since 3.1.2:

  • Add system color scheme support for Linux (Flatpak package) and Windows.
  • New brush preview toggle.
  • New overwrite paint mode.
  • New Outline Direction option for text tool
  • Import support for Photoshop RGB and grayscale patterns, APNG animations, multi-layer OpenEXR images, Over-the-Air Bitmap format, Jeff’s Image Format (.jif).
  • Export Krita .kpl, PSB Photoshop Large format, JPEG 2000, HEJ2.
  • Support Photoshop .acv and .alv presets in GIMP Curves and Levels filters.

For more about GIMP 3.1.4, see the official release note.

How to Install GIMP 3.1.4

The official GIMP packages for Windows, Linux, and macOS are available to download at the link below:

Linux user may choose the non-install AppImage package, which can be run directly to launch the image editor, after adding executable permission.

NOTE: Ubuntu since 22.04 needs to run command in terminal (Ctrl+Alt+T) to install required library first:

sudo apt install libfuse2

Or, run the command below to install the Flatpak package instead which runs in sandbox environment.

flatpak install https://flathub.org/beta-repo/appstream/org.gimp.GIMP.flatpakref

If you already have GIMP 3.1.2 installed as Flatpak, then try the command below to update it:

flatpak update org.gimp.GIMP//beta

If you have both the Devel and Stable versions of GIMP installed as Flatpak, and don’t know which icon to use, then use the command below to start the GIMP 3.1.4 from terminal:

flatpak run org.gimp.GIMP//beta

NVIDIA 580.82.07 Added Smooth Motion for RTX 40 Series GPUs

By:Ji m
3 September 2025 at 19:48

For NVIDIA users with GeForce RTX 40 Series GPUs (e.g., 4060, 4090), it finally supports Smooth Motion frame generation for better gaming performance in Linux.

NVIDIA Smooth Motion is a feature designed for games without native DLSS support. It uses AI to generate additional frames between two rendered frames for overall smoothness of game-play.

The feature was initially added for Linux via NVIDIA 575 driver series, but only for RTX 50 series GPUs. Now with NVIDIA 580.82.07, the feature also works for RTX 40 GPUs. While, Windows users will probably get it in 590 driver series.

As the latest production branch driver, NVIDIA 580 also added fifo-v1 protocol support to reduce visual inconsistencies and potential stuttering for apps/games running in Wayland with Vulkan backend.

It as well enabled RMIntrLockingMode feature by default, which can help reduce stutter especially when using virtual reality (VR).

There are as well new “OutputBitsPerComponent” MetaMode attribute, allowing to control the number of bits per color component transmitted via a display connector in Xorg with multiple displays.

Other changes in NVIDIA 580 so far include:

  • Feature to reduce time spent in the interrupt top half for low latency display interrupts by deferring the work until later.
  • Update GPU clock value reporting in nvidia-settings, NVML, and nvidia-smi to show clocks before thermal and idle slowdowns.
  • Fix Bigscreen Beyond Head Mounted Displays compatibility.
  • And various bug-fixes.

How to Install NVIDIA 580.82.07

The official package and release note for NVIDIA 580.82.07 is available at the link below:

For Ubuntu, it’s HIGHLY recommended to wait the Ubuntu’s official package, though it’s still in proposed testing stage at the moment.

Or, use either the popular “Graphics Drivers” team PPA which now contains NVIDIA 580.82.07 for Ubuntu from 18.04 to 25.04, or “Canonical Kernel Team” team PPA for 22.04 and higher.

To add the Canonical Kernel Team PPA, open terminal (Ctrl+Alt+T) and run command:

sudo add-apt-repository ppa:canonical-kernel-team/nvidia-graphics2

Then, you may either use “Additional Drivers” (graphical tool) to install nvidia-580 for desktop, or nvidia-580-server for server computing use.

Or run one of the commands below instead in terminal to install the driver:

sudo ubuntu-drivers install nvidia:580
sudo ubuntu-drivers install --gpgpu nvidia:580-server
❌