Skip to content

Commit

Permalink
Merge pull request #241 from matt335672/disable_auto_gpu
Browse files Browse the repository at this point in the history
Disable some auto-add hardware features
  • Loading branch information
matt335672 authored Nov 16, 2022
2 parents b06cf6b + b7002ee commit 2b97820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xrdpdev/xorg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Section "ServerFlags"
Option "DefaultServerLayout" "X11 Server"
Option "DontVTSwitch" "on"
Option "AutoAddDevices" "off"
Option "AutoAddGPU" "off"
EndSection

Section "Module"
Expand Down Expand Up @@ -57,6 +58,8 @@ EndSection
Section "Screen"
Identifier "Screen (xrdpdev)"
Device "Video Card (xrdpdev)"
# Comment out this line for xorg < 1.18.0
GPUDevice ""
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Expand Down

0 comments on commit 2b97820

Please sign in to comment.