Hello. Earlier I had a problem with my Xfce desktop displaying a blank background, and it was solved in this thread.
There was just the issue of mouse synaptics remaining. So I installed x11-drivers/xf86-input-synaptics driver. I fiddled with the entry in /etc/sysctl.conf by changing
Problem:
Upon doing the above steps, when I type
What I've tried so far:
Earlier I had deinstalled Slim, because it isn't needed.
I also uninstalled and reinstalled Xfce packages by following this post. I also reinstalled Xorg server with UDEV option on and other packages mentioned in this post ,though I've not yet created the file /usr/local/etc/X11/xorg.conf.d/99-myinput.conf as I read somewhere it isn't necessary (my /usr/local/etc/X11/xorg.conf.d/ is empty).
The following packages are installed via ports: xf86-input-keyboard, xf86-input-mouse, xf86-input-video-ati, and xf86-input-synaptics.
Running kldstat(8) shows that drm.ko, and amdgpu.ko are loaded.
The following is the output of
In the end, it says:
X server is not responding and terminated with error(2).
There was just the issue of mouse synaptics remaining. So I installed x11-drivers/xf86-input-synaptics driver. I fiddled with the entry in /etc/sysctl.conf by changing
kern.evdev.rcpt_mask=12
and =6
.Problem:
Upon doing the above steps, when I type
startx
command, I get only the top and bottom bars of the desktop. Mouse doesn't work. Its just visible. On rare occasions, desktop is visible, but 99% of the time, the desktop is blank with no icons. Keyboard doesn't work.What I've tried so far:
Earlier I had deinstalled Slim, because it isn't needed.
I also uninstalled and reinstalled Xfce packages by following this post. I also reinstalled Xorg server with UDEV option on and other packages mentioned in this post ,though I've not yet created the file /usr/local/etc/X11/xorg.conf.d/99-myinput.conf as I read somewhere it isn't necessary (my /usr/local/etc/X11/xorg.conf.d/ is empty).
The following packages are installed via ports: xf86-input-keyboard, xf86-input-mouse, xf86-input-video-ati, and xf86-input-synaptics.
Running kldstat(8) shows that drm.ko, and amdgpu.ko are loaded.
The following is the output of
cat /var/log/Xorg.0.log
: https://termbin.com/u1p9In the end, it says:
Code:
[ 99.685] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 99.685] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 99.685] (WW) Disabling Mouse0
[ 99.685] (WW) Disabling Keyboard0
[ 99.685] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[ 99.686] (II) AMDGPU(1): [KMS] drm report modesetting isn't supported.
[ 99.686]
[ 99.686]
Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
[ 99.686]
Xorg has configured a multihead system, please check your config.
[ 99.686]
Your xorg.conf file is /root/xorg.conf.new
[ 99.686] To test the server, run 'X -config /root/xorg.conf.new'
[ 99.686] (EE) Server terminated with error (2). Closing log file.
Last edited by a moderator: