My above patch is not needed. I looked again at the code (src/radeon_dri.c line 742), and the mode bits are cleared to start with, including the fastwrite bit: mode &= ~RADEON_AGP_MODE_MASK; RADEON_AGP_FW_MODE (0x10) is part of RADEON_AGP_MODE_MASK (0x17) and will therefore be cleared.
So bottom line, please just drop 102_radeon_fix_agp_fastwrite.diff. Both parts of the patch are not needed. If anything should be done, it would be to write a warning if fastwrite is enabled in xorg.conf. -- agpFastWrite is always off (ubuntu patch broken) https://bugs.launchpad.net/bugs/115517 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
