General :: Remote Login To Display Framebuffer Device

Apr 16, 2010

I hope this is not a totally ridiculous question. I use putty often to remotely connect to my laptop at home. I recently learned about the Linux framebuffer, and was curious if there was a tool like putty that would let me remotely connect to my laptop but use the /dev/fb0 device for forwarding graphics. Sort of like a vnc or X11 forwarding, but instead of using X, gdm, kdm etc. we use the framebuffer.

View 2 Replies


ADVERTISEMENT

Debian Configuration :: Framebuffer Uvesafb Display Mode/resolution?

Jan 10, 2011

I'm trying to get a framebuffer console with acceptable scrolling speed on Dell XPS M1530. It has GeForce 8600M GT card with maximum resolution supported by bios 1920x1200

# cat /sys/class/graphics/fb0/modes | sort
U:1024x768p-60
U:1280x1024p-59
U:1280x800p-60
U:1600x1200p-60
U:1920x1200p-60

[Code]...

View 9 Replies View Related

General :: Cannot Remote Display To (ubuntu 9.04) Box?

Mar 12, 2010

I am struggling to figure out why I cannot display GUI applications from one of the Sun Solaris 10 servers (named espresso) on the network over to my local Linux workstation (beluga). Seems to work perfectly fine when I use my other Solaris 8 (stoli) box for display.Here is what I do, the part that works fine:

stoli: xhost+
stoli: rlogin espresso
espresso: setenv DISPLAY stoli:0.0
espresso: oclock

Now trying the same thing over to linux box, beluga, and it fails with message "Error: Can't open display: beluga:0.0":

beluga: xhost+
beluga: rlogin espresso
espresso: setenv DISPLAY beluga:0.0

View 3 Replies View Related

General :: Running A GUI Program On The Display Of A Remote PC Via Ssh?

Jan 20, 2011

I am connecting to remote Linux PCs via ssh, to update software and do other tasks. I want to send a notification to the remote PCs screen (eg, "Do not run program X, it is being updated now"), so the users do know what is happening.

Is there a reverse way for ssh -X host so I can connect to a remote Linux machine and run notify-send and it appears on the other display?

View 2 Replies View Related

General :: Display The Source Machine During A Remote X Session In The Title Bar?

Aug 8, 2011

In the past, when I open a gvim session on a remote machine, the title bar of gvim would show the machine name in brackets. I am not sure if this was done by the remote gvim itself, or the local window manager. In the past I have used gnome2, although I am currently using unity (and finding it rather frustrating). Is there some setting I can change to always force remote windows to display the source machine?

View 1 Replies View Related

General :: Command To Display The Device-fs-uuid-mount Point?

Oct 26, 2010

I need a command to display the next info from my hdd:

device name - filesystem - uuid - mount point

I found blkid but the mount point is not displayed, I've already look in man but there is no parameter for that

View 2 Replies View Related

General :: Display Boot Splash Image On Embedded Device Using Fbsplash?

May 13, 2011

I'm working on a project to have our company logo image display on the screen during bootup. Our platform is an embedded Linux device running on a custom configured linux kernel 2.6.38.2. Our development distro is Ubuntu 10.04. I am currently trying to get fbsplash to work on our device with no luck so far.

View 1 Replies View Related

Ubuntu :: Remote Desktop Login To Gdm After Remote Restart

Feb 6, 2011

I maintain plain vanilla Ubuntu 10.04 systems for several friends. Each machine has only one user, the owner. I use Remote Desktop to instruct and to perform maintenance. Here's my problem:After updating the system, if the kernel has changed, a restart is needed. If I do a restart, I then have to phone the owner to insert his login credentials in the gdm login screen, before I can do anything else via Remote Desktop on that machine.There ought to be a simple way I can avoid the phone call and login myself.

I'd strongly prefer not to use any software that is not included in a plain vanilla Ubuntu 10.04 installation. And I don't want to weaken system security beyond what it is now.Is there a solution? Or, what is the simplest solution?

View 2 Replies View Related

General :: Redhat - Remote Login Without Using Password?

Aug 22, 2011

how to use remote services to login to a remote machine without providing the password?

Are there any commands in Linux or do I have to write a 'C' code for it ?

View 2 Replies View Related

General :: Different Passwords For Normal / Remote Login?

Apr 25, 2010

Is it possible to have multiple passwords on the same account, where one password allows only normal login and another only when accessing the machine remotely (for example, via ssh)?

View 6 Replies View Related

General :: Notify The Administrator For Every Remote Login Attempt?

Apr 19, 2010

