Magellan Linux

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

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

revision 1726 by niro, Wed Mar 16 11:07:08 2011 UTC revision 1727 by niro, Wed Mar 16 11:08:03 2011 UTC
# Line 39  Line 39 
39   {   {
40   $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'via');   $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'via');
41   }   }
42   $drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x960', '1280x1024', '1360x768', '1366x768', '1400x1050', '1440x900', '1600x1200', '1680x1050');   $drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x960', '1280x1024', '1360x768', '1366x768', '1400x1050', '1440x900', '1600x1200', '1680x1050', '1920x1080');
43   $drop['depth'] = array('24', '16', '8');   $drop['depth'] = array('24', '16', '8');
44   $drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2');   $drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2');
45   $drop['keyboard'] = array('PC105');   $drop['keyboard'] = array('PC105');

Legend:
Removed from v.1726  
changed lines
  Added in v.1727