Problem starting kde due libfontconfig1

2003-01-04 Thread Rob Lensen
Hello

since yesterday I have the problem that kde ain't starting any more.
I'm using the latest karolina deb's with sarge.
The problem occurs when starting via kdm or via .xinitrc

This is the error I get:
/usr/bin/kdm_greet: relocation error: /usr/lib/libfontconfig.so.1:
undefined sym bol: FT_Get_Next_Char
(END) 

# dpkg -l|grep libfont
ii  libfontconfig1 2.1-11 generic font configuration library
ii  libfontconfig1 2.1-11 generic font configuration library
(develop

When I install fontconfig (for AA as mentioned on the list)
-
# apt-get install fontconfig
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  fontconfig 
0 packages upgraded, 1 newly installed, 0 to remove and 8  not upgraded.
Need to get 34.9kB of archives. After unpacking 139kB will be used.
Get:1 http://ftp.de.debian.org unstable/main fontconfig 2.1-11 [34.9kB]
Fetched 34.9kB in 0s (82.1kB/s) 
Selecteren van voorheen niet geselecteerd pakket fontconfig.
(Database inlezen ... 117779 bestanden en mappen geïnstalleerd.)
Uitpakken van fontconfig (uit .../fontconfig_2.1-11_i386.deb) ...
Instellen van fontconfig (2.1-11) ...
Regenerating fonts cache...dpkg: fout bij afhandelen van fontconfig
(--configure): subproces post-installation script gaf een foutwaarde 127
terug Fouten gevonden tijdens behandelen van:
 fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)
--

Currently I'm running wmaker so I think it's not an X problem.
I tried to find libfontconfig1-2.1.-7 because that one should solve the
problem, but can't find it.

Greetings
Rob Lensen

-- 
** Never let a computer see you hurry. **

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Re: Problem starting kde due libfontconfig1

2003-01-04 Thread Marcus C. Gottwald

Hi!

Rob Lensen wrote (Sat 2003-Jan-04 14:20:18 +0100):

 This is the error I get:
 /usr/bin/kdm_greet: relocation error: /usr/lib/libfontconfig.so.1:
 undefined sym bol: FT_Get_Next_Char
 (END) 

Similar problem here, possibly related; from .xsession-errors:

  startkde: Starting up...
  kdeinit4: relocation error: /usr/X11R6/lib/libXft.so.2: undefined symbol: 
XRenderCompositeText32
  startkde: Could not start kdeinit. Check your installation.

However, it does run.


Cheers, Marcus

-- 
   Marcus C. Gottwald  ·  http://www.inf.fu-berlin.de/~gottwald/




Re: Problem starting kde due libfontconfig1

2003-01-04 Thread Niklaus Giger
On Samstag, 4. Januar 2003 15.35, Marcus C. Gottwald wrote:
 Hi!

 Rob Lensen wrote (Sat 2003-Jan-04 14:20:18 +0100):
  This is the error I get:
  /usr/bin/kdm_greet: relocation error: /usr/lib/libfontconfig.so.1:
  undefined sym bol: FT_Get_Next_Char
  (END)

 Similar problem here, possibly related; from .xsession-errors:

   startkde: Starting up...
   kdeinit4: relocation error: /usr/X11R6/lib/libXft.so.2: undefined symbol:
 XRenderCompositeText32 startkde: Could not start kdeinit. Check your
 installation.
I think this is a error in libc6. I was bitten by it also in a very different 
context, see bugs
http://lists.debian.org/debian-openoffice/2003/debian-openoffice-200301/msg00018.html
http://lists.debian.org/debian-openoffice/2003/debian-openoffice-200301/msg00019.html
Regards
-- 
Niklaus Giger
Wieshoschet 6
CH-8753 Mollis
Tel. ++41 55 612 20 54 (privat)
Tel. ++41 55 618 64 68 (Geschäft)




Re: Problem starting kde due libfontconfig1 [solved]

