You are not logged in.
Hello!
Netbook Samsung NC110, q4os-1.6.2-i386 kernel 3.16.0-4-686-pae.
Do not control the brightness of the keys Fn.
What could be the problem?
Offline
You need to research Samsung NC110 Backilight Control Debian Jessie
There are a number of solutions that involve altering the grub boot configuration.
If you are confident with that then OK - follow them but if not, you may get some success using xbacklight which you can install through synaptic
or
sudo apt-get install xbacklight
then type this xbacklight -set 50
there 50 stands for brightness range we can get it up to 100 from 0 .
You can also increase and decrease the brightness from present value to specified level.
If you want to increase to 10% from current value of brightness then you can do
xbacklight -inc 10
and to decrease 10% you can give this
xbacklight -dec 10
If xbacklight does not work you may get some success with xrandr:-
sudo xrandr --output LVDS --brightness 1.0
sudo xrandr --output LVDS1 --brightness 0.5 = half brightness
xrandr -q will show the name of the display but should be LVDS on your machine.
Offline
Brightness controlled by of the terminal
sudo setpci -s "00:02.0" F4.B=90
Found information on the forum volia.org "Linux On My Samsung" , but the repository is not working
http://ppa.launchpad.net/voria/ppa/ubuntu/dists/jessie/main/binary-i386/Packages 404 Not Found
Made this on the instructions, but the OS does not boot in graphical form. Remove in the terminal xorg.conf.d/20-intel.conf - the system boots fine.
anton@q4os-desktop:~$ lspci
00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 02)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation NM10/ICH7 Family SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)
01:00.0 Network controller: Intel Corporation Centrino Wireless-N 130 (rev 34)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
anton@q4os-desktop:~$ xbacklight -inc 10
No outputs have backlight property
xrandr works.
How to control the Fn I did not understand.
Last edited by Anton Ivanov (2016-09-27 07:36)
Offline