Sponsored Content
Full Discussion: Terminal
Top Forums UNIX for Dummies Questions & Answers Terminal Post 302123116 by reborg on Saturday 23rd of June 2007 10:35:41 AM
Old 06-23-2007
Quote:
Originally Posted by Jono_H
ah thank you
how do I actually do the first part? and would you mind explaining what that actually does?
Jono
What shell are you using? ( "echo $0" will tell you )

This will tell the machine where to display your windows, then open a new terminal on that display.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

connecting to unix through hyper terminal - as a dumb terminal

I just changed from windows NT to XP and I am no longer able to connect to my unix system. I used to use hyper terminal -- which acts as dumb terminal to my main frame unix system. I think one of the options used to be "direct to comX". This option isn't listed now. I use a serial port and the... (2 Replies)
Discussion started by: michelle
2 Replies

2. UNIX for Advanced & Expert Users

dt terminal

Hi:- Problem: How can I see Solaris CDE (graphic windows) through through Exceed session from my workstation. Any idea, comments or docs... (2 Replies)
Discussion started by: s_aamir
2 Replies

3. AIX

Terminal

People, what util can help me as a terminal for COM connection with a Zyxel modem so that I can connect to another server (p630) with the same modem through a dedicated line??? And also does anybody know where can I put a question about Storage Area Networking?? I am having problems with setting... (5 Replies)
Discussion started by: dilshik
5 Replies

4. HP-UX

HP UX Terminal Help

HI All Which is the best terminal Emulator at present -- xterm , dtterm or ....what I mean in terms of appearance n features .. I am presently using xterm ....but it has a bad n unattractive scroll bar . Moreover my version is old n does'nt even display the colours i have set in my... (0 Replies)
Discussion started by: gpta_varun
0 Replies

5. UNIX for Advanced & Expert Users

Pseudo-terminal will not be allocated because stdin is not a terminal.

I am trying to automate a SSH login using Keys using the following command ssh -i id_rsa usernamw@ipaddr. I am successful in doing this and i am getting the Warning Screen and I logon successfully. but when I am executing the command tail -1cf put.dat | ssh -i id_rsa username@ipaddr > get.dat ... (1 Reply)
Discussion started by: Shivdatta
1 Replies

6. UNIX for Dummies Questions & Answers

Gnuplot wxt terminal vs x11 terminal

Hi, I installed ubuntu recently on my pc. And I installed gnuplot as well. When I first started working with gnuplot it was working . I did a plot and when I wanted to fit my data something happened and not the default terminal of gnuplot is xwt! I changed it to: set terminal x11, but it... (0 Replies)
Discussion started by: cosmologist
0 Replies

7. UNIX for Dummies Questions & Answers

Does DOS has a terminal or pseudo terminal?

I am wondering if the DOS console works like the unix terminal? (1 Reply)
Discussion started by: vistastar
1 Replies

8. UNIX for Dummies Questions & Answers

A terminal controlling a terminal...

Hi all... Consider me a dummy here... I do not want any code or for anyone to show me how to do it at this time, but here is the question:- I have had this brainstorm to be able to control the AudioScope.sh program in the "Shell Scripting And Programming" forum... Is it possible, by... (4 Replies)
Discussion started by: wisecracker
4 Replies

9. Shell Programming and Scripting

Cannot get terminal application to launch with a graphical launcher when successful in terminal

I have been having an extremely annoying problem. For the record, I am relatively new at this. I've only been working with unix-based OS's for roughly two years, mostly Xubuntu and some Kali. I am pretty familiar with the BASH language, as that's the default shell for debian. Now, I've made this... (16 Replies)
Discussion started by: Huitzilopochtli
16 Replies

10. Shell Programming and Scripting

Print Terminal Output Exactly how it Appears in the Terminal to a New Text File

Hello All, I have a text file containing output from a command that contains lots of escape/control characters that when viewed using vi or view, looks like jibberish. But when viewed using the cat command the output is formatted properly. Is there any way to take the output from the cat... (7 Replies)
Discussion started by: mrm5102
7 Replies
x2vnc(1)						      General Commands Manual							  x2vnc(1)