am using RHEL 5 ,i would like the system to send me an email for every time some one attempts to login to the server remotely. i have created the emailing script in perl and it works. but i want it to be triggered if someone tries to access the server. how can this be possible

View 9 Replies View Related

General :: Ssh Login Without Password From Local To Remote And Further To Another Remove?

Apr 15, 2011

I know I can ssh login without password from a local to a remote. My question is how I can ssh without password from the remote to another remote. Say, I have three machines: A, B, C where A is the local machine. I use the same private/public key pair for all the login. What I can do are:

1. ssh from A to B.

2. ssh from A to C.

3. If I am sitting in the computer B (or B is local), then I can ssh from B to C.

What I am not able to do is:

After I ssh from A to B, I cannot ssh from the B to C. When I try to ssh from B to C, it asks me a passphrase.

View 1 Replies View Related

General :: Debian - Display A Message Before Login?

May 29, 2011

I need to display a message before any login on a Linux box, either locally and for remote login via SSH. How can I achieve this? "issue" and "Banner" are the two concepts I need to use to provide a message for every user before they log into the system.

View 2 Replies View Related

General :: Display A Legal Warning Before Login?

Oct 5, 2010

How would i force All connection oriented network services to display a legal warning in terms of banner before any fuctional operation by user?

View 10 Replies View Related

General :: Start A Remote Login Session From Script To Any Server?

Nov 11, 2010

How to start a remote login session from script to any server?

View 1 Replies View Related

General :: Display User's Last Login Information When Connected Through FTP?

Apr 11, 2011

I want the last login information whenever I log in through FTP.

This is possible for normal console and SSH logins by configuring in /etc/login.defs file. But I am not able to view the last login information when FTP is used.

View 5 Replies View Related

OpenSUSE Install :: Anyway To Set Remote Login As Default Login Method

Jun 2, 2010

i'm using OpenSuSE 11.2 and was wondering if there is anyway to set remote login as the default login method.

View 9 Replies View Related

General :: Log On Automatically To Remote Server Without Typing Everytime Password And Login?

Mar 24, 2011

i need to connect to a remote linux server on certain times (automated), but i need to log on to the server. So i want to make a script (shell perhaps) that periodically connects to the server and checks some files and folders.How do i automate it and how can i log on automatically to the remote server without typing everytime the password and login (the script should do it himself)

View 14 Replies View Related

General :: A Script That Will Display Only The Last Login Of Each User With The Date And Year?

Apr 20, 2010

This is on an old machine that is running Solaris 7. I know that I can run the command script 'last' to get a list of who has logged in. When I do that I get a very long list of lines like:

username pts/4 100.32.11.123 Wed Dec 6 18:30 - 18:40 (00:09)

I see that the year is not posted. I have about 11 years worth of logins where users have logged in multiple times over several years.

So, here is what I need: I only need the date of the very last time a person logged in. I also need the year of that last login.

script that will do this? Something with output like

username1 pts/4 100.32.11.123 Wed Dec 6 2005 18:30 - 18:40 (00:09)
username2 pts/4 110.33.11.18 Tue Apr 20 2009 8:30 - 9:30 (01:00)
username3 pts/4 10.32.11.18 Mon Jun 12 2008 1:30 - 2:40 (01:10)
username4 pts/4 110.33.12.19 Sat Oct 10 2001 00:12 - 00:13 (00:01)
...

View 4 Replies View Related

General :: Can't Connect To Display After Switching From Bash To Tcsh After Login

Aug 11, 2010

