[solved] Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

[solved] Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver

Post by zdia »

Frustrated by the upgrade mess in Zenwalk 6.4 to 7.0 I would like to give Salix a try: Its concept is convincing.

My VirtualBox on Zenwalk 6.4 did install the Salix iso without problems but I've got only a 800x600 screen resolution. Clicking the "Install VBoxAdditions.iso" didn't change this resolution even after having installed the kernel-sources.

In the Ubuntu forums they say that the xorg.conf has to take the "vboxvideo" driver as device source. But "Xorg -configure" does show any vboxvideo driver and there is also no "xorg.conf", just "xorg-vesa.conf"

Trying to compile the videobox driver with a simple "make" fails with errors because of undeclared initialisations in "vboxvideo_drm.c"

Has anyone had success with adding the Linux guest additions for Salix in a VirtualBox machine?
Last edited by zdia on 5. Jun 2011, 20:54, edited 1 time in total.
User avatar
tsuren
Posts: 206
Joined: 7. Jun 2009, 17:32
Location: France

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by tsuren »

you can still write your own xorg.conf.

and why not using 4.08?
'Tommorow is like today, just happens tomorrow.'
User avatar
gapan
Salix Wizard
Posts: 6364
Joined: 6. Jun 2009, 17:40

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by gapan »

First you need to install the kernel-source package.
Then install the guest additions.
Then reboot the guest system.
Then resize the vbox window.
Image
Image
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by zdia »

Thanks for the quick answer.
gapan wrote:First you need to install the kernel-source package.
Then install the guest additions.
Then reboot the guest system.
Then resize the vbox window.
Well, that's what I did.

@tsuren
you can still write your own xorg.conf.
huh, I am one of the lazy faction ... If I must not I would like to avoid it.
and why not using 4.08?
My productive system has Zenwalk 6.4 and so I use 3.1.8. And an update in Zenwalk has so much unpredictable side effects so I dare not to touch my running system.

I will make a new Salix installation from the iso and then try once again the steps gapan suggested.
User avatar
gapan
Salix Wizard
Posts: 6364
Joined: 6. Jun 2009, 17:40

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by gapan »

You're using an ancient virtualbox. That's your problem. I didn't notice it before.
Image
Image
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by zdia »

So I have to try it on free partition on another computer ...

Here my results in upgrading VirtualBox in Zenwalk 6.4:

Code: Select all

root[~]# netpkg VirtualBox
...
Synchronization with http://restricted.meticul.eu/snapshot successful
Package ~ VirtualBox : not found

root[~]# netpkg VirtualBox
...
Synchronization with http://zen-repo.meticul.eu/i486/current successful
Package ~ VirtualBox : not found
User avatar
tsuren
Posts: 206
Joined: 7. Jun 2009, 17:32
Location: France

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by tsuren »

zdia wrote: My productive system has Zenwalk 6.4 and so I use 3.1.8. And an update in Zenwalk has so much unpredictable side effects so I dare not to touch my running system.
.
but you do not need to compile 4.08. that is why no one is making a package for virtual box. just download it, and run the .run file. follow the intruction, and there, you have the vbox ready for you.
'Tommorow is like today, just happens tomorrow.'
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by zdia »

tsuren wrote: but you do not need to compile 4.08. that is why no one is making a package for virtual box. just download it, and run the .run file. follow the intruction, and there, you have the vbox ready for you.
Hm, for Zenwalk 6.4 there was a package and so uninstall was easy:

Code: Select all

removepkg VirtualBox-3.1.8-i486-64.1.tgz 
But thanks, gapan and tsuren, I followed your hints and downloaded the .run file, created a "salix13.37" machine and added the existing Salix vdi.
Guest additions were installed without issue and after changing the depth to 32 in xorg.conf I have a working Salix installation, ready for test.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Salix 13.37 in VirtualBox 3.1.8: vboxvideo driver issue

Post by laprjns »

zdia wrote:So I have to try it on free partition on another computer
Here my results in upgrading VirtualBox in Zenwalk 6.4:

Code: Select all

root[~]# netpkg VirtualBox...
Synchronization with http://restricted.meticul.eu/snapshot successful
Package ~ VirtualBox : not found
root[~]# netpkg VirtualBox...
Synchronization with http://zen-repo.meticul.eu/i486/current successful
Package ~ VirtualBox : not found
First, your trying to use Zenwalk's 7.0 snapshot and current repos with an old version of ZW (6.4). Some things are not going to work. You should use this repo instead

Code: Select all

http://zen-repo.meticul.eu/i486/zenwalk-6.4/packages/
But you will not find a virtualbox package there either. The VB OSE 3.1.8 package that was available in the 6.4 repo was a piece of junk and eventually got pulled. I don't think anyone has tried to package the OSE version since. Most people are using the PUEL version which is available directly from the Virtualbox website:
http://download.virtualbox.org/virtualb ... ux_x86.run
Try installing this version
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
Post Reply