Fedora 11 Installation and Post Installation Guide |
|
|
| Written by axel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26. Plymouth Graphical Boot
Plymouth is the new Graphical Boot of Fedora 11 which replaces the old RHGB. It requires kernel modesetting (KMS) support to work properly. KMS is currently supported
on most ATI Radeon chips; anything from the Radeon 9500 and newer
should work. Intel KMS support is in development, but is not yet
supported.
For all other graphics hardware, the text plugin is used. If you see only a scrolling bar when booting to Fedora you can try to force your Hardware into graphics mode without using KMS support. To do so reat below at the Graphical Boot Problem. However you could first try and change this theme to another one to see if it works without any changes to your grub.conf.
* Plymouth ThemesBy default only the solar and text themes are installed. To add additional plymouth themes type:
su -
yum install plymouth-plugin-{fade-throbber,label,space-flares,throbgress,two-step}
yum install plymouth-theme-{charge,fade-in,solar,spinfinity}
yum install plymouth-utils
su - plymouth-set-default-theme themename /usr/libexec/plymouth/plymouth-update-initrd ![]() * Graphical Boot Problem
While booting in Fedora 11 you might have seen a blue scrolling bar loading instead of the grub's graphical boot screen. This has happened because of the modesetting option of the kernel that Fedora 11 uses. In order to see the graphical boot you must edit grub.conf and add a vga resolution to it. Here it is how:
su - gedit /boot/grub/grub.conf title Fedora (****) root (hd0,9) kernel /boot/vmlinuz-**** ro root=UUID=**** rhgb quiet vga=792 initrd /boot/initrd-****
vga=792 stands for 1024x768 resolution with 24-bit colours. You can find the resolution you like from the table below.
Colours 640x480 800x600 1024x768 1280x1024 1600x1200 --------+--------------------------------------------- 256 | 769 771 773 775 796 32,768 | 784 787 790 793 797 65,536 | 785 788 791 794 798 16.8M | 786 789 792 795 799 [352] 1280x800 (256 color palette) [353] 1280x800 (8:8:8) 27. xorg.conf is missingMany Fedora users complain that xorg.conf is missing in Fedora 11 and cannot find it in its usual location /etc/X11/xorg.conf to make some changes on their own. Well this is not bug, this is a feature of Fedora 11! But here is how to create xorg.conf if you really need it. As root open a terminal and type:Xorg -configure :1 This will create a default xorg.conf in /root/xorg.conf.new which you can copy to /etc/X11/xorg.conf. If you are using Radeon or Nvidia drivers from rpmfusion repository alternatively type: su - yum install system-config-display system-config-display 28. GUI root loginFedora 11 by default doesn't allow someone to login as root through GDM. Instead you have to login as a normal user and become root through your terminal. However many users still want to login as root. Although I don't approve this here is how to do it. Don't forget that once you login as root its easier to damage your system so don't do the following unless you are sure what you are doing.Open a terminal and type: su -c 'gedit /etc/pam.d/gdm' auth required pam_succeed_if.so user != root quiet #auth required pam_succeed_if.so user != root quietSave the file and logout. Do the same for /etc/pam.d/gdm-password su -c 'gedit /etc/pam.d/gdm-password' su -c 'gedit /etc/PolicyKit/PolicyKit.conf' <match user="root"><return result="yes" /></match> 29. Install Google Chrome on Fedora 11I believe you all know Google's browser, Chrome. A Linux version for Debian/Ubuntu is present for a lot time now. Now you can install Chromium on Fedora 11 as well easily thanks to a Chromium repo by spot.fedorapeople.org. It is available for both 32 and 64bit Fedora versions! To do so open a terminal and type:su - gedit /etc/yum.repos.d/chromium.repo [chromium] name=Chromium Test Packages baseurl=http://spot.fedorapeople.org/chromium/F$releasever/ enabled=1 gpgcheck=0 su -c 'yum install chromium'
Now you can launch Chromium through -> Applications -> Internet -> Chromium Web browser
Some users of x86_64 Fedora have mention a few problems like “Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found” or "Error 0 (net::OK): Unknown error" To resolve them type: su -c 'yum install nss-mdns' 30. Fedora BooksI have received many emails asking me to advise for Fedora and Linux books. Here are some good books you can read and enhance your knownledge on Linux and Fedora. I hope you will find them useful!![]() ![]() ![]() ![]() ![]() ![]() I hope this guide was useful for all Fedora users, old and new ones! If you think there is something that should be added on this guide just leave me a comment below!
** Note: Because of the many sites that are direct linking to my guide I face heavy traffic. If you wish to help me pay for the hosting and bandwidth you can make a donate. Thank you!
Did you enjoy this article? Please share it!
Set as favorite
Share This
Email This
Hits: 131110 Trackback(0)
Comments (33)
![]()
Web Wheeler
said:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This procedure doesn't seem to work for me in Fedora 11 as it did in Fedora 10: Open a terminal and type: su -c 'gedit /etc/pam.d/gdm' Here find the following line auth required pam_succeed_if.so user != root quiet and comment it like this #auth required pam_succeed_if.so user != root quiet Save the file and logout. Now you can login as root. |
|
|
report abuse
vote down
vote up
|
alex
said:
|
there are other files in that directory which also need to have the appropriate line commented out do ls gdm* and then comment out that same line wherever it appears. note that selinux seems to restrict what 'root' can do from a graphical login, so it will still not work 100% -- i am unable to configure services, at the time of this writing. |
|
|
report abuse
vote down
vote up
|
sid
said:
| thanks sir...appreciate it...i have been following your guide since fedora 8...keep up d good work..all d best... | |
|
report abuse
vote down
vote up
|
Philluminati
said:
|
Line reads: yum install plymouth-theme-{charge,fade-in,solar,spinfinity) Needs a closing }, not a closing ) aka: yum install plymouth-theme-{charge,fade-in,solar,spinfinity} |
|
|
report abuse
vote down
vote up
|
Dark
said:
|
hello ! First of all thanks alot for the guide helped alot !! but got a problem with grub.conf ! title Fedora (****) root (hd0,9) kernel /boot/vmlinuz-**** ro root=UUID=**** rhgb quiet vga=792 initrd /boot/initrd-**** i did it i changed vga=795 but it didnt work for me ! it said unknown videomode and came up the same blue bar after 30secs , secondly i tried vbetest as Root but it said unknown command ! thanks. |
|
|
report abuse
vote down
vote up
|
Alex Hilton
said:
| I just wanna express my appreciation to authors. Thank you very much! | |
|
report abuse
vote down
vote up
|
Dark
said:
|
Graphics Processor: GeForce 8600M GT VBIOS Version: 60.84.66.00.a0 Memory: 512 MB Bus Type: PCI Express 16X NVIDIA Driver Version: 185.18.14 |
|
|
report abuse
vote down
vote up
|
Dark
said:
|
And another big problem i am facing from last night is that firefox while playing youtube videos is hanging after like every 10 - 15 secs , hangs and runs and after playing a minute or two sounds gone ! i have installed all plugins for pulse-audio etc , and system sounds are working alright only firefox putting this problem ! VLC player hangs while playing anything also the same way ! REAL player is install very smoothly but when i click on it , it just doesnt shows up ! Doesnt Runs ! Compiz-Fuzion installed correctly working fine but i couldnt figure out how to auto revolve the cube Auto ! Thanks in Advance ! |
|
|
report abuse
vote down
vote up
|
Jimmy
said:
|
I'm unable to run xterm -d . Is there some setting I'm missing that wouldn't allow this to work. This is the script that i'm trying to run and it worked fine before I reinstalled the server. I do the xhost + on my machine before attempting to run the script. thanks for your help. Jimmy |
|
|
report abuse
vote down
vote up
|
Fareed
said:
| im new to linux ur given solution work fine. thnks a lot. | |
|
report abuse
vote down
vote up
|
1
said:
| I have installed vbestest but I get seg fault when I use vbetest . what to do ? | |
|
report abuse
vote down
vote up
|
herli menezes
said:
|
My native language is Portuguese, I have just installed Fedora 11 and Gnome. Spelling marks are displayed correctly in Gnome Desktop, but not in KDE environment. So, spelling marks in words like não, are diplayed at K-desktop as n~ao. Language and keyboard are set correclty. What can I do? HJdM |
|
|
report abuse
vote down
vote up
|
praveen kumar
said:
| Excellent guide it really help me a lot ........... | |
|
report abuse
vote down
vote up
|
DanBT
said:
|
Well thanks for the guide it is nice. However, I ran into problems with Eclipse (Fedora-11, Ganymede, Galileo). When starting Eclipse, I get: JVM terminated. Exit code=-1 -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m -Djava.class.path=/f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar -os linux -ws gtk -arch x86 -showsplash /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.platform_3.3.200.v200906111540/splash.bmp -launcher /f-App1/Projects/Eclipse/Galileo/eclipse -name Eclipse --launcher.library /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520/eclipse_1206.so -startup /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar -product org.eclipse.epp.package.jee.product -vm /opt/jdk1.6.0_16/bin/../jre/lib/i386/client/libjvm.so -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m -Djava.class.path=/f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar So how to fix this? Thanks! |
|
|
report abuse
vote down
vote up
|
satheesh
said:
|
Hi I installed & updated some of the useful packages based on your valuable guide lines. But unfortunately, rhytmbox and totem stoped playing music after the gstreamer plugin installation this are the few lines i saw when they are started from the terminal (rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstdeinterlace.so': /usr/lib/gstreamer-0.10/libgstdeinterlace.so: undefined symbol: gst_video_format_parse_caps_interlaced (rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libresindvd.so': /usr/lib/gstreamer-0.10/libresindvd.so: undefined symbol: gst_navigation_event_parse_command (rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstrtsp.so': /usr/lib/gstreamer-0.10/libgstrtsp.so: undefined symbol: gst_rtsp_connection_set_tunneled ** (rhythmbox:2570): CRITICAL **: gst_ring_buffer_commit_full: assertion `buf->data != NULL' failed Traceback (most recent call last): File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 43, in _contents_cb (contents, length, etag) = file.load_contents_finish(result) glib.GError: Bad Request how can i figure out this |
|
|
report abuse
vote down
vote up
|
Jack-fedora
said:
|
Hi, thanks for the guide! One small typo... There's an "h" missing in the Plymouth theme command: yum install plymout-utils -- it should be: yum install plymouth-utils It's a small typo, but may be useful for those who are new to Linux/Fedora. Thanks |
|
|
report abuse
vote down
vote up
|
André da Palma
said:
|
I'm on Asus EEEPC 1101HA running Fedora 11 with Gnome. With this fix everything goes OK. I don't know why but a got a graphical correction too following the steps 21 and 22. Thank you |
|
|
report abuse
vote down
vote up
|
Rana Amit
said:
|
su -c 'yum install chromium' Loaded plugins: aliases, allowdowngrade, auto-update-debuginfo, basearchonly, : blacklist, changelog, downloadonly, fastestmirror, filter-data, : keys, list-data, merge-conf, post-transaction-actions, presto, : priorities, protect-packages, protectbase, refresh-packagekit, : refresh-updatesd, remove-with-leaves, rpm-warm-cache, security, : show-leaves, tmprepo, tsflags, upgrade-helper, verify, : versionlock, whiteout Traceback (most recent call last): File "/usr/bin/yum", line 29, in yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 309, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 157, in main base.getOptionsConfig(args) File "/usr/share/yum-cli/cli.py", line 189, in getOptionsConfig self.conf File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 652, in conf = property(fget=lambda self: self._getConfig(), File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 237, in _getConfig startupconf.pluginconfpath,disabled_plugins,enabled_plugins) File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 408, in doPluginSetup plugin_types, confpath, disabled_plugins, enabled_plugins) File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 163, in __init__ self.run('config') File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 180, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/yum-plugins/tmprepo.py", line 179, in config_hook parser.values.tmp_repos = [] AttributeError: OptionGroup instance has no attribute 'values' how do i fix this problem?? |
|
|
report abuse
vote down
vote up
|
Write comment
You must be logged in to a comment. Please register if you do not have an account yet.
| < Prev | Next > |
|---|















