I compiled fceux for linux. When I set it to use OpenGl and go to full screen I get the message "ysacale out of bounds." The issue seems to be the if statement on line 322 of file /src/drivers/sdl-video.cpp. The values of the variables used in that if statements are as follows.
yres 900
tlines 224
s_seys 4.01786
My screen resolution is set to 1440x900. I think the problem is 224x4.01786 is bigger than 900. I was able to get it to work by commenting out the contents of the if statement.
update your code
I am using fceux 2.2.3 and I downloaded it frome www.fceux.com. I beleve 2.2.3. is the most up to date version. Unless There is another website I can down load it from.
github.
I didn't know there was a git hub version; my bad. I am not familiar with github. Is there a way to use the command line to down load it.
$> git ("something here")
yes. git clone something or other. then run scons. you may need an older version of scons though.