NAME
x2vnc - a dual-screen hack SYNOPSIS
x2vnc <options> <host>:<display#> x2vnc <options> -listen [<display#>] [ -display display ] [ -version ] [ -shared ] [ -north ] [ -south ] [ -east ] [ -west ] [ -hotkey key ] [ -passwdfile passwd-file ] [ -resurface ] [ -edgewidth width ] [ -desktop desktop-number ] [ -timeout seconds ] [ -wheelhack ] [ -nowheel ] [ -reversewheel ] [ -scrolllines lines ] [ -navhack ] [ -mac ] [ -trimsel ] [ -noblank ] [ -lockdelay seconds ] [ -debug ] [ -accel multiplier ] [ -noreconnect ] [ -tunnel ] [ -via host ] DESCRIPTION
x2vnc will let you use two screens on two different computers as if they were connected to the same computer. The computer with the 'main' keyboard must be running X-window, and the second computer should have a VNC server running which will update the contents on the actual screen. This means Xvnc is not suitable, but WinVNC is. In listen mode ( -listen option specified ) x2vnc will wait for a connection from a VNC server on ports 5400 and 5500 (plus the optional display# value) instead of connecting to a specified VNC server. For up-to-date information on x2vnc, see the x2vnc home page: http://fredrik.hubbe.net/x2vnc.html -display display The X windows display to connect from. -shared Allow multiple connections to the same VNC server. -north, -south, -east, -west, Determine which edge leads to the other screen. -passwdfile password-file With this option you can start x2vnc without entering a password. The file is created by vncpasswd which comes with the X-windows VNC software. If the file does not exist, x2vnc will ask for a password and create the file. -resurface This option will cause the trigger window to re-surface automatically if it is covered up by another window. -hotkey key This option allows you to select which key to use to warp the pointer to and from second computer. The default is "Control-F12", any combination of modifiers can be used, such as "shift-alt-meta-ctrl-F1" (or s-a-m-c-F1). -edgewidth pixels This is a workaround for some X servers which do not allow the mouse to go all the way to the edge of the screen. By setting this to 2 or greater, the mouse will be able to reach the x2vnc window and thus warp to the windows machine. The default value is 1. If you set this value to 0, no border will be generated, which means you will have to use hotkeys to switch to the oher screen. -desktop desktop-number With this option, you can make x2vnc non-sticky. This may not work with all window-managers. Note that the first desktop is usually 0 (zero). If you want x2vnc to appear on the last (rightmost) desktop, use -1. This option was especially created with the sawfish edgeflipping in mind, normally you would use "-west -desktop 0" or "-east -destkop -1" with Sawfish to allow edgeflipping to work normally. -timeout seconds This options tells x2vnc how long to wait before warping the cursor back to the X screen if there is no activity. The reason for this is that some screen savers, such as xscreensaver, cannot activate while x2vnc is in control of the cursor. The default value is 590 seconds, which is equivalent to 9 minutes and 50 seconds. Using a value of 0 will disable timeouts completely. -nowheel This option does nothing and is left for backwards compatibility only. -wheelhack This will make x2vnc tranlate all mouse wheel events into arrow up/down events. Only use this if your VNC server doesn't understand mouse wheel events. -reversewheel Invert the up/down direction of the mouse wheel emulation. This option only works if -wheelhack is used. -scrolllines lines When using mouse wheel emulation, this selects how many up/down events will be sent for each tick of the mouse wheel. -navhack This will map button 6 & 7 to Alt+Left/Right, which will allow the navigation buttons on some mice to behave more like they do in windows. -mac Macintosh specific mode, maps second mouse button to control-mouseclick. -trimsel If the X selection looks like a URL, trim leading and trailing spaces. This can be useful for pasting URLs into a browser. -noblank Prevent screen blanking on the remote desktop while you are working on the local desktop. Requires the MIT-SCREEN-SAVER or XIDLE extension to work properly. If neither of these extensions are present, the remote desktop will always be kept from blanking. -lockdelay seconds This is only meaningful when using the -noblank option. When this option is present. With this option, x2vnc will not attempt to wake up the remote screen if you have been idle for more than the specified amount of time. This is useful if you need a password to unlock the remote screen and would rather leave it blanked until you need it. -debug This option will make x2vnc print out information about events it sends and receives to stderr for debugging purposes. -accel multiplier This option allows you to control the speed of the mouse on the remote screen. 2.0 means twice as fast, 0.5 means half as fast. Default is 1.0. Note that this is multiplied with a number which x2vnc calculates based on screen sizes and other factors. -noreconnect This option prevents x2vnc from automatically reconnecting if the connection is closed. -tunnel This option makes x2vnc start an SSH tunnel to the machine being controlled by x2vnc. The SSH command used can be changed by setting the X2VNC_SSH_CMD environment variable. The default is: ssh -A -X -f -L "$LOCALPORT:$REMOTEHOST:$REMOTEPORT" "$GATEWAYHOST" 'ssh-add;sleep 60' -via host This is similar to -tunnel, but tunnels through a host different than the machine being controlled by x2vnc. EXAMPLES
Most common usage: x2vnc -passwdfile $HOME/.vncpasswd -resurface host:0 To make x2vnc start (and re-start) automatically, add the following to your your X startup file (usually .xinitrc): while :; do x2vnc -passwd $HOME/.vncpasswd -resurface host:0 sleep 2 done AUTHOR
Fredrik Hubinette, hubbe@hubbe.net x2vnc(1)
All times are GMT -4. The time now is 07:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy