Results 1 to 2 of 2

Thread: using xvfb

  1. #1
    Join Date
    Feb 2005
    Beans
    151

    using xvfb

    Hello.

    I'm creating a virtual display using Xvfb as screen .nr :1. using the command:
    Xvfb :1 -ac -screen 1 800x600x24
    Then I start gcalctool and redirect the rendering to screen :1
    gcalctool --display :1
    Is there now a way to create a second screen using the same :1 display without creating a new one? So that I could still use display :1 but on a different screen to start another program on it?

    Greets,
    Luka

  2. #2
    Join Date
    May 2005
    Location
    Sweden
    Beans
    91
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: using xvfb

    Xvfb :1 -ac -screen 1 800x600x24 -screen 2 800x600x24

    gcalctool --display :1.1

    gedit --display 1.2
    Last edited by jannol; June 2nd, 2008 at 12:54 AM.
    If I have ever made any valuable discoveries, it has been owing more to patient attention, than to any other talent.
    Isaac Newton

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
  •