2003-01-04 Thread Rob Lensen
Hello

I solved the problem by installing Ralf's deb's (also qt3 debs).
Still fontconfig won't install. But I got my AA back by using freetype
and xfs as fontserver.

Don't know what the problem was but I did is this way because I wanted
to get my kde back.

---
Anti-aliased fonts

Ok, here is where people are always having problems. This tends to
happen because either a) they've never dealt with X fonts before ever,
or b) They have dealt with X fonts before and therefore think they know
what they're doing. Here's the secret - Xft-using apps get their fonts
only through Xft, and don't use X fonts, so your Xft fonts and X fonts
are two independant sets, and the app will only use one of the sets.
Fontconfig is yet a third place apps can get fonts, but that's a Gnome
2.2 thing, so I'm ignoring it for now. And it tends to be smart enough
to pick up on the .fonts thing anyway.

Therefore, the fonts your gtk-1/gtk-2 (non-aa) apps are using are coming
from the X server, specified in /etc/X11/XF86Confg-4, whatever. These
don't change. The fonts your Xft apps are using come from the fontpaths
specified in /etc/X11/XftConfig or ~/.xftconfig.

The easiest thing to do, and what I do, is to just not touch your X11
config at all, and create a ~/.xftconfig as follows: (one line)

dir ~/.fonts

Then put all your .ttf files in ~/.fonts. Run

~$ xftcache ~/.fonts
-

Greetings
Rob

 Rob Lensen wrote (Sat 2003-Jan-04 14:20:18 +0100):
 
  This is the error I get:
  /usr/bin/kdm_greet: relocation error: /usr/lib/libfontconfig.so.1:
  undefined sym bol: FT_Get_Next_Char
  (END) 
 
 Similar problem here, possibly related; from .xsession-errors:
 
   startkde: Starting up...
   kdeinit4: relocation error: /usr/X11R6/lib/libXft.so.2: undefined
   symbol: XRenderCompositeText32 startkde: Could not start kdeinit.
   Check your installation.
 
 However, it does run.
 
 
 Cheers, Marcus
 
 -- 
Marcus C. Gottwald  ·  http://www.inf.fu-berlin.de/~gottwald/
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


-- 
** Never let a computer see you hurry. **

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Re: problem starting kde

2002-07-20 Thread Daniel D Jones
On Thu, 2002-07-11 at 19:02, Matthew M wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thursday 11 July 2002 10:02 pm, Eric Aumont wrote:
  When the system boots, I get the message starting K desktop
  manager : done, then the login in text mode and no kde.
 
 You are right; usually this means that there is some problem preventing X 
 from 
 starting.
 
 Try logging in to the console then doing dpkg-reconfigure xserver-xfree86, 
 which will let you configure your X server. If that doesn't work, you should 
 probably do what Jon Ellis says and look at the KDM log, which will tell you 
 why X failed to start.

From /var/log/kdm.log:

XFree86 Version 3.3.6a / X Window System
...
Fatal server error:
No config file found!

Log in and run startx from the console.  From /var/log/XFree86.0.log:

XFree86 Version 4.1.0.1 / X Window System
...

XF 3 can't find the config file because I'm using XF86Config-4

I upgraded to XFree86 4.1 by installing from source (the debs weren't
available.)  kdm worked for a while after that but something I've done
recently has broken it.  (It may have happened while I was mucking about
getting KDE 3 installed and working.)  How do I go about removing XF 3
without farkling XF 4, and how do I get kdm to start version 4?


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




Re: problem starting kde

2002-07-15 Thread Tomas Pospisek's Mailing Lists
On Sun, 14 Jul 2002, Eric Aumont wrote:

 (EE) xf860OpenSerial: Cannot open device /dev/input/mice
   No such file or directory.

Either you have the wrong permissions on /dev/input/mice (I guess not
that would give you a different error message), or you don't have the
driver for it in the kernel, or you don't have the module loaded
that provides the driver.

Have a look at your /etc/X11/XF86Config-4, look at the Mouse section and
put /dev/psaux there.

I guess,
*t


 Tomas Pospisek
 SourcePole   -  Linux  Open Source Solutions
 http://sourcepole.ch
 Elestastrasse 18, 7310 Bad Ragaz, Switzerland
 Tel: +41 (81) 330 77 11



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




RE: problem starting kde

2002-07-15 Thread Timothy Jones
I had to switch to USB mice/keyboards because my one of my cats pulled my
PS/2 connections out so hard that the sockets were loosened, and no longer
work.  

When I first tried a USB mouse with Linux, I ran into this problem, and the
solution was to load a bewildering number (five?) of kernel modules.  I
won't pretend to understand why there are so many, and it doesn't seem to
matter what order to load them (other than kernel object-file dependencies),
but here's what I have currently loaded:

[EMAIL PROTECTED] (Mon Jul 15 11:47):/home/tim$ sudo lsmod
Module  Size  Used byTainted: PF 
loop8336   3  (autoclean)
mousedev3904   1 
usbmouse1792   0  (unused)
usb-uhci   21860   0  (unused)
input   3168   0  [mousedev usbmouse]
usbcore28832   0  [usbmouse usb-uhci]

On my work machine (nearly identical, except that my PS/2 ports are not
damaged), I found I was able to use both a PS/2 and a USB mouse in the same
X session (multiple InputDevice sections in /etc/X11/XF86Config-4, one for
/dev/psaux and another for /dev/input/mice).  One is a wheel mouse, and the
other is a plain-3 button.  I don't like the way the wheel feels when you
try to use it as a middle button, so I do switch off sometimes.

Tim

Timothy L. Jones - [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Software/SysEng III - ET/Query Apps Group
UNIX IS user friendly; it's just picky about who its friends are


-Original Message-
From: Tomas Pospisek's Mailing Lists [mailto:[EMAIL PROTECTED]
Sent: Monday, July 15, 2002 11:42 AM
To: Eric Aumont
Cc: debian-kde
Subject: Re: problem starting kde


On Sun, 14 Jul 2002, Eric Aumont wrote:

 (EE) xf860OpenSerial: Cannot open device /dev/input/mice
   No such file or directory.

Either you have the wrong permissions on /dev/input/mice (I guess not
that would give you a different error message), or you don't have the
driver for it in the kernel, or you don't have the module loaded
that provides the driver.

Have a look at your /etc/X11/XF86Config-4, look at the Mouse section and
put /dev/psaux there.

I guess,
*t


 Tomas Pospisek
 SourcePole   -  Linux  Open Source Solutions
 http://sourcepole.ch
 Elestastrasse 18, 7310 Bad Ragaz, Switzerland
 Tel: +41 (81) 330 77 11



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


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




problem starting kde

2002-07-14 Thread Eric Aumont
hello,

2 or 3 days ago, you helped me to understand why my X did not
work. Now, it's OK. I installed desktop environment with
tasksel. I can lauch gnome, twm too but not KDE. In kde.log I
get the following lines :

(**) Configured Mouse: Protocol: PS/2'
(**) Configured Mouse: Core Pointer
(==) Configured Mouse: Buttons: 3
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Protocol: ImPS/2
(**) Generic Mouse: always reports core events
(EE) xf860OpenSerial: Cannot open device /dev/input/mice
No such file or directory.
(EE) Generic Mouse: cannot open input device
(EE) Preinit failed for input device Generic Mouse
(II) XINPUT: Adding extended input device Configured Mouse
(type:
MOUSE)

It seems to be a problem of kde software because X works fine
with 2 other environments. My machine is a laptop Dell C610
and for my X config, I have done as other users of the same
machine do : /dev/psaux and PS/2.

This other information if this can help : with sawfish, I get
just wallpaper and the mouse pointer, but I can do nothing.
With failsafe, I am not used, so I am not sure if it is OK or
not.

Thanks for answer.

Eric

Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 
LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)




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




