-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
OpenGL GLX extension not supported by display (Steam does not launch) (gpu issues) #340397
Comments
I have the same issue under Hyprland using an AMD card, steam gives me the same error regarding the GLX extension.
Edit: This seems to be fixed on master with Mesa 24.2.2, at least steam runs fine for me, as well as |
there is a issue where a secondary display only works on another user and not my primary user, my primary user causes the display connection to flicker or more recently it just ignores the display (On wayland) and x11 does not work at all, im interested in getting wayland working. After alot of troubleshooting, and running a script on a bare tty to start KDE directly, i get this error. I dont get this error on my newly created user:
Here is the script:
I am thinking its some old dependency, mesa related or driver related issue but its due to no fault of any system-wide configuration if its affecting a specific user, etc/profiles/per-user/spiderunderurbed/, there is only this for spiderunderurbed, there is no profile for my other user, called jellyfin. I tried renaming it so it would create a new profile, it didnt make a new profile, i mean upon boot. but it didnt fix my issue. there is also a profile in /etc/static. Any ideas on how to fix it? |
try setting for reference, my nixos module for steam, which works with my ryzen 5 5500u { pkgs, ... }:
{
programs.steam = {
enable = true;
gamescopeSession.enable = true;
protontricks.enable = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
extraPackages = with pkgs; [
mangohud
gamemode
dotnet-sdk_8
];
};
programs.gamemode.enable = true;
hardware.graphics = {
enable = true;
enable32Bit = true;
};
services.xserver.videoDrivers = [ "amdgpu" ];
} this is in hardware-configuration.nix, so i think it was automatically set, but just in case boot.kernelModules = [ "kvm-amd" ]; |
Describe the bug
A clear and concise description of what the bug is.
The OpenGL GLX extension is not active, leading to periodic crashes of my KDE desktop, steam not working (flatpak or nix enabled), and me having issues as a application developer about GPU access (likely related to OpenGL GLX)
PLEASE READ:
I have enabled:
Steps To Reproduce
Steps to reproduce the behavior:
Note, I cannot downgrade my drivers because the driver does not seem to be the issue, also its the only drivers that brings back x11 plasma support whereas wayland never worked
Expected behavior
A clear and concise description of what you expected to happen.
Plasma should not routinely crash
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I have a acer predator laptop, with a 3070 mobile dgpu, and a igpu, I have both added as videoDrivers and I tried running in hybrid or dgpu only mode. Still same issue.
https://pastebin.com/GXd6mGK0
^ any application that utilizes OpenGL GLX has issues
I might comment more logs
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: