Re: [PyOpenGL-Users] new graphics card
Brought to you by:
mcfletch
From: Tom B. <to...@ne...> - 2006-07-29 20:18:37
|
On Friday 28 July 2006 00:32, vwf wrote: > Just a few guesses: > You use a GNU/Linux system. > Most older distributions use XFree86. Good guesses. I am using Debian Sarge which uses XFree86. > Look up /etc/X11/XF86Config-4 and edit to set the DefaultDepth > > Section "Screen" > Identifier "Default Screen" > Device "NVidia GeForce" > Monitor "LG915_FTplus" > DefaultDepth 24 > #<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [...] > SubSection "Display" > Depth 24 > Modes "1280x1024" "1152x864" "1024x768" > "800x600" EndSubSection > [...] > EndSection > > Restart and check /var/log/XFree86.0.log I checked my XF86Config-4 and it was set to use 24 bit colour-depth as the default. So, that must not be it. Must be some setting the graphics card needs or a problem with the drivers I got from NVIDIA. The OpenGL screen savers work ok though. So that doesn't make much sense to me. My application draws very slow. Thanks, Tom |