Skip to content

Commit

Permalink
add "AutoAddGPU" "false" for intel and offload mode (github issue#90)
Browse files Browse the repository at this point in the history
Apparently on some systems this is needed to prevent Nvidia card from
being initialized during Xserver startup and crashing with a pixmap
failure.
  • Loading branch information
sndirsch committed Jan 3, 2023
1 parent 165860a commit f5d7bb3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xorg-amd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ Section "Screen"
Identifier "amd"
Device "amd"
EndSection

Section "ServerFlags"
Option "AutoAddGPU" "false"
EndSection
4 changes: 4 additions & 0 deletions xorg-intel-intel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ Section "Screen"
Identifier "intel"
Device "intel"
EndSection

Section "ServerFlags"
Option "AutoAddGPU" "false"
EndSection
4 changes: 4 additions & 0 deletions xorg-intel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ Section "Screen"
Identifier "intel"
Device "intel"
EndSection

Section "ServerFlags"
Option "AutoAddGPU" "false"
EndSection

0 comments on commit f5d7bb3

Please sign in to comment.