Sdl dooom

I’ve tried the SDL doom and it works really well, but why (or how )
can’t we play into fullscreen ???
It’s certainly a silly question but i’m not a superma of… everything
you want !!!
Ciao

" Sylvain.Hellegouarch + etud.sir.a1" wrote:

I’ve tried the SDL doom and it works really well, but why (or how )
can’t we play into fullscreen ???
It’s certainly a silly question but i’m not a superma of… everything
you want !!!
Ciao

You need to startx your X window in 16 bpp (startx – -bpp16)
But before, you have to enable the 320x200x16 bpp in /etc/X11/XF86Config:

Section "Screen"
Driver "SVGA"
Device "Voodoo3"
Monitor "ViewSonic GT775"
DefaultColorDepth 16
SubSection "Display"
Depth 8
Modes “640x480” "320x200"
EndSubSection
SubSection "Display"
Depth 15
Modes “1280x1024” “1024x768” “800x600” “640x480” "320x200"
EndSubSection
SubSection "Display"
Depth 16
Modes “1280x1024” “1024x768” “800x600” “640x480” “320x200”
<------
EndSubSection
SubSection "Display"
Depth 24
Modes “1280x1024” “1024x768” “800x600” “640x480” "320x200"
EndSubSection
SubSection "Display"
Depth 32
Modes “1280x1024” “1024x768” “800x600” “640x480” "320x200"
EndSubSection
EndSection

Then:

./sdldoom -fullscreen

Happy shooting :->