Steam Proton Games won't launch

@megavolt Here’s the output from both commands. Since even tty does not work, I retrieved the information from the system via manjaro-changeroot -a from a live USB:

#### for x in ...:
---/etc/X11/xorg.conf.d/00-keyboard.conf---

 # Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "de"
EndSection


---/etc/X11/xorg.conf.d/90-mhwd.conf---

 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 465.31

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

Section "Files"
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"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
	Option "NoLogo" "1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "COMPOSITE" "Enable"
EndSection

 
Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard        "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
 


#### ls -R /etc/X11/:
/etc/X11/:
mhwd.d	xinit  xorg.conf.d

/etc/X11/mhwd.d:
nvidia.conf  nvidia.conf.nvidia-xconfig-original

/etc/X11/xinit:
xinitrc  xinitrc.d  xserverrc

/etc/X11/xinit/xinitrc.d:
40-libcanberra-gtk-module.sh  50-systemd-user.sh  80xapp-gtk3-module.sh

/etc/X11/xorg.conf.d:
00-keyboard.conf  90-mhwd.conf

I did some experiments with other kernel versions. It seems the legacy driver is the only one working for all of them. At one point I deleted all contents in /etc/X11/xorg.conf.d/ and reinstalled the latest driver, but that didn’t help, either.

I even flashed a new image to the live USB (formerly Manjaro 21.0.6, now 21.0.7) and tried again booting from the stick with the proprietary drivers → no improvement though. I guess until further notice, I’m stuck with the legacy driver.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.