Only five video resolutions available (SOLVED)

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
KStorm
New Member
Posts: 3
Joined: Tue Mar 06, 2007 2:43 am

Only five video resolutions available (SOLVED)

Post by KStorm »

I just installed ZSNES 1.51 from source to my PCLinuxOS partition. That went smoothly enough, but I have only five video resolutions available; I'm looking for a way to get a windowed 640x480 (opengl preferred but not absolutely necessary) but for some reason, any changes i make to zsnesl.cfg are not retained. I appreciate the help, of course.
Last edited by KStorm on Tue May 01, 2007 4:16 am, edited 1 time in total.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

"Installed ZSNES from source"??

You need to compile ZSNES from source. If the configure script did not detect the GL headers, you need to make sure they (IIRC, it is the mesa-common dev package) are installed and run the script again.
Last edited by Deathlike2 on Tue May 01, 2007 4:01 am, edited 1 time in total.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
KStorm
New Member
Posts: 3
Joined: Tue Mar 06, 2007 2:43 am

Post by KStorm »

Deathlike2 wrote:"Installed ZSNES from source"??
Sorry. I ran the following, according to the FAQ page:

cd ~
rm -rf zsnes
svn co https://svn.bountysource.com/zsnes/trunk/ zsnes
cd zsnes/src
./autogen.sh
make
su
make install
exit
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

You want to get the official source, if not for your own good. If you feel like using SVN, at least make sure to post the log that autogen.sh will generate.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
KStorm
New Member
Posts: 3
Joined: Tue Mar 06, 2007 2:43 am

Post by KStorm »

Deathlike2 wrote:You want to get the official source, if not for your own good. If you feel like using SVN, at least make sure to post the log that autogen.sh will generate.
Done.

Generating build information using aclocal and autoconf...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for nasm... nasm
checking if you want a 32-bit build... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for zlib - version >= 1.2.3... yes
checking for libpng - version >= 1.2.0... no
rm: cannot remove `conf.libpngtest': No such file or directory
checking if you want the zsnes debugger... yes
checking for initscr in -lcurses... yes
checking for initscr in -lncurses... yes
checking for initscr in -lpdcurses... no
checking if you want libao support... no
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for glGetError in -lGL... yes
checking for OpenGL... yes
checking for JMA support... yes
checking for cpu info... found
checking if you want gdb friendly executable... no
checking which cpu architecture to optimize for... checking for autodetected architecture... athlon-xp
checking if you want crazy optimizations... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether sys/types.h defines makedev... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h


ZSNES v1.52 (with debugger)

SDL support Version 1.2.11
NASM support NASM version 0.98.39 compiled on Nov 7 2006
zlib support Version 1.2.3
PNG support Disabled, library not found
OpenGL support Yes
JMA support Yes
LibAO support No
32-bit Yes

The binary will be installed in /usr/local/bin
Noxious Ninja
Dark Wind
Posts: 1271
Joined: Thu Jul 29, 2004 8:58 pm
Location: Texas
Contact:

Post by Noxious Ninja »

[u][url=http://bash.org/?577451]#577451[/url][/u]
Post Reply