From Fedora Project Wiki

m (Whoops, old style markup)
(Add ATI Radeon problems)
Line 40: Line 40:
To work around this issue, run the following command in a terminal, and then restart:
To work around this issue, run the following command in a terminal, and then restart:
<pre>su -c 'yum remove imsettings'</pre>
<pre>su -c 'yum remove imsettings'</pre>
=== ATI Radeon problems ===
<small>[[Common F10 bugs#ATI_Radeon_problems|link to this item]]</small>
It is mentioned in the [http://docs.fedoraproject.org/release-notes/f10preview/en_US/What_is_New_for_Installation_and_Live_Images.html#sn-Kernel_modesetting release notes], but you might have overlooked it:
The kernel modesetting drivers for ATI Radeon are still in development and buggy. Some of the issues are tracked on [http://admin.fedoraproject.org/pkgdb/packages/bugs/xorg-x11-drv-ati xorg-x11-drv-ati] while others are tracked with the kernel.
If you see display-related problems on ATI Radeon then you can try adding <code>nomodeset</code> to the kernel boot prompt in grub or permanently in <code>/etc/grub.conf</code>.
Disabling compiz might also help.


== References ==
== References ==

Revision as of 21:38, 21 November 2008

Fedora 10 - Common Bugs and Known Issues

This page documents common bugs in Fedora 10 and, if available, fixes or workarounds for these problems. If you find your problem in this page, do not file a bug for it. Where appropriate, a reference to the current bug(s) in Bugzilla is included.


My Bug Is Not Listed

Not every bug is listed in this page. You can use bugzilla queries in the bottom of this page for that. We have collected this based on commonly discussed issues in our mailing lists and forums. If you believe any particular bug report is missed out here and if you have wiki access, add it this page or contact Rahul Sundaram with the bugzilla report number explaining why you believe that particular report qualifies as a common issue.

Common Issues

GNOME session saving broken

link to this item - Bugzilla: 465321 and GNOME Bugzilla: 552387

The GNOME session management subsystem is being completely rewritten (see this page and this page), so this particular feature is in flux right now. This blog entry discusses a helpful workaround.

Xfce Window Manager and Window Manager Tweaks broken

link to this item - Bugzilla: 471927

Due to a gtk2 bug in F10, the Xfce tools for "Window Manager" and "Window Manager Tweaks" may give the following error:

"These settings cannot work with your current window manager (imsetting-xim)"

To work around this issue, run the following command in a terminal, and then restart:

su -c 'yum remove imsettings'

ATI Radeon problems

link to this item

It is mentioned in the release notes, but you might have overlooked it:

The kernel modesetting drivers for ATI Radeon are still in development and buggy. Some of the issues are tracked on xorg-x11-drv-ati while others are tracked with the kernel.

If you see display-related problems on ATI Radeon then you can try adding nomodeset to the kernel boot prompt in grub or permanently in /etc/grub.conf. Disabling compiz might also help.

References