Software :: Scripting Screen Command To Start A Split Screen By Default?

May 27, 2010

I'm trying to use the screen command to start a split screen by default.

I know once I am an in `screen`, I can type C-a S to get a split screen. But is there a way to specify this as an argument to the `screen` command so it starts automatically with a split screen?

View 2 Replies


ADVERTISEMENT

General :: Goes To The Start Of The Command In Screen

Jul 30, 2011

After running a command that spits out a lot of output in screen. I drop to Copy mode and try to find where the command start. This becomes very very challenging when there are lots of lots of similar text to sift through. Is there a way for me to quickly scroll to where my command starts?

View 2 Replies View Related

Ubuntu Multimedia :: Execute Command Using Php To Start Program That Grabs Screen From Webcam?

Apr 8, 2010

I'm trying to setup a webcam surveillance system. Zoneminder didn't work for me regardless of how I tried configuring it, so I gave up and have now settled on a more primitive solution. I've currently got 6 cams and looping streamer (webcam screen grabber) I can grab a picture from each camera with about a 1 second interval. The previous picture is overwritten and using javascript to reload the image continuously in a browser I get the desired "movie" effect I'm after. The problem however is that as soon as I start using streamer on more than two cameras at once I run into this little snag:

Quote:

libv4l2: error turning on stream: No space left on device
ioctl: VIDIOC_STREAMON(int=1): No space left on device

I've been searching around and it seems I need to increase my shared memory. I've done that (tried many different values and "solutions") but the problem remains the same.

My setup is as follows.

1.php (refreshes updated grab from camera 1 every second in the browser)
2.php (refreshes updated grab from camera 2 every second in the browser)
3.php (refreshes updated grab from camera 3 every second in the browser)
etc
etc.

Is it possible to use something like php exec to execute the command that starts 'streamer' that grabs the image from the specific webcam (/dev/video1 for 1.php and so forth) when 1.php is opened in the browser. Is this even possible, or am I just dreaming?

View 2 Replies View Related

Software :: Open Screen As Daemon Will Not Execute Command Unless Screen Is Opened?

Aug 5, 2011

In a nut shell, I have a program called OpenSim which is a 3D virtual world emulator. My ISP provides me with dynamic DNS so I have written a program that compares my external IP to the IP in a file called Regions.ini that OpenSim uses to go out to the Internet. If the IP's are different then I need to change the entry in the Regions.ini file and reboot OpenSim. The program works except for the fail safe I put in in case OpenSim crashes during shutdown which happens one in a while.Here is the code:Quote:

#!/bin/bash
EXCEED_TIME="N"
SERVICE='mono'
[code]...

View 1 Replies View Related

Ubuntu :: C++ IDE And/or Text Editor With Split Screen?

Oct 16, 2010

I'm looking for a c++ IDE and/or Text editor with split screen abilities like what you see below with notepad ++. Having the ability to split your screen is very helpful when comparing code.

[URL]

I have tried geany which chokes VERY badly when trying to compile multiple files. I have tried kate which doesn't have a compiler.

View 6 Replies View Related

Ubuntu :: Terminal Split Current Screen

Mar 5, 2011

As I am getting to know the Ubuntu terminal, I am looking for this application that can automatically divide the current screen by showing a Terminal window at the top.

i already set up a shortcut to open the traditional terminal Window, also i know of the full screen terminal window by pressing ATL+F1 but as I am reading a tutorial I would find it convenient to simply type above the screen while reading the bottom

View 1 Replies View Related

Installation :: Video Split Screen With All Live CD's?

Jul 10, 2010

I've downloaded Ubuntu, Fadora, Linux Mint and Suse, trying to run their live cd's on my old IBM A21p. Each time the screen splits vertically when the package enters the desktop. I'm certain that it's the ATI 128 mobile graphics card in the machine, but I don't have a clue about how to resolve the problem. I would love to run Linux on this system, but I don't have the technical background to get past the initial issue, which is the screwed up graphics.

View 7 Replies View Related

General :: Tool To Join Videos Split Screen?

Jun 16, 2010

I am looking for a command line tool to join 2 video files, however I want the videos joined split screen frame by frame instead of one after another.

Any ideas?
Seems this is not possible with ffmpeg.

View 1 Replies View Related

Ubuntu Multimedia :: Split Screen Is Not Working Correctly?

Feb 11, 2010

I just installed 9.10 on my acer as a second partition. The only problem I am having is my split screen is not working correctly. They just mirror each other so I have basically 2 monitors doing exactly the same thing. No splits. My graphics card is nvidia geforce 7300 LE.

View 2 Replies View Related

Ubuntu :: Split Screen Option Doesn't Work?

Nov 24, 2010

