다음과 같이 lxde를 설치했습니다.
sudo pkg install xf86-video-intel
sudo pkg install lxde-mate
cd /usr/home/freebsd
vi .xinitrc
ck-launch-session dbus-launch --exit-with-session
exec startlxde
두줄 써도 상관없어요
ck-launch-session dbus-launch --exit-with-session
exec startlxde
연속해서.
exec ck-launch-session dbus-launch --exit-with-session startlxde
rc.conf 파일 설정:
vi /etc/rc.conf
dbus_enable="YES"
vi /etc/fstab
proc /proc procfs rw 0 0
이제 lxde를 시작하고 GUI로 들어갈 시간입니다.
startx
cat /var/log/Xorg.0.log | nc termbin.com 9999
https://termbin.com/xctg
모든 로그 기록은 에 업로드됩니다 https://termbin.com/xctg
.
답변1
행 int를 변경하는 것은 간단합니다 .xinitrc
ck-launch-session dbus-launch --exit-with-session exec startlxde
한 줄로:
exec /usr/local/bin/startlxde --with-ck-launch