View Single Post
  #17  
Old 09-08-2005, 04:18 AM
rdotsch rdotsch is offline
Member
 
Join Date: Jul 2005
Location: The Netherlands
Posts: 20
Code:
viz.displaymode(2560,1024) 
viz.go(viz.FULLSCREEN | viz.STEREO)
didn't work for me. I get the same results as when I don't use the viz.displaymode statement. When I set it to other values (1280,1024) or anything else, I either get the following error:

ERROR: Failed to set requested display mode

or it doesn't help.
Reply With Quote