I have inadvertently caused the main menu (Applications,Places and System) icons to change to a single icon, a white triangle. I've tried to put back the default but no luck. How can I restore the original?

On workspaces, I created a second workspace but the Workspace Switcher doesn't want to show the 2nd workspace; the display should show a blank window. Also the split screen option doesn't work. Do I need an applet (Pager) to sort this out?

View 2 Replies View Related

Ubuntu :: IBook Display \ Screen Is Split Up In A Rather Strange Way?

Jun 22, 2010

I've been working on getting Linux on this iBook I have.It's running fine HOWEVERThe screen is split up in a rather strange way.I've drawn a diagram, but I can't post it due to the fact I haven't made 15 posts yet.I have a full working desktop in the top left.About 2 inches of the right are just black, and I can't move my mouse over it.Under the address bar, there is a mysterious white line, that extends into the black.Under that, there is the top 2 inches of my desktop being shown again.

View 2 Replies View Related

Ubuntu :: Weird Split Screen Effect On Arcade Monitor / Fix It?

Aug 30, 2010

I've been using Ubuntu for a while on my laptop so I thought I'd also run it on my arcade machine. The monitor can handle a resolution up to at least 704x513 60hz (the resolution the original arcade game used) and uses composite sync. I've spent some time using xrandr to get the resolution, refresh rate and sync polarities that I need.

These are the commands I used to set my resolution.code...

But it has the same effect since I have the hsync and vsync wired into a composite sync anyway.

What I get is this weird split screen effect that's in the picture. It looks like I'm missing something I just cant figure it out!

View 3 Replies View Related

Ubuntu Multimedia :: Non Standard Resolutions With Split Screen View

Mar 18, 2011

I have 2 screens connected by vga/dvi and need to use different resolutions...at the minute ubuntu is forcing the same for both. Where should I start looking. I have two video files recorded simultaneously. I want to edit them into one video file with non-standard resolution and a split screen view which, two videos can be seen together. I tried kdenlive but I was unable to change the output resolution.

View 1 Replies View Related

General :: Split Screen Within VIM To Show Common Commands On Bottom Portion?

Jun 12, 2011

I long while ago (when I was in collage) I used VIM a bit. I have not used it since and would like to get back into using it. I remember there being a way to split the screen within VIM to show common commands on the bottom portion of the screen. I've searched a while and cannot find how to set this up.

View 1 Replies View Related

Software :: File Mngr W/ Duplicate Up, Back Buttons For Split Screen?

Apr 14, 2010

Mandriva 2010 kde4.3.5 Dolphin 1.3I like to use split screen with file manager. Would like duplicate up and back buttons that always corraspond to each pane of the window so I need not worry about which pane has the focus when I go to use the bauttons.I am hoping to find the functionality anywhere anyhow. I have been using the default Daulphin file manager but don't care if I need to change to a different one.

View 1 Replies View Related

Ubuntu Installation :: Can't Boot 10.04 Disc - Boots To A Purple Screen Then It Goes To A Black Screen With A Load Of Writing Nothing Else Happens After Screen

May 12, 2010

I can't seem to get Ubuntu to run on my old Dell Dimension 2300. It boots to a purple screen then it goes to a black screen with a load of writing nothing else happens after this screen. [URL] Could someone advise how I can get it to work?

View 1 Replies View Related

OpenSUSE Multimedia :: Obnoxious Bar In Smplayer - Full Screen Isn't Full Screen And There Are Black Edges On Both Sides Of The Screen

Jan 25, 2011

This obnoxious bar has just appeared in Smplayer at the top of the screen. It stays there even when I go full screen. Now full screen isn't full screen and there are black edges on both sides of the screen. I have not be able to figure out how to hide it. I do not need or want this onscreen display. How can I configure Smplayer to make this go away? How can I get my 16:9 full screen aspect ratio back? I have done nothing to mplayer or smplayer as far as editing any or changing any configuration files. I tried several videos and it displays on all of them. It was not there last time I used Smplayer.

View 9 Replies View Related

General :: Set Default Screen Colours In Putty / Ssh?

Dec 6, 2010

I use putty to ssh to linux box. By default I get black screen background with white foreground.
To change colours, I go to change settings -> Window/colours and then I set background colours as white and foreground colours as black. This is more easy on my eyes. But I can't seem to be able to set this colour setting as default and each time I login, I have to set colours.
Could someone please suggest a solution?

View 1 Replies View Related

Ubuntu :: Change The Default Boot Screen?

Feb 6, 2010

I have Ubuntu 9.10, does anyone know how to change the default boot screen (with the Ubuntu name and the light). Also, the sound that comes with this screen?

View 1 Replies View Related

