Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 03-19-2012, 09:56 AM
sereal sereal is offline
Scrawny Gnoll

sereal's Avatar

Join Date: Mar 2012
Posts: 26
Default

Quote:
Originally Posted by necrosaurio [You must be logged in to view images. Log in or Register.]
I finally got a successful installation on Ubuntu with the old Nvidia card I had laying around. My tests indicate the following:

ATi, propietary drivers - Only shadows, no textures
ATi, free drivers - Not working at all (missing 3D capabilities)
nVidia, propietary drivers - Works fine
nVidia, free drivers - Not working at all (missing 3D)
Intel 945 (onboard) - Not working, all I get are spots of colour on the "agree to the EULA" and server selection page, no text, nothing.

Thanks a lot for your help [You must be logged in to view images. Log in or Register.]

I had to tweak the configuration a bit, as enabling HW Texel and HW shaders or Advanced Lightning makes the game really slow and not respond.

One final issue I have is that the game crashes whenever I minimise the window but I can live with that [You must be logged in to view images. Log in or Register.]

Next, I will be installing CentOS alongside, to see what happens [You must be logged in to view images. Log in or Register.]
Has anyone had luck with ATI cards? It's been one thing after another with ATI stuff under linux. Got a 6950. It might be time to buy a nvidia card just for linux *sigh*

I really like ATI but man is their shit broken in linux. I had to buy a cheap nvidia card for my xbmc system since boblight wouldn't work with ATI's closed drivers and the open drivers were too slow for xbmc.

The closest I got was mucked up models someone else had - where the bodies were all wacky looking. I got the models showing up completely black too.
Reply With Quote
  #2  
Old 04-27-2012, 08:53 PM
Joroz Joroz is offline
Kobold


Join Date: Dec 2011
Posts: 186
Default

turn of vertex shader option in ini and try this for ati cards. Might work on other cards aswell. Shouldn't need to recompile or use any hacked dll's.

* Start wine regedit
* Create key "HKEY_CURRENT_USER/Software/wine/Direct3D", create string "UseGLSL", set value to "disabled"
Reply With Quote
  #3  
Old 09-12-2011, 06:51 AM
necrosaurio necrosaurio is offline
Kobold


Join Date: Aug 2011
Posts: 100
Default

Quote:
Originally Posted by Mcbard [You must be logged in to view images. Log in or Register.]
It's actually the other way around. RHEL is the upstream distribution, and the red hat team releases Fedora for non server platforms, whereas CentOS is a community driven repackaging of an as close to possible RHEL.
This is not correct. RedHat base RHEL on a previous version of Fedora (RHEL 6 is based off Fedora 12 + bits from 13 and 14), which they freeze and tweak and, more importantly, certify for some applications and offer support for a lonnnnng time.

CentOS base their releases on the RHEL sources and mirror as closely as possible the upstream packages.

It works like this Fedora -> RHEL -> CentOS

You can usually install Fedora packages on CentOS but only if they were released near the same time.

You can check here for more information: http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux
Reply With Quote
  #4  
Old 09-12-2011, 09:15 AM
Mcbard Mcbard is offline
Banned


Join Date: Sep 2010
Location: Da U.P. eh
Posts: 992
Default

Quote:
Originally Posted by necrosaurio [You must be logged in to view images. Log in or Register.]
This is not correct. RedHat base RHEL on a previous version of Fedora (RHEL 6 is based off Fedora 12 + bits from 13 and 14), which they freeze and tweak and, more importantly, certify for some applications and offer support for a lonnnnng time.

CentOS base their releases on the RHEL sources and mirror as closely as possible the upstream packages.

It works like this Fedora -> RHEL -> CentOS

You can usually install Fedora packages on CentOS but only if they were released near the same time.

You can check here for more information: http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux
Cool info, I definitely didn't know Fedora was upstream from Redhat, although now that I think about it, it makes pretty damn good sense. Cheers!
Reply With Quote
  #5  
Old 09-13-2011, 09:48 AM
trafik3535 trafik3535 is offline
Decaying Skeleton


Join Date: Sep 2011
Location: 1
Posts: 2
Default

Thanks a lot...
__________________
Reply With Quote
  #6  
Old 01-02-2012, 05:40 AM
dorrax dorrax is offline
Large Rat


Join Date: Apr 2011
Posts: 6
Default

I installed on ubuntu 11.10, built wine according to instructions, fixed the DSETUP.dll problem, and dropped a copy of d3d3_30.dll into the everquest directory, and modified it's hex values, still no models (ATI gpu btw). Turning off the vertex shader in the ini file made the models show up, but everything was black.

I went into the ini and turned off the vertex shader and added these lines

HardwareTnL=FALSE
VSync=1
AccurateLighting=FALSE

This brought the textures back, but the models are messed up, the necks are too tall, and the arms and legs are all on the same side of the body. Any ideas about what to do?
Reply With Quote
  #7  
Old 01-07-2012, 02:29 PM
pragmus pragmus is offline
Skeleton


Join Date: Aug 2011
Posts: 17
Default

I've got the most recent version of Ubuntu, downloaded the latest version of uncompiled wine from the link provided, followed the commands (except the 64 bit functionality section since I'm running 32 bit Ubuntu) and when I try to compile wine i get this msg:

Code:
## ----------- ##
## Core tests. ##
## ----------- ##

configure:2297: checking build system type
configure:2315: result: i686-pc-linux-gnu
configure:2337: checking host system type
configure:2352: result: i686-pc-linux-gnu
configure:2387: checking whether make sets $(MAKE)
configure:2409: result: yes
configure:2466: checking for gcc
configure:2493: result: ccache gcc
configure:2725: checking for C compiler version
configure:2733: ccache gcc --version >&5
./configure: line 2735: ccache: command not found
configure:2737: $? = 127
configure:2744: ccache gcc -v >&5
./configure: line 2746: ccache: command not found
configure:2748: $? = 127
configure:2755: ccache gcc -V >&5
./configure: line 2757: ccache: command not found
configure:2759: $? = 127
configure:2782: checking for C compiler default output file name
configure:2804: ccache gcc    conftest.c  >&5
./configure: line 2806: ccache: command not found
configure:2808: $? = 127
configure:2846: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.1.27"
| #define PACKAGE_STRING "Wine 1.1.27"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2852: error: in `/home/xxx/wine/wine-1.1.27':
configure:2855: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='ccache gcc'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_prog_ac_ct_CC='ccache gcc'
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_DLL_DIRS=''
ALL_IMPLIB_DIRS=''
ALL_MAKEFILES=''
ALL_MAKEFILE_DEPENDS=''
ALL_MAKERULES=''
ALL_PROGRAM_BIN_INSTALL_DIRS=''
ALL_PROGRAM_DIRS=''
ALL_PROGRAM_INSTALL_DIRS=''
ALL_TEST_DIRS=''
ALL_TOP_DIRS=''
ALL_WINETEST_DEPENDS=''
ALSALIBS=''
AR=''
ARFLAGS=''
AUDIOIOLIBS=''
BISON=''
BUILTINFLAG=''
CARBONLIB=''
CC='ccache gcc'
CFLAGS=''
COREAUDIO=''
COREFOUNDATIONLIB=''
CPP=''
CPPBIN=''
CPPFLAGS=''
CROSSCC=''
CROSSTARGETFLAGS=''
CROSSTEST=''
CRTLIBS=''
CUPSINCL=''
CXX=''
CXXFLAGS=''
DEFS=''
DEPENDENCIES=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX=''
FONTCONFIGINCL=''
FONTFORGE=''
FREETYPEINCL=''
FREETYPELIBS=''
GNUTLSINCL=''
GPHOTO2INCL=''
GPHOTO2LIBS=''
GREP=''
HALINCL=''
ICOTOOL=''
IMPLIBEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
IOKITLIB=''
LCMSLIBS=''
LDAPLIBS=''
LDCONFIG=''
LDD=''
LDDLLFLAGS=''
LDEXECFLAGS=''
LDFLAGS=''
LDPATH=''
LDRPATH_INSTALL=''
LDRPATH_LOCAL=''
LDSHARED=''
LIBDL=''
LIBEXT=''
LIBKSTAT=''
LIBOBJS=''
LIBPOLL=''
LIBPTHREAD=''
LIBS=''
LINT=''
LINTFLAGS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAINTAINER_MODE='#'
MINGWAR=''
NASLIBS=''
OBJEXT=''
OPENGL_LIBS=''
PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 1.1.27'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='1.1.27'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PNGINCL=''
PRELINK=''
RANLIB=''
RESOLVLIBS=''
RSVG=''
SANEINCL=''
SECURITYLIB=''
SET_MAKE=''
SHELL='/bin/bash'
SOCKETLIBS=''
STRIP=''
TARGETFLAGS=''
TOOLSDIR=''
WIN16_FILES=''
WIN16_INSTALL=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZLIB=''
ac_ct_AR=''
ac_ct_CC='ccache gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
ft_devel=''
gphoto2_devel=''
gphoto2port_devel=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sane_devel=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

MAKE_DLL_RULES=''
MAKE_IMPLIB_RULES=''
MAKE_PROG_RULES=''
MAKE_RULES=''
MAKE_TEST_RULES=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "Wine"
#define PACKAGE_TARNAME "wine"
#define PACKAGE_VERSION "1.1.27"
#define PACKAGE_STRING "Wine 1.1.27"
#define PACKAGE_BUGREPORT "wine-devel@winehq.org"

configure: exit 77
I tried:
CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v
CC="ccache gcc" ./configure -v
CC="ccache gcc" ./configure

I'm new to linux so forgive my ignorance. Any help would be appreciated =)
Last edited by pragmus; 01-07-2012 at 03:03 PM.. Reason: Added more info
Reply With Quote
  #8  
Old 01-17-2012, 12:34 AM
dorrax dorrax is offline
Large Rat


Join Date: Apr 2011
Posts: 6
Default

Pragmus, try something like this:

sudo apt-get build-dep wine wine-dev

you could be missing dependencies for wine, and this should get those for you. I'm not an expert either, so good luck.
Reply With Quote
  #9  
Old 02-20-2012, 07:07 PM
egitimbg egitimbg is offline
Large Rat


Join Date: Feb 2012
Location: 1
Posts: 5
Default

Thanks for sharing great article +rep
__________________
Reply With Quote
  #10  
Old 03-10-2012, 03:53 AM
Razdeline Razdeline is offline
Fire Giant


Join Date: Jan 2011
Posts: 757
Default

Does eq run better under linux? I wanted to try to learn linux a bit. Any suggestions?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:04 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.