Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: need help choosing UNIX distribution

                  
   
  1. #21

    Default

    If you have nvidia graphics, install the drivers with envy. (google)
    I think you can change the res with the nvidia-config app.

  2. #22
    DCEmu Rookie kyyubidx's Avatar
    Join Date
    Jan 2007
    Location
    Braga, Portugal
    Posts
    217
    Rep Power
    67

    Default

    i thought of that... but i have to install them as a root and it won't allow me tp login as one claiming i can't do it on that screen

  3. #23

    Default

    I mean the ones in the repositories via synaptic.

    You need to add the universe and multiverse repositories.
    https://help.ubuntu.com/community/Repositories/Ubuntu

    That'll work on 7.04

    And if you get wine, make sure to get it from their site, not the repositories, it's an old build.
    http://www.winehq.org/site/download-deb

    Direct link to deb package.
    http://wine.budgetdedicated.com/archive/ubuntu/feisty/wine_0.9.40~winehq0~ubuntu~7.04-1_i386.deb

    Definitely don't go with that .run package they have, it once screwed my install to hell. Use the app named "Envy" to install them.
    http://www.albertomilone.com/nvidia_scripts1.html

  4. #24
    DCEmu Rookie kyyubidx's Avatar
    Join Date
    Jan 2007
    Location
    Braga, Portugal
    Posts
    217
    Rep Power
    67

    Default

    panic! a friend of mine gave the OLD display drivers from the repositories and i installed them not knowing they were the OLD ones... now i X doesn't boot up and i dunno the commands to tell it to go get the new drivers from the removable device connected to ti... anyone? plz? its urgent

  5. #25
    DS LUA Coder Junixx's Avatar
    Join Date
    Mar 2006
    Location
    Missouri, USA
    Posts
    1,386
    Rep Power
    78

    Default

    Ok (I hate it when X breaks)

    you should be able to sometime get back to the CLI (command line input) screen if you dont diagnose the problem etc.

    put in your login name and password then type this:

    sudo nano /etc/X11/xorg.conf

    after that find someplace that shows your video card and if its Nvidia it might look something like this:

    Quote Originally Posted by My Xorg.
    Section "Device"
    Identifier "nVidia Corporation G71 [GeForce 7300 GS]"
    Driver "nvidia"
    EndSection
    change "nvidia" to "nv" and see if that helps..... oh and about the MP3 thing, Id recommend to install XMMS, thats what I use anyway, its kind of like WinAmp, you can find it via Synaptic, it will install Mp3 things and you might grab some other plugins like wma while your at it

    (PS - If its an intel video card try "mesa" or "vesa"...if its ati try "ati")

  6. #26

    Default

    Yeah, that's what happened to me when I tried to run the packages that came from the nvidia site.
    When you get it recovered, definitely use envy.

  7. #27
    DCEmu Rookie kyyubidx's Avatar
    Join Date
    Jan 2007
    Location
    Braga, Portugal
    Posts
    217
    Rep Power
    67

    Default

    that thing doesn't worked... i just see a blank file... anything else?

  8. #28

    Default

    What thing? The xorg.conf file?

    It must've gotten wiped clean somehow.

    Try:

    cd /etc/X11/
    ls

    There should be some file that looks like a backup of xorg.conf. (eg. xorg_conf.backup, etc.)
    So run:
    sudo cp (name of xorg backup file) xorg.conf

    That should get it back.

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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