- 0 Posts
- 23 Comments
If I can get a taler every time someone gets a dollar
SigHunter@feddit.deto Open Source@lemmy.ml•Fosdem 2024 Schedule Streaming - anyone currently there?1·2 years agois there a way to watch yesterdays talks?
I switched my mothers Laptop to Gentoo with KDE some time ago and she did not even notice, because I placed the firefox icon at the same location it was in windows … 😜 she noticed only that the wallpaper is different
SigHunter@feddit.deto Linux Gaming@lemmy.world•The finals game doesnt run on linux so i switched back to windows 11.English81·2 years agoSo some random new game is enough for you to change your whole operating system?
this is brilliant
SigHunter@feddit.deto Linux Gaming@lemmy.world•Current state of Intel Arc graphics cards on Linux?English2·2 years agoWith my 770, I mostly do desktop use and I play some Northgard, which works perfectly fine (1440p ultra settings)
I see what you mean, all their docker compose examples are horrible. not one simple deployment, like they want to make it as complicated as possible
thanks for the insight!
I’m running latest version of normal owncloud in a docker container. Is there any advantage in using infinite scale oc? Not sure what the difference actually is
SigHunter@feddit.deto Linux@lemmy.ml•What's the point of terminal file managers (mc, ranger, nnn, etc)?11·2 years agoNostalgia for those 80s and 90s kids who grew up with norton commander ;-)
SigHunter@feddit.deto Linux Gaming@lemmy.world•KDE for Gamers – Enjoy Your Games on Plasma and LinuxEnglish5·2 years agoKpatience for the win!
SigHunter@feddit.deto Linux@lemmy.ml•This week in KDE: an unfrozen panel for NVIDIA Wayland users9·2 years agoNice, cant wait to have this
SigHunter@feddit.deto Linux Gaming@lemmy.world•Does anyone know how to install the physical CD version of Age of Empires III with Wine?English7·2 years agocan you work around this by copy/pasting maybe all 25 characters at once or maybe each segment at a time?
- alternative: install somewhere else (windows pc or VM) and copy the install dir contents and registry
- alternative 2: get the steam version, I just tried it with proton experimental and it seems to work fine.
edit: steam lets me choose the base game, war chiefs or asian dynasties, AD and WC work without a problem but the base game asks for a key and I can also just input 4 characters instead of 5. but I’d always play with all expansions
SigHunter@feddit.deto Linux@lemmy.ml•Some recent experiences with KDE Wayland on a NVIDIA 3070TI2·2 years agoI think your panel freezing is https://bugs.kde.org/show_bug.cgi?id=469016 and I got rid of it by disabling window previews
SigHunter@feddit.deto Linux@lemmy.ml•Thomas Gleixner aims for "decrapification" of Linux APIC code, longs for removing 32-bit codeEnglish71·2 years agoI’d imagine there aren’t many people in the world who could even attempt to clean up such code. since I don’t use such old hardware and I think such old hardware for the most part does not use kernels >= 6.5, I concur with this removal
Kscreenlocker because it came as default and I made it look identical to sddm
# systemd-analyze time Startup finished in 39.050s (firmware) + 6.680s (loader) + 993ms (kernel) + 3.519s (initrd) + 22.326s (userspace) = 1min 12.570s graphical.target reached after 21.680s in userspace.
for me, most time is used until the bootloader shows up, because I had to disable “fast boot” in bios because it made some problems on rebooting. pressing enter in grub could speed up 5 seconds more ;-) gentoo, systemd, 2x2tb nvme, 32 gb ram, 4 hdds. could be faster, but it mostly doesn’t matter because I power on the system every morning but don’t use it right away
edit: on my server, which is not UEFI, therefore has no “firmware” part:
# systemd-analyze time Startup finished in 1.814s (kernel) + 47.640s (initrd) + 36.602s (userspace) = 1min 26.057s graphical.target reached after 36.602s in userspace.
and on my laptop, which boots fast AF
# systemd-analyze time Startup finished in 4.242s (firmware) + 14.631s (loader) + 1.737s (kernel) + 3.210s (initrd) + 5.136s (userspace) = 28.959s graphical.target reached after 4.936s in userspace.
Awesome