Ubuntu :: Gdm To Start X Server On Display Other Than 0?
Jul 15, 2011
I would like to know how I can make GDM to start the x server with another display number (and on different vt).
The reason for this is that I have a chroot environment and I believe I have installed the necessary packages but when I do $ /etc/init.d/gdm start it seems to start but no new x server is running on any of the vt.
View 8 Replies
ADVERTISEMENT
Dec 26, 2010
When i ssh to server using -X, i always confuse about which display number i should export. It seems to me sometimes the display number has been used by something, so what i can do is only
export DISPLAY=localhost:0 && xclock
export DISPLAY=localhost:1 && xclock
export DISPLAY=localhost:2 && xclock
[code]....
View 1 Replies
View Related
Oct 21, 2010
I bought a new computer and installed ubuntu 10.04 about 2 months ago, and until yesterday it worked pretty well. Last night it acted kind of weird (slow, application would start loading and then just die) so I restarted the machine. That's when I understood that something bad happened.
When the machine starts and the os begins to load I get a bunch of text that says things like:
mount: mounting /dev on /root/dev failed: No such file or directory.
Same for sys and proc, there might be much more in the buffer but I can't seem to able to go up. I did not do any thing special last night and so I'm clueless of the reason for this. Also, since in this version of ubuntu the boot options are not displayed by default I tried pressing a key on boot in order to try another booting option but when I do that I just get the flickering cursor sign.
View 9 Replies
View Related
Apr 22, 2011
Is there a way to tell conky on which display to start. I have dual twin monitor setup and its starting on my secondary monitor.
View 10 Replies
View Related
Oct 12, 2010
I was thinking to do my music producing completely on linux and found a plethora of good tools for it. The thing is I have two monitors and instead of launching manually every little app each time I feel creative, I want to make a script that launches all my favorite apps.
So long I have written this little bash script:
Code:
#!/bin/bash
#Start my audio programs for music production
(qjackctl --start)&
(hydrogen --nosplash)&
sleep 1
ardour2
So what it does is that it starts the jack server, then hydrogen and lastly ardour2. The thing is that I want hydrogen to start in the second monitor but don't know how. I have devilspie but I didn't have any luck on finding some command to choose display. I am aware of the --display flag that some programs have like firefox but hydrogen doesn't have it. Btw I use a different X server on each screen. is there a universal way to launch ANY kind of program on a specific display?
View 6 Replies
View Related
May 6, 2010
I've decided to try Debian Lenny, after i succefully installed it without any problems there appears to be a problem - after loading the services and etc, my monitor turns off with a floating message saying it cannot display the current resolution, and that i should set it to 1280x1024@60Hz.
View 1 Replies
View Related
Oct 13, 2010
Im trying to run synergy on startup. This works fine on the client, but it wont start automatically on the server. I put this line in an entry in startup applications:
[code]...
but still no dice.
View 9 Replies
View Related
May 26, 2010
I have recently disabled nautilus from showing up on my desktop. Now I can't seem to start nautilus. Starting it from gnome-terminal doesn't display anything, and it never shows, and it never terminates. The way I disabled nautilus from showing up on my desktop was by following Xmonad/Using xmonad in Gnome - HaskellWiki
View 5 Replies
View Related
Jul 8, 2015
I'm not using one atm, tried "exec startxfce4" in my .xinitrc but didn't work.
System is Debian Stretch.
View 4 Replies
View Related
Jun 23, 2011
Just installed F15, was everything fine, but then gnome got away, from terminal I have<gnome-session:1951): Warning can't start display message.Before that I put in config file one extra line to start tint2 like <sleep 3 && tint2.Not sure was it the reason?
View 4 Replies
View Related
Apr 6, 2011
Ok so i have the tor browser bundle but when clicking start-tor-browser. I get : "Do you want to run "start-tor-browser", or display its content" ,"start-tor-browser" is an executable text file." So i click run but Vidalia doesn't start and nothing happens.
View 2 Replies
View Related
Feb 21, 2011
I recently dist-upgraded from Debian 5 to 6 (squeeze). Since then, the xclock I run from my window manager's start script isn't displaying correctly (it displays only a "0"). The thing is, if I run the same command in my start script in my terminal, it works just fine, as it has always done...
I use this rather "old" X applications because I like my programs simple/not buggy/fast, and it's resulting a rather annoying problem (being that apparently nobody else has it...).
All other programs in my start script (gnome-terminal, emacs, xmodmap, etc) are working with no problems whatsoever.
My window manager: sawfish
Command to run xclock in my start script:
Code:
xclock -digital -brief -geometry -0+0
Attached picture:
Top: xclock initialized by start script
Bottom: xclock initialized by terminal
View 2 Replies
View Related
Jan 8, 2010
with slackware 13.0 for one user xfce4 hangs and doesn't start..xsession.errors claim it can't open display. It works fine for other users. Also if I access the machine in question as the same user but remotely using remote X (X-terminal on my LAN) it works fine.Sometimes if I wait and count to 30 it comes up but a lot of the features don't work.During the last week have posted this question on the compuserve linux forum and also in the xfce site forum with no solutions.seems there must be something in that user's directory which is hanging it up. I keep the same /home/users directory on a separate partition so when I upgrade for new versions of slackware the /home/users remain the same - I symlink home to that partition so upgrades are somewhat seemless.
View 3 Replies
View Related
Jun 7, 2010
I have setup a CentOS 5.5 server as a DHCP server. That will be it's only task in a Cisco callmanger VoIP environment The DHCP server that comes with CentOS 5.5 is from ISC V3.0.5 -redhat.
The server (HP DL360) has two physical NIC's of which only NIC1 is used (ETH0)
ifconfig shows:
Code:
The interface has a fixed IP setup.
My dhcp.conf file looks like this:
Code:
When I start (try to) dhcpd via the service interface or via the prompt as
Code: service dhcpd start
I get an [FAILED] message and the following is in /var/log/messages
Code:
But when I start the DHCPD on the comamnd prompt in debug mode it looks as follows:
Code:
and /var/log/messages shows:
Code:
Why does the system ask a declaration for eth0 0.0.0.0?
View 3 Replies
View Related
Sep 2, 2010
I'm configuring a new Centos 5.5 server in replacement of an old W2K server.The topology of our network is simple : one file/dhcp/dns relay server and workstations (PC's and some MAC's) plus network printers and scanners.All the workstations have dynamic IP addresses (easier because a lot of 'dynamic' changes : new persons with their own laptop, ...) and the server and printers/scanners have fixed IP addresses.I edited the dhcpd.conf (see here underneath), I have the file dhcpd.leases but it doesn't start !
DHCPD.CONF
ddns-update-style interim;
ignore client-updates;
[code].....
View 3 Replies
View Related
Nov 15, 2010
I have got xorg and gnome-core installed. When I put in command startx I get the following message: X: warning; process set to priority -1 instead of requested priority 0 Fatal server error:Server is already active for display 0 If this server is no longer running,remove /tmp/.X0-lock and start again. when I try to sudo Xorg -configure it shows me same message server is ..... lspci shows me the following information 04:02.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)So what I am doing wrong and how do I get this videocard working with Xorg.
View 7 Replies
View Related
Nov 27, 2010
I have VIA/S3G unichrome IGP video card of 32MB after installing fedora i am getting very worst resolution of 600x400which is completely irritating so please provide me a way out from this problem to use fedorathe solutions i followed and failed are given below
1. Some one told me to change the xorg.conf file but i failed because there is no such file in the given location
2. Some one told me to create it using system-config-display but for fedora 14 there is no package for that
3. some one told me again of using the command Xorg -configure but it said as followed [root@localhost tmp]# Xorg -configure
Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again.
[code]....
View 2 Replies
View Related
Nov 19, 2010
that's my first linux server. on my root is CentOS already installed. when i connect via "Remote Desktop Viewer" i log in with my accout.
then i see the textmode and type in "startx" and "init 5" but nothing happens but i can see this:
[root@server004 ~]# startx
xauth: creating new authority file /root/.serverauth.2896
Fatal server error: Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock and start again.
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
giving up.
[code]....
View 1 Replies
View Related
Apr 10, 2011
I installed IBSng in ubuntu-server .but i can not start this server :Code:[root@myserver]# /etc/init.d/IBSng start.: 8: Can't open /etc/rc.d/init.d/functions"functions" file is in RPM base system . and ubuntu have not this file
View 2 Replies
View Related
Dec 6, 2009
I use FC8 and i want some services like HTTPD and NAMED to start at the start of the system , how to create a script to do that .
View 9 Replies
View Related
May 25, 2011
Fresh install, followed the directions,
# ./configure --with-mysql --with-openssl --with-openssl-libs=/usr/lib (MySQL 5.5.12 & OpenSSL 1.0.0)
Everything seemed to go well enough. Stock lighttpd.conf. However, it won't start on boot. Not even manually via:
# /etc/init.d/lighttpd start
or
# /etc/init.d/lighttpd -f /etc/lighttpd/lighttpd.conf (came across that while scouring Google).
No messages, no logs, nothing. ?
View 17 Replies
View Related
Jul 14, 2010
I've just upgraded (finally) to 10.04 desktop, and when I boot, I get a login screen, which is quite usual, but once I log in, the machine drops to terminal, instead of the usual GUI. I've tried running startx, but I get this error message. Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again.
View 1 Replies
View Related
Apr 29, 2011
when i start qmail seervice it gives error#/etc/init.d/qmail startStarting qmail-toaster:
svscansupervise: fatal: unable to acquire pop3/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire pop3-ssl/supervise/lock: temporary failure
View 9 Replies
View Related
Jun 29, 2011
When I am trying to run the Xserver using the command startx I am getting the below mentioned error
xauth: creating new authority file /oracle/oracle10g/.serverauth.22555
Fatal server error:PAM authentication failed, cannot start X server. Perhaps you do not have console ownership?
[code]....
View 2 Replies
View Related
Apr 11, 2010
I am trying to do a https access with virtual hosting with apache.
But when I install mod_ssl rpm httpd server does not start again
I am stumped
httpd -t shows syntax is OK
View 5 Replies
View Related
Mar 18, 2010
I am running CentOS 5.4 and Postfix. So when I start Postfix server than immediately maillog is starting to grow. And the first lines that I see in it are:
[Code]...
Server is already in several blacklists and I desperately need to do something.
View 12 Replies
View Related
Sep 9, 2009
I have one server with Jboss and Tomcat installed, I have to start these servers manually everytime I do reboot the server.How I could do to start Jboss and Tomcat automatically, when I do reboot the server?
View 1 Replies
View Related
Jan 8, 2010
I have a karmic server and a separate karmic desktop (laptop). I want to run a few gui applications from the server to my desktop so they will be centralized. I can successfully ssh to my server from the laptop, but getting the gui stuff launched from the server to display on my laptop is where I am hitting a wall. I did:
$ ssh -Y knipknup@192.168.1.3
enter password
and I get:
/usr/bin/X11/xauth: error in locking authority file /home/knipknup/.Xauthority
I also did :
$ sudo chmod -v 777 /home/knipknup/.Xauthority
and that results in the same message.
View 1 Replies
View Related
Jun 19, 2011
I am completely new to the world of all things linux. I have recently needed to build a linux server to host a Google box, so we decided to use old kit firstly a Dell 1400sc and a Dell poweredge 650. In both cases after the install we got a massage saying that it could not display output the lcd monitor.
I have searched on the web to resolve the issue, and some of the resolutions said to amend the something in the grub. However I have not been able to enter the Grub menu even after trying esc or shift.
View 2 Replies
View Related
May 16, 2009
I'm a Chinese user and installed ubuntu server. I choosed Chinese when installing and the console could display Chinese, but when finished installation and rebooted, the console couldn't display Chinese filename. Any body knows why and which terminal was used when installing?
View 1 Replies
View Related