Re: problem starting kde

2002-07-12 Thread Nikita V. Youshchenko
/etc/X11/kkm.log should contain information about why X failed to start.

 Hello,
 
 I'm a beginner with Debian which I like already a lot. I did a
 basic installation of woody with only kde and its dependances.
 When the system boots, I get the message starting K desktop
 manager : done, then the login in text mode and no kde. With
 a precedent installation with xfree86, xdm and twm, the
 graphical environment worked fine. I feel it's perhaps a
 problem of X configuration because I was not asked during this
 latter intallation to tell my kind of graphics hardware
 despite the fact that xfree86 has been installed.
 
 Thanks for answer,


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




Re: problem starting kde

2002-07-11 Thread Jon Ellis
I had a problem very similar to this on my Woody machine when I first
installed it because I was missing some font packages.  I believe they
were xfonts-100dpi, xfonts-75dpi, and xfonts-base.  If this fails, check
out your KDM log and see what's going on.

Jon

On Thu, 2002-07-11 at 14:02, Eric Aumont wrote:
 Hello,
 
 I'm a beginner with Debian which I like already a lot. I did a 
 basic installation of woody with only kde and its dependances. 
 When the system boots, I get the message starting K desktop 
 manager : done, then the login in text mode and no kde. With 
 a precedent installation with xfree86, xdm and twm, the 
 graphical environment worked fine. I feel it's perhaps a 
 problem of X configuration because I was not asked during this 
 latter intallation to tell my kind of graphics hardware 
 despite the fact that xfree86 has been installed. 
 
 Thanks for answer,
 
 Eric
 
 Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 
 LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



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




Re: problem starting kde

2002-07-11 Thread Matthew M
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 11 July 2002 10:02 pm, Eric Aumont wrote:
 When the system boots, I get the message starting K desktop
 manager : done, then the login in text mode and no kde.

You are right; usually this means that there is some problem preventing X from 
starting.

Try logging in to the console then doing dpkg-reconfigure xserver-xfree86, 
which will let you configure your X server. If that doesn't work, you should 
probably do what Jon Ellis says and look at the KDM log, which will tell you 
why X failed to start.

*matt*
- -- 
 
I've already got a female to worry about.  Her name is the Enterprise.
-- Kirk, The Corbomite Maneuver, stardate 1514.0
 
 00:02:01 up 23:28,  0 users,  load average: 1.22, 0.46, 0.19
 
840 files by over 51 artists in 4.5G
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9Lg6VoVQMDIAmueURAp8xAJ9Hinx/DQ5NeBDusCGOMNk2dY3cVQCfblUZ
04Srnq3R+LTu0K43y0FpZ8o=
=Uj+q
-END PGP SIGNATURE-


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




Re: problem starting kde

2001-02-26 Thread Gordon Sadler
On Sun, Feb 25, 2001 at 07:01:31PM +0100, Etienne Gos wrote:
 Bonjour
 I have a problem starting kde.
 I installed task-kde with dselect from http://kde.tdyc.com/debian potato
 main crypto optional
 Everything seems to be ok.
 But once I start (debian panel with blue background), login user, chose
 kde2, password, there is a problem: the kde2 window doesn't open
 correctly, just a blue window with a little window where I can tape
 orders.
 
 I looked around, and found out that:
 task-kde ist not correctly installed:
 # dpkg -s task-kde
 Package: task-kde
 Status: install ok not-installed
 
 # apt-get install task-kde
 Sorry but the following packages have unmet dependencies
 task-kde: Depends: kdebase but it is not going to be installed
 Depends: kivio but it is not going to be installed
 E: Sorry, broken packages
 
 # apt-get install kdebase
 Sorry but the following packages have unmet dependencies
 kdebase: Depends: libgl1 but it is not installable
 E: Sorry, broken packages
 
