These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

Linux newbro, i finally did it ! well... almost

Author
Guardian Stella
Doomheim
#1 - 2014-12-03 10:25:39 UTC  |  Edited by: Guardian Stella
I'm running Eve using the guide found on this subforum (ubuntu 14.04), it work but i can't see windows in game (local chat, asset, ect)

sometimes it work great

http://i.imgur.com/oEm8wD9.png

sometimes its weird

http://i.imgur.com/QovuEb9.png

Sometimes i can't see any window (this also happen in flight)

http://i.imgur.com/pUIVBYS.png

in the console i have error log which i don't understand like "fixme:d3d:resource_check_usage Unhandled usage flags 0x8."

do anyone have info on this ?
After Shok
Ruthenia Co
#2 - 2014-12-03 10:55:28 UTC
Oh - what video card on your system ? what video drivers and version?

"fixme:d3d:resource_check_usage Unhandled usage flags 0x8." - it is normal - all have this error.

Правдой нельзя оскорбить, уважаемый адвокат!

Тот самый Мюнхгаузен

Золотая орка

Guardian Stella
Doomheim
#3 - 2014-12-03 11:08:02 UTC
lspci | grep -i vga

00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Saturn XT [FirePro M6100]

The computer is a Precision m6800 and the driver is proposed by Dell

at the beginning i had windows but now it looks like i have none at all anymore
Guardian Stella
Doomheim
#4 - 2014-12-03 11:33:04 UTC
Im back ! Cool and i have sloved the problem

So the "real" problem was
Quote:
err:d3d:resource_init Out of adapter memory


Meaning wine don't know how much memory my video card have

what you have to do is :

in linux console : wine regedit

go to [HKEY_CURRENT_USER\Software\Wine]

right click - new key

add two entries :

"VideoMemorySize"="2048"
"DirectDrawRenderer"=""

now i have my windows back ! Big smile
Guardian Stella
Doomheim
#5 - 2014-12-03 11:34:16 UTC
[quote=Guardian Stella]Im back ! Cool and i have sloved the problem

So the "real" problem was
Quote:
err:d3d:resource_init Out of adapter memory


Meaning wine don't know how much memory my video card have

what you have to do is :

in linux console : wine regedit

go to [HKEY_CURRENT_USER\Software\Wine]

right click - new key, name it Direct3D

add two entries :

"VideoMemorySize"="2048"
"DirectDrawRenderer"=""

now i have my windows back ! Big smile
Rebelde Orbit White
Doomheim
#6 - 2014-12-03 11:40:13 UTC  |  Edited by: Rebelde Orbit White
How did you install the game?

I've installed it with playOnLinux in several machines and I've never had any issue, guess I'm either super lucky or playOnLinxu really does the trick.

When you install the game thru this program the installer ask you how many memory does your card have and installs several other things that make your life easier and more "next-next-next-install-accept-enjoy".
Guardian Stella
Doomheim
#7 - 2014-12-03 11:48:28 UTC  |  Edited by: Guardian Stella
Rebelde Orbit White wrote:
How did you install the game?

I've installed it with playOnLinux in several machines and I've never had any issue, guess I'm either super lucky or playOnLinxu really does the trick.

When you install the game thru this program the installer ask you how many memory does your card have and installs several other things that make your life easier and more "next-next-next-install-accept-enjoy".


Ah ! i don't know playonlinux, i knew wine so i went this way; + the tutorial on the forum helped it


I/ installed wine 1.6
II/ download and install eve offline
III/ run with /usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" wine explorer /desktop=eve1,1024x768 "C:\Games\CCP\EVE\bin\exefile.exe"


now it work great Big smile after i edited regedit
Rebelde Orbit White
Doomheim
#8 - 2014-12-03 11:56:26 UTC  |  Edited by: Rebelde Orbit White
Yeah it basically uses wine aswel but it adds an interface to search for the game/program you want to install and does the workarounds "known" to make it run properly, it basically does the same that you'll do but its all packed there, so all you need to do after the install is double click the desktop icon that the program creates you or simply go to the program itself and run the game from there, it also allows you to do several other configs after the install via interface like for example, change the Wine version.

You can find it on the Ubuntu Sofware Center ready to go if you are curious about it.

There are other similar programs like for example CrossOver but most of them are not as good OR you need to pay for them.
Kismeteer
Bat Country
Pandemic Horde
#9 - 2014-12-03 19:54:33 UTC
That is a pretty neat hack about the wine video memory.

I think the rest of us are using the card reference drivers and not the proprietary ones, just FYI. So the ones from ATI, not from Dell. At least on Linux.