Parallels Tools bei nicht unterstützten Linux Systemen
[Problem] Parallels Tools lassen sich nicht installieren ( Parallels 4.0 – nicht unterstütztes Linux)
[Lösung] Parallels Tools einbinden und dann in das CD Verzeichnis wechseln. Die X11 Dateien mit tar xvzf /media/cdrom/tools/prltools.tar.gz -C /usr/src entpacken. Im Verzeichnix xorg.1.5 den Ordner x-server/modules nach /usr/lib/xorg/modules kopieren:
cp -r /usr/src/x-server/xorg.1.5/modules /usr/lib/xorg/modules
Nun die Einträge in der xorg.conf vornehmen. Der Maustreiber ist prlmouse, der Video Treiber prlvideo.
English version
[Problem] Parallels won’t install the drivers for a non-supported linux system (Parallels 4.0)
[Solving] Mount the Parallels Tools via the menu and mount the cd within the linux system. Now untar the modules tar xvzf /media/cdrom/tools/prltools.tar.gz -c /usr/src Now just copy the Parallels Driver to /usr/lib/xorg/modules
cp -r /usr/src/x-server/xorg.1.5/modules /usr/lib/xorg/modules
After the copy was succesful just edit your xorg.conf. The mouse driver is called prlmouse and the video driver prlvideo