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?
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.
@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.
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.
Afaik most distros don’t support surface computers by default. You should check out https://github.com/linux-surface/linux-surface
I didn’t know different distros supports different hardware.
I thought it’s sorta baked theme.
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.
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
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.
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.
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.