Hello,
I have a Lenovo ThinkPad T430 with a i5-3320M and no dedicated GPU so we're talking Intel HD Graphics.
I followed the handbook instructions of how to set up X and after that, XFCE. So in short:
I installed X:
Added my user to
Switched console to
Installed
In my
I double checked and I have the
Then I attempted to install XFCE:
Then I changed to my user, and updated my
Now when I run:
I get this:
So I manually set the
However,
Thanks.
I have a Lenovo ThinkPad T430 with a i5-3320M and no dedicated GPU so we're talking Intel HD Graphics.
I followed the handbook instructions of how to set up X and after that, XFCE. So in short:
I installed X:
Code:
# pkg install xorg
Added my user to
video and wheel:
Code:
# pw groupmod video -m parski || pw groupmod wheel -m parski
Switched console to
vt in /boot/loader.conf:
Code:
kern.vty=vt
Installed
drm-kmod: # pkg install drm-kmodIn my
/etc/rc.conf I have:
Code:
kld_list="/boot/modules/i915kms.ko"
dbus_enable="YES"
hald_enable="YES"
moused_enable="YES"
I double checked and I have the
i915kms module in that path.Then I attempted to install XFCE:
Code:
# pkg install xfce
Then I changed to my user, and updated my
.xinitrc:
Code:
$ echo ". /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc
Now when I run:
Code:
$ startx
I get this:
So I manually set the
XDF_CONFIG_DIRS to /usr/local/etc and I double checked that xfce4-session is installed and it is. However,
xconfd isn't running. In fact, I find nothing called xconfd on my system or in the package manager. It's not mentioned in the Handbook. Is this what's causing my issue? Does anybody know how I might go about fixing it?Thanks.