Skip to content

Commit

Permalink
extended support for nvidia card detection (issue: 217)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Feb 16, 2019
1 parent 12cad8f commit 6936c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions displaylink-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ EndSection
EOL
}

# set xorg for Nvidia cards (issue: 176, 179, 211)
if [ "$drv_nvidia" == "NVIDIA" ];
# set xorg for Nvidia cards (issue: 176, 179, 211, 217)
if [ "$drv_nvidia" == "NVIDIA" ] || [ "$drv" == "nvidia" ];
then
nvidia_pregame
xorg_nvidia
Expand Down

0 comments on commit 6936c2c

Please sign in to comment.