16 bit graphics - Creatures Docking Station

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mr_mike
Newbie
Newbie
Posts: 3
Joined: Mon Jul 25, 2011 4:30 pm

16 bit graphics - Creatures Docking Station

Post by mr_mike »

Hi,

I've been trying to play Creatures Docking Station through Wine with no luck after various issues trying to install the linux edition on Ubuntu 11.04. Here is what I've gotten after trying to run in an Xephyr window:

Image

Any help would be appreciated! :)
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

As stated, you don't have any OpenGL graphics drivers installed (or your card doesn't have any appropriate drivers). What graphics card do you have? Have you installed the proprietary graphics drivers when using an ATI or NVidia-based card?
mr_mike
Newbie
Newbie
Posts: 3
Joined: Mon Jul 25, 2011 4:30 pm

Post by mr_mike »

Here is what shows up from lspci:

Code: Select all

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
I'm just using the drivers that Ubuntu installed when I installed it, haven't really added anything. I've been able to run this program in windows without a problem though on this computer
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

In that case, you're dependent on what graphics driver Ubuntu uses for your Intel card. And it seems that your card isn't supported by the driver very well - you don't even get 3D hardware acceleration.

That line from lspci was fairly useless, by the way; it only tells us that you're using an Intel GPU, not the GPU model. Depending on that, it makes sense that it will or won't work, since some cards in Intel's GPU series simply have hardly any acceleration at all.

It's either that, or Xephyr. Maybe Xephyr doesn't use any hardware acceleration at all. Is there any reason you're not just trying it through your regular X session?
hotshotkev
Level 1
Level 1
Posts: 6
Joined: Sun Jul 17, 2011 6:18 pm

Post by hotshotkev »

read the 1st link, then there are driver links on next link.

http://www.intel.com/support/graphics/sb/cs-010512.htm

http://intellinuxgraphics.org/index.html

Note: WineHQ and I are not responsible for any thing you may brake installing these drivers.
mr_mike
Newbie
Newbie
Posts: 3
Joined: Mon Jul 25, 2011 4:30 pm

Post by mr_mike »

DaVince wrote:In that case, you're dependent on what graphics driver Ubuntu uses for your Intel card. And it seems that your card isn't supported by the driver very well - you don't even get 3D hardware acceleration.

That line from lspci was fairly useless, by the way; it only tells us that you're using an Intel GPU, not the GPU model. Depending on that, it makes sense that it will or won't work, since some cards in Intel's GPU series simply have hardly any acceleration at all.

It's either that, or Xephyr. Maybe Xephyr doesn't use any hardware acceleration at all. Is there any reason you're not just trying it through your regular X session?
I was using it since I thought it would help with the 16-bit graphics problem, but it didn't seem to help. All I seem to get from any sort of searching is that it's an Intel GMA HD card, but I can't figure out which one, I'll post back if I can figure out
Locked