bsd:freebsd_14.1_xfce
Differences
This shows you the differences between two versions of the page.
bsd:freebsd_14.1_xfce [2024/11/27 07:05] – Sean Rhone | bsd:freebsd_14.1_xfce [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
* FreeBSD ((https:// | * FreeBSD ((https:// | ||
- | * 14.1 (([[https:// | + | * 14.1-RELEASE |
* Xfce ((https:// | * Xfce ((https:// | ||
Line 18: | Line 18: | ||
* Android '' | * Android '' | ||
* Spinesnap = Dell Latitude 5591 laptop ((Intel UHD 630, no TB, no dGPU)) | * Spinesnap = Dell Latitude 5591 laptop ((Intel UHD 630, no TB, no dGPU)) | ||
+ | * Stepmania and Clone Hero | ||
====== Download ====== | ====== Download ====== | ||
Line 119: | Line 120: | ||
su -l | su -l | ||
- | pkg install xorg drm-61-kmod gpu-firmware-intel-kmod-kabylake | + | pkg install xorg 'drm-61-kmod' 'gpu-firmware-intel-kmod-kabylake' |
pw groupmod video -m espionage724 | pw groupmod video -m espionage724 | ||
Line 285: | Line 286: | ||
< | < | ||
+ | |||
+ | ==== Power Manager ==== | ||
+ | |||
+ | * Display -> Blank after and Put to sleep after: Never | ||
+ | * Display -> Switch off after: 5 minutes | ||
==== Terminal ==== | ==== Terminal ==== | ||
Line 294: | Line 300: | ||
==== Window Manager ==== | ==== Window Manager ==== | ||
- | * Style -> Theme -> Greybird-dark | + | * Style -> Theme -> Greybird-dark |
+ | |||
+ | ==== Window Manager Tweaks ==== | ||
+ | |||
+ | * Compositor -> Uncheck '' | ||
+ | * Compositor -> Uncheck '' | ||
+ | * Compositor -> Opacity of window during move: 10 notches from right/ | ||
+ | |||
+ | ==== Xfce Screensaver ==== | ||
+ | |||
+ | * Screensaver -> Floating Xfce | ||
+ | * Screensaver -> Regard the computer as idle after: '' | ||
+ | * Lock Screen -> Lock the screen after the screensaver is active for: '' | ||
+ | * Lock Screen -> Disable Session Status Messages | ||
+ | * Lock Screen -> Disable User Switching | ||
===== loader.conf ===== | ===== loader.conf ===== | ||
Line 498: | Line 518: | ||
==== Database Password on Keyring ==== | ==== Database Password on Keyring ==== | ||
- | **** | + | |
secret-tool store --label=' | secret-tool store --label=' | ||
Line 539: | Line 559: | ||
====== Notable Folders and Commands ====== | ====== Notable Folders and Commands ====== | ||
- | ===== Font Cache ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | fc-cache -r -v | + | |
- | + | ||
- | ===== Drive Wipe ===== | + | |
- | + | ||
- | gpart show | + | |
- | + | ||
- | gpart destroy -F ' | + | |
- | + | ||
- | ===== USB Flash Drive ===== | + | |
- | + | ||
- | camcontrol devlist | + | |
- | + | ||
- | usbconfig -d '/ | + | |
- | + | ||
- | ===== User/Group ===== | + | |
- | + | ||
- | awk -F":" | + | |
- | + | ||
- | awk -F":" | + | |
- | + | ||
- | pw userdel ' | + | |
- | + | ||
- | pw groupdel ' | + | |
- | + | ||
- | ===== pkg ===== | + | |
- | + | ||
- | * '' | + | |
- | + | ||
- | pkg info -l x | + | |
- | + | ||
- | pkg autoremove | + | |
- | + | ||
- | ===== Handbook ===== | + | |
- | + | ||
- | pkg info -l ' | + | |
- | + | ||
- | gio open '/ | + | |
- | + | ||
- | ===== CPU Frequency ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | su -l root -c " | + | |
- | + | ||
- | ===== Time Sync ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | su -l root -c 'ntpd -g -q' | + | |
- | + | ||
- | ===== Network Restart ===== | + | |
- | + | ||
- | su -l | + | |
- | + | ||
- | '/ | + | |
- | + | ||
- | service ' | + | |
- | + | ||
- | ===== hw-probe ===== | + | |
- | + | ||
- | * https:// | + | |
- | * https:// | + | |
- | * 2024/ | + | |
- | + | ||
- | su -l | + | |
- | + | ||
- | pkg install ' | + | |
- | + | ||
- | hw-probe -all -upload | + | |
- | + | ||
- | ===== Crashdump Clean-up ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | rm -fv ~/ | + | |
- | + | ||
- | ===== Xfce Settings Reset ===== | + | |
- | + | ||
- | rm -fv ~/' | + | |
- | + | ||
- | gio open ~/' | + | |
- | + | ||
- | gio open ~/' | + | |
- | + | ||
- | ===== Audio Output Switch ===== | + | |
- | + | ||
- | * https:// | + | |
- | * https:// | + | |
- | + | ||
- | mixer -a | + | |
- | + | ||
- | echo ' Headphones ' && mixer -d ' | + | |
- | + | ||
- | echo ' Onboard ' && mixer -d ' | + | |
- | + | ||
- | ===== Logs ===== | + | |
- | + | ||
- | newsyslog -v -CC -N | + | |
- | + | ||
- | cat '/ | + | |
- | + | ||
- | cat '/ | + | |
- | + | ||
- | gio open '/ | + | |
- | + | ||
- | ls -la '/ | + | |
- | + | ||
- | ==== syslog.conf ==== | + | |
- | + | ||
- | === all.log === | + | |
- | + | ||
- | == Enable == | + | |
- | + | ||
- | * Uncomment | + | |
- | + | ||
- | su -l | + | |
- | + | ||
- | ee '/ | + | |
- | + | ||
- | < | + | |
- | + | ||
- | == Permissions == | + | |
- | + | ||
- | su -l | + | |
- | + | ||
- | touch '/ | + | |
- | + | ||
- | == View == | + | |
- | + | ||
- | su -l | + | |
- | + | ||
- | ee '/ | + | |
- | + | ||
- | ===== Other Files/Paths ===== | + | |
- | + | ||
- | * TODO | + | |
/srv/www/wiki/data/attic/bsd/freebsd_14.1_xfce.1732709109.txt.gz · Last modified: by Sean Rhone