Skip to content

Commit

Permalink
temporarily disabled xorg_modesetting_newgen (issue: 200)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Jan 9, 2019
1 parent 8207850 commit 1533409
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions displaylink-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,9 @@ then
then
if [ "$(ver2int $xorg_vcheck)" -gt "$(ver2int $newgen_xorg)" ];
then
xorg_modesetting_newgen
else
# temporarily disabled (issue: 200)
#xorg_modesetting_newgen
#else
xorg_modesetting
fi
# generic intel
Expand All @@ -544,8 +545,9 @@ then
else
if [ "$(ver2int $xorg_vcheck)" -gt "$(ver2int $newgen_xorg)" ];
then
xorg_modesetting_newgen
else
# temporarily disabled (issue: 200)
# xorg_modesetting_newgen
#else
xorg_modesetting
fi
fi
Expand Down

0 comments on commit 1533409

Please sign in to comment.