PDA

View Full Version : Intel 830


REBELInBLUE
2005-03-06, 07:00 AM CST
I've been using Fedora Core for just over a year but recently when I reboot I sometimes get a kudzu window saying it has detected changes to my hardware, it redetects my laptops intel 830 graphics card. The problem is it doesn't detect my LCD panel so resets to a generic 800*600 monitor. So once I log in I change it and then restart X, however it then hangs. I change to a virtual terminal, log in as root as issue PS -A. There are 2 gdm-binary processes, killing the first one makes X automatically come back up and display the login screen.

So although its easy to fix its rather annoying since it happens every 5 or 6 reboots and leaving the computer on all the time isn't an option. So does anyone know how to stop it from "forgetting" my graphics card?

Lenard
2005-03-06, 07:10 AM CST
chkconfig --levels 345 kudzu off

SeanOS
2005-03-06, 09:00 AM CST
Usually if select 'do nothing' or 'ignore' instead of configuring, is not a problem.

I don't like turning off kudzu, in case I do install something new ;)

REBELInBLUE
2005-03-06, 10:09 AM CST
chkconfig --levels 345 kudzu off

Never thought about that, thanks