remove displaylink
This commit is contained in:
parent
1ead5ea613
commit
0f5b4d155e
@ -52,7 +52,10 @@
|
||||
enable = true;
|
||||
xkbVariant = "";
|
||||
xkbOptions = "caps_lock:esc";
|
||||
videoDrivers = [ "displaylink" "modesetting" ];
|
||||
videoDrivers = [
|
||||
# "displaylink" # broken
|
||||
"modesetting"
|
||||
];
|
||||
# Enable the GNOME Desktop Environment.
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user