Xorg 1.20 not compatible! Latest 13.3.1-43365 fixes nothing!

LegendT

Bit poster
The hotfix or unofficial one https://gist.github.com/rudolfratusinski/a4d9e3caff11a4d9d81d2e84abc9afbf
might resolves some of your issues. However, it remains the same for Arch / Geetoo / Future Manjaro users.

The screen cannot start at all.

cat /var/log/Xorg.0.log | grep EE you will find that:
Failed to load module "shadow"
Failed to load /usr/lib/xorg/modules/libshadow.so

What are you doing management? Playing ping-pong?

A workaround:
download these three packages:
xorg-server-1.19.6+13+gd0d1a694f-2-x86_64.pkg.tar.xz
xorg-server-common-1.19.6+13+gd0d1a694f-2-x86_64.pkg.tar.xz
xf86-video-vesa-2.4.0-1-x86_64.pkg.tar.xz

use pacman -U to downgrade them manually, and then use pacman to hold then for quite a few months until your dependences BOOOM!
Guest OS: Arch Linux
 
I find myself again on the forums trying to resolve guest tool issues with Linux based distributions; again this is related to Kali Linux for me.

Recently Kali updated to Xorg 1.20 and Parallels guest tools do not support this. This is rather unfortunate but currently leaves me in a position where I have to hold back my Xorg version and hope my dependencies don't run afoul.

Parallels, please can you up your game on Linux support. As a paying customer, I really don't feel the level of support we should be getting nor can I recommend this solution to my colleagues and friends.
 
I find myself again on the forums trying to resolve guest tool issues with Linux based distributions; again this is related to Kali Linux for me.

Recently Kali updated to Xorg 1.20 and Parallels guest tools do not support this. This is rather unfortunate but currently leaves me in a position where I have to hold back my Xorg version and hope my dependencies don't run afoul.

Parallels, please can you up your game on Linux support. As a paying customer, I really don't feel the level of support we should be getting nor can I recommend this solution to my colleagues and friends.

Same problem here. Upgraded my kernel and I can't boot into a GUI.
@RussCr0 Did you find a fix? Is it possible to downgrade the installed Xorg 1.20 to a lower one?
Keeps spitting out errors all related to Xorg.
Come'on @parallels we had the same problem two months ago with kernel 4.16!!
 
Same problem for me with Arch linux. Considering the price we pay this is simply not acceptable. If Parallels wont improve quickly I will not renew my license. The alternatives (VB, VmWare) are slower, but this constant hassle is not worth the marginal performance improvement.

Shape up Parallels!
 
Last edited:
Same problem here. Upgraded my kernel and I can't boot into a GUI.
@RussCr0 Did you find a fix? Is it possible to downgrade the installed Xorg 1.20 to a lower one?
Keeps spitting out errors all related to Xorg.
Come'on @parallels we had the same problem two months ago with kernel 4.16!!
I meant to reply to this sooner but became busy. Basically, I used apt-mark to hold the xorg server on 1.19.6 with the following command:

apt-mark hold xserver-xorg-core

The thing with Kali is that they don't keep the old packages so I had to reinstall Kali and place this on hold before doing an apt dist-upgrade so that I would keep the xorg server version 1.19.6. You probably could do a downgrade in some way but I didn't want any complications with Kali so it was easier for me to reinstall.
 
Last edited:
You sir, are a hero.
Fixed it for me!
I meant to reply to this sooner but became busy. Basically, I used apt-mark to hold the xorg server on 1.19.6 with the following command:

apt-mark hold xserver-xorg-core

The thing with Kali is that they don't keep the old packages so I had to reinstall Kali and place this on hold before doing an apt dist-upgrade so that I would keep the xorg server version 1.19.6. You probably could do a downgrade in some way but I didn't want any complications with Kali so it was easier for me to reinstall.
u si
 
Having this exact issue with Manjaro and Siduction. I upgraded to 14 in the hopes it would resolve things but no.

May end up refunding Parallels and moving to VirtualBox. I am tired of these issues and no response from Parallels.
 
Having this exact issue with Manjaro and Siduction. I upgraded to 14 in the hopes it would resolve things but no.

May end up refunding Parallels and moving to VirtualBox. I am tired of these issues and no response from Parallels.

14 does not make much difference on Linux support except for the new UI.
 
This procedure works for me on Kali 2018.3 (make a snap ;)):
Code:
cd /tmp
wget http://ftp.debian.org/debian/pool/main/x/xorg-server/xserver-common_1.19.2-1+deb9u2_all.deb
wget http://ftp.debian.org/debian/pool/main/x/xorg-server/xserver-xorg-core_1.19.2-1+deb9u2_amd64.deb
wget http://ftp.debian.org/debian/pool/main/x/xorg-server/xwayland_1.19.2-1+deb9u2_amd64.deb
wget http://ftp.debian.org/debian/pool/main/x/xserver-xorg-video-vesa/xserver-xorg-video-vesa_2.3.4-1+b2_amd64.deb
dpkg --force-all -i *.deb
apt-mark hold xserver-common xserver-xorg-core xwayland xserver-xorg-video-vesa
# WARNING: this command will remove "kali-desktop-common" and other "xserver-xorg-*" packages
apt-get --fix-broken install
 
Don't. I have been using VMware on Linux hosts as well as with Linux guests. You won't find any greater crap out there. Paralles is still golden compared to this. If you really want to switch, just go with VirtualBox.
 
Don't. I have been using VMware on Linux hosts as well as with Linux guests. You won't find any greater crap out there. Paralles is still golden compared to this. If you really want to switch, just go with VirtualBox.
I really want to stay with Parallels. But the updates and installing Parallels Tools is rarely straightforward. Sometimes it becomes very frustrating considering I'm not a computer geek. I'll give VirtualBox a try. Thank you.
 
Everything is much slower than Parallels, especialy when it comes to 3D graphics. The advantage you get with VirtualBox is that every major Linux distribution includes its guest utilities in their package archives, which means they are always up to date and always working.
 
Fortunately I was able to get it working again on Arch Linux with just one command:
This will downgrade the X server to version 1.19. However, this is just a temporary solution and definitely needs to be fixed.

I have added the following line to /etc/pacman.conf as it prevents xorg-server from updating and stops pacman from complaining about mismatched dependancies. It isn't a fix, but it will allow all Arch based distros to upgrade everything possible without having any issues with Parallels.
I suggest everyone who can report the issue to Parallels Support through the app.

IgnorePkg = xorg-server xorg-server-common xf86-video-vesa
 
xorg-server-common can be updated to the latest version without errors and xf86-video-vesa can safely be uninstalled.
 
Back
Top