Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th March 2008, 09:09 AM
arfra Offline
Registered User
 
Join Date: Mar 2008
Posts: 3
My first fedora inst; some issues

Hi, I recently installed Fedora on my new job laptop. The choice of fedora was not actually mine, but my boss'. I have gentoo installed on my personal laptop and also gentoo on a server I manage at home.

There are a few things that disappointed me, so I thought I would share them here so you can improve the installing process.

I booted into the fedora dvd (after having repartitioned Vista to a smaller size),partitioned my drive (no ReiserFS?), and proceeded.
I selected and deselected packages as needed, also including kde and deselecting gnome since I like kde better.

Took a while to install 918 packages, and it rebooted.

At the first boot, first disappointment: I was dropped to a shell; kdm didn't start automatically.

I logged in as root, realizing that the installing procedure didn't ask me to create a normal user (!!).
I created a normal, unprivileged user, and lauched kdm by hand.

I logged in and started exploring kdm.

Onening a Konsole, I found out that, after su-ing, I wasn't able to call superuser programs (like ifconfig). The reason was, the path for superuser didn't include /usr/sbin and /sbin.

Also, the screen rendering was pretty slow. I found out that the nvidia driver was not installed; I had to download them from the nvidia site (why not put them in the package manager? other dists do (namely, gentoo)).

After having installed and configured the nvidia drivers, and turning on the 3D acceleration, the desktop become decently responding.

All of these issues are quite basilar (creating an unprivileged account, setting up kdm ad startup, setting up path for the shell, installing video drivers (at least for the most commons video cards). The average user could easily miss some of these steps, or having to browse the web to correctly set things up.

best regards,

Arfra

PS: this post isn't intended to flame or anything; it's just some constructive criticism.
Reply With Quote
  #2  
Old 25th March 2008, 09:15 AM
Wayne
Guest
 
Posts: n/a
Quote:
PS: this post isn't intended to flame or anything; it's just some constructive criticism.
Aimed at whom in particular? The Fedora developers don't monitor this forum.

The reason the nVidia drivers were not installed is because they are closed source and it's Fedora's policy to ship only FOSS software.

Fedora isn't really aimed at the beginner because of some of the steps you pointed out might catch them unawares.

If you want root's path when you use su then you should use:

su -

su space dash

Wayne
Reply With Quote
  #3  
Old 25th March 2008, 09:27 AM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,075
Quote:
Originally Posted by arfra
At the first boot, first disappointment: I was dropped to a shell; kdm didn't start automatically.
Fedora uses gdm even when you install only the KDE desktop. If it isn't started automatically then either you installed in text mode or your display card isn't configured properly.
Quote:
Originally Posted by arfra
I logged in as root, realizing that the installing procedure didn't ask me to create a normal user (!!).
A normal user account is created in the "firstboot" program when the system starts in GUI mode (runlevel 5) for the first time. If you boot in text mode, it's assumed that you are an expert user and can create user accounts manually.
Quote:
Originally Posted by arfra
I found out that, after su-ing, I wasn't able to call superuser programs (like ifconfig). The reason was, the path for superuser didn't include /usr/sbin and /sbin.
Using "su" keeps the $PATH of your unprivileged user account. You must use "su -" to set the superuser $PATH (which includes /sbin and /usr/sbin). This works the same way in all Linux and Unix versions including Gentoo.
Quote:
Originally Posted by arfra
I found out that the nvidia driver was not installed; I had to download them from the nvidia site (why not put them in the package manager?
Fedora includes only Free and Open Source software, see: http://fedoraproject.org/wiki/Objectives
Reply With Quote
  #4  
Old 25th March 2008, 11:17 AM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
Quote:
Originally Posted by arfra
Also, the screen rendering was pretty slow. I found out that the nvidia driver was not installed; I had to download them from the nvidia site (why not put them in the package manager? other dists do (namely, gentoo)).
As other guys mentioned, it's a copyright issue.

But, strictly speaking, you can get nvidia and ati graphical drivers to be managed by your package manager, but you need a third party repository to do it. (Again, the copyright issue.)
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #5  
Old 25th March 2008, 01:03 PM
arfra Offline
Registered User
 
Join Date: Mar 2008
Posts: 3
Thanks for your answers. That cleared up most things.

I'm going to reinstall fedora using gnome instead of kde this time. Just to check what turns out different.

Thanks again and cheers.

ArfrA

PS:
Quote:
Originally Posted by markkuk
Fedora uses gdm even when you install only the KDE desktop. If it isn't started automatically then either you installed in text mode or your display card isn't configured properly.
...or, in my case, I told the installer not to install gdm. Video card was actually configured correctly (although not using nvidia drivers, it was working at full resolution).
Reply With Quote
  #6  
Old 25th March 2008, 04:25 PM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
KDE should work fine for you, but you really have to realize that its only there for the sake of compatibility and completeness. Redhat/Fedora really is Gnome-based and your user experience will be much better if you stick there. And yeah, you got it, you MUST install GDM, or edit the right files manually..

And regarding the nvidia drivers.. another good reason for keeping away from the proprietary drivers is related to their bugginess. Much better to have a reliable 2d-only driver than a 3d driver that may be seriously broken (like all their 169.xx+ drivers that break VT on some mobile chips).
Reply With Quote
  #7  
Old 25th March 2008, 04:53 PM
arfra Offline
Registered User
 
Join Date: Mar 2008
Posts: 3
Quote:
Originally Posted by A.Serbinski
...
And regarding the nvidia drivers.. another good reason for keeping away from the proprietary drivers is related to their bugginess. Much better to have a reliable 2d-only driver than a 3d driver that may be seriously broken (like all their 169.xx+ drivers that break VT on some mobile chips).
I'd agree with you, mainly considering the fact that, being this my *job* laptop, I'm not going to play 3d-games with it. Actually, the only 3d thing I've ever run on linux is probably a screensaver (yes, I can easily do without it).

My problem is, without the nvidia drivers my desktop was incredibly slow. Opening kwrite and dragging the window around the screen was a painful experience.

BTW, what 'VT' stands for in you last sentence? ( "like all their 169.xx+ drivers that break VT on some mobile chips").

The reason I ask, is because my own laptop's screen broke somehow. It would display console output, but it turns blank as soon as the resolution is turned up. (no it's not software, it would do the same with a live knoppix and with a fresh windows install).

thanks,

ArfrA
Reply With Quote
Reply

Tags
fedora, inst, issues

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant get to desktop in new inst. Fedora 9 waycon25 Hardware & Laptops 0 25th October 2008 09:28 PM
Need to perfom F9 textmode inst from usb pendrive Lebenskuenstler Installation and Live Media 1 17th September 2008 04:30 PM
fedora 9 issues - nVIDIA issues. Help please! pinoyboy Using Fedora 8 12th June 2008 11:04 AM
Does Fedora play well with existing Windows Inst? Fedored Installation and Live Media 5 26th October 2007 04:17 PM
FC5 Inst. : Help for partition configuration Francois EOL (End Of Life) Versions 9 13th October 2006 03:17 PM


Current GMT-time: 06:09 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat