aboutsummaryrefslogtreecommitdiffstats
path: root/en/support/index.php
blob: 0b345c7434a0d49a9a580daf63730293614be661 (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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
    <meta charset="utf-8">
    <title>Support for Mageia distribution</title>
    <meta name="description" content="List of support resources for Mageia distribution.">
    <meta name="keywords" content="mageia, linux, support, help, hardware, qa, test">
    <meta name="author" content="Mageia">
    <link rel="stylesheet" type="text/css" href="/g/style/all.css" >
    <?php include '../../analytics.php'; ?>
</head>
<body>
    <?php include '../../langs.php'; ?>
    
    <div id="doc" class="yui-t7">
        <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">Support</span></h1></div>
        <div id="bd" role="main">
            <div class="yui-g">
                <div class="para donate">
                    <div class="qsidesummary">
                        <ul>
                            <li><a href="#comm">Community Support</a></li>
                            <li><a href="#pro">Professional Support</a></li>
                            <li><a href="#hw">Hardware Requirements</a></li>
                        </ul>
                    </div>
                    <h2 id="comm">Community Support</h2>
                    <p>If you need help, information or directions about the Mageia distribution
                        you installed or about the project, you can try to reach us through:</p>
                    <ul class="hl">
                        <li><a href="http://forums.mageia.org/en/">Community support forums</a> in English
                            &ndash; see <a href="https://forums.mageia.org/en/viewforum.php?f=20">other
                                Mageia community forums</a> for support in your language;</li>
                        <li>IRC channels where you can discuss live with other Mageia users and contributors:
                            <a href="irc://irc.freenode.net/#mageia" hreflang="en">#mageia</a>
                            or other localized <a href="http://mageia.org/wiki/doku.php?id=irc#channels_in_other_languages">channels</a>;
                        </li>
                        <li>our <a href="http://mageia.org/wiki/">Wiki</a> (still rough at the time, we're working on it!).</li>
                        <li>(to be done: mailing-lists, documentation, local events info)</li>
                    </ul>

                    <hr />

                    <h2 id="pro">Professional Support</h2>
                    <p>Mageia.Org does not provide or endorse commercial/professional
                        support or other services around the distribution.
                        But there are organizations providing such services and more.</p>
                    <p>Please check the <a href="/wiki/doku.php?id=commercial_vendors">commercial vendors</a> list.</p>

                    <hr />

                    <h2 id="hw">Hardware Requirements</h2>
                    <p>Mageia software runs on most x86 computer systems available as of today, April 2011.</p>

                    <p>You can follow this hardware requirements list:</p>
                    <ul class="hl">
                        <li>Processor: any AMD, Intel or VIA processor;</li>
                        <li>Memory (RAM): 512MB minimum, 2GB recommended;</li>
                        <li>Storage (HDD): 1GB for a minimal installation, 6GB for a full setup;</li>
                        <li>Optical drive: CD or DVD depending on the ISO you use (network, USB key installation available);</li>
                        <li>Graphic card: any ATI, Intel, Matrox, nVidia, SiS or VIA graphic card;</li>
                        <li>Sound card: any AC97, HDA or Sound Blaster sound card.</li>
                    </ul>
                    <p>For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly,
                        specific firmware or software may be needed, this is available in a specific
                        online repository called "nonfree" (learn more).</p>

                    <p class="dlinfo">We may set up a hardware compatibility list/directory
                        as well as a hardware certification process; but that's
                        still at the planning stage. Feel free to join/contact our
                        <a href="/wiki/doku.php?id=web">Web</a> and <a href="/wiki/doku.php?id=qateam">QA</a> teams
                        if you would like to help in this regard.</p>

                    <hr />
                </div>
            </div>
        </div>
    </div>
</body>
</html>