Results 1 to 2 of 2

Thread: Display Management

  1. #1
    Join Date
    Jan 2013
    Posts
    22
    Thanked 3 Times in 2 Posts
    Qt products
    Qt/Embedded

    Default Display Management

    I am running my Qt application with Linux Frame Buffer by using "export QWS_DISPLAY=LinuxFb"
    Once my application starts and displays using the Linux Fb, how do I add vncscreen driver?
    I have tried doing "export QWS_DISPLAY=VNC:LinuxFb" when the application is running. But it did not enable the vnc.

    How do i remove the screen driver?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Display Management

    Environment variables are passed to the application once before it is started. Any modification of environment variables will not be reflected in those seen by the program. Furthermore environment variables are defined per environment -- if you have two shells (or any other processes actually) then changing environment variables in one of them will not be reflected in the other (which is a direct consequence of what I wrote earlier).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Memory management in Qt?
    By wookoon in forum Qt Programming
    Replies: 7
    Last Post: 6th November 2010, 18:20
  2. Memory Management Reg
    By BalaQT in forum Newbie
    Replies: 10
    Last Post: 4th February 2010, 12:43
  3. Qt 4.2 Shortcut Management
    By dvmorris in forum Qt Programming
    Replies: 20
    Last Post: 5th March 2007, 20:48
  4. Memory management in QT
    By Gayathri in forum Qt Programming
    Replies: 1
    Last Post: 17th November 2006, 07:21

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.