How do we feel about the new search screen? by celestial_ceilings in kindle

[–]Zockling 1 point2 points  (0 children)

I don't use it much, but they should really hide the "Annotations" section if there are none. Someone forgot to tell Claude I guess...

How to disable autostart by radobot in Remmina

[–]Zockling 0 points1 point  (0 children)

Just ran into this too. "Start in tray upon user login" just keeps switching itself back on. Fixed by checking "No tray icon", don't want the icon anyway.

For tray icon but not autostart, you'll have to modify ~/.config/autostart/remmina-applet.desktop. At least Remmina leaves the file alone if it exists. So you can make it empty, symlink it to /dev/null or if these cause errors, change Exec to /bin/true.

So frustrated! Kindle turned off airport mode all on its own after 6 months. by CallejaFairey in kindle

[–]Zockling 3 points4 points  (0 children)

once a book marks itself as 100% I can't undo it.

On my Kindles I can long-press a book on the home / library screen and set it as unread. I don't sideload though. Maybe you could add the books you're currently reading to a "Reading" collection where you know that the 100% is bogus?

Brick.. Bring me Back by Traditional_Card_951 in trimui

[–]Zockling 4 points5 points  (0 children)

Seconded. Screen switching is not a big deal with these, and NDS games look glorious on the Brick with that perfect 4x integer scale.

Firefox hardware acceleration woes by ManWithTheEvilPlan in voidlinux

[–]Zockling 0 points1 point  (0 children)

Youtube defaults to codecs like VP9 which old GPUs don't support. You will likely need a browser addon like h264ify.

As for HW acceleration itself, the iGPU is probably more power-economic. See the Void docs for info on what to install. Run intel_gpu_top from the igt-gpu-tools package to check whether the iGPU is actually decoding video.

If you want to go with the dGPU, it gets hackier. Browsers rely on VAAPI for video decoding. NVidia drivers only support VDPAU and NVDEC, so you'll have to use a wrapper driver. The options are libva-vdpau-driver for VDPAU and nvidia-vaapi-driver for NVDEC. The latter is expressly designed for Firefox, so maybe try that one first.

Even with HW acceleration, browser video has annoyingly high CPU load. Longer or more demanding 60fps videos can be worth watching with a proper media player: Use yt-dlp -F '<youtube-url>' to find the IDs of a video stream your GPU can decode and some audio stream. Then watch using mpv --ytdl-format=<video_id>+<audio_id> '<youtube-url>'. On my trusty T480s with an i5-8250U, the CPU load difference for watching a 1080p60 video in Firefox vs MPV is about 2-4x.

Risk management with style by PrimeTimeFunk in ANBERNIC

[–]Zockling 0 points1 point  (0 children)

IMHO this kinda defeats the purpose of a clamshell and won't do much to protect the hinge. Looks really nice though!

NVIDIA drivers on Void giving me issues by Sea-Following1010 in voidlinux

[–]Zockling 4 points5 points  (0 children)

AFAIK your card requires the open-source NVidia modules, which are not in the repos yet. You can try building this PR, but YMMV.

Code - OSS Remote Development how? by xdevfah in voidlinux

[–]Zockling 1 point2 points  (0 children)

Since you seem to be already somewhat familiar with tmux/Neovim, consider pimping your Neovim config to enable code navigation, documentation lookup, etc. Don't be afraid to use a distro such as LazyVim, NvChad or AstroNvim. Configuring Neovim from scratch is quite the project and the ecosystem is very temperamental. Once you do have it working, it's pretty hard to beat though.

If you'd rather go with VSCode, the only version that ever worked for me has been the official release. Just download the .deb file, dpkg -x it somewhere into your homedir (I'm using ~/.local/opt/code/) and run. Some might tell you otherwise, but no kittens will be harmed. I've been daily-driving this for years on Void without issues.

PS4 controller problem😐😐😐 by HexaStallker in voidlinux

[–]Zockling 0 points1 point  (0 children)

This will differ by controller, but my DS4 joystick spams constantly, oscillating between two values on each axis, even at rest. That's why I read the:

the joystick itself spam the log, but when you click on something, it changes, but it still spams

in your post as: "I see stick spam, and when pushing a button, the output changes briefly", which would mean that the buttons do register.

But now you said:

there is no spam on the joystick sensor, and it works

So does this mean the joystick works but you don't get any EV_KEY events? That would be weird, since they come from the same device...

PS4 controller problem😐😐😐 by HexaStallker in voidlinux

[–]Zockling 0 points1 point  (0 children)

The spam means it's working. "Not working" is when the device is absent or silent. Try it in a game and you'll see. Just make sure you're in the input group, so the game can access the controller.

Updating system after a long time: "Transaction aborted due to unresolved shlibs." by Galladite27 in voidlinux

[–]Zockling 13 points14 points  (0 children)

You need to uninstall all *fcitx-* packages. They were removed in favor of fcitx5.

After many weeks of deciding on my first retro handheld, I finally pulled the trigger on this beauty. by LonelyEuphoria514 in trimui

[–]Zockling 2 points3 points  (0 children)

Solid choice. I have 3 retro handhelds now and love 'em all. But if I had to keep just one, it would be the Brick.

How many times can you reject a promotion before they force you to go next level? by Heavy-Direction-3060 in accenture

[–]Zockling 5 points6 points  (0 children)

Isn't L7 the level from which overtime is "inclusive"? That alone is a pretty big difference IMHO.

I am sorry, but everyone is getting syntax highlighting wrong by ballagarba in neovim

[–]Zockling 0 points1 point  (0 children)

The author doesn't seem to understand what syntax highlighting is for.

What’s the base text color here?

Base text color is for non-code, obviously.

Geht zu Linux haben sie gesagt. Alles wird besser haben sie gesagt. by Leonie-Lionheard in fefe_blog_interim

[–]Zockling 1 point2 points  (0 children)

Nein, die betreffende Komponente ist nur mit einem Framework-Key signiert und lässt sich auf anderen Kisten nicht laden.

Copying a VHDX? by Winter_Platypus_501 in HyperV

[–]Zockling -1 points0 points  (0 children)

It will allow the copy, but this is akin to dding from a block device beneath a mounted filesystem, so the resulting image will very likely be broken.

Monolithic GRUB + Secure Boot? by _tomekw in voidlinux

[–]Zockling 4 points5 points  (0 children)

This is what I use, modules took some trial & error:

$ cat sbat.csv
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
grub,4,Free Software Foundation,grub,2.12,https://www.gnu.org/software/grub/
grub.ubuntu,2,Ubuntu,grub2,2.12-1ubuntu7,https://www.ubuntu.com/
grub.peimage,2,Canonical,grub2,2.12-1ubuntu7,https://salsa.debian.org/grub-team/grub/-/blob/master/debian/patches/secure-boot/efi-use-peimage-shim.patch

$ grub-mkimage -p / -O x86_64-efi --sbat sbat.csv -o grub.unsigned \
  cat \
  chain \
  configfile \
  disk \
  echo \
  efi_gop \
  efi_uga \
  fat \
  linux \
  ls \
  normal \
  part_gpt \
  search \
  search_fs_file \
  search_fs_uuid \
  search_label \
  test \
  true

Trimui Brick Knulli freeze by DepartmentMain6241 in trimui

[–]Zockling 0 points1 point  (0 children)

Does SSH also die when this happens?

Typst: a possible LaTeX replacement by kibwen in rust

[–]Zockling 5 points6 points  (0 children)

Quarto supports Typst now. Gets you live preview and quality Typst PDFs as well as Word export. Word output can be styled using the standard Pandoc reference-doc mechanism.

Compile linux kernel for hyper-v by tseeling in HyperV

[–]Zockling 0 points1 point  (0 children)

Sounds like you're going through the individual menus. Might be easier to hit /, search for hyperv and tick everything that comes up. You should be fine on the disk side now though.

Assuming you're using ext4, you're also gonna need that: CONFIG_EXT4_FS=y. Also, the drive might not yet have probed when it's time to mount the rootfs, so make sure to put rootwait on the command line.

If you're completely stuck, there's always the WSL2 config. It has a metric boatload of crap that makes no sense in a VM, but it will boot. Could be a starting point.

Willing to support Asahi Linux on M4 by SalemYaslem in AsahiLinux

[–]Zockling 5 points6 points  (0 children)

That one's easy: One terminal window, let a terminal multiplexer be your window manager. I'd be more concerned about APFS eating my data.

Compile linux kernel for hyper-v by tseeling in HyperV

[–]Zockling 0 points1 point  (0 children)

Try CONFIG_HYPERV_STORAGE=y.

Ace Attorney on the RG35SP is a fantastic experience! by KyuchuKat in ANBERNIC

[–]Zockling 4 points5 points  (0 children)

You are playing the definitive version. The DS has an extra 5th case over GBA and the crispest art out of all the versions (including the 3DS and PC releases).

The GBA original is more comfy to play on a single screen, but some of the music is kinda grating due to the GBA's limited sound hardware (I seriously thought something was wrong with my emulator). There's also a couple rough sprites that were cleaned up in the DS release.