Ubuntu :: Dual-Screen Default / How To Change?

Jun 26, 2010

Everything is on my secondary (left) monitor. I want my primary (right) monitor to have the toolbars and default stuff on it. Is it possible? I haven't seen it on the settings and I've searched around but all posts are like 2007-2008 which have different layouts of solutions which don't work or aren't the same.

View 7 Replies View Related

Ubuntu :: Restoring Login Screen To Default?

Jul 26, 2010

Recently I tried to change my login screen with plymouth in the terminal, i got to the part that shows all of the different login screens you can have, so I clicked the one I wanted. When I tried to log back in, the theme was basically the same as the default, but it made me click log in, enter my username, click accept again, then enter the password. So I was wondering how I could make it the default login screen where it's all on one screen.

View 3 Replies View Related

Ubuntu :: Manually Set The Default Screen Brightness?

Dec 4, 2010

In which configuration files can I manually set the default screen brightness?

View 6 Replies View Related

Ubuntu :: Default Screensaver At Logon Screen?

Dec 16, 2010

What I want to do is have a screensaver that will activate at the login screen, after a few mins lack of use.

This can obviously be set for individual accounts, but I cannot figure how this can be done for the login screen.

View 4 Replies View Related

Ubuntu :: No Animation On Default Splash Screen?

Apr 21, 2011

I recently performed a fresh install of Ubuntu 10.10 on a new hard disk, and I've noticed that for whatever reason, the animation isn't working on the default Ubuntu splash screen on startup. It does work on the splash screen when I shut down, oddly enough.

I haven't tried to change my splash screen or messed around with resolution settings or anything like that, so I'm not sure what to check.

View 3 Replies View Related

Fedora :: How To Set Default Screen Resolution In FC13

Oct 13, 2010

Have just upgraded from FC12 - nothing seemed to work as it should - to FC13 which is working quite a lot better - automatically updating everything etc. - and I can now install what I want. The preupgrade installation bizzo seemed to work quite well. But I can't seem to be able to set a "default" screen resolution - being slightly geriatric I like 832x624 - but rather have to do it manually every time I start the OS. Have dug into it quite a lot but can't seem to find a way of having it boot up each time at the res I want it to.

And also, in the past, when clicking onto URLs in emails in Thunderbird they automatically opened themselves in Firefox - but not now. Even clicking "Open in Browser" doesn't seem to do it. Have to copy and paste etc. Surprisingly the other way seems to work OK - "Contact:" tags in Firefox open a Tbird email pane. Do I have to get into about.config or write a user.js file or that sort of thing?
FC13 Athlon 64x2/5000 2G RAM

View 5 Replies View Related

Slackware :: Default Open On Monitor Screen

Jan 15, 2010

I have two screens, my regular monitor and my TV. When I open a program, sometimes it opens on my monitor and sometimes it opens on my TV. I don't usually have my TV on, so I want to have everything to default to open on my monitor.

View 6 Replies View Related

OpenSUSE Network :: Set Default Domain In Login Screen?

Apr 9, 2011

I joined my computer to a Samba directory and I would like to have that domain as default in the login screen rather than <LOCAL> but I cannot figure how to do it.

View 3 Replies View Related

Ubuntu :: Changing Login Screen Back To Default?

Aug 15, 2010

First of all not sure if this is the correct forum but anyway.Ok well i installed this theme because i liked the look of windows 7 (http://gnome-look.org/content/show.p...content=113264).So i ran the GUIUninstall.sh and it seemed to work but the login screen still has the theme i was wondering how i could change it back to the defualt one.

View 2 Replies View Related

Ubuntu :: Can't Get Past Default Key Ring Password Screen

Sep 22, 2010

I installed a couple of updates that the update manager said were important the other night and now I can't get past the default key ring password screen. Only the mouse works (USB); the keyboard has no response.I know the password but I just can't get the keyboard to work.

View 1 Replies View Related

Ubuntu :: Cannot Set Default Resolution And Refresh Rate Of Screen

Apr 30, 2011

I can't select default refreshing rate and resolution of my screen. Believe me, 50 Hz hurts eyes and causes headache. Ubuntu doesn't recognize my screen I used to work on 1280x1024 resolution with 80 Hz refreshing rate. 1152x864 60Hz is max I can select in Nvidia X Server and Ubuntu Screen Properties. I have tried changing options in Nvidia X Server, Ubuntu Screen Properties and tried xrandr commands (these ended with xrandr: Failed to get size of gamma for output default. or Can't open display).

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 270.29 (buildd@allspice) Fri Feb 25 14:42:07 UTC 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection .....

Btw, I'm using Ubuntu 11.04. My graphic card is GeForce 430 GT, screen - Acer AL1916.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved