linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

mofongo, in How to fool a laptop into thinking a monitor is connected?

On windows I think you need a HDMI dummy plug as others mentioned here before but Linux has to have a way to run headless. You can run Linux in Qemu without a connected display. If you find anything on why it’s not booting please let me know!

yum13241, in Fedora, Arch, or EndeavourOS?

Fedora requires less maintenance which is important in a university scenario. But then you have those Exam Safe Browsers which don’t run on wine anyway.

If you’re going to miss AUR-levels of package count, my advice is to grab openSUSE (preferably non-Leap), get familiar with zypper and yast, then add the Packman repo. Combined with the OBS (basically the openSUSE version of the AUR), you’ll have pretty high package availability.

openSUSE also requires less maintenance than Arch.

But generally, I recommend EndeavourOS, just add the chaotic-aur so you don’t spend hours compiling, and have fun!

TheyCallMeHacked, in How to fool a laptop into thinking a monitor is connected?

There are a few ways to investigate, but for that we would need a bit more info. Firstly, what distro do you use ? Try using a different bootloader than GRUB to see if it solves the issue. Otherwise you could also try to use Linux’s UEFI stub.

tubbadu,

So you think it’s a grub problem?

I’m running fedora 39

TheyCallMeHacked,

I don’t know what the problem is. I’m trying to rule things out one after the other.

Maybe try using systemd-boot instead of GRUB?

IsoSpandy, in Linux Newbie - Curiosity

I know you have been getting a lot of suggestions but have you tried Fedora or any of the rpm based distros?

Basically all Linux distros can trace everything back to three major ones: Debian, Arch and RHEL. (Also slack ware is a thing and there are many non major one). Since you tried Debian and arch families without success, I suggest you give the RHEL family a go. In my experience RHEL based distros have the best hardware compatibility.

lemmyreader, in My First Month of Linux

Cool! Welcome on board of Planet Linux. 🐧

timkenhan, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Don’t get me started.

There are good reasons why I have personal “production system” to do my work with.

Jean_le_Flambeur, (edited ) in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Types

rm -r -f Presses strg+v (instead of strg + shift + v)

Hits enter

Maschine proceeds to delete the home folder as the garbage that comes when pressing normal strg+v gets interpreted so…

technohacker, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?
@technohacker@programming.dev avatar

source ~/.bash_history

fl42v,

That’s the scariest horror story in 2 words I’ve seen so far

technohacker,
@technohacker@programming.dev avatar

I’m genuinely having a chuckle at how shocked people are at my submission, made my day xD

fl42v,

I mean, it’s simple, elegant, and destructive AF given the right circumstances. Basically a chaos grenade we didn’t realize existed

papertowels,

And also a very understandable mistake, to boot.

ReverendIrreverence,
@ReverendIrreverence@lemmy.ml avatar

“Oh My…” thought in a George Takei voice

catastrophicblues,

Oh no. That fits the bill perfectly lol.

omidmnz, (edited )

Reminded me of this: github.com/jtroo/kanata/issues/595

Same concept, different granularity!

caseyweederman,

Dear god

pendulous,

Can a linux noob get an explanation of this?

jaykay,
@jaykay@lemmy.zip avatar

New fear unlocked

tubbadu,

Jesus Christ. It would be a good idea to format that file to have an exit as first line to avoid this

Adanisi, in what's a normie KDE distro?
@Adanisi@lemmy.zip avatar

Debian

Fint0034, (edited )
@Fint0034@lemmy.ml avatar

stable or unstable?

Adanisi,
@Adanisi@lemmy.zip avatar

I use stable but if you need more up to date software not in backports unstable would be better suited. Neither are really “unstable”.

breakingcups, in How to fool a laptop into thinking a monitor is connected?

There might be settings in the bios that allow you to disable the graphics card, not halt on errors or disable the internal screen, but they’re not usually exposed on laptop BIOS, they’re quite locked down.

sxan, in How to fool a laptop into thinking a monitor is connected?
@sxan@midwest.social avatar

Is it getting stuck in the BIOS? If you can’t ssh in, can you even ping it? Network should come up before graphics.

Have you disabled the display manager?

As someone eles mentioned, boot it with a screen and check the BIOS. Since this was a laptop, the BIOS is certainly expecting a display, so you might have to adjust something there.

tubbadu,

Yes I can ping it!

Have you disabled the display manager?

yep, I did `systemctl set-default multi-user.target’

As someone eles mentioned, boot it with a screen and check the BIOS. Since this was a laptop, the BIOS is certainly expecting a display, so you might have to adjust something there.

I already looked into the bios but it was pretty empty, just a few options, nothing about displays or graphics card

but now I have a doubts, perhaps there is a “show advanced settings” button somewhere that I didn’t see? I have to look for it

sxan,
@sxan@midwest.social avatar

It could be Linux, too. Some distros have fancy boot graphics - look for something called “plasma” - not the KDE one, but a different one - and uninstall or disable that. It’s a common thing that hides the boot log behind a logo-and-progress bar. Arch doesn’t use it, so I haven’t seen it in years, but IIRC it can cause problems on headless systems.

teawrecks,

Most likely it’s hard coded in the firmware and not exposed as a BIOS option because the OEM didn’t ever think anyone would run into this. The dummy plug is your lowest effort workaround. Hope that works, good luck!

tubbadu,

Thanks!!

narc0tic_bird, in GNOME Shell & Mutter 46 Alpha Released - Phoronix

Any news on proper (baked-in) VRR support with Wayland?

shadowintheday2, (edited ) in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

I thoroughly backup up my slow nvme before installing a new faster one. I actually didn’t even want to reuse the installation, just the files at /home.

So I mounted it at /mnt/backupnvme0n1, 2, etc and rsynced

The first few dry runs showed a lot of data was redundant, so I geniously thought “wow I should delete some of these”. And that’s when I did a classic sudo rm -rf in the /mnt root folder instead of /mnt/dirthathadthoseredundantfiles

Cwilliams, (edited ) in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

At one point I had the coolest Ventoy USB; CyberRe, LABEL=hakr. But then I got a new computer and apparently the ssd was /dev/nvme0n1 instead of /dev/sda. While I was installing Arch, When I created a new GPT partition on /dev/sda, it wiped my beautiful Ventoy 😢

paddirn, (edited ) in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Years ago I was dual-booting with Ubuntu just to try out whatever this Linux thing was that all the nerds were talking about. Liked it and played around with it, but for whatever reason I wanted to go back to just Windows, I needed the space I had partitioned off or something, can’t remember why. So I just uninstalled or deleted the bootloader somehow (maybe I just deleted the Linux partition and expected the space to clear up like normal).

Go to restart the computer… oh shit. Ohshotohshitohshitohshit.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #