[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip / qa] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/--help
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://igwiki.lyci.de/wiki/Category:GNU/Linux

>What distro should I choose?
https://igwiki.lyci.de/wiki/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
https://suckless.org/rocks/
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix/
https://overthewire.org/wargames/bandit
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

/fglt/'s website and copypasta collection:
https://fglt.nl && https://files.catbox.moe/u3pj3i.txt

GNU/Linux Games:
>>>/t/1175569
>>>/vg/lgg

IRC: #sqt on Rizon
https://fglt.nl/irc.html

Previous thread: >>103132108
>>
>switch to linux
>all the porn games in mystery random game engines don't work anymore
>even rpgmaker and unity games struggle to work properly
>>
NIXOS!
NIXOS!
NIXOS!
>>
File: 1730685151328355.png (20 KB, 250x219)
20 KB
20 KB PNG
>>103153357
why no one made a drag & drop app? just drag an exe and throw it there and it just werks (using wine or whatever)
>>
>>103153805
you can configure your system to literally allow running exe's directly, as in like double clicking on them
>>
ARCH!
ARCH!
ARCH!
>>
File: 1703086971327130.jpg (123 KB, 481x750)
123 KB
123 KB JPG
>nginx proxy (running on opensuse) stopped responding
>sharing my screen with networks showing its up and running
>start checking package versions across each host
>keep typing zigger instead of zypper
>>
Am I a retard or is davfs2 absolute shit? It seems to be the only way to properly mount webDav shares as a normal fuse filesystem, but jesus christ is it bad.
>>
File: 4356345435.png (49 KB, 696x269)
49 KB
49 KB PNG
THIS SHIT IS FUCKING BROKEN!!!
TABS AND BOOKMARKS ARE SHIT BUGGY!!!
YOUTUBE AND UBLOCK AND MONKEY SCRIPTS KEEP BREAKING!!!!
>>
File: ora.gif (151 KB, 220x124)
151 KB
151 KB GIF
fedORA fedORA
fedORA fedORA
fedORA fedORA
>>
>>103154217
Works for me.
>>
>>103154217
had the same issue until I switched to firefox esr
>>
>>103153884
btw
>>
>>103153305
when I tried running my steam version of substance 3d painter 2023 I get this error

Adding process 3068 for gameID 2199970
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, xcb.

looking at the adobe website it tells me to use "ldd libQt5XcbQpa.so.5" In the installation dirrectory. I do so and I get this https://pastebin.com/0aLagMjj
I have no idea what to do from here.
>>
>>103154217
just use zen
>>
>>103155042
Missing $DISPLAY?
>>
>>103155611
I think its here. But using it does nothing.
>>
>>103155692
forgot image because im retarded
>>
>>103155738
Environment variables are case-sensitive. And I mean within steam's execution environment, not your terminal.
>>
>>103155738
echo $DISPLAY
>>
>>103155781
>>103155802
I got :0 both times.
>>
>>103155844
I just saw your screenshot and replied bc
$display
is the wrong way to do it. I do not think $DISPLAY is the issue looking at your original question.

what distro you running. try updating and if that doesn't solve it then you are prob missing a package related to xcb. not sure, but I'm down to troubleshoot it with you
>>
>>103156012
>>103155844
https://bbs.archlinux.org/viewtopic.php?id=246723

https://bbs.archlinux.org/viewtopic.php?id=240520

these might help. idk what distro you are running though or what GPU you have so this might be the wrong direction
>>
>>103156012
Im running arch and I last updated last night. I did it again but nothing has changed.
>>103156044
Im going to try and follow these to see if this will fix it.
>>
File: 1708029854281475.png (199 KB, 2048x1776)
199 KB
199 KB PNG
>>103153449
spent 40 minutes waiting for this shit to install and it wouldnt even boot after
>>
>>103156084
yeah this is most likely an nvidia gpu thing from what I can tell
>>
>>103156087
idk if this is controversial or not but nixos is not linux. it is not a unix-like opperating system. it is something else entirely. interesting concept for sure, but just that. why would I want to containerize all of my packages like this and fill up my harddrive with redundant dependency trees in containers
>>
>>103156087
skill issue
>>
>>103153305
How do I get a list of zipped archives that are missing a specific file?
A naive find -exec unzip -l loop won't suffice, because the file name and the containing archive will be on different lines.
Do I have to get out the awk (which I know very little about) and the RS= , or is there some better way?
I don't care about doing it in bash either, if there's a good gui method that's fine, too.
>>
Are there any distros that Macfags tend to use? I inherited a 2017 Macbook Air with only 8GB of RAM and the OS can't be upgraded beyond 12.7.6 Monterey. I believe that's three versions out of date.
>>
>>103156509
Something like:
$ find . -maxdepth 1 -type f -name "*.zip" -print0 | xargs -r -0 -I{} -P4 /bin/sh -c '7z l "{}" | grep -q -F FOOBAR || echo "{}"' \;
>>
I'm tired of Windows shader stutter and all of Microsofts bullshit. I want to build the ultimate Linux gaming machine. I already have a 5800X3D + 6950XT + Samsung 990 Pro so I can rip through everything. What OS is right for me?
>>
>>103156552
Gentoo
>>
>>103156161
I went into arch chroot with the installation iso with /mnt/, /mnt/home, and /mnt/root mounted. I then then reinstalled the linux and nvidia packages. I am still getting the same error.
>>
>>103156550
Note that this uses fixed string matching. If you wanted to be more precise then you could change the grep like this:
$ find . -maxdepth 1 -type f -name "*.zip" -print0 | xargs -r -0 -I{} -P4 /bin/sh -c '7z l "{}" | grep -q -F -E "(\s|/)FOOBAR\$" || echo "{}"' \;


i.e, use a Regex anchored to the end of the line and matching whitespace or / preceding the match.
>>
>>103156552
Gentoo or CachyOS
>>
File: gentoo-signet.png (107 KB, 533x533)
107 KB
107 KB PNG
>>103153305
Gentoo users, change your FETCHCOMMAND to use Wget2 instead of deprecated Wget.

You're welcome.
FETCHCOMMAND="wget2 -v --progress=none -t 3 -T 60 -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
RESUMECOMMAND="wget2 -v --progress=none -c -t 3 -T 60 -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
>>
Question, why is linux performance so bad with multimedia? I just switched my main system from Windows 11 and I am getting dropped frames on a 1080p YT video...
Even if I am using software decoding it shouldn't drop frames considering I have a Ryzen 5800X, it can easily software decode a 4K AV1 video on Windows.
>>
>>103156723
have you tried actually watching a video? You know, a local file and not some streaming shit?
>>
>>103156830
>a local file and not some streaming shit?
How is that relevant to the issue?
>>
>>103156868
If your network is bad or YouTube's network is bad you will drop more frames and it's nothing to do with Linux.
>>
>>103156868
because with streaming, the issue might be the network and not the multimedia part.
>>
>>103156906
>>103156911
Then why it didn't drop frames on Windows over the same network? It is an Intel adapter, and my network is fine.
I think it might have something to do with power management.
>>
>>103156630
thanks anon. this is cool
>>
>>103156630
you could just symlink wget2 to wget and not have to do any of this shit
>>
i just switched to KDE Plasma from gnome by
dnf install @kde-desktop-environment
and its better in every way. can I just uninstall @gnome-desktop-blahblah or is it going to be an asspain?
>>
>>103156953
They're two different programs. It's a bad idea to override the wget executable like that, it's not completely a drop-in replacement.
>>
>>103156939
>power management.
Are you using the performance governor?

$ sudo cpupower frequency-info
analyzing CPU 9:
driver: amd-pstate-epp
CPUs which run at the same hardware frequency: 9
CPUs which need to have their frequency coordinated by software: 9
maximum transition latency: Cannot determine or is not supported.
hardware limits: 550 MHz - 5.08 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 1.74 GHz and 5.08 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 4.40 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
AMD PSTATE Highest Performance: 166. Maximum Frequency: 5.08 GHz.
AMD PSTATE Nominal Performance: 111. Nominal Frequency: 3.40 GHz.
AMD PSTATE Lowest Non-linear Performance: 57. Lowest Non-linear Frequency: 1.74 GHz.
AMD PSTATE Lowest Performance: 19. Lowest Frequency: 550 MHz.
$ sudo cpupower frequency-set -g performance
Setting cpu: 0
Setting cpu: 1
Setting cpu: 2
Setting cpu: 3
Setting cpu: 4
Setting cpu: 5
Setting cpu: 6
Setting cpu: 7
Setting cpu: 8
Setting cpu: 9
Setting cpu: 10
Setting cpu: 11
Setting cpu: 12
Setting cpu: 13
Setting cpu: 14
Setting cpu: 15
Setting cpu: 16
Setting cpu: 17
Setting cpu: 18
Setting cpu: 19
Setting cpu: 20
Setting cpu: 21
Setting cpu: 22
Setting cpu: 23
Setting cpu: 24
Setting cpu: 25
Setting cpu: 26
Setting cpu: 27
Setting cpu: 28
Setting cpu: 29
Setting cpu: 30
Setting cpu: 31
>>
>>103156965
ah I thought it was a drop in replacement. Your solution works better in that case
>>
>>103156997
It has a lot of the same features and will eventually be a drop-in replacement but it's not there yet. It has way better async/parallel download support though. It flies through downloads now.

The only downside is there's no progress bar. --progress=bar doesn't work because the download process isn't connected to the TTY, and they haven't implemented --progress=dot yet.
>>
>>103156988
Thanks, what about the preference?
>>
>>103153357
>>all the porn games in mystery random game engines don't work anymore
this is a good thing
>>
>>103153357
>even rpgmaker and unity games struggle to work properly
skill issue
>>
I have a problem with ssh keys. I have a host running arch and guest running freebsd.
I have a laptop running mint. I set up and copied a key from both mint and arch to freebsd.
I disabled password logins and enabled public keys on bsd.
The linux machine works fine. It logs right in as expected, but the arch machine is still prompted for a password and can log in.
Neither keys were made with a passphrase.
Never saw that happen before.
Here is a detail but i dont see how it matters:
linux mint key was created as id_rsa
arch was created as id_ed25519
I dont see how that could affect anything.
I restarted ssh on the guest. Then when i saw a problem I rebooted the host thinking maybe its because they are sharing a bridge, but still, ssh shouldn't allow any password login.
#LoginGraceTime 2m
PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10

PubkeyAuthentication yes
>>
I forgot to add the line in the code snippet but can confirm
# Note that passwords may also be accepted via KbdInteractiveAuthentication.
PasswordAuthentication no
#PermitEmptyPasswords no
>>
Some thing's wrong with me because being on a working system makes me bored. Still when setting things up sometimes I bang my head against the wall, but I guess I somehow autistically enjoy it at the same time, and it makes me feel good when I succeed.

That's the main reason why I've now hopped between void and gentoo, boredom. What more things could I tinker with? Have riced my own fork of dwm, st etc.
>>
>>103156547
Linus Torvalds ran Fedora on Macbooks for like ten years.
>>
>>103157368
when something with ssh goes wrong you use verbose mode to see where it goes wrong.
>>
>>103157405
solving problems is a good thing
>>
I switched the Kbd line and that works but the key is not working and it probably the filename witch i customized.
>>
>>103157405
start writing gentoo ebuilds if you haven't already. your dwm fork can be installed and updated from your own custom gentoo overlay, at lieast thats what I do.

you can try out different init systems, great thing about gentoo is you don't need to reinstall to do that. s6 is pretty cool, might be a fun challenge.

plenty of other things to tinker with. maybe you could try selfhosting something.
>>
>>103156550
>>103156606
thank you very much, anon!
>>
>>103157506
The ironic thing is that I just switched to void to avoid having to put in the work to maintain my system, kernel etc. Still ended up enjoying the installation process somehow.

Tried my hand at making a basic website a couple weeks back, but it just doesn't hit the same. I guess I have a soft spot for the initial installation and the occasional tinkering. With gentoo I felt like I at times had to do too much, so I guess it sucked the joy out of it. And now ironically I'm bored because everything is working.
>>
>>103157616
gentoo with btrfs snapshots and backups makes my life a good bit easier. if it stops working and I don't ahve to time or energy to fix or maintain shit, just roll back and everything is back to normal.
>>
File: 1566125647052.jpg (44 KB, 600x800)
44 KB
44 KB JPG
I've been struggling with tihs for the past few days, and can't figure it out.
I want to play mental omega mod for Ra2/YR.
Online solutions are useless, because it didn't work and kept running into issues.
Finally out of frustration, I tried plain default wine (wine-staging 9.21-1), and it fucking worked.
I could boot Ra2/Yr with no issues, despite several resource telling me to install cncddraw.
Anyway, tried to get Mental omega, I just get black window, with the audio working.
Anything I do to change the wine prefix, and I get window with kaboom error.
Running wine in terminal doesn't help since I get all kinds of errors that don't make sense.
Any ideas?
>>
>>103157730
that seems like a pretty good solution
>>
File: file.jpg (3 KB, 200x200)
3 KB
3 KB JPG
>>
Where do flatpaks install files if I install them for the user aside from .local/share/flatpak? Trying to do some cleanup after uninstalling a flatpak. I see some files in .var/app atleast. Anywhere else?
>>
>>103156988
>>103157130
Finally fixed it...by switching to X11, yes I have a NVIDIA GPU.
>>
>>103157995
~/.var is where Flatpaks are actually installed
>>
>>103158136
thanks
>>
I just uninstalled a package, how come when I type that specific package name in the terminal it first states the path (/usr/bin/package) and says: "No such file or directory" Whereas when I type something else (that's not on the system) it just says: "command not found" Did something not get deleted or is this just a matter of deleting the package cache? I'm on void.
>>
>>103158315
Your shell has a cache so that it doesn't have to scan the filesystem all of the time, it remembers where the program is in the $PATH. If you start a new shell then it'll forget it again because it'll generate the cache again.

I think you can also run the rehash command
>>
>>103158349
*The hash command, not rehash.
>>
>>103158349
Thank you that clears it up.
>>
What's a good cli alternative to pavucontrol?
>>
>>103158642
pulsemixer
>>
posting again cause didn't get any solution.
please at least help me understand how to figure which disk should i extend

i have Ubuntu 20.04.6 LTS
>installed ubuntu as a small partition for work, left windows for games
>windows died horribly
>moved everything to ubuntu but was afraid to merge the disk space in case the disk is broken
now i'm constantly running out of storage space. Searched high and low but it seems 20GB is simply not enough. I want to finally allocate more storage to that partition, but the only one on Disks that looks throttled is /loop0 and it won't let me change it
>also, have no pendrive atm for booting

pls help
also, pls assume i'm completely retarded and probably don't understand what i'm actually doing. All i want is to have disk space
>>
Is there a debian based distro that installs the proprietary nvidia driver automatically like nobara does? kubuntu keeps randomly crashing.
>>
>>103158863
Is the way Debian does it not "automatically" enough for you? All I've had to do for at least a decade is to enable the non-free repos and run "apt-get install nvidia-driver".
>>
>>103158871
Ive tried that, but every time I do, the nvidia daemon refuses to start on bootup. I don't know what Im doing wrong because I follow the debian wiki closely.
>>
>>103158855
loop partitions are files, that's probably a snap package
>>
>>103158911
ok, so what do i do to stop having storage issues? all physical partitions have a few gigs of free space at least
>>
so im doing a WGU course where they pay for my LPI certificate and I am learning Linux on a VM. should I dump Windows 10 and boot into linux permanently? I keep getting these strange notifications asking me to make a Microsoft account (since I only use local account on windows) but ive been using this computer for years, something about it is really creepy, also the very opaque and unksippable "Windows Update" how are they allowed to have their way on my personal, private computer and i fear at some point they will force me to use Windows 11 or 12 and make it so I can only install programs through the Microsoft Store
>>
>>103158908
I'm not sure what Nvidia daemon you're referring to. The driver is a combination of a kernel module and an Xorg binary driver. The only service unit I can see is the Nvidia persistence daemon, which is not needed in normal desktop configurations. Please describe your problem by using the exact names of the components that you can see on your system.
>>
>>103158972
Yes, its giving me Failed to start nvidia.persistenced.service, followed by Failed to start lightdm.service.
>>
>>103158921
Grow your disk, lol. 20GB isn't enough for Ubuntu anymore.
>>
>>103159136
bud, does it require big letters for you?
HOW
O
W

TO GROW MY DISK?
>>
is there a unique identifier for screens on xrandr?
That doesnt rely on the random DisplayPort-0, HDMI-A-2 and stuff
>>
>>103159169
boot a live distro and use gparted, duh
>>
Ebassi is happily married, can you say the same??
>>
clang 19 on archlinux when?
>>
>>103159221
use case for marriage?
>>
>>103159241
Sex and children
>>
>>103153305
is this wolf cumming or something?
>>
File: cfdisk.png (80 KB, 1104x546)
80 KB
80 KB PNG
>>103158855
20 gigs is nice for the Ubuntu system itself. I'd nuke the rest of the drive and do a nice /mnt/anime and host my home at /mnt/anime/anon.
>....
No need to be confused. There are tools called lsblk and df that print out your drive info.
Also cfdisk for partitioning, doesn't require wizard skills like fdisk.
>>103158871
He wanted out-of-the-box-nvidia.
>>
>>103159208
>don't
>have
>pendrive
>>
>>103159247
that's a horrible use case. closed as not planned.
>>
File: Unsaved Image 1.jpg (1.45 MB, 2560x1440)
1.45 MB
1.45 MB JPG
>>103159358
ty anon, but i'm still lost
df returns pic related
the only disk that has any problems is always loop0. is it just my system being stupid about not allowing loop0 more storage even though it could?
>>
File: physical partition.png (633 KB, 700x491)
633 KB
633 KB PNG
>>103157995
>>103158136
/usr/local is where you want to place custom stuff for the entire system. Going from per-user to system-wide:
~/.var to /var
~/.local to /usr/local
~/.local/share/ to /usr/local/share
And so on.
>inb4 "nooo I don't want to litter my system"
/usr/local is less dirty than ~
>>103156552
Again: do your partitioning smart and distrohop a bit.
>20GB for distro A
>20GB for distro B
>rest of the drive for home directory and other generic use
>>
File: linux_windows.png (37 KB, 300x300)
37 KB
37 KB PNG
>>103159416
This is where the "hard distros" are actually easier at lol.
And hey, you didn't set any goal to this. You want to repurpose your old Windows partition or what??
>>
>>103159445
>You want to repurpose your old Windows partition or what??
yes, that's what i'm trying to do. i already have the free space, i just don't understand how can i merge it with the /loop. growpart and gdisk failed me. I probably just fail to understand some super basic thing here
>>
>>103159482
>i just don't understand how can i merge it with the /loop
I don't know either and wouldn't even try. Ubuntu's way of firing up the system is super complicated.
Why not just make it your new $HOME or something?
>>
>>103159506
>Why not just make it your new $HOME or something?
very happy to do so but i don't know how to.
I tried already but shit like steam keeps coming back to that loop thing
>>
>>103159520
>very happy to do so but i don't know how to.
I assume there's one big NTFS for Windows and some other crap for whatever purposes. Start by removing those and creating one big in their place.
After done, create a filesystem and an entry to /etc/fstab
>>
>>103159547
>/etc/fstab
think i was defeated at this stage last time, but let's assume i manage. How do i make sure i managed to move all the data there? and how do i turn that into my home directory?
>>
>>103159602
>How do i make sure i managed to move all the data there?
Move what data? Like your home?
cp --archive ~ /mnt/anime

/mnt/anime being my proposed location for your new filesystem.
>>
>>103159629
right, thank you based anon
>>
>>103159416
why is your root on a loopback device in the first place?
>>
>>103159965
"easy to use distributions that just work" tend to be like that
>>
>>103160032
clearly it's been a long time since i've used something like ubuntu, last i did was maybe 2011 and it didn't do anything like that then
>>
>>103160028
- log out of graphical session (back to login screen/display manager)
- switch to another VT (ctrl+alt+f2)
- log in as root
- run "pkill -15 -u <your username>" to close off any remaining processes under your user (note: "15" is a graceful exit signal)
- run "rsync -avx /home/. /path/to/new/home" to copy home contents to new location.
- add/update fstab entry for the new home volume
- unmount existing /home if applicable (umount /home), unmount temporary new home mount, and mount the new home (mount /home), verify with "mount | grep /home"
you should now be able to switch back to the graphical VT (usually ctrl+alt+f1 or f7) and log in as usual, once you've verified it's working, you can mount the old home (bind mount root if it wasn't separate) and remove the contents of the original home folder to free that space
>>
File: 1704583640392421.webm (2.9 MB, 960x540)
2.9 MB
2.9 MB WEBM
>>103153305
What are the best tools to benchmark and test for bottlenecks in my gayming rig?
I use mangohud to get a general idea, but I want something more concrete, and to know what causes the 1% lows and whatnot
>>
>>103159965
this is precisely my question, really. and it was all installed by a friend who actually knows his shit

>>103160028
tyvm
>>
>>103160451
it may be something ubuntu does normally, i'd have to look into it
>tyvm
use >>103160063
after i wrote it i realised moving home using usermod isn't what you want, since the end result has your data in the same path (/home), so you aren't really moving anything in that regard (as in changing where your home is in /etc/passwd, which is where your home path is stored, along with uid/gid's, login shell, etc. historically also user passwords, hence the name, though these days for security reasons those were moved to /etc/shadow)
ask if you run into anything unexpected (for example, systemd may complain when you change fstab, asking to reload the systemd daemon, which you should do)
and don't delete the old home contents until you've logged back in and made sure things are working as expected
>>
>>103159363
go to the store and get one, they're like five bucks now
>>
which config file takes effect, /etc/wireplumber/wireplumber.conf, /etc/pipewire/pipewire.conf or /etc/alsa/alsa.conf?
It seems all of them have configs that overlap.
Gentoo, pipewire with
pipewire-alsa
and
sound-server
and
-pulseaudio
USE flags.
>>
>>103160864
none of them unless invoked by systemd or the special startup script for openrc packaged with wireplumber
>>
>>103160876
>the special startup script for openrc packaged with wireplumber
So, the only configuration that is being loaded is pipewire-pulse.conf? Nothing else?
/usr/bin/pipewire -c pipewire-pulse.conf 1>>"${GENTOO_PIPEWIRE_PULSE_LOG}" 2>&1 &

So have I just been using the pulseaudio emulation this whole time, even for programs that could use the proper pipewire server (no alsa or pulse emulation?)
I have my mpv set to use ao=pipewire. Is that using pipewire proper or it doesn't matter because pipewire was started pointing to the pipewire-pulse config?

I only want programs to use pulse or alsa emulation when there's no native pipewire solution!
>>
>>103161002
Ahh, nevermind. Seems that pipewire is first started without the "-c" flag, so I assume it loads pipewire's pipewire.conf or minimal.conf first, and then loads pipewire-pulse.conf for pulse emulation.
>>
>>103161015
Now to see if pipewire.conf's settings are being overwritten by pipewire-pulse!
Hate doing this shit late at night.
>>
>>103161051
They aren't. Look at ps fx output.
>>
>>103161061
15573 ?        S      0:00 /bin/bash
15627 ? S<l 0:00 \_ /usr/bin/wireplumber
15630 ? S<l 0:00 \_ /usr/bin/pipewire
15632 ? S<Ll 0:00 \_ /usr/bin/pipewire -c pipewire-pulse.conf

But in pipewire.conf I've set log.level to 0, and in pipewire-pulse.conf, it's set to 2, and the pw-metadata -n settings gives me this:
update: id:0 key:'log.level' value:'2' type:''

so I'm assuming pipewire-pulse is taking priority here, and overwriting pipewire.conf's settings.
>>
>>103161100
no it's a child process
>>
>>103161100
Nevermind. Took the time to compare both config files and the only thing that might be overwritten is "pulse.properties" but that's fine.
I guess pw-metadata is getting that info from the emulated pulse server.
All good now.

>>103161061
Thanks for all of your help!
>>
just reinstall. That shit is trash.
>>
been using Debian daily on a server and decided to try it on my desktop too, picked plasma since it looked cool, and having a ton of problems with it, after some searching most of my issues seem to be because of wayland which plasma defaults to.

Are there any actual benifit to using wayland? All the answers I get from searching are either 5 years old so may be out of date or just people saying it's better or that xorg is deprecated and you don't have a choice. But every single utility I want to use doesn't support wayland and with no alternatives, or it just crashes.
>>
File: Fedora_logo.svg.png (64 KB, 1200x1200)
64 KB
64 KB PNG
Just tried Fedora on a live usb. Yeah, it's as pretty and snappy as I imagined it. The pen stylus/tablet support is great too, much better than Mint's by default. The only hiccup I ran into was the codecs. I guess they don't want to bundle unauthorized codecs so it made a lot of my local videos/clips unplayable. Will have to download them manually or some other way. Mint has a friendly option to download them all for you automatically at the start.

Trying to get extensions for the desktop/UI is a bit of a pain too since Extension Manager from the software center doesn't give you a big overview of them, it's just a list that you have to keep loading manually to view more.

Really curious what game and WINE performance is like compared to Mint. I'd have to install it to my hard drive to do a proper test but I think I'll wait on that. Don't feel like messing with my Windows or Mint installs yet. Maybe when Microsoft forces Recall on my system. MS is on thin ice right now, and they just need to do something stupid so I have a reason to go all in on Fedora.
>>
>>103161356
Codecs are the one place Fedora sucks, for legal reasons. Go to https://rpmfusion.org and follow the instructions.
>>
a coworker and i who dont know much about linux were wondering what GNU meant, the embedded systems engineer told us that it stood for GNU Not Unix and we went into a 30 min debate on why that doesnt make any fucking sense and turned out to be true. AN ACRONYM CANNOT REFER TO ITSELF, this GNU thing whatever is retarded for a daily driver OS
>>
>>103161496
Thanks, will take a look.
>>
>>103161633
>a coworker and i who dont know much about linux were wondering what GNU meant, the embedded systems engineer told us that it stood for GNU Not Unix and we went into a 30 min debate on why that doesnt make any fucking sense and turned out to be true.
Soul.
>AN ACRONYM CANNOT REFER TO ITSELF, this GNU thing whatever is retarded for a daily driver OS
Soulless.
>>
>>103161356
>>103161643
You can also just use flatpaks for all the codec-related apps.
>>
>>103153305
Does anyone know of a way to make it so that bluetooth is not automatically enabled on startup on Fedora Gnome? I know it's easy using KDE and on other distros (definitely works on Ubuntu anyway), changing AutoEnable=true to false in the bluetooth conf file in /etc/ works but it doesn't on Fedora for some reason.
>>
Hello everyone, I have a weird issue here but I gotta give some infor first. My rig is a HP Pavillion 23 under GNU/Linux (obviously) and under KDE.

I need to transfer files to my USB storage, the machine is all USB 2.0. When I transfer a large file above 200MB, I see no transfer progress, the file seems to copy instantly on the USB storage, the file seems correct. I am currently trying to upgrade my PS3 using a PS4 Pro's 1TB HDD and I have to reinstall the system. It is as if I have transferred a png

The PS3 keeps saying that is unable to find the files. I have tried a USB key and external HDD and it is the same. What can I do for a perfect transfer? I need to use my PS3, it is my only bluray player and I wanna see Zoolander next Friday night.

Now I gotta leave for work so I will come back to this thread later after my shift and will keep an eye using my phone.
>>
>>103161847
you need to unmount it before you physically remove the drive
this is normal default behaviour in linux, it allows write caching for external drives, which windows by default does not. what this means is that it appears to do the transfer almost immediately, and as far as anything is concerned, the files act like they're all there, but in the background the files are still being transferred
this is both a performance benefit and a user experience benefit, but the downside is that it's not what windows does, so it's not an uncommon thing for people to get tripped up on, transferring files to a removable drive then removing it once the transfer dialogue is gone, since that's what they do in windows
>>
>>103162317
Thank you very much, I will keep in mind and the tab open for tonight. I hope the SATAIII drive will do wonders with my overclocked PS3 Slim
>>
>>103161167
Why are they child processes? They should be launched separately by a supervisor of some sort:
pstree -p | grep -E "wireplumber|pipewire|pulse"
|-supervise-daemo(28747)---wireplumber(32255)-+-{wireplumber}(32262)
| |-{wireplumber}(32263)
| |-{wireplumber}(32264)
| `-{wireplumber}(32266)
|-supervise-daemo(32248)---pipewire(32249)---{pipewire}(32258)
|-supervise-daemo(32399)---pipewire-pulse(32400)---{pipewire-pulse}(32409)


Even if you're using a shitty script like Gentoo provides they should be child processes of Bash. Wireplumber shouldn't be starting PipeWire.
>>
>>103162422
i haven't used kde in a while, but i believe it has a devices applet in the notification area (bottom right) where you can eject (unmount) drives, this is what you want. wait until it shows that it's ejected then it's safe to remove it
note that how long it takes to eject depends on how much of that background transfer is still pending, naturally if you starting moving a lot of files then immediately go to eject it, it may take some time to eject, but not any longer than it would have without write caching. in my testing it's faster than for example windows, because write caching allows for more optimised transfers, as it doesn't need to worry about keeping the volume consistent as it writes (this does mean it's less safe to physically remove while writing, so you really really don't want to remove something like a fat32 drive without ejecting, it may become corrupted)
>>
>>103162461
My Wireplumber process apparently likes to crash a lot too. lol:
$ sudo rc-status | grep -E 'wireplumber|pipewire'
pipewire-pulse [ started 16:06:54 (0) ]
wireplumber [ started 16:06:59 (1591) ]
pipewire [ started 16:06:59 (0) ]
>>
>>103162477
Thanks, it is one big file a bit over 200MB.
>>
>>103159060
Don't worry about the persistence daemon for now. Please try to get the errors from lightdm by running 'systemctl status -l lightdm.service'.
>>
I'm looking for an alternative to Obsidian, primarily because it's not FOSS and partially because the devs are determined to add bloat to it. Their shitass changes to tables is what broke me.

My needs are simple:
- notes are saved as markdown files (so no vendor lock-in)
- wikilinks and inline LaTeX are supported
- linked pictures can be embedded
- I can write tables without needing to interact with some menu and can either tab between cells or type the | myself
- Must run natively on Linux. No wine or bottles fuckery.

Nice-to haves:
- Native export to pdf
- A companion android app
- A graph view to basedpoint at

I've so far tried Zettlr, Trilium Next and Logseq.
>Logseq:
- the insistence on every paragraph being a bullet point drives me insane
- the millions of venture capital do not fill me with confidence
+ beautiful graph to basedpoint at I suppose
+ I enjoy that I can turn all the unneeded note types off
+ It's a beautiful UI

>Trilium Next
- Same retarded use of bullet points but it's slightly less in your face
- no wikilinks though
- A shitton of note types I don't need

>Zettlr
- Servicable, but with a bunch of bugs for UI scaling


Am I missing some obvious alternative? Or do I have to make do with those?
>>
gpu passthrough
do i _have_ to uninstall nvidia proprietary drivers to make vfio properly take over the card?
My setup is almost ready, but if I have the nvidia driver installed and try to passthrough the gpu (via vfio-pci.ids kernel parameters), the machine freezes on boot right after "starting Light display manager".
Uninstalling the nvidia driver makes it work, but that's not what i want to do (I want to have access to the card normally on occasion).
I tried setting nvidia-drm.modeset=0 and also modprobe -r nvidia-drm but that did nothing
>>
>>103162668
When I think of FOSS note taking apps I think of Standard Notes, Notesnook and Joplin.
>>
Find it funny that there are things that Linux just does better that I wish were ported to Windows.
GNOME post 42s Screenshot functionality I think is amazing.
>>
>>103162952
I think Snipping tool on Windows isn't half bad to be honest. Not that I've ever had an issue with KDE's Spectacle.
>>
>>103153305
What are the best FLOSS for productive people?
>>
>>103163034
The power button. You don't need a computer, you're far too productive for that.
>>
i have a problem and i dont know if its caused by firefox or by cinnamon/x11
on firefox, when i rightclick on the right side of the screen, it basically performs a doubleclick and it automatically selects the voice that is where the pointer is on the context menu

also, why is cinnamon using so much ram sometimes? why is cinnamon --replace eating my resources?
>>
>>103163141
Don't release too quickly. If you right click, hover over something and release then it automatically selects that option.
>>
lately a lot of sites keep getting nginx errors or 404 or other shit
lots of hosting and streaming services have super shit delivery...
i thought it was my connection or my browser but it turns out it happens regardless of those
legit it got to a point where at least once a day a site that i am using stops working on me or a video fails to lead i fucking thought i was cursed or something at some point
>>
>>103163157
They should at least put Cloudflare in front of that shit. It'll cache most small files for a decent amount of time (a couple of hours) without you really having to do anything.
>>
File: a.png (140 KB, 457x637)
140 KB
140 KB PNG
"The existence of compilation was a mistake"
- unknown chad while waiting for compiler to finish
>>
File: ad50y9V_700b.jpg (90 KB, 700x1070)
90 KB
90 KB JPG
>>103157753
Anyone?
>>
So it seems xone doesn't work with the latest kernels, any fixes or work around?
>>
OpenWRT is switching package manager from opkg to Alpine's apk.

This is very nice. I'll probably have to re-spin a new firmware now but I've always hated opkg.

https://github.com/openwrt/packages/issues/23706
https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043349.html
https://forum.openwrt.org/t/rfc-announcing-apkwrt/120096
>>
>>
What do I press here to install the package?
>>
>>103163667
Q
>>
>>103163673
Thanks anon, I was losing my mind
>>
best lxqt window manager? openbox?
>>
>>103163691
KWin if you want decent compositing and effects, otherwise something like Openbox is fine.
>>
>>103160551
all right i made it until the fstab edition part
doing mkdir tells me the path already exists. i can't find any other command that seems applicable. how to actually do it?
Also, is the path for the new mountpoint supposed to be the same thing i put in rsync or is it supposed to be the new dev/sda?
also, how should i later delete the data from the loop device to make sure the system stays intact?
>>
>>103153305
Why can't I open Tor Browser (installed with flatpak) using dmenu? My PATH:
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/anon/.local/share/flatpak/exports/bin

There is a file named "org.torproject.torbrowser-launcher" in that .../exports/bin directory. If I open it from my terminal, it correctly opens Tor Browser. However, nothing at all happens when I open it from dmenu. dmenu correctly lists the contents of "/home/.../exports/bin" directory. It correctly offers me to open "org.torproject.torbrowser-launcher".
What's wrong? File permissions aren't a problem, it seems.
I used to be able to open it via dmenu 3 days ago.
>>
>>103163737
since you don't have a separate /home mount currently, you'll need to make a new entry for it, something like;
UUID=... /home ext4 noatime 0 2

where ... is the uuid of the volume (use blkid to find it), ext4 is the format, noatime is an example mount option, 0 is for an obsolete feature don't worry about it, and 2 is to indicate when it should be checked during boot (basically 1 for root, 2 for other, and 0 for filesystems that don't need it such as btrfs)
>how should i later delete the data from the loop device to make sure the system stays intact?
mount it somewhere else at the same time, or if that doesn't work (i've been using btrfs so long i'm not certain if this is something you can do with any volume) then just get back to a VT logged in as root to unmount home and then delete the contents from there
when you mount a volume over a /home with files already in it, the mount "covers up" the existing contents, making them not directly accessible, but still there. you'd think you'd need an empty folder to mount to, but that's not how it works. it's safe to have stuff in a mountpoint already
>>
>>103163430
Based and keked at pic related
>>
>>103163650
In all fairness there's no reason to pay for Windows on a personal basis or have ads in it. If you do you're an idiot.
>>
>>103163850
make a shell script to launch it and output all logs to a text file

add /.local/bin/ to $PATH.
create your script in there named t0r
chmod +x it
>>
What's the best way to keep track of when a cronjob goes wrong somehow?
>>
File: 1721823947264419.png (3 KB, 164x54)
3 KB
3 KB PNG
How can I manually adjust a specific icon in my tray bar on plasma 6? KeePass is just a tad bit bigger than the rest
>>
>>103164302
notify-send with the critical flag so it doesn't go away to alert you. have some log files in your home directory with more detailed info.
>>
>>103164302
email
>>
>>103157208
Puritan faggots must be purged from this planet.
>>
>>103163631
>Within the next month I hope to create documentation in collaboration with Daniel to explain how APK, uvol and uxc can work together. Essentially it allows to install containers on OpenWrt devices. Just a few days ago we ran Alpine Linux within a container on a Belkin RT3200, simply installed from an alpine.apk package, the same works for Debian containers. In future this could allow to run arbitrary container setups on routers.
Sounds cool. Should make it easier to add high level features.
>>
>>103164324
find the icon, scale it down, scale the canvas back up.
>>
>>103164683
Mikrotik's been doing it for a while, since RouterOS 7.
>>
>>103164831
nice blob drivers queer
>>
>>103164302
Log to syslog and check it
>>
>>103153449
Niche but over rated for general use. MX Linux is nice. Setup a system then back it up to USB stick and can install a copy of that system. Very useful and practical.
>>
>>103154217
I actually just had a long running Monkey Script just break. Will look into this anons solution

>>103154837
>had the same issue until I switched to firefox esr
>>
>>103164849
It's infrastructure, it needs to work, and RouterBOARDs just work.
>>
>>103164407
>just let evil be, bro
Relax, I'm joking
>>
>>103164947
>>103154837
>had the same issue until I switched to firefox esr

You do realise you're only prolonging the breakage, right? You should bisect Firefox to find out why it's broken and also report a bug. You're only going to get hit by it later when ESR updates otherwise.
>>
>>103164949
Never had problems with MediaTek drivers from the mainline kernel either. No vendor dependency, no fixed lifecycle.
>>
>>103164947
>I actually just had a long running Monkey Script just break
the youtube age restriction bypass and the amazon chink shit dropshitter detector both just broke for me
>>
ok guys im a linux noob and i just had something strange happening

>want to try LXQT
>install it
>log out to change DE
>login environment (or what its called) changed??
>log onto LXQT session
>sudo password is now giving me errors as in wrong password
>wtf???
>log out to return to KDE
>account password is wrong (its the same as root)
>completely locked out no matter what DE i try to start with

if i reboot the problem goes away but the issues return if i try LXQT again... whats happening?
>>
>>103164975
>I was only pretending to be retarded
ok faggot.
>>
>>103164118
I see what the problem is now. My $PATH resets to default every time I close the terminal. So it's not dmenu's or flatpak's fault.

But now I have another problem. I've added
PATH="/home/anon/.local/bin/:$PATH"

to both .profile and .zshrc. It works as intended: every new terminal shows ~/.local/bin in $PATH. I've deleted ~/.cache/dmenu_run.
But why the fuck does dmenu still use my old $PATH? Typing
echo $PATH 1>>/home/anon/dmenu.log
in dmenu gives me the old $PATH, without ~/.local/bin.
>>
I'm on Debian and encrypted with LUKS.
I want to increase my swap ram, is that gonna be a problem with my encrypted SSD?
>>
>>103165576
Because it's using whatever environment variables the X server was launched with. Try logging out and in again.
>>
hello gamers
using xfce mint on an old dual core 940m machine - how do i get rid of the screen tearing when using the laptop with an additional external display attached?
used to never have screen tearing, then like a moron i deleted/reset some basic settings and now i'm not sure what happened
>>
>>103164302
You don't need cron any more, systemd timers do the job.
>>103165316
>login environment (or what its called) changed??
>or what its called
Display manager.
>completely locked out no matter what DE i try to start with
What if you login via a virtual terminal?
>whats happening?
Your keyboard layout possibly got changed.
(where do I get cyrillic/nordic keycaps to match picrel??)
>>
>>103165627
I use Wayland btw.
Opened tty4, logged in.
echo "$PATH"
shows that ~/.local/bin is in the PATH just like I want it. Launched Sway. Pressed Win+D. Dmenu still uses the default PATH.
Aside from .profile and .zshrc, where else do I have to add
PATH="/home/anon/.local/bin:$PATH
export PATH

so dmenu could read it?
>>
>>103165751
idk if this will help but
usually i go into .local/bin and i make my script: t0r, chmod it. then i make another script: derp. chmod it. then i delete derp. and then the first script i made actually registers in dmenu after.
>>
>>103165751
Adding the following:
PATH="$HOME/.local/bin:$PATH"
export PATH

to /etc/environment actually worked (this file was empty before that).

But is this really the only way to edit PATH for non-interactive shells?
>>
>>103165957
Use Systemd environment.d:
https://man.archlinux.org/man/core/systemd/environment.d.5.en
>>
>>103166317
>>103165957
Or pam_env (works for non-systemd systems too)

https://man.archlinux.org/man/pam_env.8.en
>>
File: 1727740953791709.png (289 KB, 750x593)
289 KB
289 KB PNG
Which distro is the least bloated? And no I will not fuck around with gentoo. I was thinking of running artix with lxqt.
>>
>>103166339
>no I will not fuck around with gentoo
Alpine or Void then.
>>
>>103166339
debian net install
>>
>>103166520
with dwm of course
>>
>>103153305
Jeez, what bit that wolf in the buttocks?
>>
Building my next PC, which MB manufacturer has the best support for Linux? Asus?
>>
>>103156630
Why?
The wget2/wget dev says that wget2 is incomplete and shouldnt be used as a 100% replacement for wget since it does things differently.
>>
>>103157405
Maybe try out BSD
>>
>>103157753
For mental omega and the other mods that use ares or whatever its called you need to use winetricks to install these:
dotnet40 dotnet45 dotnet452 dotnet46 xna40 cnc_ddraw directplay vcrun2019
>>
>>103166836
>dotnet40 dotnet45 dotnet452 dotnet46 xna40 cnc_ddraw directplay vcrun2019
Googling answers won't help you anon.
With the latest wine staging you don't even need cnc_ddraw, MO is broken since the last patch, downgrade to 3.0
>>
>>103157405
Try writing programs. You'll never run out of problems to solve.
>>
File: 1413049633614.png (803 KB, 875x720)
803 KB
803 KB PNG
What's your partition scheme? Show me your fstab.
>>
>>103166786
bump
>>
>>103167158
lsblk -f would be more useful.
>>
>>103166801
Portage doesn't use any of those features for simply downloading/resuming a HTTP download of an archive though, plus Wget2 has much better parallelism (it's so much faster for downloading tons of small Rust .crate files, etc) and also HTTP/2 support.
>>
>>103167158
Laptop:
/dev/sda2               /             ext4          rw,relatime,discard    0 1
tmpfs /tmp tmpfs nosuid,nodev,noexec


My desktop uses BTRFS but I don't need that on this machine.
>>
>>103166786
They're all shit, but Asus does have a community driver called asus-ec that supports their motherboard (for sensors reporting).

If you don't care about shit like sensors then they'll all pretty much just work like you'd expect them too.
>>
I solved my issue for transfering my files via USB, I simply used Dolphin instead of Thunar
>>
>>103166786
None of them, really. Avoid Gigabyte if you want comprehensive sensor support for temperatures, fan control etc, the iTE SuperIO chips they use might as well be black boxes because iTE are cunts.
Otherwise they're all basically the same shit, and you should instead look out for (avoid) specific onboard controllers, like the ALC4080 audio codec (ALC4082 might be fine but I've also seen complaints), I225-V/I226-V 2.5G ethernet, and Realtek WiFi in general (prefer Intel/Mediatek). With WiFi at least you can usually swap out the modules.
>>
>>103167908
>and Realtek WiFi in general (prefer Intel/Mediatek). With WiFi at least you can usually swap out the modules.
Qualcomm is also good, some newer AMD MBs are starting to use QC chips.
>>
I got 2 kernel panics by using xfce4 on debian. anyone else had something similar?
>>
>>103168243
Almost always caused by shit GPU drivers. Have you tried an upstream kernel or Mesa backport? Debian is unfortunately awfully finicky when it comes to using your hardware like you'd be expected to use it
>>
>>103168476
upstream
>>
Any particular reason COSMIC-files doesn't let me add my mounted disks to the side panel? You know, aside from it being alpha software.
>>
>>103168744
Do they not have bookmarks / places? Seems like a major omission if that's missing.
>>
File: 1703156896611131.jpg (343 KB, 1080x1069)
343 KB
343 KB JPG
>>103153305
Is Linux still a second class citizen for video editing, and do FOSS editors still suck?
>>
>>103169303
It has access to the free version of Davinci Resolve if you need a Premier-esque environment.
>>
>>103169303
Kdenlive is decent for basic editing. If you're making a Hollywood movie then you probably have your own tooling that's far better (movies are often rendered on Linux, it's never been a second-class citizen just often ignored by the likes of Adobe)
>>
I'm retarded: why can't I, or shouldn't I, manually download a package from a software such as this one, unpack and then run the binary inside usr/bin? can I be sure it will pick things inside the systemwide /usr/lib and such?
I want to freeze a specific software version, bundle it with a bunch of extra files and archive it for my own use, so it's not really a "must run on any linux install out there" kind of situation
>>
File: 1721720101166749.png (67 KB, 760x261)
67 KB
67 KB PNG
>>103169430
I meant to attach this screenshot of wine's arch package contents
>>
>>103169430
Don't manually unpack it. Install it with your package manager so its installed files are still tracked and dependencies (and potential conflicts) are still tracked, etc.
>>
>>103169430
You can if you want, but put it in a subdir of /opt along with its dependencies.
>>
i still don't know how to add an entry to fstab.
mkdir tells me the file exists and to fuck off. can somebody explain as if i was not a sysadmin?
>>
>>103169601
Add a line of text to /etc/fstab?
>>
>>103169626
yes. how to?
>>
>>103169652
Open the file in a text editor?
>>
File: 1710517349857422.png (56 KB, 1031x335)
56 KB
56 KB PNG
>>103169517
>>103169587
my end goal was to bundle wine+prefix and a windows game like proton does, but due to wine's tendency to break or require specific patches for different software, it's getting hard to rely on the system-wide version
I've been toying with a layout like this and then prepending to the path in the runner script, but it feels wrong

is there an alternative besides making my own appimages?
>>
>>103169601
The entry requires the mount point and filesystem existing. Do those two things and it works.
(bet you haven't yet decided how you want to ID that filesystem)
>mkdir tells me the file exists
One done.
>>
Can't wait for Steam to support Wayland and for the WINE Wayland driver to actually be good so I can ditch X for good. I have 3 monitors, and one of them (laptop display) is set to 175% scaling whilst the other 2 are 100%. This causes XWayland applications to be a bit wonky, which is almost every game. Resorted to just running Steam in it's own Gamescope session to fix the problem for now.
>>
Is ZFS Raid1 on Root for a Desktop oriented system good, or should I use xfs/ext4 on a raid1 or Bcachefs? BTRFS is way too slow.
>>
>>103169700
>ID that filesystem
ok, so creating it wasn't enough?
then where do i set the ID?
>>
>>103167158
Device             Start        End    Sectors  Size Type
/dev/nvme0n1p1 2048 2099199 2097152 1G EFI System
/dev/nvme0n1p2 2099200 106956799 104857600 50G Linux filesystem
/dev/nvme0n1p3 106956800 211814399 104857600 50G Linux filesystem
/dev/nvme0n1p4 211814400 421529599 209715200 100G Linux filesystem
/dev/nvme0n1p5 421529600 4000796671 3579267072 1.7T Linux filesystem

EFI system, distro A, distro B, Gentoo, /mnt/anime.
Still not getting why everyone doesn't do this.
And what do I really *DO* with GPT's 'filesystem type'-feature? Stuff being "Linux filesystem" or not isn't visible to the system at all.
>>
>>103169734
Use gdisk to change the GPT partition label (not the filesystem label).
>>
File: 1486290732009.jpg (74 KB, 720x960)
74 KB
74 KB JPG
>update arch
>systemd-boot changes root partition to a ntfs volume
>dumps me into emergency shell
what would cause this other than systemd being a shit
>>
>>103162461
WirePlumber's *job* is to start Pipewire. Under systemd it's all socket activation iirc.
>>
>>103169776
There's no labels in GPT??
>>103169838
Those things are handled by scripts written by your distribution.
>>
File: file.png (157 KB, 1181x632)
157 KB
157 KB PNG
>>103169933
>There's no labels in GPT??
>>
can anybody just explain to me what am i missing
how do i find out UUID of my new intended mountpoint?
>use blkid
it only give me UUID of the mountpoint currently used, i don't understand how to use it to give me any other

seriously, yes i'm a dumb noob but it's in your hands to actually change it. i've read every related manpage but clearly what i need to know is so basic that nobody ever bothers to include it.
just what do i put in that goddamn fstab file ffs?
>>
>>103169846
Wireplumbers job is device management. The pipewire daemon is its own separate thing, Wireplumber just does enforcement / session management. It fulfills the same role as the deprecated pipewire media session.
>>
>>103170347
Run partprobe first to update the kernel's understanding of the disks/partitions and then blkid will return the right information
>>
>>103171127
how can that help if fstab isn't updated yet?
>>
>>103171162
Blkid doesn't read the fstab it reads the UUID of the block device and any partitions and filesystems residing in it
>>
>>103171194
>>103171162
By the way, if you're using Arch or happen to have an Arch install nearby they have a genfstab script that will do the right thing for you.
>>
Sorry for a level 1 noob question but im trying to set up my wifi card its some tp link one.

iwconfig says no wireless extensions

lspci -k im not sure i can see a wireless device

the card was working fine on my other pc a few hours ago so the card should be fine
>>
File: download.jpg (209 KB, 1024x1213)
209 KB
209 KB JPG
>/fglt/
>Friendly
>>
>>103171752
is it PCI or USB? because lspci only shows pci devices
what does ip l show?
>>
>>103170347
if you're the ubuntu guy changing his home, at what stage are you at?
>>
>>103172139
pcie
>>
>>103172159
doesn't appear to be in there, i assume enp12s0f3u3 is a tethered phone?
perhaps you're missing a driver or firmware for it
anything stand out with
dmesg | grep firmware
?
>>
>>103172155
yeah, that's me.
had an irl friend help me a bit and things started working with the same commands i used before, after a few tries. dunno, my computer is cursed. Now i'm trying to figure out which booting order number should i put for the new home (1 for root or 2 for other)
>>
>>103164712
And how can I find the damn tray icon?
>>
>>103172237
2, by other i meant anything that isn't root (and has an fsck tool, so 0 for a few special cases like network shares, swap devices, zram devices, btrfs devices, etc)
>>
>>103172237
>>103172257
also, it's not boot order, it's which order it does filesystem checks
>>
>>103172264
ok, but i want it to become the root folder. do you just mean i should change it later on?
also, i got a parser error there now, trying to figure what did i screw
>>
>>103172274
>but i want it to become the root folder
we are still talking about your home folder, yes?
>>
>>103172191
>perhaps you're missing a driver or firmware for it
could be, its a TL-WDN4800 ancient card. i hate tplink so much. and yeah, tethered phone
>>
>>103172288
wait, fuck, nevermind. I'm totally sleep deprived. Of course it doesn't need to be the root.
anyway, is there a way to get parser to explain to me what does it have problem with?
>>
>>103172290
ancient cards aren't an issue per-se. i have a literally 20 year old wifi adapter here i'm currently using for reasons
5: wlp0s20u2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc noqueue master bond0 state UP mode DORMANT group default qlen 1000

Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
>>
>>103172305
what parser? screenshots or posting command+output makes things easier
>>
>>103172240
That's good question.
Kde has icon viewer look there.
Locate the icon location and adjust.
>>
File: 20241113_105956.jpg (2.48 MB, 4080x3060)
2.48 MB
2.48 MB JPG
>>103172402
Pic related is my current fstab, line 9 (starting with sda6) is what i added. Findmnt returns 1 parse error, on that line, and ignores it
>>
Why people use XFCE DE with i3 as WM?
I'm seeing a lot of people doing this recently.
>>
>>103172578
change it to;
UUID="4959822e-fff2-4823-a321-39bf36668e92" /media/v/newhome ext4 defaults 0 2

the "/dev/sda6:" part is blkid output which shouldn't be there
>>
>>103172578
>>103172648
also protip: you can select text in a terminal and copy it with ctrl+shift+c (because ctrl+c was already taken in *nix well before that became the "copy" shortcut in windows) to paste here. see the /g/ rules for how to do code blocks
>>
>>103163650
I pirated it. I'm at 10. But today windows had to restart for a very important update, obviously, and when I checked what was, it was that mind-numbing AI bullshit of copilot. And on 2025 they want me to throw my computer to the trash because it doesn't meant the requirements of their new shiny OS. My computer is not great, but it's still functional. I could buy whatever stupid fucking piece they want me to buy, but the AI, all this bullshit they are pushing on me.... I'm getting tired. I'm thinking of just installing linux mint and keep 10 for non important stuff or offline.

I can't deal with Microsoft anymore.
>>
>>103172593
Never seen someone do that but the benefits are pretty clear, you get the XFCE suite of programs alongside the advantage of tiling window management. That way you don't have to fuck with i3bar or whatever it's called, all applets you use, having to figure out file managers and other things.
>>
>>103165614
i assume you mean you have a swap partition. you could just create a swap file in addition to it. if you want to enlarge the partition then yeah it's gonna be a bit of a hassle.
>>
>>103173295
>>103165614
Don't use Swap partitions with LUKS, unless you're also encrypting the Swap. Use a Swap file instead.
>>
>>103172290
>TL-WDN4800
That one appears to have an Atheros WiFi b/g/n chip. Check if the ath9k driver is loaded.
>>
>>103173342
it doesnt appear to be, desu i might ju;st buy a different wifi card tomorrow
>>
>>103173075
Unless you use specific proprietary apps that simply don't have a Linux equivalent or run in Wine, odds are you can just move to Linux right now and be happy. I held out for years like a fool.

>>103173364
Try to modprobe it?
>>
>>103173284
Might as well run xtile
>>
I was running a windows vidya and my pc crashed and the only thing I could understand was that amdgpu and xwayland process were involved, is there a way to run the application running in wine directly through wayland to possibly reduce crashes?
>>
>>103173790
If you have to ask, no. 99% the cause was your compositor, amdgpu, or mesa. xwayland barely does anything for fullscreen 3D programs.
>>
File: Firefox_logo,_2019.svg.png (288 KB, 986x1024)
288 KB
288 KB PNG
I'm having bugs with Firefox after upgrading yesterday (new version is 132.0.2-2)

Anybody else having issues?

I think it's to do with the find box. If I open and close the find box then some of the issues seem to go away. The issues are these:
>keys don't work as normal, they seem to trigger bizarre actions
>pages sometimes scroll back to the top randomly
>home and end keys just don't work at all
>>
>>103169704
xfs because you still have reflink. zfs is the fastest of the bloatmax checksum accounting filesystems, but they all have pretty similar overhead. If one is way too slow you probably don't want any of them.
>>
>>103169704
ZFS is just as "slow" as BTRFS. ext4 is the standard/default choice if you're aiming for simplicity but you'd have to run it on top of mdraid or lvm both of which are garbage.

If you're okay with using an experimental filesystem then Bcachefs might be better than dealing with that crap.
>>
What is the purpose of using this, instead of installing Debian directly?
>>
>>103174310
It's supported by Mint. This is their backup plan for when Ubuntu goes to shit. Arguably this plan should be enacted sooner, considering the amount of fuckery Canonical does and how much they have to do to unfuck it.
>>
i downloaded an image from xitter tht has an embedded color profile, used waifu2x ncnn vulkan to upscale it, but it removed the color profile. how do i extract it and apply it to the new image? gimp tells me about the embedded profile, but just gives me the option to ignore it or to convert it to srgb.
>>
File: file.png (56 KB, 1068x843)
56 KB
56 KB PNG
rahh if I wanted to use restart after every update I would fucking use Windows.
>>
>>103174626
That's what you get for using PackageKit crap and/or an immutable distribution. Good thing Systemd is working on soft-reboot support because the problem of rebooting got so bad we now need to fake it in software.

Thankfully, I'm a happy Gentoo user so have never once been bothered by this. I never ever have to reboot.
>>
File: 1731461705206461.jpg (379 KB, 1536x2048)
379 KB
379 KB JPG
just emptied out my package cache directory for the first time. it felt really good. arch btw
>>
File: file.png (9 KB, 439x83)
9 KB
9 KB PNG
>>103174689
I'm using regular Fedora KDE.
Found the culprit
>>
File: hotpatchinstalled.png (824 KB, 2050x1150)
824 KB
824 KB PNG
>>103174626
>windows
It already support hotpatching, no restart needed.
>>
>>103174818
>Microsoft server
>On desktop
>>
>>103174761
What's the advantage of this setting again? The system won't break if the power goes out mid update?
>>
>>103174828
Updates get applied in one go at startup/reboot like Windows traditionally does it so your Firefox won't fuck up if you update it without restarting it first.

Basically, it makes sure of "system stability" by not breaking the system deliberately, and by design (don't do the update if you don't want this), by upending and replacing the system in one go.
>>
>>103174847
That's not to say that every update will break something, if you don't do this, either. Just that the potential is there if you have a mismatch between the replaced programs on-disk and the programs loaded in memory and then don't go and restart everything.

If you restart whatever needs to be restarted then there's no issue with applying updates without a reboot.
>>
>>103174818
>Windows Server
>>
>>103174826
>>103174879
Linux is a server os with some hobby project to have a desktop, no difference there.
>>
>>103174890
You wouldn't install Ubuntu Server or Fedora Server on your desktop. You're a retard if you do that.
>>
>>103174896
Also, Windows Server is a joke for needing a GUI. It should be headless like Linux.
>>
>>103174900
>Also, Windows Server is a joke for needing a GUI
Windows Server Core without UI has always existed
>>
>>103174906
That's designed for iOT use like the Raspberry Pi, etc, although nobody seriously uses it. Windows Server is the real big boy OS, and it comes with a GUI because the tard admins that use this shit wouldn't be able to administer it otherwise. It's a huge waste of resources.
>>
File: desktop_experience.png (163 KB, 666x579)
163 KB
163 KB PNG
>>103174927
No anon, every windows server version ever comes with terminal AND gui option (desktop experience) since forever. Way before ioT version existed, probably before some anons here were born.
>>
>>103174948
>2016
Fair enough. It's been a long time since I last looked at Windows Server, nobody uses it for anything serious except Active Directory. The last time I played about this shit would have been before then and it installed a desktop by default.

They should seriously get rid of it, performance aside, it's also a security risk. Just add a web management UI, that's what all the Linux distros are doing nowadays (Cockpit, etc).
>>
File: caoXQ[1].png (10 KB, 465x402)
10 KB
10 KB PNG
>>103174970
>2016
First google image result
This is the server 2008 install with optional Desktop Experience and go back to 2000 or so
>>
>>103174987
If it's optional, why was it in the default install I did?
Are you expected to remove it? Then again, nowadays you'd probably provision your server with automation. I never played with that too much other than being aware that it was something you could do by painstakingly editing the .iso image and placing certain files on it, etc.
>>
>>103175011
>default install I did?
Its never the default option, see this image >>103174948
You have to manually chose the gui or the ISO you downloaded had an ei.cfg file wich tells the iso to not ask and just install whatever is configured on that file.
No official iso has that as the default.
>>
>>103175011
>>103175033
Also yeah, I have a custom winpe image that direclty uncompress and deploy the wim file contents from the isos with pre-configured settings and applications that fill my needs, most is automated now.
>>
File: 1731517202751.png (308 KB, 510x680)
308 KB
308 KB PNG
>>103153305
What if I were to do a GPU passthrough and run a pirated game that had a virus on it? Could it permanently infect my GPU and it's firmware?
>>
in windows the AMD and nvidia graphics drivers allow extra graphical options applied from the driver which can improve graphic settings, allow superresolution, etc, is this an option at all for AMD on linux?

also why doesnt my windows 11 iso boot from ventoy?
>>
>>103175385
Gamescope can do super resolution. I believe you can also use Xrandr to make Xorg render at a higher resolution (in Wayland it has to be done by the compositor, like, e.g, gamescope does).
>>
>>103175424
yea, you can do this easily with X
xrandr --output <output> --scale-from <resolution>

so like if you're at 1920x1080 and specify "--scale-from 3840x2160", then you'll get a 3840x2160 framebuffer scaled down to 1920x1080
it's totally arbitrary, you can do non-square pixels or upscaling with it as well. in fact --scale-from is just one shortcut/application of --transform, which is much more powerful
>>
New thread: >>103175624
>>
>>103175184
No.
>>
>>103166945
Fucking retard those are my winetricks notes for mental omega
Latest patch from last year works perfectly fine for me.
>>
>>103153805
Bottles
>>
>>103175984
What do you use anon?
Because I could get RA2/YR to work, heck the latest wine run RA2/YR with next to nothing installed even cncddraw
>>
>>103175984
Does the temps get that hot with Wine while running those?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.