home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeRunning LinuxSearch this book

F.3. Installation Differences from Intel

Most of the installation procedures for Linux/SPARC systems are identical to those of Intel-based Linux systems. The differences that do exist are just a side effect of different hardware, different booting procedures, and other similar divergences.

F.3.1. Graphics and X

Graphics cards are different on each system, and Linux/SPARC systems use different X servers. All SBUS-based and several onboard SPARC graphics cards use the Xsun series of servers. They are named:

Server Purpose
XsunMono For monochrome graphics cards only
Xsun For 8-bit color and monochrome displays
Xsun24 For 24-bit color graphics cards only, including Creator/Creator3d

Unlike Xfree86 on Intel, these X servers do not use a server configuration file for several reasons. First, the mouse and keyboard types are known on SPARC systems. Second, the graphics card and resolution can be completely autodetected and configured, so no specification of these parameters is needed in a configuration file.

The PCI systems start to bring in some exception cases for graphics cards. Several of the desktop systems (such as Ultra 5 and Ultra 10) have an ATI Mach-64 derived graphics card on the motherboard. Also ATI Mach64 PCI expansion boards are available as well. These graphics cards do use the Xfree86 servers and thus have a configuration file to set up.

For these ATI cards, you set up the XF86Config file just as you would for ATI cards on an Intel system. There are a few sticking points to be aware of:

  • Several PCI UltraSPARC systems provide the option of using either a traditional Sun-type [45] keyboard and mouse or a PC-style keyboard with a PS/2 mouse. If you're using the Sun keyboard, the keyboard configuration should look something like this:

    XkbKeycodes     "sun(type5)"
    XkbTypes        "default"
    XkbCompat       "default"
    XkbSymbols      "sun/us(sun5)"
    XkbGeometry     "sun"
    XkbRules        "xfree86"
    XkbModel        "sun"
    XkbLayout       "sun/us"
    whereas for the PC-style keyboard you want something like this:
    XkbRules    "xfree86"
    XkbModel    "pc101"
    XkbLayout   "us"
    The X configuration tools, such as xf86config and XConfigurator, should be able to get the options right all by themselves. But if they don't, this description helps you.

  • Monitor timing configuration can be a pain with Sun monitors. They are really Sony monitors with Sun's brand name on the case. There is no definitive tabulation of what Sony model is "underneath the hood" of the various Sun monitors. All is not lost--use the following rules of thumb and you will get a working X configuration when using tools like XConfigurator or xf86config.

    Simply take your monitor size (17-inch, 19-inch, and so on) and choose the most common Sony monitor of the same size.

    If you attach a standard off-the-shelf SVGA monitor to your PCI graphics card, you can simply select it from the X configuration tool monitor listing.

    Multihead X configurations are supported currently, but with some limitations. Mach64 ATI cards cannot be multiheaded. The rest of the ATI cards can be multiheaded within the same card type. (That is to say, two cards that both work with the Xsun server can be multiheaded, whereas an Xsun24 and an XsunMono cannot.) The restrictions in this paragraph will disappear in a future release of the X server.



Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.