Changeset 2142
- Timestamp:
- 11/28/07 08:04:00 (1 year ago)
- Files:
-
- trunk/root/.purple/prefs.xml (modified) (1 diff)
- trunk/root/.xinitrc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/root/.purple/prefs.xml
r1977 r2142 17 17 <pref name='list_visible' type='bool' value='1'/> 18 18 </pref> 19 <pref name='sound'> 20 <pref name='command' type='path' value='aplay -q %s'/> 21 <pref name='method' type='string' value='custom'/> 22 </pref> 19 23 </pref> 20 24 </pref> trunk/root/.xinitrc
r1519 r2142 3 3 # Remove LC_ALL now so that LANG takes effect 4 4 unset LC_ALL 5 5 6 if xrandr | grep -q '\*0.*640 x 480.*\*60' 7 then 8 BAD_RESOLUTION="640 x 480" 9 fi 10 if xrandr | grep -q '\*0.*800 x 600.*\*60' 11 then 12 BAD_RESOLUTION="800 x 600" 13 fi 14 15 if [ -n "$BAD_RESOLUTION" ] 6 16 then 7 17 xmessage -center \ … … 9 19 frequencies from the monitor because your monitor is not 10 20 Plug-n-Play compatible. Thus, a default resolution of 11 640 x 480@ 60 Hz has been used. This can hurt your eyes.21 $BAD_RESOLUTION @ 60 Hz has been used. This can hurt your eyes. 12 22 13 23 To fix the problem, press Ctrl + Alt + Backspace, and then 14 24 specify the allowed frequency ranges in /etc/X11/xorg.conf 15 manually. See /root/README for details.25 manually. See /root/README.txt for details. 16 26 17 If 640 x 480@ 60 Hz is indeed what you want, press the 'okay'27 If $BAD_RESOLUTION @ 60 Hz is indeed what you want, press the 'okay' 18 28 button to proceed." 19 29 fi
