Find the answer to your Linux question:
Results 1 to 3 of 3
i'm currently using a onboard graphics card via and i just got a geforce 5200 from a friend now . i'd like to change from the via to nvidia can ...
  1. #1
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029

    via to nividia

    i'm currently using a onboard graphics card via and i just got a geforce 5200 from a friend now . i'd like to change from the via to nvidia can someone please give me some tips i'm running opensuse10.2

  2. #2
    Just Joined! Dooghy's Avatar
    Join Date
    Jun 2007
    Location
    New Zealand, Auckland
    Posts
    59
    Disable the "via" on board graphic card from bios, plug in the nvidia geforce card and then install the drivers for it by using Yast (ftp://download.nvidia.com/opensuse/10.2).

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You could boot into your openSUSE system (before changing the graphics card) and as root, edit /etc/inittab and change
    Code:
    id:5:initdefault:
    to
    Code:
    id:3:initdefault:
    After that shutdown your system and change the gaphics card. If the via card is onboard, then disable it (from the BIOS settings). After that boot into openSUSE and login to the command line interface as root. Run the command
    Code:
    sax2
    That should help reconfigure your graphics card. Once sax2 has completed, exit as root, login as a normal user and enter the command
    Code:
    startx
    If X runs successfully, edit /etc/inittab as root and change
    Code:
    id:3:initdefault:
    to
    Code:
    id:5:initdefault:
    You may also wish to use the official nvidia driver which is available from here.

Posting Permissions

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