(→Common Issues: add: keyboard layout issues for crypto password when installing from a live image) |
|||
Line 53: | Line 53: | ||
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. | 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>. | 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. | ||
Disabling compiz might also help. | |||
If the driver pick up wrong resolution, you may try to create <code>/etc/X11/xorg.conf</code> and wrote down your monitor capabilities and force your native monitor resolution. See [https://bugzilla.redhat.com/show_bug.cgi?id=474339 Bugzilla: 474339] for possible workaround. | |||
=== Fedora 10 i686 Xen guest won't boot === | === Fedora 10 i686 Xen guest won't boot === |
Revision as of 10:35, 9 December 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.
Release Summary, Announcement and Notes
- Releases/10/ReleaseSummary - Make sure you read this page and related references in detail.
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
DNS resolver not reliable
link to this item - Bugzilla: 459756
Name resolver in Fedora 10 does not work reliably in combination with some DNS servers. The symptoms are intermittent failures and/or unusually long delays in resolving DNS names. As a temporary workaround, using dnsmasq on localhost is reported to work.
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
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.
If the driver pick up wrong resolution, you may try to create /etc/X11/xorg.conf
and wrote down your monitor capabilities and force your native monitor resolution. See Bugzilla: 474339 for possible workaround.
Fedora 10 i686 Xen guest won't boot
link to this item - Bugzilla: 470905
Fedora 10 (i686) must use the kernel-PAE
package to run as a Xen guest. The installer fails to choose this kernel when it is being installed under Xen, so the installed system will not boot.
As a workaround, you can use a kickstart file to install kernel-PAE
. An updates.img
file that fixes this problem should be made available soon.
Error upgrading systems with kernel-xen installed
link to this item - Bugzilla: 472462
If you try to upgrade a system with kernel-xen
installed, anaconda will fail with an error message ending with:
PackageSackError: No Package Matching kernel
kernel-xen
has been removed from Fedora and no upgrade exists in Fedora 10. Xen host services are now provided by xenner
. Remove kernel-xen
from your system and the upgrade will complete normally.
Installing Fedora 10 DomU on Fedora 8 Dom0 Fails
link to this item - Bugzilla: 458164
Previous versions of fedora had a distinct kernel image for Xen domains. This
is no longer the case for Fedora 10. The version of python-virtinst
on Fedora 8 is not aware of this change.
A newer build of python-virtinst
has been created in
updates-testing. Try this test version and give it some positive karma if it works for you.
Wrong keyboard layout when entering boot crypto password
link to this item - Bugzilla: #472964
If a live medium was used to install Fedora, the system uses the us keyboard layout, when you are prompted for your crypto boot password. Once the system was sucessfully booted, running /usr/libexec/plymouth/plymouth-update-initrd
as root updates the keyboard table in the initramfs file to the current one. A reference of the us keyboard layout can be found at Wikipedia.