Summary: | Fedora 8 / Xorg 7.3 - VT switch yields all-white screen on ATI Mobility 7500 | ||
---|---|---|---|
Product: | xorg | Reporter: | Erez Hadad <erez.hadad> |
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> |
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | erez.hadad |
Version: | 7.3 (2007.09) | Keywords: | regression |
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Description
Erez Hadad
2007-12-15 13:26:47 UTC
Created attachment 13129 [details]
A zip of confs and logs of the original problem on Fedora 8
Created attachment 13130 [details]
Fedora Core 2 conf and log - without the problem
Does commenting out line 4040 (OUTREG(RADEON_LVDS_PLL_CNTL, restore->lvds_pll_cntl);) of radeon_driver.c from ati git master help? (In reply to comment #3) > Does commenting out line 4040 (OUTREG(RADEON_LVDS_PLL_CNTL, > restore->lvds_pll_cntl);) of radeon_driver.c from ati git master help? > This modification changes something, but doesn't fix the problem. With this modification, the screen becomes all-white at once instead of the fade-like effect that was before. I attached the log in attachment #3 [details] [review]. Also, I tried commenting line 4039 w/ and wo/ 4040, but this causes the screen to simply blank at VT switch. As always, the screen is properly restored when switching back to graphics mode. I attached the logs for 4039+4040 and 4039 alone in attachments 4 and 5, respectively. Created attachment 13186 [details]
Log with line 4040 commented
Created attachment 13187 [details]
Log with both 4039 and 4040 commented
Created attachment 13188 [details]
Log with only 4039 commented
Can you try again with ati git master (commit 653da558148cc601bc1f80253e92ef98c75ef37a)? (In reply to comment #8) > Can you try again with ati git master (commit > 653da558148cc601bc1f80253e92ef98c75ef37a)? > First, there was an update to both kernel and xorg driver (probably following the announcement on the xorg-ati list). I applied the update and got back to square 1, that is, switching to text mode creates a fade-to-white effect and the display is resumed only when switching back to graphics. Current kernel version: 2.6.23.9-85.fc8 Current xorg-ati version: xorg-x11-drv-ati-6.7.196-2.fc8 Second, git revert 653da558148cc601bc1f80253e92ef98c75ef37a does not work ("Could not find ...") So I started clean and did "git clone", rebuilt and installed the driver. Still the exact same effect of fade-to-white. I attached the log. Last, I have a few questions, given that the old FC2 driver works perfectly: 1. is it possible to read back register values that were previously written to the card? 2. If the answer to 1 is "yes", can I add an option to the xorg.conf to make it read and display all register values in the log after every write? If the answer to both questions is "yes", then using a remote console I can simply compare the register values after switching to text mode (in FC2 and F8), and immediately provide the correct values that need to be written. 3. I noticed that my kernel version is SMP although I have only one processor (old P4 2.2GHz). Can this have anything to do with the display problem? This is just a long shot.. 4. What are PLL values? There's a mail in the list (from "Yanick..") which suggests that if we make the driver compute PLL values instead of relying on the BIOS there's a good chance the problem may be solved. I tried the setting of "IgnoreEDID" "on" and "LVDSProbePLL" "off" but nothing changes the problem. Created attachment 13338 [details] Xorg.0.log of driver from git master (in response to comment #8) I have the same problem that you do. However, I also experience the same effect changing resolutions in X itself. I found out that the Option "XaaNoOffscreenPixmaps" or using EXA for acceleration causes the fade to white effect if enabled. Is this still an issue with a newer driver (6.9.0 or newer)? (In reply to comment #12) > Is this still an issue with a newer driver (6.9.0 or newer)? > Hi Alex. I am about to install F10 (+ latest updates) on my laptop sometimes in the next 10 days (until next weekend). When I'm done installing, I'll check the driver for VT behavior and let you know. Closing as Fedora now has KMS deployed for this hardware. Reopen if this is still an issue. |
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.