Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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 :
    Code:
    su -
    yum -y install yumex
    Look for Yum Extender in Menu.

    Which Graphics Card do you have? Execute this
    Code:
    su -
    /sbin/lspci | grep -i vga
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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.

  4. #4
    Just 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.

  5. #5
    Just 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??

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  7. #7
    Just Joined!
    Join Date
    Feb 2008
    Posts
    19
    There is no Xorg.conf file at all, do I need to download it?

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Linux is case sensitive. Its Capital X in X11.
    Code:
    cat /etc/X11/xorg.conf
    In case it doesn't show any contents, post the output of this
    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

  9. #9
    Just Joined!
    Join Date
    Feb 2008
    Posts
    19
    Ok, I get, applnk fontpath.d prefdm xinit Xmodmap Xresources.

  10. #10
    Just 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.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...