Results 1 to 10 of 11
So I decided I want to slowly transition to linux, I made the first step by dual booting with win7 and fedora 11. I'm liking it, and everything works out ...
- 07-14-2009 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
Noob needs help
So I decided I want to slowly transition to linux, I made the first step by dual booting with win7 and fedora 11. I'm liking it, and everything works out of the box.
BUT:
I have no Idea how to use the terminal (and can't find any decent guides)
and I have no idea how to install things, use RPM, etc. For instance I'm trying to install video card drivers and I have no idea where to start.
HALP!
- 07-14-2009 #2
For using Terminal, check here.
yum is default package manager of Fedora and you can install/remove/upgrade packages through it. Your machine must have internet access to install packages because yum download packages from sources and install those in your machine.
I would suggest you to install Graphical Interface of yum, Yum Extender.
Execute this in Terminal :
Look for Yum Extender in Menu.Code:su - yum -y install yumex
Which Graphics Card do you have? Execute this
Post output here.Code:su - /sbin/lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-14-2009 #3
This page should help you out on getting started on Fedora.
And here is a list of a LOT bash commands.
And here is a tutorial on the terminal.
I hope these help.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-14-2009 #4Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
Thanks guys, jd512 I have those bookmarked now. Thank you.
I should have started by saying that my graphics card is a visiontek radeon 4870 1gb. I installed yumex, but I don't know where it is so I can run it..... xD I'm working along though.
Edit.... nevermind I figured out how to start Yumex.
- 07-14-2009 #5Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
Update: **** I still can't get my graphics card driver installed. I'm letting yum extender go through it's entire like 205 updates, maybe that will help.
Let yum go through it's gamut of updating. no luck. Any help??
- 07-15-2009 #6
Post the contents of /etc/X11/xorg.conf file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-15-2009 #7Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
There is no Xorg.conf file at all, do I need to download it?
- 07-15-2009 #8
Linux is case sensitive. Its Capital X in X11.
In case it doesn't show any contents, post the output of thisCode:cat /etc/X11/xorg.conf
Code:ls /etc/X11
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-15-2009 #9Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
Ok, I get, applnk fontpath.d prefdm xinit Xmodmap Xresources.
- 07-16-2009 #10Just Joined!
- Join Date
- Jul 2009
- Location
- Alabama
- Posts
- 1
From what I understand, Fedora 11 doesn't use an xorg.conf file for configuration.... don't hold me to that though.


Reply With Quote