LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Crazy display issues Fedora v3 (https://www.linuxquestions.org/questions/fedora-35/crazy-display-issues-fedora-v3-305282/)

adoti 03-23-2005 07:48 PM

Crazy display issues Fedora v3
 
OK so this is going to be kinda hard to explain...

But after I log into Fedora's GUI, everything intiially looks alright, but when I open windows etc.. I get a weird ghosting, missing, background, overlapping, effect that makes reading or clicking on anything in the window possible.

I have tried to get at the Display tools and tweak the video card and monitor, it's tough but I can mange it after about 30 minutes of minimizing and maximizing the window to get it to paint correctly.

At one time I had everything appearing correctly, but then got wiley and tried to increase my resolution, and then it went back to this, which is the way it was right after first install.

Is there a default super safe setting for the xorg.conf file? I cant seem to find one anywhere. And if there is, how would I get at it to make the changes?

Thanks!

-A

teckk 03-23-2005 08:56 PM

You didn't give too much detail but at Konsole
system-config-display
will alow you to set screen size and color depth ect.

adoti 03-24-2005 12:33 AM

So i gave up trying to repair it and grabbed a spare video card and eplaced the OEM one.
After that I did a fresh reinstall of Fedora nd all is good.
Thanks.
-A

sbassett 03-24-2005 02:43 PM

If this should happen again I would strongly suggest using the command

system-config-display --reconfig

This will rescan all hardware and let you adjust the sugested default settings.

adoti 03-24-2005 06:23 PM

I think the system was running that script, because sometimes i would select a video card driver that wasnt compatible and then dumped me into a video config prog that looked DOS based. it would set my card at Intel 816, but then after returing to Fedora desktop, i still got crazy behavior.

sbassett 03-24-2005 07:24 PM

The reconfig flag will basically dump you into a safe graphical setup.

adoti 03-24-2005 11:27 PM

right, exactly, it's that "safe setup" was what was still bad, which is what lead me to suspect my video card was bad. and sure enough it must have been cause i have been fine since replacing it.
thanks for the help.
-a

ciberrust 03-28-2005 09:59 PM

same problem but in vaio laptop and Intel 815EM chipset....

i cannot change the video card so can u thing about a soloution?

thanx!

ciberrust 03-29-2005 07:40 AM

Option "noaccel"
 
hi i found the soloution for anyone who has the same prob.

as root you need to edit the file/etc/X11/xorg.conf

In the Section "Device" Add the line Option "noaccel" so that it looks like it does below, then reboot and it should be fine.

Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 810"
Option "noaccel"
EndSection


All times are GMT -5. The time now is 10:22 PM.