GUI on UNIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers GUI on UNIX
# 1  
Old 08-23-2001
Lightbulb GUI on UNIX

Dear friends;
I have Hp9000 series of Unix servers with s800 11.0 range
Can i make it GUI?
I heard that if you have xinit installed on the servers you can make the servers Graphical User Interface.
Is it possible to make this possible?

Plz. help me out...

Thanx in advance...
# 2  
Old 08-23-2001

I've never actually set up a HP-UX 11 box, but all of the ones here have CDE on them... so it _is_ possible...

# 3  
Old 08-23-2001
Quote:
Originally posted by LivinFree

I've never actually set up a HP-UX 11 box, but all of the ones here have CDE on them... so it _is_ possible...

Thanx Livin Free for the reply; so you mean to say with the help of CDE this is possible.
Is it the same CDE located in /etc/rc.config.d/cde or it is a different patch available separately?
Or there is any other PATCH available to make HP UNIX servers GUI?

Thanx in advance...
# 4  
Old 08-23-2001

Try:
man xinit
man startx


If you have the apropriate permissions, you should be able to configure this If you do not have the permissions to do so, ask your admin to help you set it up.
Also, look for /usr/contrib/bin/X11/xinit. If that isn't there, search for it.

Good luck, and happy GUI-ing!
# 5  
Old 08-23-2001
You must first determine if you are working on a console or a graphics monitor Smilie You can't run X on most consoles, they are just ASCII terminal I/O devices.

So, before you start talking GUI desktop, you have to talk X server enviroment and make sure you have X terminals and services running appropriately.

If you just have an ASCII console in front of you and no X servers on the net, you can't run xinit very effectively Smilie
# 6  
Old 08-27-2001
Quote:
Originally posted by LivinFree

Try:
man xinit
man startx


If you have the apropriate permissions, you should be able to configure this If you do not have the permissions to do so, ask your admin to help you set it up.
Also, look for /usr/contrib/bin/X11/xinit. If that isn't there, search for it.

Good luck, and happy GUI-ing!
Hi Livin Free!!
I looked for /usr/contrib/bin/X11/xinit, it is present there in my server & when i gave the command (file xinit; it is showing;
xinit: PA-RISC1.1 shared executable dynamically linked)
so what to do now? if this is present and i also have graphical monitor to access unix servers can i get the GUI?

THANX IN ADVANCE.....
# 7  
Old 08-28-2001
Type startx, that should do it. It will take you a while to get used to CDE, but there are additional resources out there for that...

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. UNIX for Advanced & Expert Users

UNIX with GUI

Dear Experts, My application is running on linux, which makes me connect to lot of different servers manually through putty, and execute the commands. Is there a way, i can create a GUI, or something, where click on few buttons can be translated in to predefined commands at BE and i need... (2 Replies)
Discussion started by: Prateek007
2 Replies

3. UNIX for Dummies Questions & Answers

UNIX without GUI

Hello guys, I am new to Unix, because of low RAM, i want to install Unix terminal (command line) without the GUI. Basically, i want to install two Unix OS (without the GUI) on VMware and make a TCP connection between them. I have a total of 2GB RAM on the host computer running window 7, so i... (7 Replies)
Discussion started by: Omar_M
7 Replies

4. Shell Programming and Scripting

GUI for Unix

Hey guys Do u guyz have any idea how to create a simple GUI for unix/awk/ scripts along with facilities of input files and output files. I'm using new Macbook 10.6 macosx. I tried Xcode3(basically c++ based aslo can use python n ruby n bash) by importing shell scripts to it and connecting... (2 Replies)
Discussion started by: repinementer
2 Replies

5. UNIX for Dummies Questions & Answers

GUI For UNIX

I have used FreeBSD for sometime now and i find it great lest its ACPI support My Question is for a recent laptop AMD TURION X2 2GHZ TL-60 Tyler 3GB RAM 8400M G Are there any other GUIs that is great with these specs I have been using GNOME lite I hate KDE because of the K What will i lose... (1 Reply)
Discussion started by: weinter
1 Replies

6. Solaris

Unix autostart in GUI mode

hi, i'm a newbie in UNIX. i have a disk crash and re-install the unix. But the new installation does not boot the server automatically. Then i set the auto-boot to true, and it's ok. But now the system is booting in text mode. Before this, when i type boot, the system is booting in GUI mode.... (2 Replies)
Discussion started by: lwll
2 Replies

7. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

8. UNIX Desktop Questions & Answers

GUI for UNIX

Help a newbie! Just wodnering if there is an application (emulator, etc...) that will be able to read UNIX commands and bring back responses on the screen in Windows-like environment. I am looking for an app that will reside on a workstation (PC) and will querry the AIX server. If anyone can help,... (1 Reply)
Discussion started by: leok
1 Replies

9. UNIX for Advanced & Expert Users

Rp-7410 + Unix 11.0i + Gui(oracle)

I am running the above compination ..my server is HP rp7410 my operating system Unix 11.0I and my DB oracle.. my problem i cant print through GUI or any application only i can print through command line and text only ... where my problem to not print graphics is thier special config ot... (1 Reply)
Discussion started by: khalid99
1 Replies

10. UNIX Desktop Questions & Answers

Unix GUI rendering

Does anyone know why Fonts and most Graphics in KDE and Gnome are rendered rather badly. There are some text editors in KDE where the font is just horrible as far as legible. Any links or knowledge on this topic would be grealy appreciated. A Huge Unix/Linux Fan Gregg (2 Replies)
Discussion started by: gdboling
2 Replies
Login or Register to Ask a Question