Questions tagged [headless]
Questions concerning use with server having no monitor, keyboard or mouse.
129 questions
1
vote
2
answers
95
views
NVIDIA proprietary driver "ConnectedMonitor" option doesn't work with headless setup
From NVIDIA documentation:
Option "ConnectedMonitor" "string"
Allows you to override what the NVIDIA kernel module detects is connected to your graphics card. This may be useful, ...
0
votes
1
answer
193
views
Writing to the framebuffer while X or Wayland is running?
This is a pretty straightforward question.
I am writing a Qt program that looks to render graphics in the terminal. To do that, I utilize Sixel Graphics which has a large overhead. I would rather ...
1
vote
1
answer
118
views
Linux doesn't boot without video
I've a minipc Qotom Q1900G2-P with AlmaLinux 9.5.
Qotom with American Megatrends bios, build 06.01.2015.
Bios reset to factory, default setup.
Without video cable, HDMI or VGA, it doesn't start...from ...
-2
votes
1
answer
68
views
Edit or install Ubuntu GRUB Sequence
My issue is more nuanced than the title suggests. I have a pc I am using as a server. I first installed a headless ubuntu because that's all I needed to run my services. I then installed a standard ...
0
votes
0
answers
143
views
In Raspbian Bookworm, how to run a headless browser with audio
I have a Spotify player in JavaScript that I need to run headless in Raspian Bookworm on a RPi5. I am controlling the player using the spotipy module in python. I have both nginx and gunicorn running ...
0
votes
1
answer
113
views
Ideas on how to boot & install linux on a headless (broken screen) Laptop computer
asking for a friend: He has a UEFI laptop which he wants to install linux onto, the problem is that the integrated screen is broken, and as such he can't enter the bios, and change the boot priority ...
0
votes
1
answer
158
views
how to silence X11 warnings on a headless node
I have a headless server setup, and when I ssh in I get
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Everything still works fine, since there's no X11 data to forward. ...
1
vote
0
answers
352
views
OpenVPN Access Server Stuck on License Agreement
I followed the steps from the OpenVPN Access Server Portal to install OpenVPN Access Server on an Ubuntu Server 22 headless VM. After installing and automatically configuring the service, I went to ...
0
votes
1
answer
91
views
Graphical applications in terminal
I am half mad and I suddenly had an idea. I don't care that it is very impractical and will cause me trouble, I want it for some reason.
I want to have Linux, without a desktop environment, but be ...
4
votes
3
answers
5k
views
Running VSCode headless, without installing desktop environment
Can you install VS-Code-CLI on a headless machine, without installing a desktop environment too? (I sometimes wish to access my code on an Android tablet, using the PWA version of Code that doesn't ...
0
votes
2
answers
62
views
Entering wifi credentials to ROS2 robot in headless mode
I have designed a robot with ROS2 installed on a Ubuntu os, all running on a raspberry pi 4. Another esp32 is used to control the motors. The robot is water tight and sealed. Everytime I take it to a ...
0
votes
2
answers
193
views
Ubuntu Headless: Read-only system / locked out
I have a Rasperry Pi on which I run Ubuntu on an SD card. The setup runs „headless“, meaning I had installed Ubuntu on the SD card on a separate pc and then configured the rest by SSH-ing into the ...
1
vote
0
answers
334
views
LUKS passphrase over ssh is not working
I am trying to decrypt a fully encrypted system using LUKS over SSH. I followed stinky parkia's guide to unlocking device over ssh.
However, the password is not working. I am able to reach the prompt ...
0
votes
2
answers
749
views
Issue booting headless FreeBSD system, requires monitor to boot
I'm trying to set up a headless FreeBSD 13.1 system. I've done so
successfully before on this particular machine, but for whatever reason,
after a complete reinstall, it doesn't want to boot without ...
0
votes
2
answers
495
views
Capture a jpeg image / image stream from a console program?
I'm running a headless Raspberry Pi, and would like to convert the console/terminal output to a single jpeg or video stream.
For example: capture the output of pbytop every few seconds and stream it ...