LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-14-2018, 04:31 PM   #1
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
recent update breaks video in virtualbox


Just installed Slackware currentin Oracle VM from the latest Alien Bob iso image (current Plasma5 from 04-23-2018)

at this point video works fine for few minutes but some artifacts appear (black line on the top and black VM menu).
next I have run update (no customization at this point) hoping that this may fix the issue:
slackpg update/upgrade-all
and after reboot video is broken (black screen)
 
Old 06-14-2018, 06:08 PM   #2
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Have the same problem here, not sure if the problem lies with virtualbox or Slackware. Since my -current VM is just a throw away VM, I haven't looked into fixing it yet.
 
Old 06-15-2018, 09:19 AM   #3
pdags
LQ Newbie
 
Registered: Mar 2011
Distribution: Slackware
Posts: 23

Rep: Reputation: 9
See this thread: https://www.linuxquestions.org/quest...nt-4175631830/

Its not really a fix, but blacklisting the vboxvideo module will let you start X.

Code:
echo "blacklist vboxvideo" >> /etc/modprobe.d/vbox.conf
and reboot.

I guess the problem is with VirtualBox?
 
Old 06-17-2018, 01:34 PM   #4
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pdags View Post
See this thread: https://www.linuxquestions.org/quest...nt-4175631830/

Its not really a fix, but blacklisting the vboxvideo module will let you start X.

Code:
echo "blacklist vboxvideo" >> /etc/modprobe.d/vbox.conf
and reboot.

I guess the problem is with VirtualBox?
Sorry for the late response.
Oracle VirtualBox is just broken in Slackware. Not only video but also vboxsf does not work (because video is broken). Solution that you provide will not fix all issues.

Thank you though
 
1 members found this post helpful.
Old 06-17-2018, 10:34 PM   #5
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,978

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Oracle VirtualBox is not just broken. Works for me.

Host: Slackware64-current, with Alien Bob's Ktown
Guest: slackware64-live-plasma5-current.iso 04-23-2018

VirtualBox installed using VirtualBox-5.2.12-122591-Linux_amd64.run
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20180618_113411.jpg
Views:	55
Size:	124.9 KB
ID:	27939  
 
Old 06-17-2018, 11:08 PM   #6
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
It's fine for me now too, not sure what I did. I just reverted a snapshot then updated using slackpkg. All good now.
 
Old 06-18-2018, 02:36 PM   #7
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Daedra View Post
It's fine for me now too, not sure what I did. I just reverted a snapshot then updated using slackpkg. All good now.
Whoud be nice to know what you did?

@chrisretusn
I don't have any issues with fresh installation of Slackware-current-plasma and virtualbox. However if I run slackpkg update after fresh installation, it breaks video
 
Old 06-18-2018, 02:59 PM   #8
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Quote:
Originally Posted by Aeterna View Post
Whoud be nice to know what you did?

@chrisretusn
I don't have any issues with fresh installation of Slackware-current-plasma and virtualbox. However if I run slackpkg update after fresh installation, it breaks video
I literally just reverted a snapshot from a fresh install from about 3 weeks ago then updated. The only thing I do differently is remove the xorg vbox video package.

Last edited by Daedra; 06-18-2018 at 03:01 PM.
 
Old 06-18-2018, 04:32 PM   #9
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Original Poster
Rep: Reputation: Disabled
ok
just compiled kernel 4.14.34 and virtual box works
kernel 4.14.35 (default in current Plasma5 from 04-23-2018) works too

Now when I installed 4.17.2 virtual box video worked partially (fixed resolution, unable to change) and vboxsf would not load at all.

when running slackpkg update/upgrade-all, kernel is upgraded to 4.14.50 and this kills video.
So I will run update and leave kernel out.

Hopefully problem solved.
 
Old 06-18-2018, 05:02 PM   #10
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
I guess I should also mention I am using Virtualbox 5.1.38. I am avoiding the 5.2 branch because it has given me nothing but trouble.
 
Old 06-19-2018, 02:03 AM   #11
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Well I spoke to soon or I never actually updated. but I just did another upgrade-all and noticed that a lot of packages from the last update didn't install. Either way, it is not working, I'll figure this out later, my -current VM is very low priority.
 
Old 06-19-2018, 08:46 AM   #12
petslack
Member
 
Registered: Apr 2009
Location: Sao Paulo, Brazil
Distribution: Slackware64-Current, Arch, OpenBSD, CentOS, Debian
Posts: 51

Rep: Reputation: 15
I have 2 VMs with Slackware64-current (up-to-date with slackpkg) with the following result:
Virtualbox 5.2.6 - X is working fine.
Virtualbox 5.2.12 - X is NOT working.

I think it's something related to the last Virtualbox tools version then. I'll upgrade Vbox 5.2.6 and see if it breaks...
 
Old 06-19-2018, 01:46 PM   #13
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Original Poster
Rep: Reputation: Disabled
VirtualBox is definitely broken after upgrade:
1) full install (no modifications), after full system upgrade = broken video
2) did not upgrade kernel (due to possible incompatibility between latest kernel and latest VirtualBox) = broken video
2a) I used custom kernel 4.16.8. This kernel works with VirtualBox before upgrade.
3) downgraded VB to 5.2.6 after system upgrade = broken video
4) removed xf-video-vboxvideo, after system upgrade = broken video

so upgrading Slackware to the latest current kills video (at least). Without an upgrade, abd keeping current Plasma5 from 04-23-2018 VirtualBox works.


Conclusion: for now can't upgrade Slackware to the latest current in virtualbox
 
Old 07-03-2018, 12:15 PM   #14
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
I'm having the same issue. I'm guessing it's a bug with VirtualBox not playing nice with xorg-server 1.20 with the vboxvideo kernel module loaded. I've tried both the one shipped with the stock -current 4.14.52 on x86_64, and I've tried building the module manually from the vbox guest additions ISO. Neither works.

Thankfully, if you blacklist the 'vboxvideo' kernel driver, as others have suggested, the vboxvideo_drv.so *Xorg* driver will kick in and does work quite well. It doesn't get my resolution right on fluxbox without compositing enabled, but a single xrandr command tidies that up just fine.

I also tried under 4.4.x which was left hanging from my 14.2 install, even after rebuilding the modules, and that didn't work either, which is why I'm thinking it's an issue with VirtualBox and the new Xorg as opposed to the new kernel.
 
Old 07-03-2018, 12:22 PM   #15
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Have you tried any of the test or development builds of VirtualBox? They might have fixes that haven't made it to the stable releases yet.

https://www.virtualbox.org/wiki/Testbuilds
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Mplayer won't play video since recent current update Stephen Morgan Slackware 27 05-03-2015 03:37 PM
[SOLVED] recent wheezy update breaks ipw2200 wifi on dell latitude D510 laptop radiodee1 Debian 2 06-28-2011 09:12 AM
[SOLVED] No sound for most things after recent update & Warp speed for video and audio. Morbid SUSE / openSUSE 1 09-07-2010 01:03 PM
LXer: Ubuntu Karmic fail report: Xorg update breaks screensaver on Intel 830m video LXer Syndicated Linux News 0 12-03-2009 02:11 AM
VirtualBox - Recent Improvements Erik_FL Linux - Software 10 09-24-2009 11:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration