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 3478 by niro, Fri Apr 13 18:13:13 2012 UTC revision 7967 by niro, Wed Dec 9 10:47:10 2015 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
# Line 86  config_x11() Line 94  config_x11()
94   # fallback   # fallback
95   [[ ${hsync} = 0-0 ]] && hsync="28-96"   [[ ${hsync} = 0-0 ]] && hsync="28-96"
96   [[ ${vsync} = 0-0 ]] && vsync="50-60"   [[ ${vsync} = 0-0 ]] && vsync="50-60"
97    
98   addconfig   addconfig
99   addconfig " HorizSync ${hsync}"   addconfig " HorizSync ${hsync}"
100   addconfig " VertRefresh ${vsync}"   addconfig " VertRefresh ${vsync}"

Legend:
Removed from v.3478  
changed lines
  Added in v.7967