Summary: | picture misses colors and has pixel-lines instead | ||
---|---|---|---|
Product: | xorg | Reporter: | Evgeni Golov <evgeni> |
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | major | ||
Priority: | high | CC: | nate |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Description
Evgeni Golov
2007-10-06 16:59:05 UTC
Created attachment 11921 [details]
photo of my screen, showing gdm almost without colors
does changing line 105 of radeon_modes.c help: - new = xf86CVTMode(radeon_output->PanelXRes, radeon_output->PanelYRes, 60.0, TRUE, FALSE); + new = xf86CVTMode(radeon_output->PanelXRes, radeon_output->PanelYRes, 60.0, FALSE, FALSE); it's line 106, but yeah, that helps. thank you. Should be fixed in git. Yes it is fixed as of commit 051435610a66735fd455bbb526fa294fcfe8c0b6. Thank you for you'r great work. Created attachment 11935 [details]
Photo of my screen showing greys not displayed right
I am also seeing some color problems with 6.7.195. Anything in the lighter grey area turns white. Here is a photo of my monitor, a Dell 1905FP, of the freedesktop.org home page. Notice the border around the fd.o logo is missing, also around the wiki nav bar.
Created attachment 11936 [details]
A screen capture of the same window
Just for thoroughness, here is a screen capture showing what the color should look like.
(In reply to comment #6) > I am also seeing some color problems with 6.7.195. Anything in the lighter > grey area turns white. Here is a photo of my monitor, a Dell 1905FP, of the > freedesktop.org home page. Notice the border around the fd.o logo is missing, > also around the wiki nav bar. > Is this a regression from 6.7.194? Is this a dual dvi card? Please attach your xorg log and config. Created attachment 11937 [details]
My xorg.conf
Created attachment 11938 [details]
My current xorg.log
(In reply to comment #8) > Is this a regression from 6.7.194? I have not tried 6.7.194 yet. I jumped from 6.6.x to 6.7.195. I'll give it a shot. > Is this a dual dvi card? No, this is a Radeon Xpress 200 with a single analog output. > Please attach your xorg log and config. Will do. (In reply to comment #11) > (In reply to comment #8) > > Is this a regression from 6.7.194? > > I have not tried 6.7.194 yet. I jumped from 6.6.x to 6.7.195. I'll give it a > shot. I had the same problem with 6.7.194 as I did with 6.6.x. My monitor goes into power save mode and the X server takes up 100% cpu. I can renice it to a lower priority, but I can't kill it. At least 6.7.195 gets the output correct. (In reply to comment #5) > Yes it is fixed as of commit 051435610a66735fd455bbb526fa294fcfe8c0b6. > Thank you for you'r great work. I tried this version too and the colors are still wrong for me. :( (In reply to comment #13) > (In reply to comment #5) > > Yes it is fixed as of commit 051435610a66735fd455bbb526fa294fcfe8c0b6. > > Thank you for you'r great work. > > I tried this version too and the colors are still wrong for me. :( > logs? config? Created attachment 11968 [details] Xorg.0.log for 051435610a66735fd455bbb526fa294fcfe8c0b6 Here is the log. The config is the same as attachment 11937 [details]. The should be fixed in 6.7.196 and git master. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.