Differences between revisions 5 and 6
Revision 5 as of 2007-07-16 15:47:18
Size: 3167
Comment:
Revision 6 as of 2007-07-18 09:17:33
Size: 3675
Comment:
Deletions are marked like this. Additions are marked like this.
Line 105: Line 105:
=== ATI ===
Add following software repository
{{{
zypper -v sa http://www2.ati.com/suse/10.2 ATI
}}}
Depending on the kernel (see the uname -a command) install one of these
packages:
{{{
zypper install -y ati-fglrxG01-kmp-default
or
zypper install -y ati-fglrxG01-kmp-bigsmp
}}}
Then install
{{{
zypper install -y x11-video-fglrxG01
}}}
To configure the graphics driver
{{{
sax2 -r -m 0=fglrx
}}}
For more detailed information have a look at
http://en.opensuse.org/Howto/ATI_Driver

TableOfContents(2)

Installing SuSE 10.2 from DVD

  • On the welcome screen
    • select Installation

    • enter the boot parameter vga=ask

    • press <RETURN> to start installation

    • at the prompt press <RETURN> to get list of video modes

    • in the following list of video modes select option 6.

  • Select US english as language,BR

  • select new installation,BR

  • select Europe, Germany, hardware clock set to UTC,BR

  • select KDE as desktop,BR

  • modify suggested partition
  • continue installation.

After the automatic rebootBR

  • enter a wellknown password for root,BR

  • enter proper hostname, mpe-garching.mpg.de as domain, disable DHCP update,BR

  • for the network configuration
    • enable SSH in the firewall options,
    • configure the first network interface
      • static address setup
      • proper IP address, subnet mask 255.255.255.0
      • proper hostname
      • domain mpe-garching.mpg.de
      • name server 130.183.70.10 and 130.183.72.185
      • default gateway 130.183.130.1
  • test the network interface,BR

  • for the online update configuration
    • select configure now (be patient!)

    • BUT skip actual update

    • register all additional installation source (again be patient!)

  • select local user authentication
  • skip adding local user, ignore warning
  • accept hardware configuration

Deactivating ZMD and friends

Using the root account:

rpm -e zmd libzypp-zmd-backend sqlite-zmd rug zen-updater

Updating the system

Using the root account:

zypper update

Then reboot to active zypper update.

After the reboot start the update again (and be patient):

zypper update

Reboot again.

Install additional software packages

zypper install -y kernel-source kernel-syms
zypper install -y tkdiff xemacs xv
zypper install -y gcc gcc-c++
zypper install -y bison flex ncurses-devel
zypper install -y iftop

Add new software package sources

Activate all remote package sources, disable local DVD package source using the command

/sbin/yast2 inst_source

Then add suser-guru and packman

zypper -v sa http://ftp.skynet.be/pub/suser-guru/rpm/10.2/ guru102
zypper -v sa http://ftp.skynet.be/pub/packman/suse/10.2/ packman102

Graphics driver

Nvidia

Add following software repository

zypper -v sa http://download.nvidia.com/opensuse/10.2 Nvidia

Depending on the kernel (see the uname -a command) install one of these packages:

zypper install -y nvidia-gfxG01-kmp-default
or
zypper install -y nvidia-gfxG01-kmp-bigsmp

Then install

zypper install -y x11-video-nvidiaG01

To configure the graphics driver

sax2 -r -m 0=nvidia

For more detailed information have a look at http://www.suse.de/~sndirsch/nvidia-installer-HOWTO.html

ATI

Add following software repository

zypper -v sa http://www2.ati.com/suse/10.2 ATI

Depending on the kernel (see the uname -a command) install one of these packages:

zypper install -y ati-fglrxG01-kmp-default
or
zypper install -y ati-fglrxG01-kmp-bigsmp

Then install

zypper install -y x11-video-fglrxG01

To configure the graphics driver

sax2 -r -m 0=fglrx

For more detailed information have a look at http://en.opensuse.org/Howto/ATI_Driver

CUPS printing

Start yast2, select Hardware then PrinterBR AddBR Network PrintersBR Print via CUPS Network ServerBR CUPS Client OnlyBR server name irprint1BR OK

Herschel: PACS/SoftwareInstallation/Linux-SuSE-10.2 (last edited 2009-07-15 14:32:37 by localhost)