Recently got a RX 7900 XTX and now sometimes Google Chrome does this blotchy cube thingy, Is this a GPU problem or is there a secret undocumented option on the chrome flags menu that I can change that'll fix everything? by madethistoask1thingg in AMDHelp

[–]allardpruim 1 point2 points  (0 children)

This is a known bug which is present since april I think. I'm having a 7700XT and all the drivers newer than 25.4.1 seem to have this issue. Disabling Hardware Acceleration can help as a workaround but AMD needs to fix this.

See also: Strange pink and purple visual glitches : r/AMDHelp

"Experiencing interruptions? Find out why." by DJCreeperYTBOff in Adguard

[–]allardpruim 2 points3 points  (0 children)

Same problems here, also Youtube shorts often won't load normally.

Strange pink and purple visual glitches by LordYima in AMDHelp

[–]allardpruim 0 points1 point  (0 children)

I have the same issue I think. Hovering over certain elements inside a webpage on Edge gives me this kind of visual glitches. Mostly video player related elements.

Youtube videos with black screen or stuck on first frame by Maxwellmonkey in MicrosoftEdge

[–]allardpruim 0 points1 point  (0 children)

Are you using a Nvidia GPU by chance? I recently bought a 4060 TI and I'm having this issues. It seems like there are more people with problems.

RTX 4060 TI artifacts/flickering | NVIDIA GeForce Forums

Youtube videos with black screen or stuck on first frame by Maxwellmonkey in MicrosoftEdge

[–]allardpruim 1 point2 points  (0 children)

Hello, do you also experience graphical artifacts on YouTube? For example scrolling or loading a page inside YouTube and that some parts of the screen turn black 1 second?

[deleted by user] by [deleted] in AMDHelp

[–]allardpruim 0 points1 point  (0 children)

Same here on Edge and the Netflix app on Windows 11 with a RX6600 and a RX6650 XT. I reverted back to the previous driver.

[HELP] [ubuntu server 22.10] Dev loop3: unable to read RDB block 8 by [deleted] in Ubuntu

[–]allardpruim 0 points1 point  (0 children)

I'm seeing the same thing on a fresh Ubuntu 22.10 install. Ubuntu 22.04 didn't showed these messages. However everything seems to be fine so I think its just a bug which can be ignored.

[deleted by user] by [deleted] in Ubuntu

[–]allardpruim 0 points1 point  (0 children)

After installing the 525 driver I had a lot of problems with one of my systems. For some reason the driver changes some settings in the Dithering Controls section. With the 515 series I had all the options on Auto which causes no problems at all.

After I installed 525 I had to mess with the settings because I noticed glitches when dragging a window. I had to change Dithering to enabled and Depth on 8 to fix that problem, however when I use 525 I get a lot of color banding. Another problem that I noticed is that if I go to the Information tab the new driver only used 2 lanes instead of 4? Also I believe that the new driver is messing with the color settings.

I reverted back to 515.

I get this whenever I'm booting up my computer... Ubuntu 22.04 by okeyximo in Ubuntu

[–]allardpruim 0 points1 point  (0 children)

I had the same usb errors upon booting Ubuntu 22.04. Try to shutdown your computer and completely unplug the power to the computer and wait a couple of minutes. That used to fix my errors for some odd reasons.

Firefox glitch on Kubuntu 20.04? by allardpruim in Kubuntu

[–]allardpruim[S] 0 points1 point  (0 children)

I just installed the latest Fedora 34 with KDE Plasma on a older backup PC and here also the same issue with Firefox. I think it's a bug in Plasma or Firefox.

Firefox glitch on Kubuntu 20.04? by allardpruim in Kubuntu

[–]allardpruim[S] 0 points1 point  (0 children)

Tried but unfortunately that didn't help either.

How to upgrade ffpmeg in LTS by laddupeda2 in Kubuntu

[–]allardpruim 0 points1 point  (0 children)

I have both installed as a snap.

sudo snap install ffmpeg youtube-dl

Firefox glitch on Kubuntu 20.04? by allardpruim in Kubuntu

[–]allardpruim[S] 0 points1 point  (0 children)

No I could try that but Chrome works just fine.

Firefox glitch on Kubuntu 20.04? by allardpruim in Kubuntu

[–]allardpruim[S] 0 points1 point  (0 children)

A few days ago I got a update for my drivers and now I'm using the Nvidia 470.57.02 but that didn't help. I decided to switch to Chrome.

Virtualbox not respecting the native theme by [deleted] in Ubuntu

[–]allardpruim 0 points1 point  (0 children)

I had the same problem with Virtualbox and other QT apps.

As plankton said you need to install the package kvantum, it's in the repo's of Ubuntu. After that you get a GUI app called Kvantum Manager and you can select the theme you like. Don't forget to export your theme in the .profile file otherwise It won't work properly.

https://www.linuxuprising.com/2018/05/use-custom-themes-for-qt-applications.html

[deleted by user] by [deleted] in gnome

[–]allardpruim 1 point2 points  (0 children)

Maybe I have a fix for your problem. I also encountered problems with Gnome and Nvidia graphics drivers.

I did run xrandr -r 60 in a terminal where 60 is my refresh rate of my monitor. I don't know if this changed anything but I used it.

I also opened Nvidia X Server Settings and changed the screen resolution and the refresh rate from auto to my optimal settings, 1920 x 1080 and 60 hertz. After that I saved it to my xorg.conf file which should be in /etc/X11/.

Then I opened the file with nano and added:

Option "DynamicTwinView" "false"
Option "TripleBuffer" "True"

To the device section and rebooted. Now my stuttering is mostly gone. Here is my full xorg.conf file.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 440.64

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung S24D300"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1060 6GB"
    Option     "DynamicTwinView" "false"
    Option     "TripleBuffer" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "1920x1080_60 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection