I take my shitposts very seriously.

  • 0 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle




  • If you have a specific purpose in mind for the drive, then mounting it statically is probably the easiest solution.

    My setup is:

    • 2 TB NVMe
      • 200 GB partition at /
      • The rest (~1.8 TB) mounted at /games
    • 1 TB SATA SSD mounted at /home
    • 3 TB HDD mounted at /hdd

    /mnt and /media are used differently based on the OS. /mnt is supposed to be used for temporary manual mounts, but you can use it (or a subdirectory) as a permanent mount point. /media is meant to contain mount points for dynamically mounted removable devices, but modern systems generally use /run/media/$USER for that purpose; I would personally avoid it nevertheless.




  • rtxn@lemmy.worldtoLinux@lemmy.mlUsing WINE for non-Game Programs
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    4 months ago

    You’ll have to use a virtual machine and pass through the USB device.

    You’ll have to install QEMU (ideally qemu-desktop since you’ll only need the x86 VM), libvirt, and virt-manager. Start the libvirtd service (enables the management interface), then run virsh net-start default as root (enables networking). Create and install a Windows virtual machine in the Virtual Machine Manager application. I recommend Windows 10 or earlier because 11 needs extra steps. Once the VM is running, open the Virtual Machine menu, click on “Redirect USB Device”, then choose the device you want to configure. It will be detached from the host OS and passed through directly to the guest.









  • rtxn@lemmy.worldtoLinux@lemmy.mlWe don't need more Wayland Compositors
    link
    fedilink
    English
    arrow-up
    30
    ·
    edit-2
    5 months ago

    The reality is that, although there are quite a few standalone Wayland compositors, you don’t hear about most of them, because almost all of them suck in one way or another if you go beyond opening terminals.

    Oh, fuck off! I can barely use Blender because dragging a spinner control does something with the cursor that makes Hyprland shit its pants. It’s been fixed and broken several times. May or may not be related: Vaxry has expressed his disdain for Blender in issue notes. (edit) found it: https://github.com/hyprwm/Hyprland/issues/3270

    (edit2) I should also mention that Hyprland is the only compositor where this happens. KDE Plasma, Qtile-wayland, Sway, Wayfire are all fine.





  • I tried dual-booting Win10 and Arch for a few months. It was problematic.

    I had to set the clock every time I switched because one expected the hardware clock to use UTC time and the other expected local time.

    NTFS on Linux is not good. The driver works, but there are fundamental differences between NTFS and Unix-like filesystems that makes cooperation difficult (e.g. NTFS uses ACLs instead of the user/group ownership and user/group/others permissions of Unix). Windows also places additional restrictions on the filesystem (e.g. NTFS supports file names that contain :, Windows doesn’t) that can completely bork the volume if violated.

    But the worst offender, and what made me nuke Windows entirely, is Windows Update. It completely fucked up the boot partition, deleted the bootloader, then died and left Windows unusable.

    These are all issues that can be solved, if you know how to solve them. My advice is to go cold turkey and delete Windows from your life.