- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Couldn't open X pointer device! Is one attached?
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
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
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
тАО08-24-2001 12:47 AM
тАО08-24-2001 12:47 AM
After making the necessary changes for ip and hw address I can login and use the computer but I dtlogin will not run on it. It fails with the following error (error message written to /var/dt/Xerrors):
error (pid 1080): Server for display gila:0 terminated unexpectedly 1
Fatal Server error:
Couldn't open X pointer device! Is one attached?
X connection to gila:0.0 broken (explicit kill or server shutdown).
How do I redefine the mouse?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2001 01:23 AM
тАО08-24-2001 01:23 AM
Re: Couldn't open X pointer device! Is one attached?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2001 02:16 AM
тАО08-24-2001 02:16 AM
Re: Couldn't open X pointer device! Is one attached?
Interrupt the boot (10seconds) and type he
However, You may want to find out where your pointer is defined in the Xserver config:
ls /etc/X11/X0*
ioscan -fnk
to look for hil device file.
cat the device file and shake the mouse around to make sure it works...
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2001 07:35 PM
тАО08-24-2001 07:35 PM
Re: Couldn't open X pointer device! Is one attached?
The files in /etc/X11 are default, with everything commented. I did an "ioscan -fnk" and it reports:
hil 0 2/0/0 hil CLAIMED INTERFACE Built-in HIL
/dev/hil_1.1 ../dev/hil_1.7
/dev/hilkbd_1 /dev/rhil_1
I added "/dev/hil_1.1" to X0devices but it did not help.
How do I get to bch and the he command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2001 08:33 PM
тАО08-24-2001 08:33 PM
Re: Couldn't open X pointer device! Is one attached?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2001 12:10 AM
тАО08-25-2001 12:10 AM
Re: Couldn't open X pointer device! Is one attached?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2001 12:30 AM
тАО08-25-2001 12:30 AM
Re: Couldn't open X pointer device! Is one attached?
You wrote that you couldn't stop the boot process. So, it won't matter if it is 10.20 disk or 10.10 disk as booting till that point is independent of your bootable disk.
Did you run an insf -e after the system came up?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2001 07:31 AM
тАО08-25-2001 07:31 AM
Solution1/ Remove the following files:
/dev/*crt*
/dev/*ps2*
/dev/*hil*
/etc/ioconfig
/stand/ioconig
2/ Reboot the system (do NOT skip this step)
3/ During the boot, you will be prompted that ioconfig is missing. Run "/sbin/ioinit -c" as suggested in the prompt. Then run "/sbin/insf -e".
4/ If all went well, the X server should be able to now find the input devices.
These steps basically force a remapping of the I/O devices with device file major numbers. The mapping you currently have does not match the hardware, thus the problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2001 01:45 PM
тАО08-26-2001 01:45 PM