Bonjour a tous,
 
J'ai installé XDTV sur ma UBUNTU Breezy en récupérant les sources xdtv-2.3.0, j'ai tout bien décompréssé, compilé & installé avec la procédure habituelle:
 ./configure
   make
   sudo make install
   | 
 
Je lance xdtv, il fonctionne au poil et là vous vous demandez où est le problème car en effet il n'y en a pas.
Je ferme xdtv, le relance sans problèmes.
 
Par contre, si je  relance Linux (il m'arrive d'aller me coucher) , là il ne démarre plus!:
rik@seldon:~$ xdtv
   This is xdtv 2.3.0 running on Linux/i686 (2.6.12-10-k7).
 scandir: Aucun fichier ou répertoire de ce type
 filename = /home/rik/.xdtv/xdtvrc
 xinerama 0: 1280x1024+0+0
 xinerama 1: 640x480+0+0
 dlsym: /usr/local/lib/xdtv/libxdtv-i18n-fr.so: undefined symbol: create_xvid_pixmap
 WARNING: A pixmap library has been find but is unable to provide the create_pixmap function.
 !!!!!!!!! /usr/local/lib/xdtv/libxdtv-i18n-fr.so BADLY LOADED !!!!!!!!!!!.
 Warning: Missing charsets in String to FontSet conversion
 Warning: Cannot convert string "-*-fixed-*-*-*-*-13-*-*-*-*-*-*-*,                -*-fixed-*" to type FontSet
 Warning: Missing charsets in String to FontSet conversion
 Warning: Unable to load any usable fontset
 Warning: Missing charsets in String to FontSet conversion
 Warning: Unable to load any usable fontset
 Warning: Cannot convert string "star" to type Pixmap
 Erreur de segmentation
 rik@seldon:~$   | 
 
Il semble donc y avoir un problème avec cette lib même si ce n'est qu'un warning.
Pourtant elle est bien là (je sais c'est pas le problème):
rik@seldon:~$ ls -l /usr/local/lib/xdtv/libxdtv-i18n-fr.so
 -rw-r--r--  1 root root 1468937 2006-01-01 16:26 /usr/local/lib/xdtv/libxdtv-i18n-fr.so
 rik@seldon:~$
   | 
 
Si je relance un sudo make install dans le répertoire des sources d'xdtv, ca marche mais je suis obligé de le faire a chaque fois!
C'est quand même bizarre non ?
Une fois qu'elle a été réinstallée:
rik@seldon:~$ ls -l /usr/local/lib/xdtv/libxdtv-i18n-fr.so
 -rw-r--r--  1 root root 1468937 2006-01-01 16:26 /usr/local/lib/xdtv/libxdtv-i18n-fr.so
 rik@seldon:~$
   | 
C'est exactement la même réponse...  
  
 
Pour info la sortie d'xdtv quand il fonctionne:
rik@seldon:~$ xdtv
   This is xdtv 2.3.0 running on Linux/i686 (2.6.12-10-k7).
 scandir: Aucun fichier ou répertoire de ce type
 filename = /home/rik/.xdtv/xdtvrc
 xinerama 0: 1280x1024+0+0
 xinerama 1: 640x480+0+0
 dlsym: /usr/local/lib/xdtv/libxdtv-i18n-fr.so: undefined symbol: create_xvid_pixmap
 WARNING: A pixmap library has been find but is unable to provide the create_pixmap function.
 !!!!!!!!! /usr/local/lib/xdtv/libxdtv-i18n-fr.so BADLY LOADED !!!!!!!!!!!.
 Warning: Missing charsets in String to FontSet conversion
 Warning: Cannot convert string "star" to type Pixmap
 wmhooks: netwm detected
 wmhooks: netwm state above supported
 wmhooks: netwm fullscreen supported
 wmhooks: nothing found...
 DGA: server=2.0, include=2.0
 VidMode: server=2.2, include=2.2
   available video mode(s): 1280x1024 1280x1024
 Selected XvImage adaptor with yuyv support: NV17 Video Texture on port 168 (grabdisplay)
 Selected XvImage adaptor with yuyv support: NV05 Video Blitter on port 169 (grabdisplay)
 No XvVideo port available.
 Warning: Cannot convert string "black" to type Pixmap
 *** AUDIO DEVICE TYPE = alsa
 *** GRABBER DEVICE TYPE = v4l2
 *** MIXER DEVICE TYPE = alsa
 Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
 Warning: Missing charsets in String to FontSet conversion
 MMX, SSE, AMD MMX extensions, 3DNOW, have been detected.
 Method sse_64K
  
   | 
On voit quand même que la problème avec la lib est toujours là, c'est plus loin que ca coince mais pourquoi ?
Pourquoi je dois relancer le make install aprés un reboot ?
 
J'ai écrit un petit script pour automatisé tout ça mais c'est quand même pas le fonctionnement normal!
 
Quelqu'un aurait-il une idée du problème ? Parce que là je sèche complètement....
 
Merci