all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: Xorg video inside VirtualBox
Date: Thu, 4 Dec 2014 17:24:20 +0100	[thread overview]
Message-ID: <20141204162420.GA9118@Glass> (raw)

Hello all,

I hope i won't commit any grave errors of etiquette, since this is my 
first post here.

I've been experimenting with installing Guix inside a VirtualBox virtual 
machine, and it's pretty cool. I'm even managing to figure out how to 
install packages ;)

My problem is thus: i've installed slim by adding the following to my 
system config: (i also do the necessary import at the top)

  (services (cons* (slim-service)
                   %base-services))

This compiles fine, using `guix system reconfigure /etc/myconfig.scm`, 
but when i reboot the VM, X seems to start alright, but with a garbled 
screen. <http://i.imgur.com/XT5n24X.png>

I suspect that this is because it is loading the vesa driver and not the 
vboxvideo driver (according to /var/log/X.org.log it tries to load 
vboxvideo then falls back to vesa after failing -- it just says 
"Warning, couldn't load module vboxvideo").

My question is therefore: has anyone else managed to get X working 
inside a VirtualBox VM? If so, how? And, (assume i'm a total noob here) 
where can i find the vboxvideo driver: in a package, or should i  
compile it from source? I am willing to try and package it as a 
practise-case for myself if it's not already in the Guix repos, but i 
have no idea where to begin.

Thank you for your time and effort! And my apologies if i should 
rtfm/gtfo/be beaten by a clue-stick!
p.

             reply	other threads:[~2014-12-04 16:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04 16:24 Paul van der Walt [this message]
2014-12-04 18:41 ` Xorg video inside VirtualBox Ludovic Courtès

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=20141204162420.GA9118@Glass \
    --to=paul@denknerd.org \
    --cc=guix-devel@gnu.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.