- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Gnome and vnc
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 09:43 PM
03-30-2004 09:43 PM
I've installed gnome Ximian 14 on an HP server and followed the installation steps.
The server is a 11i with no graphical card.
I 've tried to modify /etc/rc.config.d/desktop as mentionned in the dco, stopped dtlogin.rc, started gdm.rc, but in the log files, I've got:
X server: Error in /etc/X11/X0screens (line 612)
Device name invalid or missing after keyword "Screen".
X server: Will try default "/dev/crt"
Failure to open default device file `/dev/crt`.
Please either specify the proper device filename in
your /etc/X11/X0screens file or fix `/dev/crt`. This filename is either
non-existent or is not a character special file.
Fatal server error:
/dev/crt doesn't exist on the server.
I intend to use gnome via vnc, as some of the bin from this env (mc, ...) are very useful.
I know I can launch them under cde, but for school purposes, has someone got a solution for this ????
Thanks in advance for your help
Cheers
Jerome C
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 10:02 PM
03-30-2004 10:02 PM
Re: Gnome and vnc
I don't know whether you can use VNC or not but You definately can use any Xwindows software ( Most available freely on Net).
and get the Gnome console on a PC.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 10:57 PM
03-30-2004 10:57 PM
Re: Gnome and vnc
Did you check a misconfiguration in my installation description?
Regards
Jérô
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 05:24 PM
03-31-2004 05:24 PM
SolutionThis is not necessary to configure X on the server, since there is no graphic card and since it will not be disolayed on the server.
After having installed vnc and started the vnc server, stop this vnc server and modify the file $HOME/.vnc/xstartup :
it should contain only :
PATH=$PATH:/opt/gnome/bin
export PATH
gnome-session&
Then restart the vnc server and connect to it through a vnc client.
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 06:47 PM
03-31-2004 06:47 PM
Re: Gnome and vnc
cp /usr/dt/config/Xservers -> /etc/dt/config/Xservers
since gnome startup still uses dtlogin :
if not already comment out the last line telling the X server to start on the local console, if should then not be expecting device files and the error should disappear.
will require a drop in run-level for the change to take effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 07:06 PM
03-31-2004 07:06 PM
Re: Gnome and vnc
Thanks for your replies.
Gerard, I didn't post any more queries because I finally modified the vnc xstartup file with gnome-session .... So you are true as well as the fact that I have no HW card.
It is now working ... but thanks for your help ...
Cheers
Jerome C