Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Can't Open Display localhost:0.0 Post 302510068 by pludi on Friday 1st of April 2011 12:43:51 PM
Old 04-01-2011
Just an idea: instead of setting the DISPLAY variable manually, why not enable X11 Forwarding in PuTTY (Connection -> SSH -> X11)? That way the variable is set automagically, and all X11 data is sent through an encrypted link.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to open display from windows to solaris?

How can I telnet from my windows XP machine to my Ultra 60 and run firefox? I am unable to open the display using /usr/openwin/bin/xhost like I do from one Sun machine to another? Thanks (2 Replies)
Discussion started by: ridgeback00
2 Replies

2. UNIX for Dummies Questions & Answers

xhost: unable to open display????

I am a dba, not an sa, that recently had to take over administering an HP-UX server. Needless to say I am not in a comfortable area, but found out that of all people I am the most knowledgeable on unix here .... scary thought I know. I am having troubles exporting my display to a Windows XP... (5 Replies)
Discussion started by: soestx
5 Replies

3. UNIX for Advanced & Expert Users

xhost unable to open display

I am trying to install ORACLE 10g database on HP-UNIX 11.11 I am running OUI runinstaller from exceed terminal from windows PC. I have set DISPLAY=IPAddress of PC:0.0 When installer starts it is giving me error of display (5 Replies)
Discussion started by: ymg
5 Replies

4. UNIX for Advanced & Expert Users

localhost problem!

hello guys, this morning when I start my pc (gentoo) I get some strange errors about localhost. "Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName" ... Apache the same for my aplications, I have to use the full address of my pc instead of... (1 Reply)
Discussion started by: georgeplus
1 Replies

5. UNIX for Dummies Questions & Answers

"Gtk-WARNING cannot open display" from ssh

I am trying to do something on another computer through ssh and I keep getting this:"(gedit:6169): Gtk-WARNING **: cannot open display:"I have googled the interweb and this forum and found many posts but nothing seems to work. I have freshly installed Ubuntu 8.10 with updates on the machine and I... (4 Replies)
Discussion started by: badrabbit6
4 Replies

6. Red Hat

Error: Can't open display: :0.0

Hi, I get errors while running xclock from a non root user: # xclock --- this works fine # su - girish $ DISPLAY=:0.0; export DISPLAY $ xclock Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Error: Can't open display: :0.0 $ I basically want to... (4 Replies)
Discussion started by: girish1428
4 Replies

7. Solaris

X11 and "Cannot Open Display" errors

Greetings Forumers! I'm posting a solution to an Issue I ran into this week: Getting applications to display on another through X11 and SSH. I have run into this issue many years ago and finally found my notes. Some of you may already know the answer to this issue but it took me a while to... (1 Reply)
Discussion started by: bluescreen
1 Replies

8. UNIX for Dummies Questions & Answers

xWindows error: xhost unable to open display

I am trying to direct a AIX display to my XWindows and I am at a dead end now! So this what I've done so far: 1. In putty settings, I set "Enable X11 forwarding" and also set "X diplay location" to "localhost:0" (without quotes, of course) 2. Via putty, connected to my AIX server 3. On... (1 Reply)
Discussion started by: shoefiend
1 Replies

9. Linux

(PMT:6498): Gtk-WARNING **: cannot open display:

Hai (PMT:6498): Gtk-WARNING **: cannot open display: how to solve this in linux Double post.. continue here (0 Replies)
Discussion started by: vinayd
0 Replies

10. Red Hat

(PMT:6498): Gtk-WARNING **: cannot open display:

Error message: (PMT:6498): Gtk-WARNING **: cannot open display: How to solve this issue in linux? (1 Reply)
Discussion started by: vinayd
1 Replies
quartz-wm(1)						      General Commands Manual						      quartz-wm(1)

NAME
quartz-wm - Aqua Window Manager for the X Window System on OS X SYNTAX
quartz-wm [ --only-proxy ] DESCRIPTION
quartz-wm is a window manager for the X Window System. It provides titlebars for X11 windows that aim to match the look and feel of native Mac OS X windows. It also contains functionality to bridge between the system pasteboard and the X server's PRIMARY and CLIPBOARD selec- tions. OPTIONS
quartz-wm accepts the following command line options: --only-proxy This option indicates that the program should not attempt to manage any of the display's screens. However the selection proxying features will still be enabled, meaning that a different window manager may be used, but cut and paste will work as if quartz-wm were running. --no-pasteboard This option indicates that the program should not manage the cut and paste proxying. This option is defaulted to on for newer X11 servers that support this functionality and off for older servers that do not. --prefs-domain <domain> This option can be used to override the domain used to read preferences from. This is useful if you want to have multiple X11.apps running at the same time. CUSTOMIZATION
quartz-wm can be customized using the defaults(1) command. quartz-wm can be forced to re-read these preferences by sending it a SIGHUP using kill(1). The available options are: defaults write org.x.X11 wm_ffm -bool true Enables focus-follows-mouse mode. Windows belonging to the X server may then be focused by moving the pointer over them, as well as the default mode of clicking in them. defaults write org.x.X11 wm_click_through -bool true Disables the default behavior of swallowing window-activating mouse events. defaults write org.x.X11 wm_limit_size -bool true Limit the size of each window to the size of the current head. defaults write org.x.x11 wm_focus_on_new_window -bool false Don't tell X11.app to take focus when a new X11 window is created. defaults write org.x.X11 wm_window_shading -bool true Enables double clicking on a titlebar to shade the window defaults write org.x.X11 wm_auto_quit -bool true Automatically quit quartz-wm (thus shutting down the X11 server) when the last window is closed. defaults write org.x.X11 wm_auto_quit_timeout -int 3 Set the timeout for the auto-quit feature. If wm_auto_quit is true, quartz-wm will wait this many seconds before attempting to shutdown. If another window is created in that time, quartz-wm will not shutdown. ENVIRONMENT VARIABLES
DISPLAY This variable is used to determine which X server to use. SEE ALSO
X(7), Xquartz(1), xrdb(1), twm(1) 0.0 quartz-wm(1)
All times are GMT -4. The time now is 05:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy