Page 5 of 5 FirstFirst ... 345
Results 41 to 49 of 49

Thread: How to Xephyr ~ AKA Multiple, nested X sessions

  1. #41
    Join Date
    Apr 2007
    Location
    MA, USA
    Beans
    391

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    anyone know how to get 3d to work in this or is that even possible?

  2. #42
    Join Date
    Jan 2006
    Beans
    631

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    Im lost how do you use this program? I want to be able to connect to a windows xp and a linux box runing ubuntu9.10

  3. #43
    Join Date
    Apr 2007
    Location
    MA, USA
    Beans
    391

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    Quote Originally Posted by lance bermudez View Post
    Im lost how do you use this program? I want to be able to connect to a windows xp and a linux box runing ubuntu9.10
    ...xephyr runs xserver on top of xserver and nothing else. so basically, run multiple linux graphical interfaces on top of each other. its not an emulation or virtualization. look up virtualbox and you'll find your answer

  4. #44
    Join Date
    Apr 2009
    Beans
    10

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    Quote Originally Posted by schmidtbag View Post
    anyone know how to get 3d to work in this or is that even possible?
    I am wondering this as well... really would like to get game running in a Xephyr session

  5. #45
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    I do not think Xephyr supports 3d

    There is an old blog on this :

    http://dodji.blogspot.com/2007/10/xe...as-landed.html

    Not sure if that works or not.
    Last edited by bodhi.zazen; October 1st, 2010 at 06:26 PM.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #46
    Join Date
    Jan 2011
    Beans
    1

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    Why so difficult?

    Code:
    $ echo 'xterm' > .xinitrc
    $ xinit -- `which Xephyr` :1
    should do.

  7. #47
    Join Date
    Jul 2011
    Beans
    10

    Re: How to Xephyr ~ AKA Multiple, nested X sessions

    I am trying to work on a new kdm4 theme.... restarting after a small change is annoying.... so i used Xephyr
    i tried both
    Code:
    Xephyr :1 -query localhost -host-cursor -screen 1024x768
    and

    Code:
    Xephyr :1 -query 127.0.0.1 -screen 1024x768
    what i get is a blank screen always
    and found out none works in my kde 4.7 i use kubuntu 11.10.. any help guys???

  8. #48
    Join Date
    Mar 2009
    Beans
    5

    Wink Re: How to Xephyr ~ AKA Multiple, nested X sessions

    Code:
    sudo adduser mo
    Xephyr -ac :2 2>/dev/null &
    su mo -
    DISPLAY=:2
    /etc/X11/Xsession

  9. #49
    Join Date
    Aug 2012
    Beans
    1

    Wink Re: How to Xephyr ~ AKA Multiple, nested X sessions

    good work! im trying. will comment.

Page 5 of 5 FirstFirst ... 345

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •