
xbacklight -dec 40 xbacklight -inc 40xbacklight 


viking777 wrote:If there is a laptop somewhere where the brightness function keys work on Linux then I have never owned it, so best forget about that method. For me the brightness in the 'Brightness and Lock' menu works but for others it doesn't. You could try xbacklight from the terminal, that usually works (you might have to install it first).
- Code: Select all
xbacklight -dec 40
to decrease brightness by 40%
- Code: Select all
xbacklight -inc 40
to increase it by 40%. You can vary the number to suit yourself, the larger the number the bigger the effect.
- Code: Select all
xbacklight
on its own will show you the current setting.
To automate that open the keyboard menu item, select custom shortcuts and add keyboard shortcuts as follows:
Name: Brightness Up
Command: xbacklight -inc 40
Name: Brightness Down
Command: xbacklight -dec 40
Choose whatever keyboard shortcuts you want (but not the brightness keys because they don't work) I use Ctl/Shift/+ (well it is = actually because + is upper case) and Ctl/Shift/- .

you might have to install it first (xbacklight that is)



viking777 wrote:You did read this bit did you?you might have to install it first (xbacklight that is)

dirk@Asterix-Linux ~ $ inxi -f -M -R -S -G
System: Host: Asterix-Linux Kernel: 3.5.0-17-generic i686 (32 bit) Desktop: Gnome Distro: Linux Mint 14 Nadia
Machine: Mobo: Acer model: TravelMate P643-M version: V1.10 Bios: Phoenix version: V1.10 date: 06/27/2012
CPU: Dual core Intel Core i5-3210M CPU (-HT-MCP-) cache: 3072 KB
Clock Speeds: 1: 1200.00 MHz 2: 1200.00 MHz 3: 1200.00 MHz 4: 2501.00 MHz
CPU Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts
acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept
vpid fsgsbase smep erms
Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GK107 [GeForce GT 640M]
X.Org: 1.13.0 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.1hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile x86/MMX/SSE2 GLX Version: 3.0 Mesa 9.0.2
dirk@Asterix-Linux ~ $ xbacklight
88.888889
dirk@Asterix-Linux ~ $ xbacklight -dec 30
dirk@Asterix-Linux ~ $ xbacklight
55.555556
dirk@Asterix-Linux ~ $ xbacklight -inc 30
dirk@Asterix-Linux ~ $ xbacklight -inc 30
dirk@Asterix-Linux ~ $ xbacklight
100.000000
Hello, my screen is always set on maximum brightness and I cannot change it. When I press Fn+Left or Right - I see the indicator, changing brightness, but nothing changes.
WORKAROUND: Open terminal and type:
sudo vi /etc/default/grub
Look for the following line:
GRUB_CMDLINE_LINUX_DEFAULT=”quite splash“
Press insert key for edit mode add “acpi_osi=” to the list as shown below:
GRUB_CMDLINE_LINUX_DEFAULT=”quite splash acpi_osi=”
Press Esc key and :wq to save the file and run the following command to update the grub:
sudo update-grub
Reboot your laptop for screen brightness adjustment to work.


Users browsing this forum: gamerpro2000, Google Adsense [Bot], wyrdoak and 18 guests