OP
- Thread Starter
- #51
You are welcome to advise me on fluxbox as well!I don't have any info on any of those other apps as I use x11-wm/fluxbox.
You are welcome to advise me on fluxbox as well!I don't have any info on any of those other apps as I use x11-wm/fluxbox.
Also, feh is not loading my wallpaper when I start openbox. My autostart.sh looks like this now:
Does not matter if I use the quotes or not, feh will not work with the autostart.sh. If I open a terminal and type the exact same command, feh works.Code:#!/bin/sh (sleep 2 && tint2) (sleep 2 && wbar) (sleep 2 && feh --bg-scale '/home/user/wallpapers/WinterPath.jpg' &)
Be advised that site is not up to date and many of the suggested tweaks are rather pointless. I used to use that site extensively but have noticed zero difference with or without the suggested desktop performance tweaks. Personally, I just install, copy over my customized configs to their locations and I am done. Not to say some of the suggestions there are bad but I have had zero issues without them and only use the handbook for set up if need be. Granted my FreeBSD desktop machine is quite robust and is not a laptop so YMMV.You are welcome to advise me on fluxbox as well!This website has been good as well. https://cooltrainer.org/a-freebsd-desktop-howto/
No. I am experimenting with Windows Managers now, so I just useAre you using .xinitrc to start x11-wm/openbox?
startx /usr/local/bin/openbox-session to launch. I also actually like booting to command line for some reason. I think it is a combination of nostalgia and convenience on a low resource laptop. Let's face it, the look on the few others that have seen this laptop is priceless when I am staring at a dark blank screen with nothing but a command prompt and ask, "Ok, what do I do next?" It is worth it for that alone to boot to the command line. startx. Same thing you are doing but I just have things defined for the session I run.xrdb -load ~/.Xresources
xmodmap ~/.Xmodmap &
~/.fehbg &
exec fluxbox
You can automatically start Xorg after login with:I just usestartx /usr/local/bin/openbox-sessionto launch.
if [ $( /usr/bin/tty ) = "/dev/ttyv0" ]; then
startx
logout
fi
Yes. On my main account, theAre you trying to use graphics/feh to draw the x11-wm/fluxbox wallpaper?
feh --bg -scale /usr/local/share/backgrounds/WinterPath.jpg works. Should I be using a different command or method to set the background? Also edited the sudoers file with the visudo command and added the line:
USER ALL=(ALL) ALL
sudo, I get user is not in sudoers.%groupname
Could be overheating. I'd check the temperature of the CPU. I don't know which program you can use for it, though.I have had my computer power off unexpectedly twice now. I don't believe it is a battery issue. How do I find out why this is happening?
ipmitool from that website says there are no sensors. The dmesg does not list any coretemps as in that website as well, but the sysctl starts at 60 degrees and is already 74. Don't know how to regulate it.Unfortunately, you'd have to disassemble your laptop and clean the fans.Don't know how to regulate it.
Unfortunately, you'd have to disassemble your laptop and clean the fans.
Yes, this little file goes a long way.I always boot to the command line but use an .xinitrc to set up my window manager when I runstartx.
setxkbmap -layout "us,fr(oss),ru" -variant -option grp:alt_shift_toggle,terminate:ctrl_alt_bksp,compose:rctrl &