Search found 9 matches

by Misogynist
Fri Mar 04, 2005 12:07 pm
Forum: ZSNES Talk
Topic: Issue with ZSNES Linux in windowed mode
Replies: 3
Views: 1920

One month pity bump because I still can't get it working.
by Misogynist
Fri Mar 04, 2005 12:05 pm
Forum: ZSNES Talk
Topic: Which resolutions do you use/want to use?
Replies: 76
Views: 38398

I would like 1600x1200 fullscreen for my LCD since it looks like crap at a non-native resolution and scaling it down to 800x600 isn't much better.
by Misogynist
Wed Feb 02, 2005 1:59 pm
Forum: ZSNES Talk
Topic: Issue with ZSNES Linux in windowed mode
Replies: 3
Views: 1920

Vareni Stargazer wrote:What, you didn't emerge nvidia-kernel?
Of course I did, but it's the same version as nvidia-glx so I didn't bother mentioning it.
by Misogynist
Wed Feb 02, 2005 7:45 am
Forum: ZSNES Talk
Topic: Issue with ZSNES Linux in windowed mode
Replies: 3
Views: 1920

Issue with ZSNES Linux in windowed mode

I just upgraded to ZSNES 1.42, and I'm having a rather difficult issue to deal with. It seems to run fine in fullscreen mode -- which, unfortunately, I can't use because of an SDL fullscreening issue with nVidia's TwinView -- but whenever I put it into windowed mode, it no longer responds. It doesn'...
by Misogynist
Thu Sep 30, 2004 2:57 am
Forum: ZSNES Talk
Topic: performance problems on linux
Replies: 5
Views: 2969

2xSai and hq2x work best either in 16 or 32 bpp modes. There is no "32bpp" mode in XFree86/X.org, since X without the Composite extension has no concept of alpha blending. 24-bit mode uses a 32-bit framebuffer for OpenGL (which SDL is using to provide scaling in ZSNES). Back to the origin...
by Misogynist
Wed Sep 22, 2004 7:17 pm
Forum: ZSNES Talk
Topic: What IDE is zsnes made in?
Replies: 44
Views: 25856

Nightcrawler wrote:Right.. what's the difference if you have 600 functions in one file or 600 different files?
If you have to ask this question, you haven't thought through and logically organized your code enough. Your source code's filesystem structure should reflect how your code is organized.
by Misogynist
Mon Sep 20, 2004 6:38 pm
Forum: ZSNES Talk
Topic: [Linux] ZSNES crashing X.org
Replies: 2
Views: 2199

Oh, wow, I feel like a dumbass. Apparently Metacity 2.8.0 acts as a compositing manager. Disabling the Composite extension or running with a different WM causes ZSNES to work fine again.

Delete thread.
by Misogynist
Mon Sep 20, 2004 6:26 pm
Forum: ZSNES Talk
Topic: [Linux] ZSNES crashing X.org
Replies: 2
Views: 2199

[Linux] ZSNES crashing X.org

I just started experiencing these problems last night after installing GNOME 2.8.0, and I'm not sure what dependencies it pulled in that might have broken anything (glib, maybe? Does SDL use that?). Upon starting ZSNES, within a tenth of a second, X will crash and I'll be back to my GDM login screen...
by Misogynist
Mon Sep 20, 2004 6:13 pm
Forum: ZSNES Talk
Topic: What IDE is zsnes made in?
Replies: 44
Views: 25856

I'd imagine code folding would be quite useful when you have very large C/C++ programs with hundreds of pages of code your working with. I don't want to see all 600 of my functions expanded. Collapsing all my function definitions and only working with the ones I'm working and scrolling through 10% ...