- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: LINUX AS 4.0 x display
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
01-08-2006 11:45 PM
01-08-2006 11:45 PM
LINUX AS 4.0 x display
I login as user appuser locally and perform export DISPLAY=
But when running xclock it is prompting display not set.
But when i run remotely from my laptop and having software X CLIENT REFLECTION started and i perform the same export DISPLAY it is OK.
Query: Why it is happening locally on my monitor connected direct to my server? for root user it is OK.
Need forumers advise.
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:01 AM
01-09-2006 12:01 AM
Re: LINUX AS 4.0 x display
try also
xhost +
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:23 AM
01-09-2006 12:23 AM
Re: LINUX AS 4.0 x display
xhost +
Error message => Unable to show display
NOTE: I am able to do it using root user on local machine. I am able to do it using all user using my remotely. It just that locally using appuser I cannot to it :(
thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:45 AM
01-09-2006 12:45 AM
Re: LINUX AS 4.0 x display
Also, ensure that when logging directly from the console, no other user has logged into the console before, this is because the console device permissions are set for the first user that logons to the console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:56 AM
01-09-2006 12:56 AM
Re: LINUX AS 4.0 x display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 01:03 AM
01-09-2006 01:03 AM
Re: LINUX AS 4.0 x display
I found out the REASON. Because I login as root on my monitor console which lauch the GNOME desktop and then launched open terminal which open a root session then I su - appuser. Follow by export DISPLAY=
SOLUTION: I login as appuser on my monitor console instead and then launched open terminal which automatically open as appuser session. Dun need export DISPLAY I can launch xclock without issue.
Thanks/cliff