Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st May 2012, 04:58 PM
Programmer Offline
Registered User
 
Join Date: Apr 2012
Location: Kashan
Posts: 31
linuxchrome
Unhappy Problem in decreasing display brightness

I use GNOME 3 and Fedora 16 , I have a problem in decreasing display brightness using Fn+F5
when I do this , display brightness only decrease one level and when I press Fn+F5 more nothing happens and brightness do not change . What should I do ?

Screenshot at : http://easyen.in/wp-content/uploads/...-21-085130.png
Reply With Quote
  #2  
Old 21st May 2012, 05:33 PM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: Problem in decreasing display brightness

You should at least tell us what kind of notebook you're using, because this is a function of your notebook and not gnome 3. Maybe wait a couple of seconds and then try again?

You could also decrease the brightness and then boot linux with gnome 3.
Reply With Quote
  #3  
Old 21st May 2012, 05:53 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,605
linuxfirefox
Re: Problem in decreasing display brightness

In addition to george_toolan's questions - Are you able to decrease the brightness when you use the menus?
Reply With Quote
  #4  
Old 22nd May 2012, 04:00 PM
Programmer Offline
Registered User
 
Join Date: Apr 2012
Location: Kashan
Posts: 31
linuxchrome
Unhappy Re: Problem in decreasing display brightness

Quote:
Originally Posted by george_toolan View Post
You should at least tell us what kind of notebook you're using, because this is a function of your notebook and not gnome 3. Maybe wait a couple of seconds and then try again?

You could also decrease the brightness and then boot linux with gnome 3.
What do you mean by notebook ? ( Sorry but I'm new in Linux )
And the problem didn't solved by waiting !

I used to decrease screen brightness with FN+F5 and for increasing I used to FN+F6 and then a notification disappeared in the bottom of the screen and showed the screen brightness level
But now when I do this it's just like that the notification level bar is locked and It does not decrease more after It just decrease one level ( for example 10 to 9 and then doesn't change )

see the screen shot : ( The lowest level I am able to change the screen brightness to it ) : http://easyen.in/wp-content/uploads/...-21-085130.png
Reply With Quote
  #5  
Old 23rd May 2012, 09:50 AM
coolarif Offline
Registered User
 
Join Date: May 2012
Location: india
Posts: 24
linuxfirefox
Re: Problem in decreasing display brightness

The same problem exists in my notebook too....
It is a lenovo z560 and has nvidia gefore with cuda graphics card .
I installed driver for it ....

During rebooting a logo of nvidia is shown and unfamiliar progress bar is shown.

Usually after installation of fedora , to show the progress of loading of OS , a fedora symbol is shown.

After installing the driver for nvidia graphics card , booting time was increased .

Also the strange progressbar appears and disappears in a few seconds , when i log out . The same is the case when i shutdown or restart the system.

Its also delayed when shutdown and reboot.

Brightness can be decreased not less than one level .....l
Reply With Quote
  #6  
Old 23rd May 2012, 09:57 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,299
linuxfirefox
Re: Problem in decreasing display brightness

Quote:
Originally Posted by coolarif View Post
The same problem exists in my notebook too....
It is a lenovo z560 and has nvidia gefore with cuda graphics card .
Try loading the thinkpad_acpi module like ...

sudo modprobe thinkpad_acpi
then try the lenovo brightness keys (Fn+Home and Fn+End).
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #7  
Old 23rd May 2012, 10:48 AM
Programmer Offline
Registered User
 
Join Date: Apr 2012
Location: Kashan
Posts: 31
linuxchrome
Talking Re: Problem in decreasing display brightness

I don't know how , But it fixed !! Thank you every one
Reply With Quote
  #8  
Old 23rd May 2012, 02:17 PM
coolarif Offline
Registered User
 
Join Date: May 2012
Location: india
Posts: 24
linuxfirefox
Re: Problem in decreasing display brightness

Quote:
Originally Posted by stevea View Post
Try loading the thinkpad_acpi module like ...

sudo modprobe thinkpad_acpi
then try the lenovo brightness keys (Fn+Home and Fn+End).
Thanks for the response stevea , I tried it and i got :

[arif@MyLapZ560 ~]$ sudo modprobe thinkpad_acpi
[sudo] password for arif:
arif is not in the sudoers file. This incident will be reported.
[arif@MyLapZ560 ~]$ su
Password:
[root@MyLapZ560 arif]# modprobe thinkpad_acpi
FATAL: Error inserting thinkpad_acpi (/lib/modules/3.3.5-2.fc16.x86_64/kernel/drivers/platform/x86/thinkpad_acpi.ko): No such device
[root@MyLapZ560 arif]#

(in my laptop brightness keys are Fn + up and Fn + down).

I tried to change the brightness even it thrown an error , but it did nothing.

Last edited by coolarif; 23rd May 2012 at 02:20 PM.
Reply With Quote
  #9  
Old 24th May 2012, 02:34 PM
coolarif Offline
Registered User
 
Join Date: May 2012
Location: india
Posts: 24
linuxfirefox
Re: Problem in decreasing display brightness

please i can not decrease brightness please help me .
Reply With Quote
  #10  
Old 24th May 2012, 02:46 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,299
linuxfirefox
Re: Problem in decreasing display brightness

Hmm - looks like the driver doesn't apply to the Z560, worth a try tho'.

This command as root may show an acpi or drive brightness control
find /sys -name brightness

Then you could
cat /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/brightness
echo 8 > /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/brightness

for example.

Still it points to something wrong with the brightness control tool.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #11  
Old 25th May 2012, 03:31 PM
coolarif Offline
Registered User
 
Join Date: May 2012
Location: india
Posts: 24
linuxfirefox
Re: Problem in decreasing display brightness

stevea ! its working i think so

terminal's response :

# find /sys -name brightness
/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness
[root@MyLapZ560 arif]# cat /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness
10
[root@MyLapZ560 arif]# echo 8 > /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness


when i hit the command : echo 8 > /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0/brightness brightness reduced to a level from which can i increase it . But i cant go below that level. How does it work partially ? !

i think: if we reduce it to very low level then i can regain the controll of changing the brightness of the display....thanks you so much steavea : )....

Last edited by coolarif; 25th May 2012 at 03:43 PM.
Reply With Quote
Reply

Tags
brightness, decreasing, display, problem

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Display Brightness Problem on EeePC 1005PE Nordwin Hardware & Laptops 3 20th March 2010 11:56 PM
Can't adjust brightness of display on buttery power mode Artemius Hardware & Laptops 4 9th February 2010 12:14 PM
Samsung X420 display brightness control not supported (Fedora 12) jasonbenedict Hardware & Laptops 4 2nd February 2010 12:59 PM
Wine and Counter Strike Source Decreasing Frames Per Second comsatcat Using Fedora 2 30th May 2008 04:38 PM


Current GMT-time: 19:37 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat