Bug 158109
Summary: | fc4test3 install not possible with Geforce 6200 video card | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mufit Eribol <hme> | ||||||||
Component: | xorg-x11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 4 | ||||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | i386 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2005-05-24 13:39:26 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Mufit Eribol
2005-05-18 19:12:28 UTC
This appears to be a duplicate of bug #157715, only it is reported on x86_64. They could be different issues, but it could be the same issue on multiple architectures too. It is assumed that this is a video driver bug of some sort, and that it is probably not specific to install time. Please do a text mode installation, and then configure X afterwards for the following tests: Run: system-config-display --reconfig Then: Test X and confirm wether the problem occurs or not. If so, can you try adding the following to the driver section of your xorg.conf: Option "XaaNoOffscreenPixmaps" Restart the server and see if the problem still remains. If it doesn't prevent the issue, comment that option out and try the following option instead: Option "XaaNoScreenToScreenCopy" Again restart and test. If the problem still occurs, try putting both of these options in there and testing again. Indicate if that solves the problem. If none of these tests solve the problem, try using Option "noaccel". Which of the above work around the problem if any? Please attach your X server config file and a log file from one of the runs, as individual uncompressed file attachments using the link below. Created attachment 114585 [details]
working xorg.conf
Created attachment 114587 [details]
Xorg.0.log for Option "XaaNoOffscreenPixmaps"
Created attachment 114588 [details]
Xorg.0.log for Option "XaaNoScreenToScreenCopy"
system-config-display --reconfig => gave black screen with mouse cursor. Hard reset to get out. "startx" resulted in blue screen with mouse cursor. Hard reset was the only way to get out. In "Device" section of xorg.conf Option "XaaNoOffscreenPixmaps" => Some startup Gnome icons came up but nothing else other than mouse cursor. Again hard reset to get out. Option "XaaNoScreenToScreenCopy" => X started as expected. Please find attached xorg.conf and log files for your information. If you need any further try please let me know. Thanks for the config and logs. This confirms a problem reported by another user as well. I think we'll probably use "XaaNoScreenToScreenCopy" by default for these chips for FC4, as it's been confirmed to work around the bug. Hopefully, the "nv" driver maintainer can resolve the driver bug in a future update as well. *** This bug has been marked as a duplicate of 157715 *** |