The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Solutions for display error - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: Solutions for display error (/showthread.php?tid=108922) Pages:
1
2
|
Solutions for display error - Zekro - 12-14-2012 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 RE: Solutions for display error - sum2012 - 12-14-2012 If batch file can dectect windows xp, will auto use xms to 768 .Will be good RE: Solutions for display error - gid15 - 12-14-2012 (12-14-2012, 02:48 PM)sum2012 Wrote: If batch file can dectect windows xp, will auto use xms to 768 .Will be goodGood suggestion! Could someone having Windows XP test if the following change would work. It is setting -Xmx768m for Windows XP. RE: Solutions for display error - Darth1701 - 12-14-2012 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 RE: Solutions for display error - gid15 - 12-14-2012 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? RE: Solutions for display error - sum2012 - 12-14-2012 I do not use Hyakki's launcher RE: Solutions for display error - gid15 - 12-14-2012 (12-14-2012, 03:40 PM)sum2012 Wrote: I do not use Hyakki's launcherAre you editing the bat file to change the Java options or are you keeping the default ones? RE: Solutions for display error - BlackDaemon - 12-14-2012 (12-14-2012, 02:38 PM)virgil94 Wrote: 1.You need the x64 drivers if you own a 64 bit pcHmm...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. RE: Solutions for display error - sum2012 - 12-14-2012 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 launcherAre you editing the bat file to change the Java options or are you keeping the default ones? RE: Solutions for display error - Zekro - 12-14-2012 (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 pcHmm...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. 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 |