pci card adjusting

Tim Roberts timr at probo.com
Fri Jul 25 01:59:54 EDT 2008


"Oguz Yarimtepe" <comp.ogz at gmail.com> wrote:
>
>I need to adjust the dimming property of my video card. There is
>currently a written application called nvclock but it is not
>supporting my card right now. So i need to implement the requiered
>register jobs on the card. This is already done to a degree in C. But
>i don't want to dive in to the C code right now.
>
>I prefer Python so may i implement such a feature by Python?

Not easily, at least not without a helper DLL in C.  And since the app
won't be that large, you might as well just do it in C.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list