Hello everyone
I learn OpenGL here at a course in university, and found it much easier to write code in Ubuntu 8.10 running on VirtualBox under a Windows XP host (all 32 bit only).
From observation, when I was using 2.1.4 the GL_RENDERER output of glxheads was "SOFTARE RASTERIZER" and the GL_VENDOR was mesa libraries.
Installed 2.2, installed guest additions again onto the virtual machine and glxhead gives me "GL_VERSION 1.5 Chromium 1.9", "GL_VENDOR: Humper" and "GL_RENDERER: Chromium".
However, my OpenGL codes seem to crash. Well, they compile (gcc -lGL -lglut code.c) fine, but when executed they just output a blank white screen.
Am I missing something?
(Oh and a quick edit - I am using Intel Mobile 965 Chipset and I think I have the right drivers for it on Windows XP)
Ubuntu 8.10 OpenGL drivers?
Re: Ubuntu 8.10 OpenGL drivers?
Depends on the code you're writing. Check opengl errors returned, host log etc.
-
harisund
- Posts: 33
- Joined: 30. Oct 2008, 23:53
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Ubuntu-10.04
Re: Ubuntu 8.10 OpenGL drivers?
OpenGL itself didn't return any errors. The program compiled and executed.
How do I check logs?
How do I check logs?
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Ubuntu 8.10 OpenGL drivers?
Windows Host + Intel graphics card = not working OpenGL. Sorry, go complain at Intel for releasing such crappy drivers.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.