From ea42a841141c79ea0ce73b8900f0c78a8136720a Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 13 Nov 2009 17:17:27 +0100 Subject: xinitrc: remove gamma, fixed xorg.conf --- xinitrc | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index 829a979..d672077 100755 --- a/xinitrc +++ b/xinitrc @@ -82,26 +82,18 @@ fi # {{{ Display settings # -# Gamma values -# - X.org 7.5 ignores my xorg.conf settings -/usr/bin/xgamma -rgamma 0.75 -ggamma 0.65 -bgamma 0.60 - # Brightness level -# - brightness keeps resetting to it's max value after dpms or suspend -# * fixed in xorg-server 1.6.1 # - xbacklight can't be used with legacy control, so set level first #/usr/bin/xbacklight -set 10 - + # Legacy control solves resetting brightness levels -# * fixed in xorg-server 1.6.1 -# - further changing trough ACPI/acer-wmi (which includes Fn+BrUp/Dn) -#/usr/bin/xrandr --output LVDS --set BACKLIGHT_CONTROL legacy +#/usr/bin/xrandr --output LVDS1 --set BACKLIGHT_CONTROL legacy # Ignore reported display size and force DPI #/usr/bin/xrandr --dpi 96 # Force LVDS as the primary screen -#/usr/bin/xrandr --output LVDS --primary +#/usr/bin/xrandr --output LVDS1 --primary # }}} @@ -119,15 +111,13 @@ eval "$(/usr/bin/killall gpg-agent; /usr/bin/gpg-agent --enable-ssh-support --da # Preload KDE daemons #/usr/bin/kdeinit4 & - + # Systray if needed -# - awesome 3 has it's own systray -# - stalone can't be smaller then 24 pixels, doesn't fit at the end of my 14px statusbar -# - trayer can be resized to 14px and so fit in nicely, but some KDE apps refuse to dock if it's smaller than 16px +# - awesome 3 has its own systray #/usr/bin/stalonetray -bg '#1a1a1a' -geometry 124x24+1156+776 --sticky --window-layer top & #/usr/bin/trayer --edge top --align right --widthtype pixel --heighttype pixel --height 16 \ # --width 70 --expand false --transparent true --alpha 0 --tint 0x3f3f3f & - + # Start the GNU Emacs daemon /usr/bin/emacs --daemon & -- cgit v1.2.3