1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

NVIDIAのGPUでWineのゲームやSteamが使えない場合の対処方法

Posted at

環境と問題

Wineでオトメドメインを起動しようとしたり、Steamを起動しようとしたりすると以下のエラーが出力される場合が有ります。
私はLTSカーネルを常用しているので既にnvidia-ltsはインストールしていました。

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext

解決方法

こちらのスレッドで見つけました。

sudo pacman -S lib32-nvidia-libgl lib32-nvidia-utils nvidia-libgl 
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?