Here's a good place for a problem. libgl1 is a virtual package, it is
declared 'Provides: libgl1' by others, xlibmesa mesag3 to name a couple.
Try something like:
apt-cache search libgl1, or
grep-available -F Provides libgl1 -s Package

Then determine which you want/need apt-get install it then apt-get
upgrade.

 # apt-get install kivio
 Sorry but the following packages have unmet dependencies
 kivio: Depends: libggi2 ( 1:1.99.2.0b2.1) but it is not installable
 Depends: libgii0 ( 1:0.6) but it is not installable
 Depends: libgl1 but it is not installable
 E: Sorry, broken packages
 
 I tried to reinstall with dselect, but it did not change anything.
 
 Is there a link between my problem to start kde2 and this broken
 packages? And what can I do?
 Thanks in advance
 Etienne Gos
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 




problem starting kde

2001-02-25 Thread Etienne Gos
Bonjour
I have a problem starting kde.
I installed task-kde with dselect from http://kde.tdyc.com/debian potato
main crypto optional
Everything seems to be ok.
But once I start (debian panel with blue background), login user, chose
kde2, password, there is a problem: the kde2 window doesn't open
correctly, just a blue window with a little window where I can tape
orders.

I looked around, and found out that:
task-kde ist not correctly installed:
# dpkg -s task-kde
Package: task-kde
Status: install ok not-installed

# apt-get install task-kde
Sorry but the following packages have unmet dependencies
task-kde: Depends: kdebase but it is not going to be installed
Depends: kivio but it is not going to be installed
E: Sorry, broken packages

# apt-get install kdebase
Sorry but the following packages have unmet dependencies
kdebase: Depends: libgl1 but it is not installable
E: Sorry, broken packages

# apt-get install kivio
Sorry but the following packages have unmet dependencies
kivio: Depends: libggi2 ( 1:1.99.2.0b2.1) but it is not installable
Depends: libgii0 ( 1:0.6) but it is not installable
Depends: libgl1 but it is not installable
E: Sorry, broken packages

I tried to reinstall with dselect, but it did not change anything.

Is there a link between my problem to start kde2 and this broken
packages? And what can I do?
Thanks in advance
Etienne Gos




RE: problem starting kde

2001-02-25 Thread David Kempe
Try an apt-get update.
if that doesnt help send us your sources.list
it probably has something buggy in it

dave

 -Original Message-
 From: Etienne Gos [mailto:[EMAIL PROTECTED]
 Sent: Monday, 26 February 2001 5:02 AM
 To: debian-kde@lists.debian.org
 Subject: problem starting kde
 
 
 Bonjour
 I have a problem starting kde.
 I installed task-kde with dselect from http://kde.tdyc.com/debian potato
 main crypto optional
 Everything seems to be ok.
 But once I start (debian panel with blue background), login user, chose
 kde2, password, there is a problem: the kde2 window doesn't open
 correctly, just a blue window with a little window where I can tape
 orders.
 
 I looked around, and found out that:
 task-kde ist not correctly installed:
 # dpkg -s task-kde
 Package: task-kde
 Status: install ok not-installed
 
 # apt-get install task-kde
 Sorry but the following packages have unmet dependencies
 task-kde: Depends: kdebase but it is not going to be installed
 Depends: kivio but it is not going to be installed
 E: Sorry, broken packages
 
 # apt-get install kdebase
 Sorry but the following packages have unmet dependencies
 kdebase: Depends: libgl1 but it is not installable
 E: Sorry, broken packages
 
 # apt-get install kivio
 Sorry but the following packages have unmet dependencies
 kivio: Depends: libggi2 ( 1:1.99.2.0b2.1) but it is not installable
 Depends: libgii0 ( 1:0.6) but it is not installable
 Depends: libgl1 but it is not installable
 E: Sorry, broken packages
 
 I tried to reinstall with dselect, but it did not change anything.
 
 Is there a link between my problem to start kde2 and this broken
 packages? And what can I do?
 Thanks in advance
 Etienne Gos
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]