Magellan Linux

Diff of /alx-src/branches/alx-web-060/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3298 by niro, Wed Nov 2 14:43:33 2011 UTC revision 3299 by niro, Fri Nov 4 11:32:24 2011 UTC
# Line 37  if($kill==1) Line 37  if($kill==1)
37  $drop = array();  $drop = array();
38  if($alxos >= '0.6.0')  if($alxos >= '0.6.0')
39  {  {
40   $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mach64', 'mga', 'openchrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'vmware');   if($alxos >= '0.6.2')
41     {
42     $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mach64', 'mga', 'unichrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'vmware');
43     }
44     else
45     {
46     $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mach64', 'mga', 'openchrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'vmware');
47     }
48   if($gfxinfo[module] == 'intel')   if($gfxinfo[module] == 'intel')
49   {   {
50   $drop['cfg_graphic_hdmi'] = array('disable', 'enable');   $drop['cfg_graphic_hdmi'] = array('disable', 'enable');
# Line 302  function parsearr($name, $arr, $del=fals Line 309  function parsearr($name, $arr, $del=fals
309   $v='openchrome';   $v='openchrome';
310   }   }
311   }   }
312     if($alxos >= '0.6.2')
313     {
314     if($v == 'via')
315     {
316     echo '<br><font color="#FF0000">Replaced "via" with "unichrome" - Please press SAVE!</font><br>';
317     $v='unichrome';
318     }
319     if($v == 'openchrome')
320     {
321     echo '<br><font color="#FF0000">Replaced "openchrome" with "unichrome" - Please press SAVE!</font><br>';
322     $v='unichrome';
323     }
324     }
325    
326   # tell something about vesa   # tell something about vesa
327   if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';   if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';
328    

Legend:
Removed from v.3298  
changed lines
  Added in v.3299