Results 1 to 10 of 18
I have been having an issue with my screen blanking out after a few minutes (number of minutes unknown), since I reinstalled Fedora 12 (KDE) a couple of weeks ago. ...
- 03-19-2010 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 21
Screen blanking out after x number of minutes.
I have been having an issue with my screen blanking out after a few minutes (number of minutes unknown), since I reinstalled Fedora 12 (KDE) a couple of weeks ago. I have tried, yes, a lot of things to try to set it so that it doesn't blank out, to no avail. I have spent a lot of time on the Fedora forum seeking resolution, with a variety of suggestions, all to no avail. Has anybody had this problem, or is anybody familiar with this problem, and can offer some help? I went into System Settings > Power Control, and fooled with things around there and they didn't work. I tried xset and dpms and shutting them off. Still no cigar. Seems like I'm running out of things to try, but am wondering if somebody has experienced this and could tell me how to handle it, please?
Thank you kindly,
theAdmiral
- 03-19-2010 #2
Are you using correct, supported Graphics Driver? Is xorg.conf configured?
Post the output of this
Post the contents of /etc/X11/xorg.conf file here.Code:su - /sbin/lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2010 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 21
Reply
[root@localhost theAdmiral]# /sbin/lspci | grep -i vga
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)
[root@localhost theAdmiral]#
[root@localhost theAdmiral]# cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
[root@localhost theAdmiral]#
Uh, yeah, I think I need more help, please.
- 03-19-2010 #4
xorg.conf is not configured and you haven't installed Nvidia Driver.
Have you installed rpmfusion repository?
Post output here.Code:yum repolist
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2010 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 21
Thanks, what's next.
Thanks for the diagnosis for this noob. What's next, please?
[root@localhost theAdmiral]# yum repolist
Loaded plugins: presto, refresh-packagekit
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 17
fedora Fedora 12 - i386 enabled: 15,366
updates Fedora 12 - i386 - Updates enabled: 5,298
repolist: 20,681
[root@localhost theAdmiral]#
- 03-19-2010 #6
Execute these commands :
First will install RPMFusion repository and second will install its GPG Key.Code:su - rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Install Nvidia Driver :
You have to edit /boot/grub/grub.conf file to blacklist native nvidia driver.Code:yum install kmod-nvidia
Execute this
It will open grub.conf file in nano editor.Code:su - nano /boot/grub/grub.conf
Add rdblacklist=nouveau at the end of kernel line.
Sample ::
Press Ctrl+X, Y and hit Enter key to save file.Code:kernel /boot/vmlinuz-2.6.21-1.3228.fc7 ro root=LABEL=/ vga=773 rdblacklist=nouveau
Reboot machine.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2010 #7Just Joined!
- Join Date
- Oct 2007
- Posts
- 21
This is what I have.
This is what I have:
What do I change, please?Code:grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this$ # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/luks-f7d52922-4$ # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=0 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.32.9-70.fc12.i686) root (hd0,0) kernel /vmlinuz-2.6.32.9-70.fc12.i686 ro root=/dev/mapper/luks$ initrd /initramfs-2.6.32.9-70.fc12.i686.img title Fedora (2.6.32.9-67.fc12.i686) root (hd0,0) kernel /vmlinuz-2.6.32.9-67.fc12.i686 ro root=/dev/mapper/luks$ initrd /initramfs-2.6.32.9-67.fc12.i686.img title Fedora (2.6.31.5-127.fc12.i686) root (hd0,0) kernel /vmlinuz-2.6.31.5-127.fc12.i686 ro root=/dev/mapper/luk$ initrd /initramfs-2.6.31.5-127.fc12.i686.img
- 03-19-2010 #8
Add at the end of kernel line under title Fedora (2.6.32.9-70.fc12.i686)
Save file and reboot machine.Code:title Fedora (2.6.32.9-70.fc12.i686) root (hd0,0) kernel /vmlinuz-2.6.32.9-70.fc12.i686 ro root=/dev/mapper/luks$ rdblacklist=nouveauIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2010 #9Just Joined!
- Join Date
- Oct 2007
- Posts
- 21
Still following directions
I followed your directions, Sir. Still yet to tell whether KPackageKit likes it. Still yet to tell whether the intended change took place. But, I have another problem as a result. My pc is encrypted, and when I boot up, there used to be a password dialog that came up to pass into the encryption, like an encryption login before the user login. Now that I have made this latest change, there is no dialog, just a black screen with a file path, I think, and at the end is a colon and blinking cursor. I can enter my password, and it shows up as asterisks, instead of the usual fat dots. But, it gets me in. If possible, I would like to get the blue background dialog back, the way it was before. Any ideas on this would be great! And you are doing a fine job so far! A heck of a lot better than the yay-hoos that tried to help me (or were possibly having fun with me) on the Fedora Forum.
Thanks again very kindly,
theAdmiral
- 03-19-2010 #10Just Joined!
- Join Date
- Oct 2007
- Posts
- 21
There's a bug somewhere
There is a bug somewhere. KPackageKit isn't liking it. It comes up with 2 or 3 dozen updates. So, I try to install them, and after 4 the computer wants to restart because of KPackageKit. I restarted and rebooted, and got the same error.


Reply With Quote