Bug#357714: Unstable Xorg broken

2006-10-23 Thread Ken Foskey
I am getting a missing fixed font message.  I have wiped all xfonts and
then resinstalled, this has failed to fix the problem.

My xorg setting are as follows, I have no idea how to fix this.

Section Files
#   ModulePath   /usr/X11R6/lib/modules
#   FontPath /usr/X11R6/lib/X11/fonts/
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
#   FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#357714: Info received (Unstable Xorg broken)

2006-10-23 Thread Ken Foskey
fonts have moved to /usr/share/fonts/X11  my system is OK but the
install process did not auto correct anything.

Ta
Ken



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#362431: upgrade broke X server

2006-04-18 Thread Ken Foskey
I upgraded tonight and the xorg server broke.  Complaining about missing
bitmap and pcidata modules.

As outlined I commented out the offending line:

#  ModulePath /usr/X11R6/lib/modules

gdm and X now work successfully.

Problem: This particular line should have automatically been removed for
me by the upgrade process.

Thanks
Ken



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#191737: upstream bug 236 posted.

2003-05-04 Thread Ken Foskey

FYI...

-- 
Thanks
KenF
OpenOffice.org developer





Bug#191737: xinerama.h is missing extern C { for C++ compiling

2003-05-03 Thread Ken Foskey
Package:  xlibs-dev
Version: 4.2.1-6


The Xinerama.h file is missing the following construct from the top and
bottom of the file.  This allows it to be safely used in C++ programs, 
this is a build bug for the very latest OpenOffice.org.  This is also
the case on RedHat, Suse, etc so it is definitely an upstream problem.

#ifdef __cplusplus
extern C {
#endif

#ifdef __cplusplus
};
#endif

-- 
Thanks
KenF
OpenOffice.org developer





Bug#191737: acknowledged by developer (Re: Bug#191737: xinerama.h is missing extern C { for C++ compiling)

2003-05-03 Thread Ken Foskey
 On Sat, May 03, 2003 at 08:35:21PM +1000, Ken Foskey wrote:
  The Xinerama.h file is missing the following construct from the top and
  bottom of the file.  This allows it to be safely used in C++ programs,=20
  this is a build bug for the very latest OpenOffice.org.  This is also
  the case on RedHat, Suse, etc so it is definitely an upstream problem.
 =20
  #ifdef __cplusplus
  extern C {
  #endif
 =20
  #ifdef __cplusplus
  };
  #endif
 
 Uh, how is this X11's fault?
 
 extern C {
 #include Xinerama.h
 }
 
 Closing this spurious bug. Xinerama is a C library, so you should take
 the appropriate cautions when interfacing with it, not the other way
 around.

C++ programmers cannot know whether a library is C only of C++ in every
instance.  The only error we get is a obscure link message of a missing
_Z16XineramaIsActiveP9_XDisplay

Not very easy to debug, easy to fix the include so that people do not
get tripped up though.  Also SUSE have included a fix at source which is
why the problem is random.

http://ftp.suselinux.hu/suse/i386/supplementary/X/XFree86/XFree86-4.2.0-SuSE/CHANGES

Where do I go to raise the problem direct at source?

-- 
Thanks
KenF
OpenOffice.org developer