this post was submitted on 16 Jul 2023
341 points (92.1% liked)

Linux

47292 readers
720 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Don't get me wrong. I love Linux and FOSS. I have been using and installing distros on my own since I was 12. Now that I'm working in tech-related positions, after the Reddit migration happened, etc. I recovered my interest in all the Linux environment. I use Ubuntu as my main operating system in my Desktop, but I always end up feeling very limited. There's always software I can't use properly (and not just Windows stuff), some stuff badly configured with weird error messages... last time I was not able to even use the apt command. Sometimes I lack time and energy for troubleshooting and sometimes I just fail at it.

I usually end up in need of redoing a fresh install until it breaks up again. Maybe Linux is not good for beginners working full time? Maybe we should do something like that Cisco course that teaches you the basic commands?

you are viewing a single comment's thread
view the rest of the comments
[–] deleted 3 points 1 year ago* (last edited 1 year ago) (4 children)

Basic features wouldn’t work properly if not at all.

I just installed Debian 12 on my Surface Go 2. The camera isn’t working, touch is broken, casting screen not working, on screen keyboard isn’t working.

Mind you I’m a full stack developer and i have a linux server at home so I have decent technical knowledge and a little bit of time.

[–] [email protected] 7 points 1 year ago (1 children)

@deleted @leninmummy have you tried other distros with better proprietary driver support? Debian is known to stick with FOSS.

Also touchscreen is not a very common feature even in laptops let alone linux. The more your hardware deviates the higher the chances of breakage. Try live booting a bunch of distros and try if the same breaks everywhere.

[–] deleted 1 points 1 year ago* (last edited 1 year ago) (1 children)

No, I’ve only tried Debian. I’ve installed linux firmware packages and added non-free in sources. Also, installed surface firmware from github.

The touch is working, however, it’ll behave differently with each element. Sometimes would scroll and sometimes select.

I spent 2 days making intel iGPU hardware acceleration working btw.

Even though Windows works flawlessly, Id prefer broken Linux over it.

[–] [email protected] 4 points 1 year ago (1 children)

I think you'd do yourself a favour by trying some other distro.

[–] deleted 1 points 1 year ago* (last edited 1 year ago) (1 children)

Sure.

Any recommendations?

It’ll be a tablet for school stuff like ms teams and light browsing.

Touch friendly GUI is a plus.

[–] [email protected] 2 points 1 year ago (1 children)

I'm biased to immutable distros ever since I tried Fedora Silverblue. It's stable with rolling release. I have used the rollback feature once when gnome kinda got messed up in an update. I think gnome is touch friendly but never tried it myself in a touch device. There's also vanilla os, another immutable distro which based on Ubuntu atm. They're supposedly rebasing to Debian in the future.

From what I've heard Debian is rock solid on the servers. Not so much for a desktop use. Since you're on a unusual device i might have suggested manjaro, endeavour and the other arch based oses. But that's close to playing with fire. It's easy to break but you'll get the latest software on the edge. Manjaro even seemed to check for the proper drivers when I used it long ago. Pop os is great for nvidia users.

There was a GitHub link somewhere above. Check your device. See what works with the mainline kernel and what doesn't. You could hopefully look for patches for stuff that someone have put out there. If not you're out of luck for that feature with your device. Ideally, you'd be the one working on it. But if you don't have the expertise, you could raise issues and hope someone finds it important enough to work on. Using a rolling distro, you'd get the feature as soon as it is mainlined to the kernel.

[–] deleted 1 points 1 year ago

I installed linux-surface and gnome 43. everything now works.

[–] lambda 6 points 1 year ago (2 children)

Afaik most distros don't support surface computers by default. You should check out https://github.com/linux-surface/linux-surface

[–] deleted 3 points 1 year ago (3 children)

I didn’t know different distros supports different hardware.

I thought it’s sorta baked theme.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

This is only something that happens when you purchase from a vendor that actively chooses not to play nice with Linux, i.e. Macs or Surfaces. They don't offer Linux drivers in the kernel, so people have to write them on their own. They'll usually eventually get into the kernel, but it takes time since creating drivers for a black box (proprietary hardware) is hard.

Also note, more stable distros will be on older kernels, meaning older and fewer drivers. It's possible that the drivers you need are in the kernel, but not the one Debian is shipping.

[–] deleted 2 points 1 year ago (2 children)

I see.

Ill look for the best distro that supports surface hardware better.

To be honest, even with all of these issues, linux is far ahead in terms of speed and reliability.

[–] [email protected] 2 points 1 year ago (1 children)

I would recommend following the installation guide from the Linux Surface repo. NixOS seems to have very good support because of it's modules system, but you'll probably run into other problems using it. They provide instructions for most major distros fortunately.

[–] deleted 1 points 1 year ago

Thanks!!

I just installed it

[–] lambda 2 points 1 year ago (1 children)

There isn't a best distro that supports surface hardware. You have a to install a distro of your choosing for which there is a guide on the linux-surface github and then follow the guide.

[–] deleted 2 points 1 year ago

Thank you.

I followed the instructions and the camera showed up.

Also Gnome 43 supports touch out of the box.

Now my setup looks great!

[–] [email protected] 3 points 1 year ago

This is the case for all operating systems. With the Linux kernel, support for a great deal of hardware is included, but not everything makes it into the mainline kernel, which is where specialized distros come in.

[–] xohshoo 2 points 1 year ago (1 children)

Very much so. Unless there are in kernel drivers, support is all over the map, particularly for newer or “non standard” hardware with proprietary drivers

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I wouldn't say very much so. The majority of drivers are in the kernel, only select hardware needs a custom distro.

[–] necrxfagivs 2 points 1 year ago* (last edited 1 year ago) (2 children)

Afaik Debian doesn't support proprietary drivers out of the box.

Maybe you have a better experience with other distros as Fedora (or its daughter Nobara) or Linux Mint (based on Ubuntu but imo better).

EDIT: What are your spec? I'm sure the problems you're experiencing are related to your hardware and their drivers being closed source.

[–] [email protected] 2 points 1 year ago (1 children)
[–] deleted 1 points 1 year ago

I don’t think so. I had to install intel iGPU firmware manually for Debian 12.

I did upgrade from 11 though. I don’t know if that would make a difference.

[–] deleted 1 points 1 year ago* (last edited 1 year ago) (1 children)

This is the result after 2 installs and days of tinkering.

No, I’ve only tried Debian. I’ve installed linux firmware packages and added non-free in sources. Also, installed surface firmware from github.

I spent 2 days making intel iGPU hardware acceleration working btw.

[–] necrxfagivs 1 points 1 year ago (1 children)

Are you willing to try another distro?

[–] deleted 2 points 1 year ago

I just installed linux-surface and gnome 43. everything now works.

I got familiar with Debian and it's terminal commands so I think I might stick with Debian for now.

[–] [email protected] 2 points 1 year ago (1 children)

Agree. An engineer I know bounced off when he found out and a screen resolution issue on multiple monitors. My laptop has a 4k resolution, but my monitor is 1080p. The monitor will look zoomed in and I had to adjust scaling until it look fine on the monitor.

[–] deleted 1 points 1 year ago

Mann .. screen scaling irritates me. I installed KDE plasma since it’s supporing fraction scaling.

However, its a 10” screen so 100% is too small 200% is too big. So I compromised and choose KDE 125% and now somethings are small some are big.