Re: vboxvideo issues

2014-01-13 Thread Kris Moore
On 01/10/2014 17:04, Craig Rodrigues wrote:
 On Wed, Jan 8, 2014 at 5:35 PM, Kris Moore k...@pcbsd.org wrote:

 Is anybody running the 4.3.6 version of virtualbox-ose-additions on 10.0
 and having the vboxvideo work properly? When X tries to load, the screen

 For PC-BSD, have you solved the issues with virtualbox-ose
 being compiled with g++, but other C++ libraries compiled on the
 system are compiled with clang?

 This post mentions problems with KDE and VirtualBox, and how
 unsetting QT_PLUGIN_PATH before running VirtualBox gets things to work:

 http://lists.freebsd.org/pipermail/freebsd-emulation/2013-December/011170.html

 I've observed that behavior.

 This post also refers to an experimental port of Virtualbox by jkim@
 which tries to compile as much of the port as possible with clang:

 http://lists.freebsd.org/pipermail/freebsd-emulation/2013-December/011171.html

 Have you hit any of these issues with PC-BSD?

 --
 Craig
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

We are using the jkim version of the virtualbox-port and so far it
seems to work like a champ :)

-- 
Kris Moore
PC-BSD Software
iXsystems

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: vboxvideo issues

2014-01-09 Thread David Morgan
On 09:21 Thu 09 Jan , Kris Moore wrote:
 On 01/09/2014 01:45, Bernhard Fröhlich wrote:
 
 
  Am 09.01.2014 07:31 schrieb Bernhard Fröhlich de...@bluelife.at
  mailto:de...@bluelife.at:
  
   This looks suspicious to me but I don't know how to fix it yet.
  
   [24.612] (EE) AIGLX error: vboxvideo does not export required DRI
   extension
  
   It might help to disable this 3D aiglx stuff in the xserver.
 
  I googled around a bit and it seems this error message is not fatal it
  only tells that the vboxvideo DRI interface is not full featured but
  it's the same on linux.
 
  The real problem seems to be 3D acceleration which you should turn off
  in the vbox settings for that vm - but this was also from an ubuntu
  bug ticket so it does not look like a FreeBSD specific problem.
 
 
 I run all my VMs' with 3D acceleration disabled in the VBox host, but
 having it enabled / disabled does not seem to make a difference. Since X
 does seem to start and then 'hang' at a black-screen, it looks like no
 error messages are being generated.
 
 Anybody else seeing this using 10.X client VM's and trying the vboxvideo
 driver? Has anybody else tried it and had it work?
 

On -CURRENT, I have a similar problem when using the new xorg, but it
works fine if I set WITHOUT_NEW_XORG and downgrade.

Dave

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: vboxvideo issues

2014-01-09 Thread Kris Moore
On 01/09/2014 09:35, David Morgan wrote:
 On 09:21 Thu 09 Jan , Kris Moore wrote:
 On 01/09/2014 01:45, Bernhard Fröhlich wrote:

 Am 09.01.2014 07:31 schrieb Bernhard Fröhlich de...@bluelife.at
 mailto:de...@bluelife.at:
 This looks suspicious to me but I don't know how to fix it yet.

 [24.612] (EE) AIGLX error: vboxvideo does not export required DRI
 extension

 It might help to disable this 3D aiglx stuff in the xserver.
 I googled around a bit and it seems this error message is not fatal it
 only tells that the vboxvideo DRI interface is not full featured but
 it's the same on linux.

 The real problem seems to be 3D acceleration which you should turn off
 in the vbox settings for that vm - but this was also from an ubuntu
 bug ticket so it does not look like a FreeBSD specific problem.

 I run all my VMs' with 3D acceleration disabled in the VBox host, but
 having it enabled / disabled does not seem to make a difference. Since X
 does seem to start and then 'hang' at a black-screen, it looks like no
 error messages are being generated.

 Anybody else seeing this using 10.X client VM's and trying the vboxvideo
 driver? Has anybody else tried it and had it work?

 On -CURRENT, I have a similar problem when using the new xorg, but it
 works fine if I set WITHOUT_NEW_XORG and downgrade.

 Dave


That makes sense, we use the new xorg by default here.

I just found a work-around:

If you explicitly disable AIGLX in your ServerLayout section, it then
works, both with 3d enabled in the host and not.

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
Option AIGLX false
EndSection


-- 
Kris Moore
PC-BSD Software
iXsystems

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

vboxvideo issues

2014-01-08 Thread Kris Moore

Is anybody running the 4.3.6 version of virtualbox-ose-additions on 10.0
and having the vboxvideo work properly? When X tries to load, the screen
never resizes, goes to a black screen and the console is lost, but I can
still acpi shutdown / ctrl-alt-delete the guest, and it reboots.

I've been having this issue with the 4.2.20 version in ports as well on
all the 10.0-RC1/2/3/4 builds that I've tested. Running a FreeBSD 9.x
guest still seems OK.

I've tried compiling the additions with opengl and without, doesn't seem
to make a difference.

Attached is my xorg logfile if anybody wants to take a look.

-- 
Kris Moore
PC-BSD Software
iXsystems

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: vboxvideo issues

