I did a default pkg_add -rv xorg. It didn't build any Xorg.conf.
A direct startx command with nothing unchanged gave me a twm screen (3 console windows) but mouse and keyboard disabled.
A peek into /var/log/Xorg.log said that entries for CoreKeyboard and Mouse device are missing.
Later on I used the Xorg.conf script created by Xorg -configure.
A direct startx or ./X didnt give twm and this is what I found in the error log
Which file does X use when there is no Xorg.conf in /etc/X11 ?
How do I enable keyboard and mouse without having any Xorg.conf ?
A direct startx command with nothing unchanged gave me a twm screen (3 console windows) but mouse and keyboard disabled.
A peek into /var/log/Xorg.log said that entries for CoreKeyboard and Mouse device are missing.
Later on I used the Xorg.conf script created by Xorg -configure.
A direct startx or ./X didnt give twm and this is what I found in the error log
Code:
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
Which file does X use when there is no Xorg.conf in /etc/X11 ?
How do I enable keyboard and mouse without having any Xorg.conf ?