Unable to change the screen brightness
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I have an Alienware r3 15 laptop in which I've recently installed Ubuntu 17.10(dual boot with Windows 10). So far everything's fine except that I am unable to find any setting(if any) to change the brightness. There is no brightness slider in the system menu nor anything to change the brightness in "Settings". I tried installing the brightness changer indicator by:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
but it's saying that no backlights were found on my system. I tried changing the backlight from the command line:
sudo echo 100 | sudo tee /sys/class/backlight/*/brightness
tee: '/sys/class/backlight/*/brightness': No such file or directory 100
Please help. The output of sudo lshw -C display
on my terminal is:
*-display
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:125 memory:dc000000-dcffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:e000(size=128) memory:c0000-dffff
*-display
description: Display controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:126 memory:db000000-dbffffff memory:70000000-7fffffff ioport:f000(size=64)
dual-boot laptop brightness backlight alienware
 |Â
show 1 more comment
up vote
1
down vote
favorite
I have an Alienware r3 15 laptop in which I've recently installed Ubuntu 17.10(dual boot with Windows 10). So far everything's fine except that I am unable to find any setting(if any) to change the brightness. There is no brightness slider in the system menu nor anything to change the brightness in "Settings". I tried installing the brightness changer indicator by:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
but it's saying that no backlights were found on my system. I tried changing the backlight from the command line:
sudo echo 100 | sudo tee /sys/class/backlight/*/brightness
tee: '/sys/class/backlight/*/brightness': No such file or directory 100
Please help. The output of sudo lshw -C display
on my terminal is:
*-display
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:125 memory:dc000000-dcffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:e000(size=128) memory:c0000-dffff
*-display
description: Display controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:126 memory:db000000-dbffffff memory:70000000-7fffffff ioport:f000(size=64)
dual-boot laptop brightness backlight alienware
2
Version 17.10 isn't LTS
â Vlad Spirin
Apr 27 at 21:46
See if this article helps: itsfoss.com/fix-brightness-ubuntu-1310
â WinEunuuchs2Unix
May 12 at 17:04
I've seen this article and it didn't help.ls /sys/class/backlight/
gives no output on my terminal and I think there is no place in the "Settings" where I can find the graphics card. @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:45
I also didn't try creating the file given in the article because Ubuntu has switched to wayland from xorg in Ubuntu 17.10 @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:47
Wayland might be part of the problem. You can switch to X11 if that is the case.
â WinEunuuchs2Unix
May 12 at 20:51
 |Â
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have an Alienware r3 15 laptop in which I've recently installed Ubuntu 17.10(dual boot with Windows 10). So far everything's fine except that I am unable to find any setting(if any) to change the brightness. There is no brightness slider in the system menu nor anything to change the brightness in "Settings". I tried installing the brightness changer indicator by:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
but it's saying that no backlights were found on my system. I tried changing the backlight from the command line:
sudo echo 100 | sudo tee /sys/class/backlight/*/brightness
tee: '/sys/class/backlight/*/brightness': No such file or directory 100
Please help. The output of sudo lshw -C display
on my terminal is:
*-display
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:125 memory:dc000000-dcffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:e000(size=128) memory:c0000-dffff
*-display
description: Display controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:126 memory:db000000-dbffffff memory:70000000-7fffffff ioport:f000(size=64)
dual-boot laptop brightness backlight alienware
I have an Alienware r3 15 laptop in which I've recently installed Ubuntu 17.10(dual boot with Windows 10). So far everything's fine except that I am unable to find any setting(if any) to change the brightness. There is no brightness slider in the system menu nor anything to change the brightness in "Settings". I tried installing the brightness changer indicator by:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
but it's saying that no backlights were found on my system. I tried changing the backlight from the command line:
sudo echo 100 | sudo tee /sys/class/backlight/*/brightness
tee: '/sys/class/backlight/*/brightness': No such file or directory 100
Please help. The output of sudo lshw -C display
on my terminal is:
*-display
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:125 memory:dc000000-dcffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:e000(size=128) memory:c0000-dffff
*-display
description: Display controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:126 memory:db000000-dbffffff memory:70000000-7fffffff ioport:f000(size=64)
dual-boot laptop brightness backlight alienware
edited May 13 at 20:32
asked Apr 27 at 21:41
Vaibhav Mishra
62
62
2
Version 17.10 isn't LTS
â Vlad Spirin
Apr 27 at 21:46
See if this article helps: itsfoss.com/fix-brightness-ubuntu-1310
â WinEunuuchs2Unix
May 12 at 17:04
I've seen this article and it didn't help.ls /sys/class/backlight/
gives no output on my terminal and I think there is no place in the "Settings" where I can find the graphics card. @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:45
I also didn't try creating the file given in the article because Ubuntu has switched to wayland from xorg in Ubuntu 17.10 @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:47
Wayland might be part of the problem. You can switch to X11 if that is the case.
â WinEunuuchs2Unix
May 12 at 20:51
 |Â
