WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xorg works confless but not with xorg.conf  (Read 7461 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Xorg works confless but not with xorg.conf
« Reply #15 on: December 01, 2009, 05:19:31 AM »
I have never used x0vncserver but had no problem with tightvnc on CentOS for years. It is in the repo, worth to try.

There are also x11vnc and realvnc in the repo.
« Last Edit: December 01, 2009, 05:21:05 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline itias

  • Newbie
  • *
  • Posts: 17
Re: Xorg works confless but not with xorg.conf
« Reply #16 on: December 01, 2009, 06:43:43 AM »
You are right and I'm going to use realvnc package from repo but in order to access display:0 (console screen) one needs to modify xorg.conf and this is where I'm coming from (http://www.realvnc.com/products/enterprise/4.4/x0.html).
« Last Edit: December 01, 2009, 07:47:57 AM by itias »

Offline itias

  • Newbie
  • *
  • Posts: 17
Re: Xorg works confless but not with xorg.conf
« Reply #17 on: December 02, 2009, 12:09:54 AM »
Partial success: was able to run xorg.conf with two sections I was interested in: Module and Screen. However I failed to load vnc.so module because it is not included in realvnc-4.1.1. maybe libvnc.so is the one, I need to experiment more.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Xorg works confless but not with xorg.conf
« Reply #18 on: December 04, 2009, 11:27:22 AM »
The log appears to be a completely successful run. This might be a bit late though :P
The only barriers that can stop you are the ones you create yourself.

Offline itias

  • Newbie
  • *
  • Posts: 17
Re: Xorg works confless but not with xorg.conf
« Reply #19 on: December 04, 2009, 12:40:23 PM »
 >:(
Aaargh, hit another wall.
It appeared that libvnc.so from realvnc-4.1.1 is a correct one however it errors out with:
Code: [Select]
libvnc.so: undefined symbol: NumCurrentSelectionsAfter digging a bit I have found that this is a known bug due to vnc using old API:
https://bugs.launchpad.net/ubuntu/+source/vnc4/+bug/260815
So now looks like a solution for me would be to ask someone nicely to rebuild realvnc-4.1.1 package :)
Would TCE Bugs Forum be a right place to post it in?

I promise I will post a Wiki page on how to configure vnc on display:0 providing someone rebuilds realvnc package :):)
« Last Edit: December 04, 2009, 12:42:18 PM by itias »

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Xorg works confless but not with xorg.conf
« Reply #20 on: January 26, 2010, 08:56:01 AM »
realvnc doesn't compile at all (anymore) with current Xorg's, because it's neither updated nor bugfixed. use x11vnc instead. it's way better maintained, stable and has tons of features! even worth a visit: http://www.karlrunge.com/x11vnc
when installed just call the x11vnc binary in your .xsession and everything's working fine ;-)
best regards,
robert
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Xorg works confless but not with xorg.conf
« Reply #21 on: January 26, 2010, 11:08:50 AM »
realvnc doesn't compile at all (anymore) with current Xorg's, because it's neither updated nor bugfixed. use x11vnc instead. it's way better maintained, stable and has tons of features! even worth a visit: http://www.karlrunge.com/x11vnc
when installed just call the x11vnc binary in your .xsession and everything's working fine ;-)
best regards,
robert

Does x11vnc work with Xvesa?
big pc man

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Xorg works confless but not with xorg.conf
« Reply #22 on: January 26, 2010, 11:28:20 AM »
don't think so, but could be worth a try ;-) for the vnc.so module you would need Xorg too (correct me if I'm wrong)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Xorg works confless but not with xorg.conf
« Reply #23 on: January 26, 2010, 11:50:12 AM »
don't think so, but could be worth a try ;-) for the vnc.so module you would need Xorg too (correct me if I'm wrong)
There two x11vnc's extensions in the repository. The "plain" x11vnc.tcz does not list xorg as a dependency. Perhaps a mistake?
big pc man

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Xorg works confless but not with xorg.conf
« Reply #24 on: January 26, 2010, 12:02:30 PM »
Well, x11vnc depends on some X libs, it doesn't depend especially on Xorg... and since almost every X lib is incorporated into the tinycore base it may even work with Xvesa but I didn't try it out myself...
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Xorg works confless but not with xorg.conf
« Reply #25 on: January 26, 2010, 03:12:27 PM »
I will need to double check when Im back at home, but Im pretty sure I can run x11vnc with xvesa and xlibs_support installed.