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 7965 by niro, Wed Apr 23 13:18:35 2014 UTC revision 7966 by niro, Wed Dec 9 10:45:31 2015 UTC
# Line 59  config_x11() Line 59  config_x11()
59   addconfig 'Section "Device"'   addconfig 'Section "Device"'
60   addconfig ' Identifier "Card0"'   addconfig ' Identifier "Card0"'
61    
62   if [[ $(alx-hwdetection system) = i845 ]]   if [[ $(alx-hwdetection system) = i845 ]] and [[ ${cfg_graphic_i845_hack} = enable ]]
63   then   then
64   addconfig ' # i845 hack - using vesa driver atm'   addconfig ' # i845 hack - using vesa driver atm'
65   addconfig ' Driver "vesa"'   addconfig ' Driver "vesa"'

Legend:
Removed from v.7965  
changed lines
  Added in v.7966