|
Post by Darkjester on Sept 23, 2009 21:43:26 GMT -5
I found a glitch while playing around with my new installation of 64x vista ultimate, it seems that if you call swapbuffers without a loop or with non transformed geometry, that is to say nehe 2, it will flash or will not draw at all. by doing the following..
while true glClear(GL_COLOR_BUFFER_BIT or GL_DEPTH_BUFFER_BIT) ' Clear The Screen And The Depth Buffer glLoadIdentity() ' Reset The View glTranslatef(-1.5,0.0,-6.0) ' Move Left 1.5 Units And Into The Screen 6.0 glBegin(GL_TRIANGLES) ' Drawing Using Triangles glVertex3f( 0.0, 1.0, 0.0) ' Top glVertex3f(-1.0,-1.0, 0.0) ' Bottom Left glVertex3f( 1.0,-1.0, 0.0) ' Bottom Right glEnd() ' Finished Drawing The Triangle glTranslatef(3.0,0.0,0.0) ' Move Right 3 Units glBegin(GL_QUADS) ' Draw A Quad glVertex3f(-1.0, 1.0, 0.0) ' Top Left glVertex3f( 1.0, 1.0, 0.0) ' Top Right glVertex3f( 1.0,-1.0, 0.0) ' Bottom Right glVertex3f(-1.0,-1.0, 0.0) ' Bottom Left glEnd() ' Done Drawing The Quad SwapBuffers () wend
I was able to get it to draw without flashing, i have experienced this glitch with winxp, i think it may have to do with 64 bit drivers. will keep updated -darkjester
|
|
|
Post by matthew on Sept 24, 2009 5:53:22 GMT -5
I believe this is a Vista problem with a lot of video card drivers.  When my Vista laptop was still working whenever I used Basic4GL & wanted to print some text on the screen I would have to explicitly call SwapBuffers in order to get the text displayed. I never encountered the screen flickering problem in Basic4GL but did in my FreeBASIC OpenGL applications.
|
|
|
Post by shadow008 on Sept 24, 2009 11:16:23 GMT -5
NOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!! Stay with XP as long as you can!!!!! Vista isnt worth the problems.... wait till november and get windows 7; much more stable than vista and takes less ram. I know. Ive used it.
|
|
|
Post by Darkjester on Sept 24, 2009 14:57:28 GMT -5
NOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!! Stay with XP as long as you can!!!!! Vista isnt worth the problems.... wait till november and get windows 7; much more stable than vista and takes less ram. I know. Ive used it. there arent very many bugs left in vista, i would assume at this point that vista would be less buggy than windows 7 fresh release next year. i think matthew will agree with me that vista is far better than xp, and is now to the point of being a good OS. what are your thoughts Matthew?
|
|
|
Post by Wayne Rayner on Sept 25, 2009 0:27:49 GMT -5
I'm not matthew but vista is way better than xp, actually xp is shit, I have the same 2 computers one with vista and one with xp, xp is giving trouble and the vista one works perfectly actually I have programs that will run on win 98, win 2000 and vista just not xp, I believe xp is crap and vista is awesome. I will get win 7 aswell
Wayne rayner
|
|
|
Post by matthew on Sept 25, 2009 1:59:46 GMT -5
I got my Vista laptop at the end of 2007 after the screen on my XP laptop got damaged. At first I didn't like Vista & it took me sometime to get used to it. At one point I even installed XP on my Vista machine because I thought it would be better but I actually found it to be slower.
A few months ago however during the Summer my Vista laptop overheated & I couldn't get it to work so I had to buy an external monitor for my old XP computer. At this point I'd much rather have my Vista machine back as it was much faster & responsive but I should be getting a new computer soon so I'm not that worried.
|
|
|
Post by shadow008 on Sept 28, 2009 7:06:52 GMT -5
so is it just my moms laptop's vista that sucks?
|
|
|
Post by Darkjester on Sept 28, 2009 18:12:16 GMT -5
Why do you say its sux?
|
|