similar to: How to run X windows in the guest OS

Displaying 20 results from an estimated 20000 matches similar to: "How to run X windows in the guest OS"

2010 Jan 27
1
xterm clones on VNC problem
I've been scratching my head over this one after setting up VNC on another existing server. Followed the instructions here http://wiki.centos.org/HowTos/VNC-Server as usual. It worked initially. However since this server is going to be installed in a rather inconvenient place and having done pretty stupid things before, I decided for the first time to try the portion that says # Add the
2014 Oct 01
2
VNCServer Startup Config
hi all, I've inherited a server with CentOS 6.4 the VNC Server starts up with the OS and its screen resolution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of
2014 Mar 27
1
vncserver does not start gnome-sessioin automatically
I installed RHEL 5.8 x86_64 today. To my surprise, when I connect it using vnc viewer it does not start gnome-session automatically. The last line in .vnc/xstartup is twm& Before I removed RHEL 6.1 a few days ago, vncserver always starts gnome-session every time I open vncviewer. Is that related to RHEL version or vnc-server version? Best Regards, Yawei
2007 Dec 06
8
VNCsever not starting at boot
When I run system-config-services, it shows vncserver set to start at boot. in /etc/inittab I have init 3 vncserver does not start at boot. I log in on the console as root and service vncserver start and it starts with some warning messages about bad display name in "add" command, but I do not see where these are logged to copy them into this message. Once I start it from the
2008 Jul 22
5
VNC server problem
HI all, i am configuring VNC server in CentOS 5.1. i have enables this two lines in /etc/sysconfig/vncserver file VNCSERVERS="2:vnc" VNCSERVERARGS[2]="-geometry 1024x768 -depth 24" here i have created a user vnc and set the password using vncpasswd cmd. then i started the vncserver # vncserver New 'localhost.localdomain:1 (gopinath)' desktop is
2010 Dec 09
1
how to run a command on a specific vnc display
Hello, I'm using selenium rc for automated testing on a centos box. working on the box itself has no problem as long as i start the server through terminal. though if i wanted to run tests remotely i have a problem with firefox not knowing on which display to run. i have a vnc client running on port 1 (5801/5901) I've tried the following: export DISPLAY=1 ; java -jar
2016 Jun 02
2
vnc on C7
Thanks Frank. The below in fact worked and restarting the service. Jerry To get mate to show up use the follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ]
2017 Oct 15
1
sendmail
On Mon, Oct 2, 2017 at 7:25 PM, Pete Biggs <pete at biggs.org.uk> wrote: > On Mon, 2017-10-02 at 23:18 +0000, Larry Martell wrote: >> On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen >> >> > Sendmail is not the standard email server for EL7 >> >> >> What is the the standard email server? >> > > Postfix Thanks. I was able to get
2008 Jun 27
1
VNC vs GNOME desktop
I'm trying to use VNC to connect my home Centos box (up to date centos 5) to my Centos 4 (also up to date) at work. I have no problem connecting. The problem occurs after logging in, for every applet in the bottom Gnome panel I get an error box from which I can choose to remove the applet from the panel, or just go on. I choose to not delete but to just go on. After I get a half dozen or so of
2009 Jun 04
14
Gnome-login to osol DomU fails, refusing valid credentials
i''ve managed to get 2009.06 installed in a Xen DomU on Linux Dom0. it''s currently ''up'' with a static IP, and i can successfully ssh into the box as either root or ''myuser''. all network/login settings seem to survive reboot. i''ve set up for VNC to the DomU. i can connect, and am at the Gnome login window. but, neither
2006 Nov 09
1
Sluggish X session with Cygwin/X and gnome desktop
Hello, I just installed CentOS 4.4 and when I connect to it from my XP machine using Cygwin/X and the gnome desktop I've noticed that after a couple of minutes it slows to a crawl (menus and dialog boxes don't display immediately when I click on them). Accessing the X session from the console does not exhibit this behavior. Just recently, instead of going with the default gnome
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a bunch of old messages here on vncserver and thought I had it. Obviously not. 1) cp /usr/lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver at .service 2) vi /etc/systemd/system/vncserver at .service I changed <USER> in both places to root 3) systemctl daemon-reload 4) systemctl
2008 Jan 02
1
vncserver
Hi all, When using the "vncserver :1" and then "vncviewer :1" to see it so far so good. then when I run a program I get the window outline until I move to the position I want and click - how can I just skip that step and lets say have my new program go full screen (in the vnc window). Is that possible and how? THanks, Jerry
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2012 Mar 23
2
wiki - vnc -gerald and walsh, update?
To GeraldClark and PjWelsh, I have centos 6 and used your guide to get it going with vnc. First of all thanks for putting that up, so many techs told me I did not have to install a desktop to make it work and they were so wrong. http://wiki.centos.org/HowTos/VNC-Server Using centos 6 I found some differences and wanted to post them here to see if anything helps clear it all up. I acutally
2015 Dec 10
4
VNC on centOS
Hi, I have recently installed centOS 7 and trying to start vnc server on it. Somehow, I am unable to make vncserver working. I have modified iptable rules and xstartup file but it did not help. Has anyone else faced this problem earlier? Any help would be appreciated. Regards Hersh
2009 Jun 03
1
VNC-Server HowTo
Gerald and P.J., I just finished setting up VNC services following http://wiki.centos.org/HowTos/VNC-Server and have a few comments. "2.3. Edit the server configuration" The last line should be corrected from VNCSERVERARGS[1]="-geometry 800x600" to VNCSERVERARGS[3]="-geometry 800x600" "2.4. Create xstartup scripts" Comments about the rational for
2008 May 20
4
Can't get past the splash screen
Hi, I have a remote frontend (it's kept in the room which I don't have access) which is installed with CentOS 4 and Rocks . So, to use the desktop(Gnome) of the frontend I use the freenx + nomachine following the guide in http://www.centos.org/modules/newbb/viewtopic.php?forum=20&topic_id=1640&viewmode=threaded. It worked. Then, I intended to add user, but I couldn't create the
2005 Dec 28
2
cant get X on domainU
Hello I can''t seem to be able to get X working on domain U My setup domain0 -ubuntu breezy domainU -ubuntu breezy I tried 3 techniques 1. ssh -X domainU steps: on domain U $ export DISPLAY=:0 $ xhost + xhost: unable to open display ":0" on domain0 ssh -X domainU result: ssh conection established no X forwarding starts. after login tried
2009 Jul 09
6
2.6.30.1 dom0 Xen patches
I''ve been trying for several days to get a xen dom0 booting as described on Boris Derzhavets blog. I have been able to boot Jeremy Fitzhardinge''s pv_ops kernel under xen, but my X server wouldn''t start so I''ve been trying to get Andrew Lyon''s rebased opensuse patches to work. I have asked for help in the freenode ##xen channel but they