You are not logged in.
Pages: 1
hi i am trying to install arch on a broken laptop, it basically have a broken screen(totally broken and the frame is out of it and lost) it has kali linux installed and i want to switch to arch i connect it using hdmi cable to my lg tv and i don't have any monitor
is there is any possible way to switch? as the tv doesn't show the bios or anything related to the installation it only shows no signal
Offline
1st of all: what kind of laptop? If it's a hybrid graphics one, the HDMI output might be connected to the dGPU.
You can select outputs:
https://www.kernel.org/doc/Documentation/fb/modedb.rst
and map framebuffer consoles to drivers ("fbcon=map:<0123>")
https://www.kernel.org/doc/Documentation/fb/fbcon.txt
Both will require you to alter the kernel commandline.
Getting X11 to display on the HDMI output (given the GPU/CRT principally still works) should be trivial, so if you've kali installed and can maybe ssh into it, that should be easy game.
Online
1st of all: what kind of laptop? If it's a hybrid graphics one, the HDMI output might be connected to the dGPU.
You can select outputs:
https://www.kernel.org/doc/Documentation/fb/modedb.rst
and map framebuffer consoles to drivers ("fbcon=map:<0123>")
https://www.kernel.org/doc/Documentation/fb/fbcon.txtBoth will require you to alter the kernel commandline.
Getting X11 to display on the HDMI output (given the GPU/CRT principally still works) should be trivial, so if you've kali installed and can maybe ssh into it, that should be easy game.
I have hp probook 4540s with intel integrated graphics card, i don't have big experiences in linux so can you explain more
Offline
Online
Pages: 1