And restarted X, including LightDM greeter?
You must exit or not start an XFCE session before starting an IceWM session, by selecting an IceWM selection from the LightDM login greeter. Or, while no X session is running, you could login on a vtty and try:
Code:
WINDOWMANAGER=/usr/bin/icewm startx -- :1
If refused, either: 1-for testing only, try again logged in as root; or 2-with root permission, first run:
Code:
chmod 4711 /usr/bin/Xorg
Technically, is possible. Realistically, less than .001% chance if there are walls between you and anyone else with same hardware.
What I already wrote, uninstall the other input driver too.
Also, redo inxi -Gxxb while in an X session. It can't do the whole job from a vtty. Also if Mesa-demo-x is not installed, install it first. Then, before doing inxi -Gxxb, do inxi -U. That should make it update itself, which should result in even better information. If it claims to be disallowed from self updating, you can get a newer version by installing the RPM provided by Tumbleweed, or override the restriction with /etc/inxi.conf containing:
Code:
B_ALLOW_UPDATE=true
Bookmarks