ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexander Yereschenko <ave4600@gmail.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] VirtualBox Linux Guest Additions
Date: Sat, 15 Mar 2008 23:49:10 +0200
Message-ID: <200803152349.11133.ave4600@gmail.com> (raw)
In-Reply-To: <47DC2FED.2020006@gmail.com>

Доброе!
В сообщении от Saturday 15 March 2008 22:22:05 Alexey Borisenkov написал(а):
> Alexander Yereschenko пишет:
> > Имеется VirtualBox_1.5.6_1 (который о себе говорит как 1.5.7). Имеется
> > гостевая система ALD4.0.3, доведенная до сегодняшнего бранча.
> > Ставим драйвера virtualbox для гостевой системы. Все ставится, кроме
> > X-ов... "./VBoxLinuxAdditions.run x11"
> > сообщает следущее: "Unknown version of the X Window System installed"
>
> Воспользуйтесь вот этим советом:
> http://lists.altlinux.org/pipermail/junior/2008-February/002425.html

=======
Установка аддона - отдельная песня, но весьма не сложная
1. надо аддон рутом распаковать, влезть в install.sh и добавить в проверку 
версии xorg
Найдите строчки
7.1.* | 7.2.* )
            install -o 0 -g 0 -m 0644 vboxvideo_drv_71.so
$modules_dir/drivers/vboxvideo_drv.so
            install -o 0 -g 0 -m 0644 vboxmouse_drv_71.so
$modules_dir/input/vboxmouse_drv.so
И замените первую на:
7.1.* | 7.2.* | 7.3.* )
            install -o 0 -g 0 -m 0644 vboxvideo_drv_71.so
$modules_dir/drivers/vboxvideo_drv.so
            install -o 0 -g 0 -m 0644 vboxmouse_drv_71.so
$modules_dir/input/vboxmouse_drv.so

А еще, чуть выше в строку
for dir in /usr/lib/xorg/modules /usr/X11R6/lib/modules; do
добавьте "наш" каталог для модулей
for dir in /usr/lib/X11/modules /usr/lib/xorg/modules /usr/X11R6/lib/modules; 
do

После чего можно просто запускать install.sh (от рута) и перегружать гостевую 
ОС ... все работает :)
=======

Спасибо, получилось!
Распаковывать можно, например, так:
./VBoxLinuxAdditions.run --noexec --keep --target /root/VBoxInstall
 


--
Alexander

  parent reply	other threads:[~2008-03-15 21:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-15 19:23 Alexander Yereschenko
2008-03-15 20:22 ` Alexey Borisenkov
2008-03-15 20:42   ` Denis Kirienko
2008-03-15 20:48     ` Andrey Rahmatullin
2008-03-16  7:28       ` Denis Kirienko
2008-03-15 21:49   ` Alexander Yereschenko [this message]
2008-03-17 12:27     ` Владимир Чёрный
2008-03-17 13:17       ` Alexei V. Mezin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803152349.11133.ave4600@gmail.com \
    --to=ave4600@gmail.com \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git