LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 08-01-2004, 01:14 PM   #1
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Austin, TX
Distribution: Kubuntu (latest), Slackware-current
Posts: 983

Rep: Reputation: 30
running multiple xsessions


i'm trying to create a "fast user switching" environment

right now, i'm just going to try this out without using a desktop manager like xdm, kdm, gdm, etc; just from commandline I would like to be able to do startx -- :0, startx -- :1, etc, and run several xsessions at once (of course, within the limits of my RAM ); all this is done localhost

i tried doing this, but, with a desktop already running on :0, doing starting x on another screen fails with this output:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/infinite:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.4.26 i686 [ELF]
Current Operating System: Linux infinite 2.6.7 #1 Mon Jun 28 20:33:38 CDT 2004 i686
Build Date: 05 June 2004
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Sun Aug 1 12:58:30 2004
(==) Using config file: "/etc/X11/xorg.conf"

(II) NVIDIA(0): AGP 4X successfully initialized
(EE) NVIDIA(0): Failed to allocate external video decoder object
(EE) NVIDIA(0): *** Aborting ***

Fatal server error:
AddScreen/ScreenInit failed for driver 0



do i need to setup my xorg.conf file explicitly? if so, what should i modify?

thanx in advance
 
Old 08-01-2004, 01:48 PM   #2
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 241Reputation: 241Reputation: 241
For my part, I have nvidia too and a non-specifical xorg.conf but the command work :

startx -- :1

while I have X running at screen 0, I did not test to startx in screen 1 directly though. I will try that later
Did you not make a typo error, like not put space between -- and :1 ?

 
Old 08-02-2004, 08:27 PM   #3
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Austin, TX
Distribution: Kubuntu (latest), Slackware-current
Posts: 983

Original Poster
Rep: Reputation: 30
hmm, i haven't come up with a solution

i ran the command exactly as you put it...

i'm thinking that I either need to define something in my xorg.conf/xfree86.conf or use some extra options, but i don't know what
 
Old 08-02-2004, 08:36 PM   #4
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 51
You don't need to define anything extra, it runs just fine on my computer. What calls my attention is "(EE) NVIDIA(0): Failed to allocate external video decoder object | (EE) NVIDIA(0): *** Aborting ***", try upgrading the drivers.
 
Old 08-02-2004, 10:33 PM   #5
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 47
my Slack box uses the .4496 nvidia driver and I can open a konsole window and do a startx -- :4 , :5 and it fires up a new session........
so the driver is not the fault here............
I can also do the same on my LFS box.......and it uses the .5336 nvidia driver..............I think it's a Socket problem......!!
Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/infinite:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
 
Old 08-02-2004, 11:19 PM   #6
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 51
Maybe there's an option on X to use v4, but i dunno, try reading the man

Last edited by gbonvehi; 08-02-2004 at 11:21 PM.
 
Old 08-03-2004, 01:58 PM   #7
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Austin, TX
Distribution: Kubuntu (latest), Slackware-current
Posts: 983

Original Poster
Rep: Reputation: 30
whoa, new nvidia drivers

just installed them, but still no luck; the same errors, except now the tty's get overlaid with black until i go into my existing x-session to "refresh" the framebuffer i guess

i thought that framebuffer might be a problem, but nvidia should conflict only with rivafb, not with vesafb (the one i use, built into the kernel)

also, using xorg's nv driver instead of nvidia allowed me to run multiple x-sessions without a problem, so this is definitely just an nvidia driver problem (or something related to it)

any other ideas? i'll try getting rid of fb, but my computer's been on a good uptime streak, and i don't feel like rebooting, lol

*edit: wow, the new drivers certainly gave glxgears an fps boost

Last edited by TheOneAndOnlySM; 08-03-2004 at 01:59 PM.
 
Old 08-04-2004, 02:20 PM   #8
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Austin, TX
Distribution: Kubuntu (latest), Slackware-current
Posts: 983

Original Poster
Rep: Reputation: 30
ok, it looks to be a problem with the nvidia proprietary driver's handling of my RivaTNT2 card; the solution i found on google was to drop back to the 4496 drivers, but it is apparently incompatible with the x.org x-server

no big deal
 
Old 08-19-2004, 07:17 PM   #9
druisgod
Member
 
Registered: Jun 2004
Location: Maine
Distribution: LFS Mint OS, LFS, CENTos,
Posts: 113

Rep: Reputation: 18
I had the same issue. It seems that the xserver is requesting a ipv6 connection. Which IMHO is silly. Solution is to either build support for it into the kernel or add this to the command line --nolisten tcp.

Druisgod

Last edited by druisgod; 08-19-2004 at 07:24 PM.
 
Old 08-19-2004, 11:19 PM   #10
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
Or rebuild X without Ipv6 support.. but it's really a non-issue, anyway :-p

--Shade
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running Multiple Kernels unosaso Slackware 2 04-05-2005 11:50 AM
killing Xsessions GUIPenguin Linux - General 3 03-25-2005 07:24 PM
Multiple browser profiles during multiple xsessions. Necessary? digorykirke Linux - Software 2 03-20-2005 05:31 PM
Pam refuses regular user's access to Xsessions vexer Linux - Security 1 02-12-2004 01:11 PM
just a heads up about remote Xsessions and disk space antken Linux - General 0 11-26-2003 03:40 PM


All times are GMT -5. The time now is 06:42 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration