F5F Stay Refreshed Software Operating Systems GPU problems 😑

GPU problems 😑

GPU problems 😑

Pages (3): 1 2 3 Next
M
mijuel32
Junior Member
6
01-29-2023, 07:11 AM
#1
I installed Debian on bare metal and wasn't happy with the graphics performance. I expected smooth operation without relying on hardware acceleration, but I was surprised to learn the GPU is being used by default. There appears to be a v-sync problem, causing noticeable tearing. Hardware decoding seems to be functioning but I'm not certain. My CPU usage was high while running a 4K 60fps video; on Windows it felt similar, but if the CPU wasn't handling it properly, usage should have reached 100% and caused stuttering. Also, I dislike my audio setup—maybe adjusting the equalizer would help, but I really hate drivers!
M
mijuel32
01-29-2023, 07:11 AM #1

I installed Debian on bare metal and wasn't happy with the graphics performance. I expected smooth operation without relying on hardware acceleration, but I was surprised to learn the GPU is being used by default. There appears to be a v-sync problem, causing noticeable tearing. Hardware decoding seems to be functioning but I'm not certain. My CPU usage was high while running a 4K 60fps video; on Windows it felt similar, but if the CPU wasn't handling it properly, usage should have reached 100% and caused stuttering. Also, I dislike my audio setup—maybe adjusting the equalizer would help, but I really hate drivers!

G
GucciMixtape
Member
61
01-29-2023, 07:11 AM
#2
I don't have a specific model for your card. Have you configured the non-FOSS drivers?
G
GucciMixtape
01-29-2023, 07:11 AM #2

I don't have a specific model for your card. Have you configured the non-FOSS drivers?

T
TheZsdAqw
Junior Member
44
01-29-2023, 07:11 AM
#3
Mainly the built-in graphics from the 10th generation. I’m not sure about FOSS drivers. I only added xorg and my window manager to the system.
T
TheZsdAqw
01-29-2023, 07:11 AM #3

Mainly the built-in graphics from the 10th generation. I’m not sure about FOSS drivers. I only added xorg and my window manager to the system.

J
jonttutonttu1
Member
214
01-29-2023, 07:11 AM
#4
We frequently rely on third-party software. The drivers in the kernel should work for both AMD and Intel. For Nvidia, you might still require non-FOSS options like mesa-intel. It’s unclear whether Debian supports this setup, as I primarily use it on servers.
J
jonttutonttu1
01-29-2023, 07:11 AM #4

We frequently rely on third-party software. The drivers in the kernel should work for both AMD and Intel. For Nvidia, you might still require non-FOSS options like mesa-intel. It’s unclear whether Debian supports this setup, as I primarily use it on servers.

F
Fynero
Member
195
01-29-2023, 07:11 AM
#5
What's affecting your graphics?
F
Fynero
01-29-2023, 07:11 AM #5

What's affecting your graphics?

D
Darkbandit92
Posting Freak
839
01-29-2023, 07:11 AM
#6
I was refining my previous response as you shared it. You might need to install additional packages. I haven’t used Debian on a desktop before, as it’s mainly for servers, so I’m not certain what you’d require. What desktop environment are you currently using?
D
Darkbandit92
01-29-2023, 07:11 AM #6

I was refining my previous response as you shared it. You might need to install additional packages. I haven’t used Debian on a desktop before, as it’s mainly for servers, so I’m not certain what you’d require. What desktop environment are you currently using?

U
ubygug
Member
149
01-29-2023, 07:11 AM
#7
It seems like the issue might still be unresolved. I followed the configuration steps in - /etc/X11/xorg.conf.d/20-intel.conf, added the device settings and enabled TearFree. After rebooting, tearing disappeared. However, I’m still unsure if everything is working smoothly. Using i3wm helped, but I might be missing some packages due to the minimal installation. I didn’t install standard utilities and had to manually set up sudo and Xorg. Earlier, I tried Manjaro or Linux Mint on an older device, and it also had tearing problems.
U
ubygug
01-29-2023, 07:11 AM #7

It seems like the issue might still be unresolved. I followed the configuration steps in - /etc/X11/xorg.conf.d/20-intel.conf, added the device settings and enabled TearFree. After rebooting, tearing disappeared. However, I’m still unsure if everything is working smoothly. Using i3wm helped, but I might be missing some packages due to the minimal installation. I didn’t install standard utilities and had to manually set up sudo and Xorg. Earlier, I tried Manjaro or Linux Mint on an older device, and it also had tearing problems.

3
333LegenD333
Junior Member
46
01-29-2023, 07:11 AM
#8
Interesting. The configuration you mentioned matches what I see in /etc/X11/xorg.conf.d/20-amdgpu.conf for your AMD card.

Spoiler Section: Device Identifier – AMD
Driver – amdgpu
Option – VariableRefresh – true
Option – AsyncFlipSecondaries – true

As for the current situation, GNOME doesn’t fully support VRR at the moment (it should arrive in the next update). Changes to software often happen quickly, so things can shift over time.

Debian is primarily aimed at servers and prioritizes stability, which means it usually ships with more mature packages compared to Manjaro, which leans toward newer releases. For instance, Debian 12 uses kernel 6.1 (released Dec 2022), while Manjaro defaults to 6.6, and you can upgrade to 6.7 or even 6.8 if needed.

GPU drivers in the kernel get regular updates, so it’s a good idea to test a recent live USB if you want the latest features without installing anything.
3
333LegenD333
01-29-2023, 07:11 AM #8

Interesting. The configuration you mentioned matches what I see in /etc/X11/xorg.conf.d/20-amdgpu.conf for your AMD card.

Spoiler Section: Device Identifier – AMD
Driver – amdgpu
Option – VariableRefresh – true
Option – AsyncFlipSecondaries – true

As for the current situation, GNOME doesn’t fully support VRR at the moment (it should arrive in the next update). Changes to software often happen quickly, so things can shift over time.

Debian is primarily aimed at servers and prioritizes stability, which means it usually ships with more mature packages compared to Manjaro, which leans toward newer releases. For instance, Debian 12 uses kernel 6.1 (released Dec 2022), while Manjaro defaults to 6.6, and you can upgrade to 6.7 or even 6.8 if needed.

GPU drivers in the kernel get regular updates, so it’s a good idea to test a recent live USB if you want the latest features without installing anything.

L
lilycotterill
Senior Member
656
01-29-2023, 07:11 AM
#9
Freesync experienced some unusual flickering during the last time I used it on my monitor. Usually, I turn it off in Linux.
L
lilycotterill
01-29-2023, 07:11 AM #9

Freesync experienced some unusual flickering during the last time I used it on my monitor. Usually, I turn it off in Linux.

T
Theomanduff
Member
197
01-29-2023, 07:11 AM
#10
I've begun adopting Wayland and I can confirm it runs smoothly. You might want to consider using Wayland instead of Xorg overall.
T
Theomanduff
01-29-2023, 07:11 AM #10

I've begun adopting Wayland and I can confirm it runs smoothly. You might want to consider using Wayland instead of Xorg overall.

Pages (3): 1 2 3 Next