You are not logged in.

#1 2014-07-31 17:43:28

Phasme
Member
Registered: 2011-07-10
Posts: 21
Website

Urbanterror in a second X server don't start after X server update

Before the last update of the X server I  was used to start Ut in a second server with those scripts:
~/bin/ut-42

#!/bin/bash
DISPLAY=:1.0
export SDL_AUDIODRIVER=alsa
#xinit /usr/bin/urbanterror $* -- :1
xinit urbanterror $* -- :1

and in my .xinitrc:

case $1 in
#other stuff
urbanterror)
	xrandr --output DVI-I-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DVI-I-2 --off
	$HOME/bin/games/UrbanTerror42/Quake3-UrT.x86_64 $* -- >$HOME/.ut.log 2>&1
  #/usr/bin/urbanterror $* -- 
	;;
#other stuff

Now when I swith to another tty to launch Ut I have this error message:

X.Org X Server 1.16.0
Release Date: 2014-07-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.15.5-2-ARCH x86_64 
Current Operating System: Linux izildur 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda6 rw initrd=../initramfs-nouveau-load-early.img
Build Date: 31 July 2014  11:53:19AM
 
Current version of pixman: 0.32.6
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/cedlemo/.local/share/xorg/Xorg.1.log", Time: Thu Jul 31 19:23:16 2014
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) 
Fatal server error:
(EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
(EE) 
(EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/home/cedlemo/.local/share/xorg/Xorg.1.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.

I remember that when I updated the X server I had had an information message about some  modifications (well I know it's my fault I didn't read it).

Last edited by Phasme (2014-08-01 17:29:34)

Offline

#2 2014-08-01 00:30:12

PReP
Member
From: Sweden
Registered: 2010-06-13
Posts: 359
Website

Re: Urbanterror in a second X server don't start after X server update

https://www.archlinux.org/news/xorg-ser … available/

If that is any help! smile

(A good tip is either follow the mailing-list, or atleast check the frontpage now and then before updates, just to be sure of any important new considerations.)

Last edited by PReP (2014-08-01 00:31:27)


. Main: Intel Core i5 6600k @ 4.4 Ghz, 16 GB DDR4 XMP, Gefore GTX 970 (Gainward Phantom) - Arch Linux 64-Bit
. Server: Intel Core i5 2500k @ 3.9 Ghz, 8 GB DDR2-XMP RAM @ 1600 Mhz, Geforce GTX 570 (Gainward Phantom) - Arch Linux 64-Bit
. Body: Estrogen @ 90%, Testestorone @ 10% (Not scientific just out-of-my-guesstimate-brain)

Offline

#3 2014-08-01 17:24:00

Phasme
Member
Registered: 2011-07-10
Posts: 21
Website

Re: Urbanterror in a second X server don't start after X server update

Erf sorry I didn't checked the frontpage before posting my bad!

I understand that I can launch the X server with root rights like before if I modify the /etc/X11/Xwrapper.config file. But is there a way to keep the rootless configuration and be able to launch another instance of X server in another tty?
( I would like to keep the "official" configuration ).

Offline

Board footer

Powered by FluxBB