Next Generation Emulation banner

Linux - Fullscreen fails.

1335 Views 9 Replies 7 Participants Last post by  WindHydra
Just playing some more and I have realized that fullscreen mode doesn't work. It changes my desktop resolution, but it doen't center on in epsxe nor make it cover the whole screen.. I am using XFree86 4.3.0 on Debian sid.

Thanks, any tips are welcome.
-r
1 - 1 of 10 Posts
The emu can only switch to 640x480 if you have a corresponding "Modes" line in your XF86Config[-4] file.

Code:
Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24

...
    Subsection "Display"
        Depth 24
        Virtual 1280 1024
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
...
EndSection
See less See more
1 - 1 of 10 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top