1.Login or register to the HP patch catalog. See the following URL:
http://www11.itrc.hp.com/service/patch/
mainPage.do?admit=109447626+1210714508998+28353475
2.Go to the find a specific patch search, enter its name (e.g. PHSS_41260) and press enter. This brings up a new screen. If there is a newer patch that supersedes this patch, it will be listed under the Most Recent heading. You will need to download the latest patch.
3.Click in the box next to selected patch then click the add to selected patch list button. This brings up a new screen that displays the patch along with any other dependent patches.
4.Click the download selected button. This brings up a new screen.
5.Select the server to use and the format of the patch bundle. Once these options are chosen, click the download button.
6.This downloads the patch bundle to your system. Save the patch bundle to a convenient place on your system. For this example, we will assume the patch bundle is downloaded into the /tmp/PHSS_41260 directory file.
7.Once the patch bundle is downloaded, unzip/gunzip/tar the patch bundle depending on the format of the patch bundle. This extracts the patch bundle. Each bundle is a shar file. To create a depot for loading, run the
8.As root, run the swinstall command using the newly created bundle. swinstall
Including the gvid Module in the Kernel
To enable graphics on an
To determine if the gvid module is configured into your system's kernel, use the kcmodule command. See the following example:
kcmodule gvid
If your kernel is correctly configured, you will see the following output:
Module State Cause
gvid static explicit
If the state shown for gvid is anything other than static, the gvid driver must be configured into your system's kernel before you can use the HP PCI AMD Radeon 7000 Graphics Adapter card. To configure gvid into the kernel, enter the following command as superuser:
kcmodule gvid=static
This will build a new kernel containing the gvid driver. You must reboot your system to run this new kernel.
Verification of Hardware Installation
After the HP PCI AMD Radeon 7000 Graphics Adapter has been installed and the system has rebooted, verify the graphics card was correctly installed. Identify which device file corresponds to which card.
1.Run the following command: ioscan
The following output should appear. Notice there is one line for every graphic device claimed in the systems bus. Each device should have gvid_core for a driver and the S/W State should be CLAIMED.