- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X Server Configuration
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
11-24-2003 07:11 AM
11-24-2003 07:11 AM
X Server Configuration
The `/usr/sbin/ioscan -funC graphics ' command reports *NO* graphics
devices for your system. SAM is unable to configure the X server for
this system.
Then i tried to run the command xinit, its also
giving an error as below
usr/contrib/bin/X11 > xinit
X server: Error in /etc/X11/X0screens (line 511)
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:
giving up.
xinit: Connection refused (errno 239): unable to connect to X server
xinit: No such process (errno 3): Server error.
I checked the /etc/X11/X0screens file .Below is the output
# X*screens Configuration
# Place any additional/different configuration information below.
Screen /dev/crt
Can anyone suggest me how to resolve this problem.Thanks in Advance.
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 07:16 AM
11-24-2003 07:16 AM
Re: X Server Configuration
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000070346058
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 07:17 AM
11-24-2003 07:17 AM
Re: X Server Configuration
Try this:
In /etc/profile or .profile
DISPLAY=$(who -m -u | awk '{print $8}'):0.0
export DISPLAY
Try this tool, depending on your app.
Xvfb
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.search|&patchid=PHSS_26622&context=hpux:800:11:11
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 09:22 AM
11-24-2003 09:22 AM
Re: X Server Configuration
xinit: Connection refused (errno 239): unable to connect to X server
xinit: No such process (errno 3): Server error.
I execute the xhost command (man xhost for more info). If it is a secured environment, you can just do a "xhost +". Although the recommended is to specify the hostname/username and not the "+". Regarding the other error messages, I have not come across those before.
-Hazem
Sr. Unix Admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 08:48 PM
11-24-2003 08:48 PM
Re: X Server Configuration
If not you have 3 options :
install a graphics card
configure xvfb
connect remotely using an Xterminal or PC X emulation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 09:09 PM
11-24-2003 09:09 PM