blob: 5e1800567403c11c6f470eca85b878717b76a492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Drop%20mkinitrd%20completely%20in%20favour%20of%20dracut.&In-Reply-To=%3C4ED959F7.2070300%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010111.html">
<LINK REL="Next" HREF="010120.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.</H1>
<B>Anssi Hannula</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Drop%20mkinitrd%20completely%20in%20favour%20of%20dracut.&In-Reply-To=%3C4ED959F7.2070300%40mageia.org%3E"
TITLE="[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.">anssi at mageia.org
</A><BR>
<I>Sat Dec 3 00:06:31 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010111.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI>Next message: <A HREF="010120.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10114">[ date ]</a>
<a href="thread.html#10114">[ thread ]</a>
<a href="subject.html#10114">[ subject ]</a>
<a href="author.html#10114">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 03.12.2011 00:18, Thomas Backlund wrote:
><i> Anssi Hannula skrev 2.12.2011 23:17:
</I>>><i>
</I>>><i> Patch attached. I guess this would remain as a Mageia specific patch as
</I>>><i> the wanted behavior is dependant on how the distribution handles driver
</I>>><i> switching etc...
</I>><i>
</I>><i> Speaking of driver switching...
</I>><i>
</I>><i> Is it possible to detect missing radeon firmware in initrd in early
</I>><i> boot, and then switch to loading radeon with modeset=0 ?
</I>
Seems doable (if a bit hacky), but unfortunately new radeon cards (at
least cayman/northern islands) do not work without KMS at all (while
slightly older cards like Evergreen mostly work but without any kind of
2d/3d acceleration).
This also means that X server will fail to start since it doesn't
fallback to autodetection (and therefore vesa) when the card is
explicitely listed in xorg.conf.
Not quite sure what is the best way forward.
BTW, shouldn't we regenerate initrds when installing radeon-firmware for
the first time?
--
Anssi Hannula
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010111.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI>Next message: <A HREF="010120.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10114">[ date ]</a>
<a href="thread.html#10114">[ thread ]</a>
<a href="subject.html#10114">[ subject ]</a>
<a href="author.html#10114">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|