EmuNewz Network

Full Version: Solutions for display error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I decided to make a little(But important) thread.
It seems many users had a display problem with jpcsp and there are 2 main reasons:
1.You need the x64 drivers if you own a 64 bit pc
2.You have to be in 32 bit color mode

But in windows Xp there was this error that not even the drivers and the color mode won't make it dissapear,but there might be a solution:Strangely if you change the xmx to 768 it might work.
Also windows 8 has some problems with the openGl
If batch file can dectect windows xp, will auto use xms to 768 .Will be good
(12-14-2012, 02:48 PM)sum2012 Wrote: [ -> ]If batch file can dectect windows xp, will auto use xms to 768 .Will be good
Good suggestion!
Could someone having Windows XP test if the following change would work.
It is setting -Xmx768m for Windows XP.
Yes, it works. But I think the "Display Error" is not present with every graphics card on XP. My AMD works with 1024, but the Intel works only with 768
I would like to keep the official start files as conservative as possible so that they work without changes for most users.

For advanced users, I was thinking at the possibility to configure the java options from outside the bat file, so that you don't have to edit it at each new revision. E.g. if the variable JPCSP_JAVA_OPTIONS is set, the bat file would use these options instead of the default ones "-Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m".

Would it help? Or are you all using Hyakki's launcher?
I do not use Hyakki's launcher
(12-14-2012, 03:40 PM)sum2012 Wrote: [ -> ]I do not use Hyakki's launcher
Are you editing the bat file to change the Java options or are you keeping the default ones?
(12-14-2012, 02:38 PM)virgil94 Wrote: [ -> ]1.You need the x64 drivers if you own a 64 bit pc
Hmm...i think issue there is, that people using default drivers, which was included with Windows. Long ago i have issue with them - applications, which using OpenGL (based on Quake 3 engine, for example) won't run with default drivers on XP SP2 until i installed drivers by Nvidia. Big Grin
I am keeping the default ones unless I get StackOverflowError .
(12-14-2012, 03:45 PM)gid15 Wrote: [ -> ]
(12-14-2012, 03:40 PM)sum2012 Wrote: [ -> ]I do not use Hyakki's launcher
Are you editing the bat file to change the Java options or are you keeping the default ones?

(12-14-2012, 04:01 PM)BlackDaemon Wrote: [ -> ]
(12-14-2012, 02:38 PM)virgil94 Wrote: [ -> ]1.You need the x64 drivers if you own a 64 bit pc
Hmm...i think issue there is, that people using default drivers, which was included with Windows. Long ago i have issue with them - applications, which using OpenGL (based on Quake 3 engine, for example) won't run with default drivers on XP SP2 until i installed drivers by Nvidia. Big Grin

Well there was somebody on the medievil thread that didn't had the x64 drivers,only the 32 and jpcsp wouldn't work.When I had Xp Sp3 the same happened to me,but it's strange that you have to change the xmx to solve a graphic problem Huh
Pages: 1 2