niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » BSD » NetBSD
odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
Author Message
Dan Engholm
*nix forums beginner


Joined: 31 Dec 2005
Posts: 4

PostPosted: Sun Jan 08, 2006 4:24 am    Post subject: Re: odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0 Reply with quote

Joel Reicher wrote:
Quote:
Dan Engholm <mustang@_nospam_engholm.org> writes:


I just installed NetBSD 3.0 from scratch on a XEN user domain (domain0
happens to be fresh, too). I grabbed the recently released 2005Q4
pkgsrc and made gnome, vnc, etc., from sources My .vnc/xstartup execs
gnome-session, so I have a Gnome desktop on my VNC server. This has
worked just fine with older versions of these components, but now some
of the text has strange background shading. See one of these links
for a visual:

http://www.engholm.org/tmp/gnome.tif (a TIFF file)
http://www.engholm.org/tmp/gnome.bmp (the same thing as a BMP file)


That looks like a colormap problem. It's the sort of thing I would
expect to see for an application doing shading effects on an 8-bit
display when it's unable to grab all the colours it needs and is not
using a private colormap.

Joel,

Thanks for the second reply. I don't think this is what the problem is,
however. I have seen the effect of which you speak on other occasions.
The reason I think this is different is because the problem goes with
the client, not the server. I have two hosts, flash and robin. Robin
is the one on which clients exhibit the problem. Gvim-gtk2 seems to be
the easiest to see, as shown in the pictures at the links. If I run the
gvim on robin, the blue strips show up regardless of whether the
display is robin or flash. If flash's gvim is run, the blue stripes do
not occur, even on robin's display. Further, I believe that this is a
GTK issue, since only GTK programs seem to be affect. I just can't
understand why I'm the only one with this problem.

I even installed NetBSD-3.0 on yet another XEN domain and installed the
Gnome packages (compiled on robin) and that host had the same issue.
Just now, I pkg_deleted vim-gtk2 and installed vim-xaw. It does not
have the blue lines.

--Dan
Back to top
Joel Reicher
*nix forums beginner


Joined: 15 Nov 2005
Posts: 29

PostPosted: Mon Jan 02, 2006 12:00 pm    Post subject: Re: odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0 Reply with quote

Dan Engholm <mustang@_nospam_engholm.org> writes:

Quote:
I just installed NetBSD 3.0 from scratch on a XEN user domain (domain0
happens to be fresh, too). I grabbed the recently released 2005Q4
pkgsrc and made gnome, vnc, etc., from sources My .vnc/xstartup execs
gnome-session, so I have a Gnome desktop on my VNC server. This has
worked just fine with older versions of these components, but now some
of the text has strange background shading. See one of these links
for a visual:

http://www.engholm.org/tmp/gnome.tif (a TIFF file)
http://www.engholm.org/tmp/gnome.bmp (the same thing as a BMP file)

That looks like a colormap problem. It's the sort of thing I would
expect to see for an application doing shading effects on an 8-bit
display when it's unable to grab all the colours it needs and is not
using a private colormap.

Cheers,

- Joel
Back to top
Dan Engholm
*nix forums beginner


Joined: 31 Dec 2005
Posts: 4

PostPosted: Mon Jan 02, 2006 6:54 am    Post subject: Re: odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0 Reply with quote

Joel Reicher wrote:
Quote:
Dan Engholm <mustang@_nospam_engholm.org> writes:


http://www.engholm.org/tmp/gnome.tif (a TIFF file)
http://www.engholm.org/tmp/gnome.bmp (the same thing as a BMP file)


I've waited a couple of days now but those links still aren't
working. The DNS record for www.engholm.org is stuffed:

www.engholm.org. 57m30s IN CNAME smtp.engholm.org.

and then the really fun part...

smtp.engholm.org. 57m23s IN CNAME smtp.engholm.org.

Cheers,

- Joel

Joel,

Thanks for helping me fix my DNS problem. Smile A while back, I renamed
my domain server and didn't fix the CNAMES correctly. Of course, it
worked all along for me because I use a different view. Please try again.

--Dan
Back to top
Joel Reicher
*nix forums beginner


Joined: 15 Nov 2005
Posts: 29

PostPosted: Mon Jan 02, 2006 1:33 am    Post subject: Re: odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0 Reply with quote

Dan Engholm <mustang@_nospam_engholm.org> writes:

Quote:
http://www.engholm.org/tmp/gnome.tif (a TIFF file)
http://www.engholm.org/tmp/gnome.bmp (the same thing as a BMP file)

I've waited a couple of days now but those links still aren't
working. The DNS record for www.engholm.org is stuffed:

www.engholm.org. 57m30s IN CNAME smtp.engholm.org.

and then the really fun part...

smtp.engholm.org. 57m23s IN CNAME smtp.engholm.org.

Cheers,

- Joel
Back to top
Dan Engholm
*nix forums beginner


Joined: 31 Dec 2005
Posts: 4

PostPosted: Sun Jan 01, 2006 8:51 am    Post subject: Re: odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0 Reply with quote

Dan Engholm wrote:
Quote:
I just installed NetBSD 3.0 from scratch on a XEN user domain (domain0
happens to be fresh, too). I grabbed the recently released 2005Q4
pkgsrc and made gnome, vnc, etc., from sources My .vnc/xstartup execs
gnome-session, so I have a Gnome desktop on my VNC server. This has
worked just fine with older versions of these components, but now some
of the text has strange background shading. See one of these links for
a visual:

http://www.engholm.org/tmp/gnome.tif (a TIFF file)
http://www.engholm.org/tmp/gnome.bmp (the same thing as a BMP file)

Notice that the window title and menu text have irregular light blue
green backgrounds. This also happens on all of the panel and menu text
for gnome components. Other programs aren't affected, e.g.,
thunderbird, xterm. Further, I don't think that VNC has anything to do
with the problem since using a remote DISPLAY to another server (running
gnome, but not showing the problem for the native session) gives the
same result for the client windows running on the new host.

"rm -rf ~/.gnome*" did not resolve it. I also started a VNC server from
a new user account with the same result. Further, I tried some of the
gnome configuration settings that I thought could make a difference
(font, theme), but they didn't.

Since gnome was listed as one of the notable changes to pkgsrc 2005Q4, I
strongly suspect it's the culprit. Has anybody else experienced this?
Does anybody have a solution or perhaps know of a better, more
appropriate forum for getting help?

--Dan

Oh, yeah. I forgot to mention the horizontal light blue-green stripes
on the gvim window in the visuals at the links above. Naturally, those
shouldn't be there, either. This is vim-gtk2-6.4.3 from pkgsrc.

--Dan
Back to top
Dan Engholm
*nix forums beginner


Joined: 31 Dec 2005
Posts: 4

PostPosted: Sat Dec 31, 2005 3:31 pm    Post subject: odd text problem with gnome 2.12.1, vncserver and NetBSD 3.0 Reply with quote

I just installed NetBSD 3.0 from scratch on a XEN user domain (domain0
happens to be fresh, too). I grabbed the recently released 2005Q4
pkgsrc and made gnome, vnc, etc., from sources My .vnc/xstartup execs
gnome-session, so I have a Gnome desktop on my VNC server. This has
worked just fine with older versions of these components, but now some
of the text has strange background shading. See one of these links for
a visual:

http://www.engholm.org/tmp/gnome.tif (a TIFF file)
http://www.engholm.org/tmp/gnome.bmp (the same thing as a BMP file)

Notice that the window title and menu text have irregular light blue
green backgrounds. This also happens on all of the panel and menu text
for gnome components. Other programs aren't affected, e.g.,
thunderbird, xterm. Further, I don't think that VNC has anything to do
with the problem since using a remote DISPLAY to another server (running
gnome, but not showing the problem for the native session) gives the
same result for the client windows running on the new host.

"rm -rf ~/.gnome*" did not resolve it. I also started a VNC server from
a new user account with the same result. Further, I tried some of the
gnome configuration settings that I thought could make a difference
(font, theme), but they didn't.

Since gnome was listed as one of the notable changes to pkgsrc 2005Q4, I
strongly suspect it's the culprit. Has anybody else experienced this?
Does anybody have a solution or perhaps know of a better, more
appropriate forum for getting help?

--Dan
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
The time now is Tue Jan 06, 2009 10:03 am | All times are GMT
navigation Forum index » *nix » BSD » NetBSD
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Unknown in header problem -SOLVED- Light Speed Postfix 0 Thu Jul 03, 2008 10:40 am
No new posts problem with sending mail nuxia Postfix 0 Mon Apr 21, 2008 3:58 am
No new posts Postfix 2.3.8 Virtual problem Blotto Postfix 0 Fri Apr 04, 2008 6:11 am
No new posts Postfix sending problem for local domain remote email monkey_magix Postfix 0 Mon Sep 10, 2007 10:17 am
No new posts bounce problem murkis Postfix 0 Sun Oct 08, 2006 3:45 pm

Car Loan | Six Figure Income | Secured Loans | Unblock Myspace | Sciences in 2007
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.7940s ][ Queries: 20 (0.6944s) ][ GZIP on - Debug on ]