Operating System - HP-UX
1854701 Members
8346 Online
104102 Solutions
New Discussion

re : rp4440 grapghics problem

 
Vincent_5
Super Advisor

re : rp4440 grapghics problem

Hi Guys,
Can someone please help, I have a rp4440 install with a graphics card part no AB551A ATI RADEON 7500 PCI running on HP unix version 11.11 , the lcd connected to the vga port on the graphics card is HP L1506. ioscan show that the device is claimed and I have path it to the VGA hardware path but I still cannot see the GUI on the LCD. Please help and advice..

Regards
Vincent
nothing is better than to know more
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: re : rp4440 grapghics problem

See this document: http://docs.hp.com/en/AB551-96002/AB551-96002_Rev_A_Install.pdf

live free or die
harry d brown jr
Live Free or Die
Torsten.
Acclaimed Contributor

Re: re : rp4440 grapghics problem

This is rev B of this document:

http://docs.hp.com/en/AB551-90001_Rev_B/AB551-90001_Rev_B.pdf

"...rp4410/40 â The AB551A graphics card can be placed in PCI slot 7 or 8."

Looks like you need 11i v2 to make this work.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Vincent_5
Super Advisor

Re: re : rp4440 grapghics problem

Hi Guys,
Thanks for thw info, just to share with you guys what I have done. The doc on AB551 rev A and Rev B is too brief. It does not indicate how to configure the CDE on the server which I think it was default without configuration.

Pls note,

The card AB551 can be use on RP4440 server, with 11.11 OS . I'm running it now.

Attach are some configuration send by HP Engineer for your referrence, which I have made all the necessary changes and is working fine. Also, I know it state to use slot 7 and 8. But i try with slot 6 it is working also.

Here is the info from HP who analysize what happen on my server and the necessary action.
Observation on "xfs" : Font Server
..................................................

# ps -ef | grep -i /usr/bin/X11/xfs
root 3948 3939 1 14:02:28 ttyp1 0:00 grep -i
/usr/bin/X11/xfs

# cat /etc/rc.config.d/xfs | grep -i RUN_X_FONT_SERVER
# xfs configuration: set RUN_X_FONT_SERVER to a non-zero value to
RUN_X_FONT_SERVER=0


..........................................................
Action Plan to enable "xfs" : Font Server
..........................................................

Enable the font server by following the below steps

# vi /etc/rc.config.d/xfs
change 0 to 1 like below
RUN_X_FONT_SERVER=1

# /sbin/init.d/xfs start
# ps -ef | grep /usr/bin/X11/xfs {to confirm the
font server started}

========================================================================
===
========================================================================
===
................................................................
Observation on " /etc/dt/config/Xconfig" file
................................................................

# ll /etc/dt/config/Xconfig
/etc/dt/config/Xconfig not found
# cat /etc/dt/config/Xconfig
cat: Cannot open /etc/dt/config/Xconfig: No such file or directory

................................................................
Action plan on " /etc/dt/config/Xconfig" file
................................................................

Copy the Xconfig file from the /usr/dt/config/ directory to the
/etc/dt/config/ directory:
# mv /etc/dt/config/Xconfig /etc/dt/config/Xconfig.old
# cp -p /usr/dt/config/Xconfig /etc/dt/config/Xconfig

NOTE: If this file already exists in the /etc/dt/config/
directory, these
modifications can be made to the existing file.

Edit the /etc/dt/config/Xconfig file and turn off
MIT-MAGIC-COOKIE authorization
by uncommenting the following line within this file:

From:
# Dtlogin*authorize: False

To :

Dtlogin*authorize: False

========================================================================
===
========================================================================
===
..............................................................
Observation on "/etc/dt/config/Xservers" file
..............................................................

# cat /etc/dt/config/Xservers
........
# * Local local@console /usr/bin/X11/X :0
........

................................................................
Action plan on "/etc/dt/config/Xservers" file
................................................................

Uncommend and add the '-ac' option to the last line of the
/etc/dt/config/Xservers file:

From:

# * Local local@console /usr/bin/X11/X :0

To:

* Local local@console /usr/bin/X11/X :0 -ac

========================================================================
===
........................................................................
.
Observation on "# /usr/contrib/bin/X11/dr_dt" output
........................................................................
.
...................
WARNING: /var/adm/inetd.sec does not exist. It needs
to be on the system in order for HP CDE to run properly.
There may have been a problem at installation. You
can either reinstall HP CDE or get a copy of the file
from another compatible system.
...................

........................................................................
.
Action plan on "# /usr/contrib/bin/X11/dr_dt" output
........................................................................
.

=> Sample "inetd.sec" file attached here for your reference
=> upload the file under /var/adm/
=> Replace the "hp03" with your hostname "rp4440"

Logi as a root
# chown root:sys /var/adm/inetd.sec
Ensure that the permission of the file matches the below

# getacl /var/adm/inetd.sec
# file: /var/adm/inetd.sec
# owner: root
# group: sys
user::r--
group::r--
class:r--
other:r--

========================================================================
===
Once the above said steps are completed
- Follw the below procedure to start the CDE on Console

# /usr/dt/bin/dtconfig -reset
# /usr/dt/bin/dtconfig -e
# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start

- Is there any CDE screen on the console
- Is there any errors observed on the console
- Is there any error while trying the CDE login
- Have you tried login as a root for CDE

Hope this help if anyone have the problem again.

Regards
Vincent
nothing is better than to know more
aaaA_4
Regular Advisor

Re: re : rp4440 grapghics problem

Hi,
I have a similar problem on my rp3410 box (11.11). I am not able to get into the CDE environment. After successful login (root) i am hanging on CDE Welcome screen (blue one) even after completing all above steps.
Any advice?
Do I really need 11i v2 to make it work?
Thanks,
N.