|
|
|
|
@ -380,9 +380,9 @@ char *yon_configuration_get_save_command(char *command){
|
|
|
|
|
str = yon_char_append(str, yon_char_append(" FAILSAFEATI=", videoconfig.failsafeATI));
|
|
|
|
|
else
|
|
|
|
|
str = yon_char_append(str," FAILSAFEATI=\"\"");
|
|
|
|
|
str=yon_char_append(str," VGADRV_AUTO=NO");
|
|
|
|
|
str=yon_char_append(str," VGADRV_AUTO=no");
|
|
|
|
|
} else {
|
|
|
|
|
str = yon_char_unite(str, " FAILSAFENVIDIA=\"\" FAILSAFEATI=\"\" VGADRV_AUTO=YES", NULL);
|
|
|
|
|
str = yon_char_unite(str, " FAILSAFENVIDIA=\"\" FAILSAFEATI=\"\" VGADRV_AUTO=yes", NULL);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if (videoconfig.optirun&&strcmp(videoconfig.optirun, dntus)!=0&&strcmp(videoconfig.optirun, "")!=0)
|
|
|
|
|
@ -1260,7 +1260,7 @@ void yon_setup_config(char *configcommand)
|
|
|
|
|
param=yon_config_get_parameter(videoconfig.loaded_config,videoconfig.configsize,"VGADRV_AUTO");
|
|
|
|
|
if (param){
|
|
|
|
|
yon_char_divide_search(param,"=",-1);
|
|
|
|
|
if (strcmp(param,"NO")!=0)
|
|
|
|
|
if (strcmp(param,"no")!=0)
|
|
|
|
|
videoconfig.autoChooseDrivers=1;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|