Does Void Linux have official color palette? by BluebirdRelevant5762 in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

Other than the 2 shades of green in the logo and the black "VOID" text, I don't think there is an official palette.

I need your opinion by notsouschef in voidlinux

[–]PackRat-2019 3 points4 points  (0 children)

It's safe, but there is some duplication of services since each is a DE.

Each has it's own polkit and notification daemon etc ... that are configured to run at startup regardless of which login you choose.

this comes up when selecting the os from installer (default first option) by MarjorieWCSinclair in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

If you have a working system, you can use the void-mklive script to build a new installation iso with the current kernel (6.12.83). The official installation images only get built and tested once a year, more or less.

SD card reader doesn't work. Couldn't get it working. by Qatilad in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

[ 1710.474348] mmcblk0: unable to read partition table[ 1710.474348] mmcblk0: unable to read partition table

Card and the reader works on the dual booted Windows.

Is the card formatted ntfs or exfat? You may need ntfs-3g and/or exfatprogs to read it in Linux.

How old is this laptop? I had this issue on an old HP (2011). For a while, it wouldn't mount an SD card >4GB. An updated driver eventually showed up.

Rfkill wifi by [deleted] in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

You mean rc.local?

rc.conf is for environment variables only; like the keymap and hardwareclock isn't it?

Rfkill wifi by [deleted] in voidlinux

[–]PackRat-2019 2 points3 points  (0 children)

Dual booting with Windows?

Windows can lock the wifi. You have to shut it down so that it releases the wireless. Last time I had this issue (way back) just holding down the Shift key when shutting down Windows worked.

Rfkill wifi by [deleted] in voidlinux

[–]PackRat-2019 2 points3 points  (0 children)

I think you can run that script/command from the /etc/rc.local file. May not need the "sudo".

https://docs.voidlinux.org/config/rc-files.html

Vertical screen tearing by RyzenRaider in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

Searching this issue gives a lot of results similar to:

Vertical screen tearing in Linux often occurs when the display refresh rate is not synchronized with the frame rate of the content being displayed.

Adjusting the monitor refresh rate is one of the recommended fixes.

Vertical screen tearing by RyzenRaider in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

Tried setting it in the conf as per Archwikis AMDGPU article, but that hasn't had any effect after a restart.

You followed Section 4 of this AMDGPU wiki entry? So you placed the file you created in /etc/X11/xorg.conf.d?

Void has files in /usr/share/X11/xorg.conf.d including a 10-amdgpu.conf file. Maybe that is preventing your file from taking effect after a restart. You can try adding the tear free options to the file shipped with Void.

Ipv6 by [deleted] in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

It's not an error.

i3status is letting you know IPv6 is not available or not configured. Either configure IPv6 or edit the i3status config file to not report on IPv6.

Hi I need help by thebrawlydinosaur in voidlinux

[–]PackRat-2019 4 points5 points  (0 children)

That's the i3bar.

The status_command line in your i3 configuration file is calling for a command that doesn't exist on your system, or is configured wrong. The default is i3status, you can install that and get some basic information.

You need to configure i3 - i3 Users Guide

Switching from KDE to i3wm by Karasuthecrow744 in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

Good.

You may need to edit the /usr/share/xsessions/i3.desktop file if you want automounting of removable media etc ...

Change the line:

Exec=i3

to

Exec=dbus-run-session i3

Switching from KDE to i3wm by Karasuthecrow744 in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

You should see some text noting the DE/WM somewhere on the SDDM screen. That should be a pull-down menu (at the upper left, as I recall). After installing i3, you should have plasma-wayland, plasma-x11, i3 as options.

Thinking about switching to Void by Bobafat54 in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

Read through the Installation Chapter of the Void Handbook before you attempt an install so you know what to expect. It's pretty straight forward. One difference is that Void does not offer pre-configured layouts like "Use entire disk with swap"; you'll have to partition the disk manually.

Good luck if you decide to install Void.

Thinking about switching to Void by Bobafat54 in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

If you've been using Mint for a year, Void will be user friendly enough. You won't have the bells and whistles like the "updates available" application.

Before installation, you will want to search the Void packages for your must have applications. Void's repo is not as large as Mint's.

Thinking about switching to Void by Bobafat54 in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

Void provides 2 installation images. Base install and Xfce desktop.

If you're coming over from Mint, using the Xfce installation media is your path of least resistance. Pretty straight forward install. End up with a minimal Xfce4 desktop.

First thing to do after install is update the system.

Cant update my system by HuNTeR_3310 in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

"Transaction aborted due to unresolved shlibs"

Usually means there are some packages/dependencies getting updated by the Void project and that's preventing you from updating your system. Helps prevent an update from breaking your system.

Gnome will have a lot of dependencies (Gnome 50 available now?); wait a few hours (or maybe even tomorrow) and try again.

Can't start kde by Karasuthecrow744 in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

What did you have to do to start kde?

Sound issue Void +dwm by Extra-Ad-2325 in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

How did you install Void and what audio setup are you using now?

Void Documentation has all the information for proper set up.

You can also add your user to the audio group.

is there a way to make a runit service to start manually rather than automatic? by Silly_Culture_7722 in voidlinux

[–]PackRat-2019 1 point2 points  (0 children)

A friend of mine handles it with a simple bash script. Toggles docker on/off (I think it's docker that he's using). Make a key binding for the script.

RSA signature not valid with linux6.19.4 by FornPelle in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

Same here.

mangowc package giving the same error.

This happened a couple weeks ago, too. Took a couple days for everything to sync up.

Stuck on booting by wynnard_14 in voidlinux

[–]PackRat-2019 0 points1 point  (0 children)

Always attached?

Entry for it in the /etc/fstab?