AdnanHodzic / displaylink-debian

DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
https://foolcontrol.org/?p=1777
GNU General Public License v3.0
1.29k stars 229 forks source link

Ran displaylink-debian.sh, now only a black screen. #715

Closed cypheroxide closed 2 years ago

cypheroxide commented 2 years ago

Running a multiboot Legion 5 laptop. Ran the installer as per the instructions, rebooted, and got to a login screen. After login, black screen with no video output. Tried plugging in a monitor on different ports, still nothing. Restarted several times, still get a black screen after login. Using one of my other installed systems to write this. Navigating to the /etc/X11/xorg.conf.d directory to look at the file 20-displaylink.conf, this is the output:

` Identifier "intel" Driver "modesetting" Option "AccelMethod" "None" EndSection

Section "Screen" Identifier "intel" Device "intel" EndSection

Section "Device" Identifier "nvidia" Driver "nvidia" Option "ConstrainCursor" "off" EndSection

Section "Screen" Identifier "nvidia" Device "nvidia" Option "AllowEmptyInitialConfiguration" "on" Option "IgnoreDisplayDevices" "CRT" EndSection

`

I'm running an AMD Ryzen 5 4600h and Nvidia GTX 1650Ti. What can I do to get my normal display back? Forget trying to get multiple monitors working like I have set up on Ubuntu Studio or Windows, I just want my Kali install back up and running again. If I can at least get back to a terminal, I'd be fine with that. I have a Timeshift backup just before running this thing. Before being asked, 1. I confirmed my distro was on the compatibility list, 2. I ran the script and rebooted as per the instruction, which immediately lead to this issue, 3. I have no display output anywhere and cannot get back into my system to fix anything.

cypheroxide commented 2 years ago

Nevermind. Decided, on a whim, to save the .conf file to a backup file and deleted the original. After a reboot, I'm back in. Now that I know how to restore my display out, I'm going to try to diagnose and will return with my findings. If I figure it out, this will be closed.

edgarbjorntvedt commented 2 months ago

Thank you very much. This helped me a lot. Got black screen before login screen. Lenovo Thinkpad T14 Gen 5 Popos 22.04 Entered console on popos with Ctrl+Alt+F5

"solution":

cd  /etc/X11/xorg.conf.d/
mv 20-displaylink.conf 20-displaylink.conf.backup

reboot