SteamOS (Debian 4.1.13-0+steamos5)

Discussions about using Linux guests in VirtualBox.
Post Reply
Ravek
Posts: 6
Joined: 12. Dec 2015, 12:53

SteamOS (Debian 4.1.13-0+steamos5)

Post by Ravek »

Installing the lastest version of steamOS i got a full white screen when the system bootup to Big Picture Desktop
this happen only with Guest Additions > 5.0.16. If i install an old version the problem is resolved. but i got problem using keyboard in the Big Picture Interface.
i have installed Guest Addittions 5.0.17 r106566 and Extension Pack 5.0.17 r106564

$ glxinfo | grep OpenGL

OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits)
OpenGL version string: 3.0 Mesa 10.6.3
OpenGL shading language version string: 1.30

$ more /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

vboxvideo
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Perryg »

Code: Select all

OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits)
This indicates that you are not using the VBox 3D accelerated drivers ( chromium/humper )

Make sure you have 3D enabled in the guest settings and post the /var/log/vboxadd-install.log as an attachment.

Also post the guests log file as an attachment.
Ravek
Posts: 6
Joined: 12. Dec 2015, 12:53

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Ravek »

$ more /var/log/vboxadd-install.log

Code: Select all

Uninstalling modules from DKMS
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxguest/5.0.17/source ->
                 /usr/src/vboxguest-5.0.17

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
make KERNELRELEASE=4.1.0-0.steamos.25-amd64 -C /lib/modules/4.1.0-0.steamos.25-amd64/build M=/var/lib/d
kms/vboxguest/5.0.17/build............
cleaning build area....

DKMS: build completed.

vboxguest:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.1.0-0.steamos.25-amd64/kernel/misc/

vboxsf.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.1.0-0.steamos.25-amd64/kernel/misc/

vboxvideo.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.1.0-0.steamos.25-amd64/kernel/misc/

depmod....

DKMS: install completed.
Creating user for the Guest Additions.
Creating udev rule for the Guest Additions kernel module.
Attachments
vbox.png
vbox.png (77.89 KiB) Viewed 3062 times
VBoxHardening.zip
(35.19 KiB) Downloaded 7 times
VBoxSVC.log
(9.3 KiB) Downloaded 5 times
Last edited by Ravek on 13. Apr 2016, 17:25, edited 2 times in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Perryg »

Post the guests log file ( as an attachment ). Right click on the guest in the Main Manager then click show log. Save and post as an attachment. Compress if it is too large to post.
Ravek
Posts: 6
Joined: 12. Dec 2015, 12:53

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Ravek »

Guest log added...

$ lsmod | grep vbox

Code: Select all

vboxsf                 45056  0 
vboxvideo              49152  3 
vboxguest             229376  10 vboxsf,vboxvideo
ttm                    77824  1 vboxvideo
drm_kms_helper        102400  1 vboxvideo
drm                   278528  6 ttm,drm_kms_helper,vboxvideo
Attachments
Steam OS-2016-04-13-12-23-32.zip
(33.64 KiB) Downloaded 10 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Perryg »

Does "~/.config/monitors.xml" exist in the guest? If so delete it and reboot then try again.

You must make sure that "glxinfo | grep OpenGL" reports Chromium/humper and not gallium.
Ravek
Posts: 6
Joined: 12. Dec 2015, 12:53

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Ravek »

i add a screenshot from the terminal
Attachments
vbox_opengl.png
vbox_opengl.png (102.33 KiB) Viewed 3057 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Perryg »

Still not using the right virtual drivers. I don't use steam so I guess you will need to wait until someone that does drops by.
Ravek
Posts: 6
Joined: 12. Dec 2015, 12:53

Re: SteamOS (Debian 4.1.13-0+steamos5)

Post by Ravek »

i try with 5.0.18 and now the opengl drivers version work correctly... but steam big picture show white screen.
Attachments
Captura.PNG
Captura.PNG (99.17 KiB) Viewed 3032 times
Post Reply