LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Certain apps will not display in X (https://www.linuxquestions.org/questions/linux-server-73/certain-apps-will-not-display-in-x-472724/)

karloslambchop 08-10-2006 04:20 PM

Certain apps will not display in X
 
Hi all... karloslambchop here.


I am running fluxbox 0.9.14 on my server and frequently use vnc to run gui apps as required. Some apps such as true image 9.1 do not run and complain of missing XRender extension?

my ongoing troubleshooting so far suggests that 'RENDER' is missing after I run, xdpyinfo.

I have also tried, dpkg-reconfigure fontconfig to no avail.

Any help as to how I can get RENDER enabled or installed would be most excellent!

I will continue to troubleshoot this while this post is up.

Thank you in advance,

karloslambchop.

baldy1324 08-11-2006 11:05 AM

X render extension for acceleration
 
i am no expert and have never heard of true image but it sounds like the app you're using wants graphics acceleration. if this is true, which i dont know, you would have to install your accelerated graphics driver (ati-flgrx nvidia-nvidia) and add the following to the bottom of your xorg.conf.
Code:

Section "Extensions"
    Option "Composite" "true"
EndSection

i hope this helps

karloslambchop 08-14-2006 04:04 PM

Hi Baldy1234,

thank you for taking time to post. Sorry for the delay in getting back to you. I will look at your sugestion, however my troubleshooting has taking me to a whole new level (ha ha).

Previously I was using fluxbox through a vnc session on display:1 I since set my server to use flux on display:0 (what I would call the actual display, monitor connected etc) and the app works fine!!

This may sound bizarre, but it would appear that my vnc (xtightserver) is suppressing certain extensions of x.

I am now experimenting with using x11vnc, which claims to give the 'actual' interactive experience...

Anyway, I will post an update when I have got a little further.

respect,

karloslambchop.

baldy1324 08-14-2006 05:03 PM

out of my knowledge
 
sorry i have know idea about remote logins with vnc at all. i know about ssh...but thats it. so i dont think ill be any help to you.
also i would recommend asking the people www.ubuntuforums.org - it has a HUGE and great community for just ubuntu
sorry i dont know about that stuff


All times are GMT -5. The time now is 02:51 AM.