Announcement

Collapse
No announcement yet.

typical new guy problems im hoping

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    typical new guy problems im hoping

    hello.
    im new to linux and command lines and such.
    first off is the specs:

    intel mobo
    p4 3.0 ghz socket 775
    ati x800 256meg
    sound card removed for time being

    i have the 5.10 release "breezy"
    problem goes as follows:
    i insert the disc
    format the entire hd
    i choose the default install (not server)
    it never asks me for my video card info
    (ive read in another thread i think that its supposed to?)
    it ejects the disc and reboots
    and after its all said and done i dont have a gui

    ive tried a few things ive jotted down that ive seen
    things like:
    "sudo dpkg-reconfigure kdm (and xserver-xorg)"
    "apt-get install kdesktop"
    and a couple others i cannot recall
    (i am on a computer at my campus now)

    any suggestions/pointers would be useful
    thank you so much in advance

    ps. i dont know how to post code or anything either, knoppix will boot up and i can get online when i get home. but ill need even basic commands to get me through this.

    pps. this is why i specifically wanted to learn linux, to get used to powerful command lines, open source projects, and an overall higher knowledge of computers. thanks again.

    #2
    Re: typical new guy problems im hoping

    It sounds as if you've already done
    Code:
    sudo dpkg-reconfigure xserver-xorg
    and
    Code:
    sudo apt-get update
    sudo apt-get install --reinstall kubuntu-desktop
    Have you tried this?
    Code:
    startx
    or just pressing Control-Alt-F7?
    Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

    Comment


      #3
      Re: typical new guy problems im hoping

      Originally posted by aysiu
      It sounds as if you've already done
      Code:
      sudo dpkg-reconfigure xserver-xorg
      and
      Code:
      sudo apt-get update
      sudo apt-get install --reinstall kubuntu-desktop
      Have you tried this?
      Code:
      startx
      or just pressing Control-Alt-F7?
      yea ive tried that, as well as reinstalling all together.

      Comment


        #4
        Re: typical new guy problems im hoping

        try installing xorg-driver-fglrx
        Code:
        sudo apt-get install xorg-driver-fglrx
        After installation,
        Code:
        sudo nano /etc/modules
        and add fglrx to the bottom of the file, write it out (ctrl O) and exit (ctrl X). Now try
        Code:
        sudo dpkg-reconfigure xserver-xorg
        and instead of choosing ATI for the display driver, choose fglrx
        <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

        Comment


          #5
          Re: typical new guy problems im hoping

          Originally posted by Nirvana
          try installing xorg-driver-fglrx
          Code:
          sudo apt-get install xorg-driver-fglrx
          After installation,
          Code:
          sudo nano /etc/modules
          and add fglrx to the bottom of the file, write it out (ctrl O) and exit (ctrl X). Now try
          Code:
          sudo dpkg-reconfigure xserver-xorg
          and instead of choosing ATI for the display driver, choose fglrx
          thanks man ill be sure to try that.
          i had to format and reinstall xp though cuz i have to do a few papers this week.

          ill partition and try this out tomorrow though!

          Comment

          Working...
          X