SFML community forums

Help => Window => Topic started by: Lionel on February 20, 2010, 06:51:11 am

Title: problem whit 64 bits?
Post by: Lionel on February 20, 2010, 06:51:11 am
Hi, i tried some tutorials on a amd athlon 64 bits dual core / nVidia 7600 gt. I was able to compile all the tutorials but i had some problems. All the examples runs ok (i get a window) and close ok, but nothing drawn on it. In fact the window show the back aplications or desktop.
However, in my netbook (itel atom n270) i dont have any problem at all.
Both running Arch Linux and SFML 1.5-2.

PD: Sorry for my poor English.
Title: problem whit 64 bits?
Post by: Laurent on February 20, 2010, 10:18:45 am
Which tutorial is it? If it's one of the first tutorial where nothing is drawn... then it's perfectly normal ;)
Title: problem whit 64 bits?
Post by: Lionel on February 20, 2010, 04:59:20 pm
window-opengl.cpp
Title: problem whit 64 bits?
Post by: Laurent on February 20, 2010, 06:16:11 pm
Did you update your drivers? Is glxgears running fine? Did you try the SFML samples?
Title: problem whit 64 bits?
Post by: Lionel on February 20, 2010, 10:44:46 pm
Glxgears runs perfect with nVidia drivers 190.53-4.
i realised that someone reported the same problem with the nVidia 7600 GT  at this post -> http://www.sfml-dev.org/forum/viewtopic.php?t=2100, but on Ubuntu 32 bits. I asume that the problem is the graphics card. I really dont know. Should i try with SFML2?
Thx
Title: problem whit 64 bits?
Post by: Laurent on February 21, 2010, 12:17:42 am
Quote
Should i try with SFML2?

Maybe it can help, yes.
Title: problem whit 64 bits?
Post by: Lionel on February 21, 2010, 10:54:08 pm
SFML2 worked perfect!
Thank you!