2014-01-08 Thread Kris Moore
On 01/08/2014 20:35, Kris Moore wrote:
 Is anybody running the 4.3.6 version of virtualbox-ose-additions on 10.0
 and having the vboxvideo work properly? When X tries to load, the screen
 never resizes, goes to a black screen and the console is lost, but I can
 still acpi shutdown / ctrl-alt-delete the guest, and it reboots.

 I've been having this issue with the 4.2.20 version in ports as well on
 all the 10.0-RC1/2/3/4 builds that I've tested. Running a FreeBSD 9.x
 guest still seems OK.

 I've tried compiling the additions with opengl and without, doesn't seem
 to make a difference.

 Attached is my xorg logfile if anybody wants to take a look.


That's odd, not sure why the attachment didn't go through. Here's the
log file inline:
--

[24.034]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[24.034] X Protocol Version 11, Revision 0
[24.034] Build Operating System: FreeBSD 10.0-RELEASE amd64
[24.034] Current Operating System: FreeBSD pcbsd-7521
10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Mon Dec 30 23:53:14 UTC
2013 r...@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC amd64
[24.034] Build Date: 31 December 2013  05:40:09AM
[24.034] 
[24.034] Current version of pixman: 0.32.4
[24.034] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[24.034] Markers: (--) probed, (**) from config file, (==) default
setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[24.034] (==) Log file: /var/log/Xorg.0.log, Time: Wed Jan  8
20:21:26 2014
[24.035] (==) Using config file: /etc/X11/xorg.conf
[24.035] (==) Using system config directory
/usr/local/share/X11/xorg.conf.d
[24.036] (==) ServerLayout XFree86 Configured
[24.036] (**) |--Screen Screen0 (0)
[24.036] (**) |   |--Monitor Monitor0
[24.037] (**) |   |--Device Card0
[24.037] (**) |--Input Device Mouse0
[24.037] (**) |--Input Device Keyboard0
[24.037] (==) Automatically adding devices
[24.037] (==) Automatically enabling devices
[24.037] (WW) The directory /usr/local/lib/X11/fonts/TrueType/
does not exist.
[24.037] Entry deleted from font path.
[24.037] (WW) The directory /usr/local/lib/X11/fonts/illinoy/ does
not exist.
[24.037] Entry deleted from font path.
[24.038] (WW) The directory /usr/local/lib/X11/fonts/Speedo/ does
not exist.
[24.038] Entry deleted from font path.
[24.039] (WW) The directory /usr/local/lib/X11/fonts/CID/ does not
exist.
[24.039] Entry deleted from font path.
[24.042] (WW) `fonts.dir' not found (or not valid) in
/usr/local/lib/X11/fonts/dejavu/.
[24.042] Entry deleted from font path.
[24.042] (Run 'mkfontdir' on /usr/local/lib/X11/fonts/dejavu/).
[24.042] (WW) The directory
/usr/local/lib/X11/fonts/bitstream-vera/ does not exist.
[24.042] Entry deleted from font path.
[24.042] (WW) The directory /usr/local/lib/X11/fonts/hebrew/ does
not exist.
[24.042] Entry deleted from font path.
[24.042] (WW) The directory /usr/local/lib/X11/fonts/vietnamese/
does not exist.
[24.042] Entry deleted from font path.
[24.042] (WW) The directory /usr/local/lib/X11/fonts/indic/ does
not exist.
[24.042] Entry deleted from font path.
[24.042] (WW) `fonts.dir' not found (or not valid) in
/usr/local/lib/X11/fonts/fonts-indic/.
[24.042] Entry deleted from font path.
[24.042] (Run 'mkfontdir' on
/usr/local/lib/X11/fonts/fonts-indic/).
[24.042] (WW) The directory
/usr/local/lib/X11/fonts/ae_fonts1/AAHS does not exist.
[24.042] Entry deleted from font path.
[24.042] (WW) The directory /usr/local/lib/X11/fonts/ae_fonts1/AGA
does not exist.
[24.043] Entry deleted from font path.
[24.043] (WW) The directory /usr/local/lib/X11/fonts/ae_fonts1/FS
does not exist.
[24.043] Entry deleted from font path.
[24.043] (WW) The directory
/usr/local/lib/X11/fonts/ae_fonts1/Kasr does not exist.
[24.043] Entry deleted from font path.
[24.043] (WW) The directory /usr/local/lib/X11/fonts/ae_fonts1/MCS
does not exist.
[24.043] Entry deleted from font path.
[24.043] (WW) The directory
/usr/local/lib/X11/fonts/ae_fonts1/Shmookh does not exist.
[24.043] Entry deleted from font path.
[24.043] (WW) `fonts.dir' not found (or not valid) in
/usr/local/lib/X11/fonts/local/.
[24.043] Entry deleted from font path.
[24.043] (Run 'mkfontdir' on /usr/local/lib/X11/fonts/local/).
[24.043] (WW) `fonts.dir' not found (or not valid) in
/usr/local/lib/X11/fonts/util/.
[24.043] Entry deleted from font path.
[24.043] (Run 'mkfontdir' on /usr/local/lib/X11/fonts/util/).
[24.043] (**) FontPath set to:
/usr/local/lib/X11/fonts/cyrillic/,
/usr/local/lib/X11/fonts/webfonts/,

Re: vboxvideo issues

2014-01-08 Thread Bernhard Fröhlich
This looks suspicious to me but I don't know how to fix it yet.

[24.612] (EE) AIGLX error: vboxvideo does not export required DRI
extension

It might help to disable this 3D aiglx stuff in the xserver.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org