-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Report] graphics artefacts in dx12 games after update #60
Comments
I found out that it is probably related to the FPS limiter, if I turn off the limiter in the OS (Disable Frame Limit) and turn off vsync in some games the problems stop |
when I start the games in desktop mode, they work without a problem, the error is only in game mode |
I'm having the same issue recently too; with Hitman World of Assassination. Same video card as you: RX7900 XT. Just started recently. |
this is probably a problem in the new kernel uname -a |
@falco81 Good find! Do you mind if I ask how you accomplished this in holoiso? |
I was able to get this to work:
|
I managed to downgrade the entire holoiso OS ls -all /holo_root/rootfs/ sudo steamos-readonly disable then I changed the boot image in grub to the old release menuentry 'SteamOS, subvolume rootfs/holoiso_beta_snapshot20240901.1748.45' --class steamos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-LABEL=holo_root' { the parameter --set=root do not change contains the UUID of the disk, keep the original UUID from the grub.cfg file sudo steamos-readonly enable |
Your Issue:
Your device's full specs
Installer used to install?
OS version (/etc/holoiso-release):
Did it work before?
The text was updated successfully, but these errors were encountered: