You are not logged in.

#1 2006-02-24 19:32:12

jebb
Member
Registered: 2006-02-24
Posts: 11

Missing video modes in Zsnes since last upgrade

Hi all,
somehow the latest upgrade (1.42-2)  broke my zsnes. I can only select modes 0 through 3 now, which is a pain since all of them but mode 16 (1280x1024 ODS FULL) make my eyes bleed on my trusty old 19" CRT monitor.
The relevant section of my zsnesl.cfg is, as expected:

; Video Mode, 0 - 3
;   0 = 256x224   R WIN        1 = 256x224  R FULL
;   2 = 512x448   DR WIN       3 = 640x480  DS FULL

VideoModeLin = 2

I copied an older (6 months)  zsnes binary over from a gentoo install, and it does allow me to use all 18 video modes, so I'm pretty sure this last package upgrade is responsible. Has anyone noticed this as well?

Offline

#2 2006-02-24 19:45:41

terry98
Member
From: Dominican Republic
Registered: 2006-02-24
Posts: 20

Re: Missing video modes in Zsnes since last upgrade

im having the same problem..... no even worse, i can only select between 2 modes.....

does anybody know how to fix it?, i tried compiling from source, but it doesnt find the opengl libraries even if i set the path......................, also gives me an error while make.......

Offline

#3 2006-02-24 22:25:33

sh__
Member
Registered: 2005-07-19
Posts: 272

Re: Missing video modes in Zsnes since last upgrade

Hmm... just checked zsnes in [extra] and noticed this as well. I'm normally using the wip version and the OpenGL modes are working fine (22 modes to select from). The official version will probably be fixed soon, but you can try this PKGBUILD if you are in a hurry. Better backup zsnesl.cfg and zguicfgl.dat before you try it, though.

pkgname=zsnes-wip
_pkgname=zsnes
pkgver=0219
pkgrel=1
pkgdesc="Super Nintendo emulator in WIP"
depends=('gcc' 'sdl' 'libpng' 'libgl')
makedepends=('gcc' 'nasm' 'make')
conflicts=('zsnes')
provides=('zsnes')
source=(http://files.ipherswipsite.com/$_pkgname/ZSNESS_$pkgver.tar.bz2)
url="http://www.ipherswipsite.com/"
md5sums=('dd3b72d78f9ddb41dda722a07b21feed')

build() {
        cd $startdir/src/src
        sh autogen.sh --prefix=/usr x_libraries=/usr/lib
        make || return 1
        make DESTDIR=$startdir/pkg install
}

Offline

#4 2006-02-25 10:42:51

jebb
Member
Registered: 2006-02-24
Posts: 11

Re: Missing video modes in Zsnes since last upgrade

Cool. Somehow the 1.42 src from www.zsnes.com failed to build with gcc 4, but wip doesn't have this problem. Thanks for the PKGBUILD, guess it's time I learnt to do this kind of things the Arch way...

Offline

Board footer

Powered by FluxBB