OpenSolaris

You are not signed in. Sign in or register.

Configuring the OpenSolaris Software

Configuring Graphics on OpenSolaris

This document describes the procedure for configuring graphics on a laptop running the OpenSolaris software.

Configuring Xorg for NVIDIA on OpenSolaris

The following procedure describes configuring Xorg for your NVIDIA graphics card.

To Configure Xorg for NVIDIA on OpenSolaris

Refer to the following forum for help and guidance: nvnews.net forum

  1. Open a terminal window and log in as root:

    mymachine% su
    password:
    mymachine#
    
  2. Run the following command:

    mymachine# /usr/X11/bin/xorgconfig
    

    The program prompts you for responses.

  3. Answer the questions as appropriate.

    The xorg.conf file is created in /etc/X11.

  4. Download the NVIDIA driver for Solaris at the following web site: nvidia.com

  5. Run the driver according to the README instructions.

  6. Check the PCI ID of your NVIDIA card by running the following command:

    mymachine# /usr/X11/bin/scanpci
    
  7. Update the driver by running the following command:

    mymachine# update_drv -a -i '"pcixxxx,xxx"' nvidia
    

    Where xxxx,xxx is the value output from the scanpci command in the previous step.

    Note

    Do not forget the quotes ' and ". In some cases scanpci will output a PCI ID as 0x10de 0x0322 and entering this value as '"pci10de,0322"' will fail due to the the 0 in 0322. Editing /etc/driver_aliases might correct this type of error.

  8. Open the /etc/X11/xorg.conf file.

  9. Change the nv entry to nvidia.

  10. Save and close the /etc/X11/xorg.conf file.

  11. Reboot your laptop by running the following command:

    mymachine# reboot -- -r
    

    NVIDIA acceleration is enabled on Solaris.