Quote:
|
Originally Posted by neelendhar
thanku seve now its booting nice
but what is the problem there
1.while the gui screen is starting below the screen width of taskbar is appearing with lot of colors (only that perticular area is appearing like that) and it is going on smooth.
what might be the problem. is with resolution my monitor is SyncMaster 763DFX -17' flat.
|
Hello:
Glad you got it up and running ... nice to see colors?
The problem is likely with your /etc/X11/xorg.conf file
This can be fixed, however, it is probably a better idea to do a few other things before you get to that.
First you need to open a terminal and type
system-config-display
and check the hardware tabs to make sure that your videocard and your monitor settings make sense.
If you make any changes, save and exit, then Ctrl Alt Backspace to restart your X server.
Then, from the same terminal type
system-config-services
and disable
yum-updatesd
save and exit
[there are other services which you can disable later]
Reboot your FC and when it comes up open a terminal and log in as root using
su -
yourpassword
and
type
yum update yum
then
yum install yumex
then
yum update
to update your system to the latest.
When it is done updating, exit the terminal and reboot your FC again.
You will have a new default kernel 2.6.18-1.2849.fc6, which you can select to boot from. If it hangs, then add the mode=vesa as before.
Once your system is updated we can move on to correct your /etc/X11/xorg.conf
Seve