From 6706899a41125bd2c0562cfe52583e8a5b7eab5b Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 3 Sep 2006 12:14:39 +0000 Subject: Changed default X server to "0.0" as "127.0.0.1:0.0" uses always TCP and fails quite often --- config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.c') diff --git a/config.c b/config.c index 0cc1b0f8..71d469b8 100644 --- a/config.c +++ b/config.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.c,v 1.9 2006-09-01 12:36:08 phintuka Exp $ + * $Id: config.c,v 1.10 2006-09-03 12:14:39 phintuka Exp $ * */ @@ -151,7 +151,7 @@ config_t::config_t() { strcpy(local_frontend, s_frontends[FRONTEND_X11]); strcpy(video_driver , s_videoDriversX11[X11_DRIVER_XV]); - strcpy(video_port , "127.0.0.1:0.0"); + strcpy(video_port , "0.0"); strcpy(modeline , ""); strcpy(audio_driver , s_audioDrivers[AUDIO_DRIVER_ALSA]); -- cgit v1.2.3