p12tic / xorg-xserver

X server
Other
0 stars 0 forks source link

Unable to start xserver with latest Ubuntu 20.04 updates #2

Open okke-formsma opened 3 years ago

okke-formsma commented 3 years ago

I was unable to log in to my graphical environment. journalctl showed these errors:

/usr/lib/gdm3/gdm-x-session[6554]: /usr/lib/xorg/Xorg: symbol lookup error: /usr/lib/xorg/modules/input/libinput_drv.so: undefined symbol: InitGestureClassDeviceStruct
/usr/lib/gdm3/gdm-x-session[6552]: Unable to run X server

I think this has to do with the gestures support from this repo.

okke-formsma commented 3 years ago

My workaround was to use ppa-purge to remove the offending packages and the p12 repository

sudo apt install ppa-purge
sudo ppa-purge ppa:p12/xorg-gestures 
sudo add-apt-repository -r ppa:p12/xorg-gestures