Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
full screen SCREEN 13
#1
For some reason my code adamantly refuses to go into a full screen mode. Whenever i type in the code

Code:
Screen 13,,,&h1

I get an empty black screen, it displays nothing whatsoever. Whereas when i use


Code:
screen 13

Whatever it should be displaying is displayed, in a window(as is expected. Any suggestions?
am part of the legion of n00b. We are numerous if dumb. We will enslave you all!
Reply
#2
so what happens when you do this

Code:
screen 13, , , 1
paint( 0, 0 ), 15

sleep


edit: try updating directx, and if that still doesnt work, then try

in the command prompt:

Code:
set FBGFX=GDI
yourprog.exe
Reply
#3
adding set fbgfx = gdi doesn't work..in fact it progresses even less. where earlier i actually do have the code executing without displaying anything, here it just gets miserably stuck. When i type in
Code:
screen 13, , , 1
paint( 0, 0 ), 15

sleep

it doesn't really accomplish much. just sits there in darkness. i'm quite sure i'm running the latest version of DX(the one that's required to run Doom 3©). Any other suggestions?
am part of the legion of n00b. We are numerous if dumb. We will enslave you all!
Reply
#4
Does your PC support Full Screen 320 * 240? Because i think most graphics cards dropped support for it, i know mine has...
url=http://www.sloganizer.net/en/][Image: style4,TheDarkJay.png][/url]
Reply
#5
quite sure it should...it works in qb anyway..
am part of the legion of n00b. We are numerous if dumb. We will enslave you all!
Reply
#6
What happens if you try:

Screenres 320, 200, 8, , 1
f you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows.
Reply
#7
It works!! colours are just funky though but i assume I can set up my own palette..i love you wallace!!<hugs and kisses and other favours where needed>
am part of the legion of n00b. We are numerous if dumb. We will enslave you all!
Reply
#8
Just as a side note, the GDI driver only has windowed support (no fullscreen).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)