base packages
This commit is contained in:
parent
5210c1ecd5
commit
76c8bffc90
@ -1,3 +1,4 @@
|
|||||||
|
<ISSUES>
|
||||||
Fixing Font problems 03-10-2019:
|
Fixing Font problems 03-10-2019:
|
||||||
as it turns out xorg-fonts causes the issue so unse noto-fonts instead
|
as it turns out xorg-fonts causes the issue so unse noto-fonts instead
|
||||||
|
|
||||||
@ -12,3 +13,45 @@ U2f rules not working:
|
|||||||
"Unfixable" errors at startup:
|
"Unfixable" errors at startup:
|
||||||
change the loglevel to 3 in the grub config file located at /etc/default/grub
|
change the loglevel to 3 in the grub config file located at /etc/default/grub
|
||||||
|
|
||||||
|
For better font rendering follow:
|
||||||
|
http://blog.brunomiguel.net/geekices/how-to-get-good-font-rendering-in-void-linux/
|
||||||
|
|
||||||
|
<PACKAGES>
|
||||||
|
Base install:
|
||||||
|
|
||||||
|
Package | Description
|
||||||
|
--------------------------------------------------------------
|
||||||
|
acpi | battery management and event handling
|
||||||
|
git | version control
|
||||||
|
haveged | entropy generation
|
||||||
|
htop | resource monitor
|
||||||
|
vim | terminal editor
|
||||||
|
socklog-void | system logs
|
||||||
|
lm_sensors | sensors
|
||||||
|
udevil | mount and unmount as normal user
|
||||||
|
ntfs-3g | ntfs support
|
||||||
|
chrony | ntp time sync
|
||||||
|
base-devel | needed by a lot of stuff
|
||||||
|
intel-ucode | ucode for intel cpus
|
||||||
|
wget | download stuff from the web
|
||||||
|
pamixer | get the pulseaudio volume
|
||||||
|
brightnessctl | conttrol the backlight
|
||||||
|
pulseaudio | audio server
|
||||||
|
#alsa-utils | base mixer
|
||||||
|
sysfsutils | system administration utilities
|
||||||
|
tlp | laptop power management
|
||||||
|
wicd | wireless and wired connection manager
|
||||||
|
bluez | bluetooth manager
|
||||||
|
|
||||||
|
Xorg base:
|
||||||
|
|
||||||
|
Package | Description
|
||||||
|
-------------------------------------------------------------
|
||||||
|
xorg-minimal | minimal xorg packages
|
||||||
|
xf86-input-synaptics | touchpad driver
|
||||||
|
xinit | start x instance
|
||||||
|
xev | get key codes
|
||||||
|
setxkbmap | set keyboard layout
|
||||||
|
xrandr | set scrreen resolution
|
||||||
|
mesa-intel-dri | intel gl driver
|
||||||
|
|
Reference in New Issue
Block a user