Naked x11


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Naked x11
# 1  
Old 03-22-2009
Naked x11

[at console]
X :0 &
[switch back to console]
export DISPLAY=:0
xterm &

Can I do this with multiple displays, :1, :2, etc.?

Last edited by uiop44; 03-22-2009 at 02:14 AM..
# 2  
Old 03-22-2009
I have seen workstations with 2 displays and you can arrange for one to be :0 and the other to be :1. All the engineers at work love this. I prefer for the two displays to be treated as a wide :0 but I seem to be alone in this. I have never seen a workstation with enough monitors to go beyond just :0 and :1. I didn't really understand the question, so I hope this helps you.

Has anyone seen more than 2 monitors?
# 3  
Old 03-22-2009
On Solaris machines (and others?) metacity or xinerama software is used for handling multiple displays either as one screen by combining them or as separate displays.
# 4  
Old 03-22-2009
Quote:
Originally Posted by Perderabo
I have seen workstations with 2 displays and you can arrange for one to be :0 and the other to be :1. All the engineers at work love this. I prefer for the two displays to be treated as a wide :0 but I seem to be alone in this. I have never seen a workstation with enough monitors to go beyond just :0 and :1. I didn't really understand the question, so I hope this helps you.

Has anyone seen more than 2 monitors?
Well, it's nice to know there's others who use this idea.

I was wondering if you could have a different display on each virtual console... e.g. on a device with a small screen, like a portable device.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

[Solved] putty+x11:How do I pass X11 display rights to "su"?

I can log into a unix system with Putty. I've set the "X11 forwarding" checkbox, and I've verified that I can display an X11 window back on my laptop. What I need to be able to do is "su" to another uid after logging in and then run something which display a window back on my laptop, with the... (2 Replies)
Discussion started by: dkarr
2 Replies

2. Solaris

libgtk-x11-2.0.so.0

I have the lib libgtk-x11-2.0.so.0 in /usr/local/lib, but I still get an error as below, please help. ld.so.1: firefox-bin: fatal: libgtk-x11-2.0.so.0: open failed: No such file or directory (2 Replies)
Discussion started by: keekee
2 Replies

3. Solaris

is x11 and vnc different?

is x11 and vnc different? to my knowledge these are used to provide graphical interface to remote machines for the user who would be sitting some where else. i guess i understood the concept correctly? if not please correct me.. ---------- Post updated at 09:20 AM ---------- Previous update... (3 Replies)
Discussion started by: chidori
3 Replies

4. Solaris

X11 Display

Hi all, How to setup X11 on Solaris? ~Vinodh' Kumar (1 Reply)
Discussion started by: vino_hymi
1 Replies

5. Windows & DOS: Issues & Discussions

cygwin-x/can't install xorg-x11-f100 & xorg-x11-fnts

Hello All. Really a newbie to Linux/Unix. Trying to get into Linux. Using XP PE currently. Installed cygwin and trying to intall cygwin-x. Everything else is setup nice but i can't seem to install these two packages (without whom xwin won't start) 1. xorg-x11-f100 2. xorg-x11-fnts Tried the... (1 Reply)
Discussion started by: binodbdrchand
1 Replies

6. OS X (Apple)

X11 automation?

I'm a newbie on OS X and Mac, I bought my first Mac (a Mini) in october last year, so bare with me. :) I usually run X11 to have aixterm displayed on my Mac, what I would like to do is to set a specific xhost + every time I start X11, for example xhost +10.0.0.2 every time I start X11. Also,... (1 Reply)
Discussion started by: dlundh
1 Replies

7. OS X (Apple)

x11

Tried to install x11 on my powerbook with tiger (apple support can't help me) I want x11 so I can install open office I don't know anything about mac ' (3 Replies)
Discussion started by: Josiah Olson
3 Replies

8. UNIX for Dummies Questions & Answers

X11 and its problems.....

I was running X11 through Terminal by "xinit" and I got the error: XFree86 Version 4.3.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already... (4 Replies)
Discussion started by: gnerd
4 Replies
Login or Register to Ask a Question