Sun Ultra 10 XFree Configuration

Posted by andu
Tue, 2005-11-29 15:39

I had the "delight" of installing Debian Linux on an old Sun Ultra 10 these days. Most of the installation was easy, however, when it came to configuring the graphics server, I started having problems.

This machine had two video boards: an Ati and a 3DLabs. Using the XFree configuration tools I got the server to start on the Ati board, which was a no no since no monitor worked on that output. Using a generic driver such as vesa didn't work either.

After a lot of Googling and reading other people's experiences, I came up with a usable configuration for the graphics server. I'm posting here some excerpts for other people, in my situation, to use. Also note that the depth has to be 24 bits, sunffb doesn't work on other color depth.
Config file:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option     "XkbRules" "sun"
        Option     "XkbModel" "type5"
        Option     "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option     "CorePointer"
        Option     "Protocol" "BusMouse"
        Option     "Device" "/dev/sunmouse"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "sunffb"
        Card        "3D Labs"
EndSection

Trackback URL for this post:

http://voidberg.org/trackback/10

Comments

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.