c++ - Override nVidia's 3D settings override -


my application depends on antialising - mode being set default application-controlled. seems, since nvidia made (way to) easy override application attempt use, disturbing percentage of users (roughly 1-2%) use non-default settings , either (1) request support tickets, or (2) allege application poorly coded, when things go wrong.

is there way detect or override whether user using nvidia's control panel override settings? causing customer support nightmare me...

in general: having user-settings in driver , letting apps overide settings time render user-settings pretty pointless, wouldn't it? any app instantly decide best on behalf of user.

that said: https://developer.nvidia.com/nvapi

looking @ nvapidriversettings.h can spot lot of aa related things:

aa_behavior_flags_id                          = 0x10ecdb82, aa_mode_method_id                             = 0x10d773d2, 

from have read in docs might generate app-profile on fly. might have problem overriding things user has set in profile, don't know if case.

i not override settings done user instead display warning user running app unsupported settings (and invalidating eventual "support tickets"). and, obviously, have ati , @ least intel gpu-drivers well.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -