F5F Stay Refreshed Software Operating Systems Driver issues with graphics software.

Driver issues with graphics software.

Driver issues with graphics software.

Pages (2): 1 2 Next
M
maximumpats
Junior Member
46
09-05-2016, 02:23 PM
#1
Checking your current setup on Ubuntu can be tricky. There’s no built-in method to confirm whether you’re using the Intel Xorg driver or the Intel modesetting driver directly. You mentioned wanting the modesetting one, which is correct for hardware acceleration. Chromium browsers don’t support it by default, so you might need to install it manually through unofficial means. Many users have tried various approaches, but some are outdated. You currently have intel-media-va-driver installed, and there’s also a non-free alternative available. Regarding the VAAPI driver for video codecs, it’s worth trying, though you didn’t notice any improvement after installation—possibly because it wasn’t actively used.
M
maximumpats
09-05-2016, 02:23 PM #1

Checking your current setup on Ubuntu can be tricky. There’s no built-in method to confirm whether you’re using the Intel Xorg driver or the Intel modesetting driver directly. You mentioned wanting the modesetting one, which is correct for hardware acceleration. Chromium browsers don’t support it by default, so you might need to install it manually through unofficial means. Many users have tried various approaches, but some are outdated. You currently have intel-media-va-driver installed, and there’s also a non-free alternative available. Regarding the VAAPI driver for video codecs, it’s worth trying, though you didn’t notice any improvement after installation—possibly because it wasn’t actively used.

R
Razlorus
Posting Freak
976
09-06-2016, 10:44 AM
#2
Ubuntu and similar distributions usually don't include the Intel Xorg driver, so you might need to switch to modesetting. You should also opt for non-free options, as this package often contains patented or licensing-sensitive components. Many codecs fall into this group. If your Intel iGPU is Broadwell or newer, consider adding the intel-media-driver too—though not all systems support it and it's still experimental. It appears to function for some users but not others. For browser-based video hardware acceleration on Linux, I suggest using Firefox with Wayland right now.
R
Razlorus
09-06-2016, 10:44 AM #2

Ubuntu and similar distributions usually don't include the Intel Xorg driver, so you might need to switch to modesetting. You should also opt for non-free options, as this package often contains patented or licensing-sensitive components. Many codecs fall into this group. If your Intel iGPU is Broadwell or newer, consider adding the intel-media-driver too—though not all systems support it and it's still experimental. It appears to function for some users but not others. For browser-based video hardware acceleration on Linux, I suggest using Firefox with Wayland right now.

P
philipds
Member
60
09-06-2016, 11:31 AM
#3
It's not always clear how it works. I guessed at a driver or library and it functioned. I just watched a YouTube tutorial and it helped.
P
philipds
09-06-2016, 11:31 AM #3

It's not always clear how it works. I guessed at a driver or library and it functioned. I just watched a YouTube tutorial and it helped.

C
CakeSFD
Member
226
09-06-2016, 11:37 AM
#4
Check the apt list to confirm xserver-xorg-video-intel is present. To verify if modesetting is active, run a command like `systemctl status modesetting` or inspect its logs for recent activity.
C
CakeSFD
09-06-2016, 11:37 AM #4

Check the apt list to confirm xserver-xorg-video-intel is present. To verify if modesetting is active, run a command like `systemctl status modesetting` or inspect its logs for recent activity.

G
globoxpoop
Junior Member
16
09-06-2016, 01:19 PM
#5
Check the relevant log file for your logger configuration. Ensure it doesn’t rely on modesetting; refer to man xorg.conf for guidance on creating the correct Xorg config file.
G
globoxpoop
09-06-2016, 01:19 PM #5

Check the relevant log file for your logger configuration. Ensure it doesn’t rely on modesetting; refer to man xorg.conf for guidance on creating the correct Xorg config file.

H
hlinzi
Junior Member
7
09-06-2016, 09:06 PM
#6
It's unclear when or why it was reinstated. The page suggests it shouldn't affect the situation since both Intel and AMD use Wayland by default on Ubuntu, making the Xorg driver irrelevant.
H
hlinzi
09-06-2016, 09:06 PM #6

It's unclear when or why it was reinstated. The page suggests it shouldn't affect the situation since both Intel and AMD use Wayland by default on Ubuntu, making the Xorg driver irrelevant.

W
WreckCD
Member
190
09-06-2016, 09:17 PM
#7
Arch supports modesetting as the default setting. On Debian and similar systems, the old Xorg remains functional. At login, you see choices like "Ubuntu" and "Ubuntu on Xorg," suggesting Ubuntu is set up that way. Is it true Ubuntu runs by default in Wayland? And if yes, why does the driver not affect this?
W
WreckCD
09-06-2016, 09:17 PM #7

Arch supports modesetting as the default setting. On Debian and similar systems, the old Xorg remains functional. At login, you see choices like "Ubuntu" and "Ubuntu on Xorg," suggesting Ubuntu is set up that way. Is it true Ubuntu runs by default in Wayland? And if yes, why does the driver not affect this?

S
sarg182298
Junior Member
45
09-07-2016, 09:33 AM
#8
Unless you choose Ubuntu with Xorg, you're using Wayland. Verify in Settings -> About. Since it isn't your primary graphics driver, it functions as a user-space 2D driver for Xorg. Wayland doesn't support this.
S
sarg182298
09-07-2016, 09:33 AM #8

Unless you choose Ubuntu with Xorg, you're using Wayland. Verify in Settings -> About. Since it isn't your primary graphics driver, it functions as a user-space 2D driver for Xorg. Wayland doesn't support this.

B
Barney_420
Member
72
09-14-2016, 11:30 PM
#9
This question touches on different display technologies. Ubuntu typically runs on Wayland by default, while Xorg is still widely used in many setups. The performance differences you mentioned—like memory I/O speeds—can depend on the specific configuration and workload. If animations run smoothly on Xorg, it might be worth exploring that option further.
B
Barney_420
09-14-2016, 11:30 PM #9

This question touches on different display technologies. Ubuntu typically runs on Wayland by default, while Xorg is still widely used in many setups. The performance differences you mentioned—like memory I/O speeds—can depend on the specific configuration and workload. If animations run smoothly on Xorg, it might be worth exploring that option further.

C
ColSpeed
Member
197
09-29-2016, 08:01 PM
#10
This setup has been standard for those without a NVIDIA GPU; Wayland is recommended if you can. xorg-server is struggling with limited support, and many distros are considering removing it. The original developers of xorg-server were RedHat, shifting all work to Wayland and placing the server in minimal maintenance until the end of RHEL 9. Despite this transition, some migration challenges remain, and not every application functions well on Wayland. Meanwhile, Wayland adoption is growing, and certain projects are now relying more heavily on it. Keep in mind that applications built for X11 will likely still work under Wayland.
C
ColSpeed
09-29-2016, 08:01 PM #10

This setup has been standard for those without a NVIDIA GPU; Wayland is recommended if you can. xorg-server is struggling with limited support, and many distros are considering removing it. The original developers of xorg-server were RedHat, shifting all work to Wayland and placing the server in minimal maintenance until the end of RHEL 9. Despite this transition, some migration challenges remain, and not every application functions well on Wayland. Meanwhile, Wayland adoption is growing, and certain projects are now relying more heavily on it. Keep in mind that applications built for X11 will likely still work under Wayland.

Pages (2): 1 2 Next