Can't run programs via VNC, but can run directly from server

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
peterking7612
Newbie
Newbie
Posts: 3
Joined: Sun Aug 14, 2011 2:33 am

Can't run programs via VNC, but can run directly from server

Post by peterking7612 »

I run Windows programs using Wine in RHEL5. The problem is that I can use wine command to run programs directly from the server with monitor, but I cannot run it via SSH and VNC. It comes up with the following messages:

fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!

I have a graphic card of ATi HD6xxxx. Can anyone explain it? Thx.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Can't run programs via VNC, but can run directly from se

Post by vitamin »

peterking7612 wrote:I run Windows programs using Wine in RHEL5.
What sort of program? Is it a game, office application, else?
peterking7612
Newbie
Newbie
Posts: 3
Joined: Sun Aug 14, 2011 2:33 am

Post by peterking7612 »

it's a game server program.

Here is the new error message:
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly

The driver will be switched to Mesa if I'm using VNC, but the driver will be switched back to ATi driver if I launch it from server with monitor.

P.S. I have ATi graphics card

How to not use Mesa driver when using VNC?
peterking7612
Newbie
Newbie
Posts: 3
Joined: Sun Aug 14, 2011 2:33 am

Post by peterking7612 »

I solved it, the solution is VirtualGL + TurboVNC. Here is the link: http://linuxcluster.wordpress.com/2010/ ... on-centos/
Locked