Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-30-2009, 04:16 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Here are a couple other scripts that I have been using:

This one starts the eqclient.exe file with the patchme flag and binds it to cpu0

I call it start and put it in your EverQuest folder.

Code:
#!/bin/sh

#start eqgame.exe on cpu0 and bypass the patcher.
taskset -c 0 wine eqgame.exe patchme

This launches the game in it's own X session and will give a boost in performance. You can launch this from the console without logging into your Window Manager to free up resources. This calls the start script above that is located in your EverQuest directory. Edit it to suit your needs.

Code:
#!/bin/sh

#Start EQ in a separate X session
X :3 -ac &
cd "/home/insert-your-user-here/.wine/drive_c/Program Files/Sony/EverQuest"
sleep 2
DISPLAY=:3 ./start
Reply With Quote
  #2  
Old 01-30-2009, 04:48 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I just tested this and it works fine. This just combines the two scripts in my last post into one. Now I need to figure out how to use devilspie with this and it will be perfect.

Code:
#!/bin/sh

#Start EQ in a separate X session
X :3 -ac &
cd "/home/insert-your-user-here/.wine/drive_c/Program Files/Sony/EverQuest"
sleep 2
DISPLAY=:3 taskset -c 0 wine eqgame.exe patchme
Reply With Quote
  #3  
Old 01-31-2009, 10:28 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

This devilspie file only removes the window decorations from EQ. Still need to run devilspie after you get into character select.

Name the file EverQuest.ds and put it in your .devilspie directory.

Code:
( if
( and
( contains ( window_name ) "EverQuest" )
)
( begin
( undecorate )
( println "match" )
)
)
Reply With Quote
  #4  
Old 02-01-2009, 08:13 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Wine comes with a configuration manager called 'winecfg' (at least the source package does) - run 'winecfig', and in one of the tab options, you can manipulate the application into a window and specify a few things like window size.
Reply With Quote
  #5  
Old 02-01-2009, 05:56 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I have setup winecfg. It is the first thing I do when I install wine. Devilspie does a lot more.
Reply With Quote
  #6  
Old 02-08-2009, 08:06 PM
Sylaei
Hill Giant
 
Join Date: Jan 2007
Posts: 124
Default Full screen mouse issue

I can't help too much but my dad is running windows xp and he too had the same mouse issue in full screen. I did some looking and couldn't really find a fix, but it was an xp issue, not an eq issue. My guess is that it has something to do with directx. He has since gotten a new pc and it is working fine from the start.


Anyway, hope this helps in some way.
__________________
Syl

"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:20 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3