I am using a Samsung NP-X420 with Ubuntu 14.04.5 LTS, Trusty Tahr, 32-bit. The screen is so bright that it is irritating my eyes. When I press the brightness adjustment keys on the keyboard (Fn+down arrow), I can see the brightness window appear on the top right corner. The brightness bar is also moving left and right, indicating that the brightness is changing, but in reality, nothing happens. The brightness remains harsh.
I am aware that this question might be labeled as duplicate of this question: How to adjust screen brightness in Ubuntu 14.04 (Trusty Tahr)? The issue is: I have tried the solution given by Serg but to no avail. Everything went good until the last step, where he opened the nano editor. When I put the value "0" in there, the brightness didn't change. It remained this harsh light.
Given that the first method didn't work for me, I tried the method given by this article: https://itsfoss.com/fix-brightness-ubuntu-1310/. When I used this command ls /sys/class/backlight/
in the terminal, I got this output: acpi_video0 intel_backlight
. So far so good. Then I gave in this command: sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf
and it asked me for my password, which I successfully entered. So still nothing wrong there. But the issue lies with the following command: sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
. When I put that in the terminal, this is what I get: sudo: gedit: command not found
.
Am I doing something wrong in any of the methods listed above? Is there another way to adjust the brightness? Do I need to install drivers? If yes, then please tell me which ones. I am not so familiar with Linux or in general, computer stuff. Can anyone please help? My eyes are burning.
Thanks in advance!
Ctrl + Shift + V
instead ofCtrl + V
. Alternatively, you can right-click and choosePaste
. – UTF-8 Feb 08 '17 at 22:11[ Cancelled ]
. When I log out and back in, I still can't adjust the brightness with the keyboard keys. Here are screenshots of all the steps I went through, with description underneath every picture: http://imgur.com/a/FH26S – I. Wewib Feb 09 '17 at 19:44/usr/share/X11/xorg.conf.d/20-intel.conf
when callingnano
. You only entered the part without the name of the file:/usr/share/X11/xorg.conf.d/20-intel.conf
. That's why you get the warning that the file you attempted to open doesn't exit.nano
started anyways with no file opened. That's why it didn't automatically propose the name of the file you edited when you wanted to save: Because you didn't edit a file. You merely wrote text in a text editor. You can't save a file with an empty name, that's why it said "Cancelled". – UTF-8 Feb 09 '17 at 19:57