summaryrefslogtreecommitdiffstats
path: root/help-install/pa/main::opt::o_splash.html
blob: 7a56e450e29c674328025de491553c0026b1300d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<h3>
<a name="o_splash">ਕਰਨਲ ਚੋਣਾਂ: splash</a>
</h3>

<p>
The splash screen is the picture shown during system start-up.
<ul>
  <li><em>splash=0</em> -- The splash screen is switched off. This may be useful with very old monitors or if some error occurs.</li>
  <li><em>splash=verbose</em> -- Activates splash, kernel and boot messages are still shown.</li>
  <li><em>splash=silent</em> -- Activates splash, but no messages. Instead a progress bar is drawn.</li>
</ul>
</p>
an>, 'gnome-xorg': 'Gnome X.org', 'LXDE':'LXDE', 'MATE':'Mate', 'Cinnamon':'Cinnamon', '23E17':'Enlightenment', '07IceWM':'IceWM', '26Openbox':'Openbox', '03WindowMaker':'WindowMaker', '09Fvwm2':'Fvwm2', }.get(x,'Other') def get_desktop_name2(x): return { 'KDE':'KDE Plasma', 'XFCE':'Xfce', 'LXQt':'LXQt', 'MATE':'Mate', 'GNOME':'Gnome', 'X-Cinnamon':'Cinnamon', }.get(x,'unknown') def is_installed(name): mi = rpm.TransactionSet().dbMatch('name', name) release = "" for h in mi: release = (h['release']) if release.endswith("tainted"): repo = 'tainted' elif release.endswith("nonfree"): repo = 'nonfree' else: repo = '' return release != "", repo