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 3437 by niro, Wed Nov 2 13:53:14 2011 UTC revision 3438 by niro, Wed Apr 11 11:42:24 2012 UTC
# Line 125  config_x11() Line 125  config_x11()
125   fi   fi
126   addconfig 'EndSection'   addconfig 'EndSection'
127    
128     # disable screen blanks, use xscreensaver for it
129     CONFIG="/etc/X11/xorg.conf.d/25-server.conf"
130     clearconfig
131     addconfig 'Section "ServerFlags"'
132     addconfig ' Option "BlankTime" "0"'
133     addconfig ' Option "StandbyTime" "0"'
134     addconfig ' Option "SuspendTime" "0"'
135     addconfig ' Option "OffTime" "0"'
136     addconfig 'EndSection'
137    
138   # fixes   # fixes
139   # disable LVDS-1 on zotacs or enable it if hdmi was requested   # disable LVDS-1 on zotacs or enable it if hdmi was requested
140   if [[ $(alx-hwdetection system) = zotac ]]   if [[ $(alx-hwdetection system) = zotac ]]

Legend:
Removed from v.3437  
changed lines
  Added in v.3438