Can't seem to use tcsh as my login shell under CentOS 5 as I used to (if I specify /bin/tcsh as my start-up shell, the windowing system doesn't come up), so am logging in under bash then switching to tcsh on top of that, but it won't allow display access from tcsh for my programs. Gives the "cannot connect to display" error that usually xhost + is the solution for, but xhost doesn't help in this case (won't even run under tcsh, says unable to open display "0.0"). $DISPLAY is set in .cshrc. Must be something simple, but can't seem to find a direction to head?

View 2 Replies View Related

Ubuntu :: SSH Display On Remote Machine?

Jul 10, 2011

I have SSH -X working fine, displaying stuff that's running on the remote machine on my local machine. But how do I display on the remote machine? I did this many years ago on unix and seem to recall that this was either default or a simple case of setting DISPLAY....

View 3 Replies View Related

Ubuntu :: 10.04 Laptop Can't Display Remote Xclock

Jul 27, 2010

Hostname: Borg
OS: Lucid Lynx
Kernel: 2.6.32-24

Problem:

1. borg > xhost +
2. borg > ssh <anyuser>@<anyhost>
3. anyhost > export DISPLAY:<borg's IP>:0.0
4. xclock

NOTHING HAPPENS!!!! Any ideas? Here is what I have tried thus far.

Efforts:

1. gdmsetup - looked for security tab, doesn't exist

2. installed gdm2setup - still not there

3. looked for gdm.conf - not there

4. when doing ps -ef|grep X - there is a -nolisten tcp "could this be culprit" hmm not sure

5. modified /etc/ssh/ssh_config to Forward X

View 1 Replies View Related

CentOS 5 :: Enable 5.5 For Remote-to-local X Display

Sep 1, 2011

my local box is centos 5.5 running gnome.

I have a eucalyptus instance (vm) running an older version of centos (5.3?). As a vm it has no graphical display. I'd like to run a graphical app there so that it displays back on my local machine.

Used xhost locally and it shows the remote IP (eucalyptus instance) as enabled. On the remote side (eucalyptus instance) I set DISPLAY with:

export DISPLAY xx.xx.xx.xx:0.0

where xx.xx.xx.xx is my local ip address. Oh, I did install X in the vm instance (yum groupinstall "X Window System"). X is installed but not running there (does the point of origin of the x app need to have X running as well - and what does this mean in a vm which is a non-graphicla environment?).

Anyway, I try to run (from remote to local) xclock and get the typical

Error: Can't open display.

View 3 Replies View Related

Ubuntu :: Remote Access With Android Device

Apr 7, 2011

Any way to remote access my Ubuntu Server using my Android phone?

View 2 Replies View Related

Fedora Networking :: Remote Desktop Display Corruption ?

Jun 23, 2009

This is a strange problem, 2 Fedora 11 machines, both Dell's. On machine A, remote desktop is okay. On Machine B, remote desktop display is corrupt/unusable.

However, prior to upgrading to Fedora 11, both machines had Fedora 10, and, remote desktop on Machine A was corrupt and Machine B was okay.

Any idea what happened? Why did the upgrade fix one and break the other? Both machines where upgraded with Pre-upgrade. The two machines are in to separate locations, un-related to each other.

View 1 Replies View Related

Ubuntu :: Lucid - Cannot Display Xclock On Remote Machine

Jul 23, 2010

I'm having trouble displaying Xwindows programs on a remote machine. If I run "ssh -X newmachine" and I login and then run a program like xclock, I get the error message:
Error: Can't open display: localhost:10.0

If I run the same command to an anothermachine which is running Ubuntu 8.04 it works fine and xclock displays on my localmachine. If I run the command "echo $DISPLAY" on newmachine, I see:
localhost:10.0

Also, I have checked and xauth is installed on newmachine. What setting I have to change on Ubuntu 10.04 to allow remote display of Xwindows programs?

View 4 Replies View Related

Ubuntu :: Starting Xterm From Remote - Error: Cannot Open Display A.b.c.d:0.0

Sep 1, 2011

I am running hummingbird exceed on Workstation with an ip address of a.b.c.d, and connecting to a sun machine with IP address x.y.z.w running Solaris with XDMCP. From the sun machine, we commonly telnet to other sun and linux machines and run X applications.

We have just installed ubuntu 10.04, and I can telnet into that machine no problem.

However, running xterm on the ubuntu machine fails:

xterm Xt error: cannot open display a.b.c.d:0.0

View 2 Replies View Related

Ubuntu Multimedia :: Use 2nd GPU As The Main Display Device?

Mar 23, 2011

have a system that has a GTX285 and a PCI 8400GS. I'm running Ubuntu 9.10 I'm trying to get the system to use the 8400GS to run X windows and the GTX285 to use as the compute device. Everytime I start up my system with both cards it always uses the GTX285 as the display device. How do I configure it to use the 8400 instead? I've tried the nvidia settings program and I don't see how to do this. Do I need to change something in my xorg.conf ? I don't know much about editing this file.

View 3 Replies View Related

OpenSUSE Hardware :: Unable To Get The Device To Scan For Remote Devices?

Sep 14, 2010

I have the above bt dongle and I am unable to get the device to scan for remote devices. The dongle and bluetooth software is recognized and from a system point of view is working. Using Suse 11.3 64bits

[Code]...

When I scan the blue led comes on solid and goes back to blinking afterwords but nothing is found. I did try another adapter and the bluetooth worked. BTW The Bluedevel application is real nice and works much better then the kdebluetooth app,

View 1 Replies View Related

Networking :: Export A Raw Device Through NFS/CIFS To Be Mounted At Remote Location?

Nov 17, 2010

Can we export a raw device through NFS/CIFS to be mounted at remote location?

View 2 Replies View Related







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