aboutsummaryrefslogblamecommitdiff
path: root/multimedia/fxtv/files/patch-tvscreen.c
blob: d9637b830f7fc12c487d3fdae7e21f7725a766ef (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                              
--- tvscreen.c.ORI	Sun May 21 15:49:47 2000
+++ tvscreen.c	Wed Jun  7 10:19:30 2006
@@ -480,6 +480,9 @@
     dga_avail = FALSE;
 
 #ifdef HAVE_XFREE86
+    if ( App_res.disable_direct_v )
+        SUPRINTF(( "Will not init DGA since -disableDirectV was given.\n" ));
+    else
     if ( !XUTILXServerIsLocal( TVDISPLAY ) )
         SUPRINTF(( "XF86DGA not available...X Server isn't local.\n" ));
     else {