show 1 more comment
2
Version 17.10 isn't LTS
â Vlad Spirin
Apr 27 at 21:46
See if this article helps: itsfoss.com/fix-brightness-ubuntu-1310
â WinEunuuchs2Unix
May 12 at 17:04
I've seen this article and it didn't help.ls /sys/class/backlight/
gives no output on my terminal and I think there is no place in the "Settings" where I can find the graphics card. @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:45
I also didn't try creating the file given in the article because Ubuntu has switched to wayland from xorg in Ubuntu 17.10 @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:47
Wayland might be part of the problem. You can switch to X11 if that is the case.
â WinEunuuchs2Unix
May 12 at 20:51
2
2
Version 17.10 isn't LTS
â Vlad Spirin
Apr 27 at 21:46
Version 17.10 isn't LTS
â Vlad Spirin
Apr 27 at 21:46
See if this article helps: itsfoss.com/fix-brightness-ubuntu-1310
â WinEunuuchs2Unix
May 12 at 17:04
See if this article helps: itsfoss.com/fix-brightness-ubuntu-1310
â WinEunuuchs2Unix
May 12 at 17:04
I've seen this article and it didn't help.
ls /sys/class/backlight/
gives no output on my terminal and I think there is no place in the "Settings" where I can find the graphics card. @WinEunuuchs2Unixâ Vaibhav Mishra
May 12 at 20:45
I've seen this article and it didn't help.
ls /sys/class/backlight/
gives no output on my terminal and I think there is no place in the "Settings" where I can find the graphics card. @WinEunuuchs2Unixâ Vaibhav Mishra
May 12 at 20:45
I also didn't try creating the file given in the article because Ubuntu has switched to wayland from xorg in Ubuntu 17.10 @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:47
I also didn't try creating the file given in the article because Ubuntu has switched to wayland from xorg in Ubuntu 17.10 @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:47
Wayland might be part of the problem. You can switch to X11 if that is the case.
â WinEunuuchs2Unix
May 12 at 20:51
Wayland might be part of the problem. You can switch to X11 if that is the case.
â WinEunuuchs2Unix
May 12 at 20:51
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
1
down vote
you can install the brightness changer indicator:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
after launching it should shows on your panel. click it and choose the desired value.
Another way is to do:
echo 1000 | sudo tee /sys/class/backlight/*/brightness
change 1000 to desired value
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
post the output ofsudo lshw -C display
in the question.
â ptetteh227
May 2 at 23:58
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
you can install the brightness changer indicator:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
after launching it should shows on your panel. click it and choose the desired value.
Another way is to do:
echo 1000 | sudo tee /sys/class/backlight/*/brightness
change 1000 to desired value
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
post the output ofsudo lshw -C display
in the question.
â ptetteh227
May 2 at 23:58
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
add a comment |Â
up vote
1
down vote
you can install the brightness changer indicator:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
after launching it should shows on your panel. click it and choose the desired value.
Another way is to do:
echo 1000 | sudo tee /sys/class/backlight/*/brightness
change 1000 to desired value
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
post the output ofsudo lshw -C display
in the question.
â ptetteh227
May 2 at 23:58
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
add a comment |Â
up vote
1
down vote
up vote
1
down vote
you can install the brightness changer indicator:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
after launching it should shows on your panel. click it and choose the desired value.
Another way is to do:
echo 1000 | sudo tee /sys/class/backlight/*/brightness
change 1000 to desired value
you can install the brightness changer indicator:
sudo add-apt-repository ppa:indicator-brightness/ppa
sudo apt update
sudo apt install indicator-brightness
after launching it should shows on your panel. click it and choose the desired value.
Another way is to do:
echo 1000 | sudo tee /sys/class/backlight/*/brightness
change 1000 to desired value
answered Apr 28 at 0:07
ptetteh227
703115
703115
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
post the output ofsudo lshw -C display
in the question.
â ptetteh227
May 2 at 23:58
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
add a comment |Â
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
post the output ofsudo lshw -C display
in the question.
â ptetteh227
May 2 at 23:58
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
i installed the brightness indicator but it's saying that no backlights were found on my system and when I tried "echo 1000 | sudo tee /sys/class/backlight/*/brightness" it showed "sudo echo 100 | sudo tee /sys/class/backlight/*/brightness tee: '/sys/class/backlight/*/brightness': No such file or directory 100"
â Vaibhav Mishra
May 2 at 0:19
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
did the brightness work for an older version of ubuntu?
â ptetteh227
May 2 at 1:14
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
it didn't but i didn't try fixing it then either.
â Vaibhav Mishra
May 2 at 20:43
post the output of
sudo lshw -C display
in the question.â ptetteh227
May 2 at 23:58
post the output of
sudo lshw -C display
in the question.â ptetteh227
May 2 at 23:58
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
I have added the output in the question @ptetteh227
â Vaibhav Mishra
May 12 at 16:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028979%2funable-to-change-the-screen-brightness%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Version 17.10 isn't LTS
â Vlad Spirin
Apr 27 at 21:46
See if this article helps: itsfoss.com/fix-brightness-ubuntu-1310
â WinEunuuchs2Unix
May 12 at 17:04
I've seen this article and it didn't help.
ls /sys/class/backlight/
gives no output on my terminal and I think there is no place in the "Settings" where I can find the graphics card. @WinEunuuchs2Unixâ Vaibhav Mishra
May 12 at 20:45
I also didn't try creating the file given in the article because Ubuntu has switched to wayland from xorg in Ubuntu 17.10 @WinEunuuchs2Unix
â Vaibhav Mishra
May 12 at 20:47
Wayland might be part of the problem. You can switch to X11 if that is the case.
â WinEunuuchs2Unix
May 12 at 20:51