Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu 14.04 after the restart the default maximum screen brightness solutions     - Oracle to use full-text indexing (Database)

- Linux POST fstab configuration file read-only variable can not be modified problem (Linux)

- Python method to traverse folders and file read and write (Programming)

- C # dynamic class notes --- (Dynamic) Applications (Programming)

- Installation JDK 1.8 under CentOS7 (Linux)

- iOS in Singleton (Programming)

- CentOS 6.4 Telecom ADSL dial-up network configuration (Linux)

- CentOS 7 RHEL 7 to reset the root password (Linux)

- 11.2.04 Oracle RAC directory crfclust.bdb file is too large, Bug 20186278 (Database)

- Java proxy mode (Programming)

- How to build a custom exclusive Ubuntu Live CD (Linux)

- Installation and use GAMIT / GLOBK Software (Linux)

- MariaDB 10 Multi-source replication (Database)

- C ++ stderr / stdout redirected to a file (Programming)

- How to set IonCube Loaders in Ubuntu (Linux)

- Grading defense against Linux server attacks (Linux)

- C ++ type conversion and RTTI (Programming)

- Linux kernel modules related to the management Comments (Linux)

- Examples 14 grep command (Linux)

- ssh port forwarding Comments (Server)

 
         
  Ubuntu 14.04 after the restart the default maximum screen brightness solutions
     
  Add Date : 2018-11-21      
         
         
         
  Before the burst into the notebook after Win10 find a variety suited to various demands are not met, then huff, for the Ubuntu 14.04, and found that every time you turn the screen brightness is the brightest level, deeply disturbing, so the online search related solutions.

Process is as follows:

1. Terminal enter the code: (open grub default configuration file, which has the option to set the screen brightness)

sudo gedit / etc / default / grub

2. Locate the following statement in the Open file: (This statement is used to set the background brightness choice)

GRUB_CMDLINE_LINUX = ""

3. Place it into the following statement:

GRUB_CMDLINE_LINUX = "acpi_backlight = vendor" (select the background brightness of vendor type)

4. changing for the better after the save.

5. Upgrade grub:

sudo update-grub

The restart. . . Press the FN will be able to adjust the brightness.

This step does not end, the following procedure began to set the default screen brightness values.

The initial value for setting brightness:

Terminal 1. Enter the code:

sudo gedit /etc/rc.local

2. Add one (added before exit 0) Code in the open file:

echo 500> / sys / class / backlight / intel_backlight / brightness

PS: 500 refers to the luminance values ​​of the screen, you can view the first maximum luminance value of the screen, and then need here to set the default screen brightness value based.

Query screen brightness command: sudo cat / sys / class / backlight / intel_backlight / brightness or sudo cat / sys / class / backlight / intel_backlight / max_brightness

3. Then save.

After the above method, you can adjust the screen brightness, and it will not change your brightness value set after the restart.
     
         
         
         
  More:      
 
- Ubuntu 14.04 LTS to compile the source code Android4.4.2 (Linux)
- PHP with FastCGI and mod_php Comments (Server)
- Postfix mail service system principle and configuration (Linux)
- Linux common network tools: traceroute routing of scanned (Linux)
- Configure shared library PCRE (Linux)
- The principle Httpclient4.4 (HttpClient Interface) (Programming)
- Android imageView in the Src and Background (Programming)
- Ubuntu rights management common commands (Linux)
- MyCAT read and write separation of MySQL (Database)
- Sniffer Linux Environment (Linux)
- Linux Firewall Builder shorewall (Linux)
- After the first remote installation GlassFish Web to remotely access their back office management system error solution appears (Server)
- Android timer use (Programming)
- Oracle table space is too large processing time (Database)
- Install Ruby on Rails in Ubuntu 15.04 in (Linux)
- The first IOS Objective-C program (Programming)
- VMware ghost Linux card error (Linux)
- Bash added to the Vi mode indicator (Linux)
- Use Mop monitor stock prices at the Linux command line (Linux)
- Mac OS X Server installation and application (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.