Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_x11.sh

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

revision 5584 by niro, Mon May 13 11:14:20 2013 UTC revision 5585 by niro, Wed Apr 23 13:18:35 2014 UTC
# Line 58  config_x11() Line 58  config_x11()
58   clearconfig   clearconfig
59   addconfig 'Section "Device"'   addconfig 'Section "Device"'
60   addconfig ' Identifier "Card0"'   addconfig ' Identifier "Card0"'
61   addconfig " Driver \"${cfg_graphic_module}\""  
62     if [[ $(alx-hwdetection system) = i845 ]]
63     then
64     addconfig ' # i845 hack - using vesa driver atm'
65     addconfig ' Driver "vesa"'
66     else
67     addconfig " Driver \"${cfg_graphic_module}\""
68     fi
69    
70   addconfig 'EndSection'   addconfig 'EndSection'
71    
72   # vnc module   # vnc module

Legend:
Removed from v.5584  
changed lines
  Added in v.5585