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 8th August 2005, 01:25 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Help with brightness

A while back my monitor just all of a sudden became darker, and I couldn't fix it while in Windows. Now that I've got Linux, I'm wondering if there's anything I could do to fix the brightness problem. I tried xgamma, and it would work but then when I restarted my computer it just went back to normal. My graphics card is one of those Intel Integrated ones, and I have already installed the drivers for it.

I need help bad.
Reply With Quote
  #2  
Old 8th August 2005, 01:39 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
You could add a shell script for xgamma to KDE's Autostart folder so it loads with the desktop.

For example, you could do this in a text editor:
Code:
/usr/X11R6/bin/xgamma
Then save the file in /usr/share/kde/Autostart.
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #3  
Old 8th August 2005, 01:55 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Well, I don't particularly like KDE so I use GNOME. How would I do that in GNOME?
Reply With Quote
  #4  
Old 8th August 2005, 02:13 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
No clue.
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #5  
Old 8th August 2005, 02:24 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
Try /usr/share/autostart, then a reboot.
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #6  
Old 8th August 2005, 02:35 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Now I'm having another problem, whenever I change the gamma settings on xgamma and then restart, it always goes back.

Code:
-> Red  1.000, Green  1.000, Blue  1.000
<- Red  2.000, Green  2.000, Blue  2.000
Code:
-> Red 2.000, Green 2.000, Blue 2.000
And then when I restart it says

Code:
-> Red 1.000, Green 1.000, Blue 1.000
Reply With Quote
  #7  
Old 8th August 2005, 02:48 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Sorry for the double post, but xgamma doesn't work at all for me. I had another person I know run it on their box and it worked instantly for him, yet I can set it but nothing happens and it returns to default if I restart.
Reply With Quote
  #8  
Old 8th August 2005, 04:10 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
Have you tried posting your xorg.conf to see if anything's anomalous?
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #9  
Old 8th August 2005, 04:57 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Can someone please help me? This is really making me mad.
Reply With Quote
  #10  
Old 8th August 2005, 05:08 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
OK, I'm dead clueless on the xgamma front, but I did find out how to do Autostart in GNOME.

Control Center -> Session => Startup Programs
Add xgamma and that will start automatically. The difficult part, of course, is getting it to recall previous settings.
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #11  
Old 8th August 2005, 05:14 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
X.org Foundation Documentation excerpt for /etc/X11/xorg.conf

Monitor Section

Quote:
Gamma red-gamma green-gamma blue-gamma
This is an optional entry that can be used to specify the gamma correction for the monitor. It may be specified as either a single value or as three separate RGB values. The values should be in the range 0.1 to 10.0, and the default is 1.0. Not all drivers are capable of using this information.
If you edit your xorg.conf to have these gamma values, then restart X, your problems should be over.
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #12  
Old 8th August 2005, 05:34 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Ok I did that, and now when I run xgamma all the gamma values are up to 2, but I don't see any change.

Should I try raising the gamma or is my monitor just shot?
Reply With Quote
  #13  
Old 8th August 2005, 05:40 AM
fpoole's Avatar
fpoole Offline
Registered User
 
Join Date: Jul 2005
Location: University of Kansas
Posts: 475
My only thought would be gently tweaking until you get it right. Just use the same settings in xorg as you did when your monitor worked right, unless you already did that.
__________________
Fedora 11 x64 | Tyan Thunder 3600B | 2x AMD Opteron 2376 "Shanghai" 2.3GHz Quad-Core CPUs | 16GB RAM Registered ECC DDR2 667 | Sapphire RadeonHD 4550 GPU | OCZ Apex 125GB SATA II SSD [ / ] | Seagate 1TB SATA HDD [ /home ]
Reply With Quote
  #14  
Old 8th August 2005, 05:42 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Quote:
Originally Posted by fpoole
My only thought would be gently tweaking until you get it right. Just use the same settings in xorg as you did when your monitor worked right, unless you already did that.
My monitor broke before I got Linux. I really don't know what's wrong with it, I came home one day and it was really, really dark.
Reply With Quote
  #15  
Old 8th August 2005, 05:45 AM
KidNotorious Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
I've got it set all the way up to ten, and still nothing. I guess I'll have to get a new monitor.

Thanks for your help, though.
Reply With Quote
Reply

Tags
brightness

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
F11: Brightness Problem Karaz Using Fedora 2 14th June 2009 10:32 AM
how to dim brightness less than 0 ? Shaiton Hardware & Laptops 0 11th February 2009 11:32 PM
I Can Not Adjust Brightness Trebon Hardware & Laptops 2 30th October 2008 11:27 AM
ACPI brightness nwinkler Hardware & Laptops 0 30th January 2007 11:26 AM


Current GMT-time: 02:05 (Wednesday, 19-06-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