- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Device name invalid or missing after keyword "Scre...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-30-2002 08:12 AM
тАО04-30-2002 08:12 AM
# xhost + 10.1.1.41 {my desktop PC}
10.1.1.41 being added to access control list
# export DISPLAY=10.1.1.41:0.0
# startx &
[1] 10168
#
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:
X connection to :0.0 broken (explicit kill or server shutdown).
[1] + Done(1)
Anyone have an example I could paste into my /etc/X11/X0screens file to make it all work?
Thanks!
-dd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:19 AM
тАО04-30-2002 08:19 AM
Re: Device name invalid or missing after keyword "Screen"
Here is a working copy of X0screens from one of our N Class servers hope this works .
But this also points to /dev/crt , I think you need to look at soemthing else.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:21 AM
тАО04-30-2002 08:21 AM
Re: Device name invalid or missing after keyword "Screen"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:22 AM
тАО04-30-2002 08:22 AM
Re: Device name invalid or missing after keyword "Screen"
It should look like this
# ll crt
crw-rw-rw- 1 bin bin 174 0x000000 Feb 7 18:15 crt
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:24 AM
тАО04-30-2002 08:24 AM
Re: Device name invalid or missing after keyword "Screen"
ls -la /dev/crt
lssf /dev/crt
Does the file exist?
Here are the major and minor numbers to recreate,
Major 174
Minor 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:25 AM
тАО04-30-2002 08:25 AM
Re: Device name invalid or missing after keyword "Screen"
for exceed X server on my PC I use this to start an xterm session:
/usr/bin/X11/xterm -sl 2000 -ls -sb -cr Wheat -T `hostname` -bg MidnightBlue -fg Wheat -fn 7x13 -fb 7x13B -display @d
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:28 AM
тАО04-30-2002 08:28 AM
Re: Device name invalid or missing after keyword "Screen"
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:29 AM
тАО04-30-2002 08:29 AM
Re: Device name invalid or missing after keyword "Screen"
you can use rmsf /dev/*crt* to remove any duff ones and then use insf -evd framebuf to recreate them.
HOWEVER Your PC needs to run a X-emulation package for startX to work .... without it it's a non-starter.
eg ReflectionX, Exceed, KeaX or vnc .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 08:54 AM
тАО04-30-2002 08:54 AM
Solution"startx" and "xinit" are only to start the LOCAL X-server on a UNIX/Linux system, *not* to be used for remote X-servers, like your PC!
Do you want a graphical login?
Then you'll have to configure your PC to use "XDMCP" in "broadcast" or "query" (sometimes called "direct") mode.
If you simply login using TELNET/RLOGIN/SSH and want to run some X-clients (like "dtterm", or "xclock") you have to export DISPLAY (like you did), and then start that x-client, perhaps into the background:
mwm&
dtterm -ls -title "close this window to log off"
The first line start the "Motif Window Manager", the second a terminal window with the title bar showing "close this ..." and a login-shell running in it.
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 09:01 AM
тАО04-30-2002 09:01 AM
Re: Device name invalid or missing after keyword "Screen"
Thanks again,
-dd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2002 09:05 AM
тАО04-30-2002 09:05 AM