Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:computers:laptop_freebsd [04/06/26 11:33 BST] – [/boot/loader.conf] john | public:computers:laptop_freebsd [04/06/26 19:11 BST] (current) – [/etc/rc.conf] john | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== Laptop | + | ====== Laptop |
| I moved my Dell laptop from Devuan Linux to FreeBSD and here are some things I needed to do and some things I did for convenience.... | I moved my Dell laptop from Devuan Linux to FreeBSD and here are some things I needed to do and some things I did for convenience.... | ||
| Line 52: | Line 52: | ||
| </ | </ | ||
| - | |||
| - | ----------------------------- | ||
| - | |||
| '' | '' | ||
| screen. | screen. | ||
| - | ==== LCD Panel on/off ==== | + | ===== LCD Panel on/ |
| I made a few small shell scripts to assist in controlling the | I made a few small shell scripts to assist in controlling the | ||
| Line 81: | Line 78: | ||
| '' | '' | ||
| - | === / | + | ==== / |
| < | < | ||
| Line 122: | Line 119: | ||
| - | ==== Other tweaks ==== | + | ===== Other tweaks |
| Small scripts to automate swithing between Wifi and Ethernet | Small scripts to automate swithing between Wifi and Ethernet | ||
| - | === net_wlan.sh === | + | ==== net_wlan.sh |
| <code bash> | <code bash> | ||
| Line 138: | Line 135: | ||
| </ | </ | ||
| - | === net_eth.sh === | + | ==== net_eth.sh |
| Line 150: | Line 147: | ||
| </ | </ | ||
| + | ===== Other Config Files ===== | ||
| ==== / | ==== / | ||
| Line 156: | Line 154: | ||
| hostname=" | hostname=" | ||
| keymap=" | keymap=" | ||
| - | # | ||
| wlans_iwm0=" | wlans_iwm0=" | ||
| ifconfig_wlan0=" | ifconfig_wlan0=" | ||
| Line 164: | Line 161: | ||
| ifconfig_em0_ipv6=" | ifconfig_em0_ipv6=" | ||
| ifconfig_lo0_ipv6=" | ifconfig_lo0_ipv6=" | ||
| - | # | ||
| create_args_wlan0=" | create_args_wlan0=" | ||
| sshd_enable=" | sshd_enable=" | ||
| Line 193: | Line 189: | ||
| kld_list=" | kld_list=" | ||
| - | # | ||
| - | |||
| powerd_enable=" | powerd_enable=" | ||
| Line 232: | Line 226: | ||
| xset dpms 600 660 670 | xset dpms 600 660 670 | ||
| backlight 40 | backlight 40 | ||
| - | |||
| - | #xsetroot -solid "# | ||
| eval $(gnome-keyring-daemon --start) | eval $(gnome-keyring-daemon --start) | ||
| Line 241: | Line 233: | ||
| pulseaudio & | pulseaudio & | ||
| - | |||
| - | # | ||
| dwmblocks & | dwmblocks & | ||
| - | |||
| - | |||
| - | # | ||
| pasystray & | pasystray & | ||
| - | |||
| - | #nm-applet & | ||
| nextcloud & | nextcloud & | ||
| - | |||
| - | #hp-systray & | ||
| - | |||
| - | #/ | ||
| - | |||
| - | # | ||
| exec dbus-launch --exit-with-x11 dwm | exec dbus-launch --exit-with-x11 dwm | ||
| Line 266: | Line 245: | ||
| - | ==== pkg prime-list ==== | + | ===== pkg prime-list |
| Here's the list of intentionally installed packages currently | Here's the list of intentionally installed packages currently | ||