diff options
author | phintuka <phintuka> | 2006-09-03 12:14:39 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-03 12:14:39 +0000 |
commit | 6706899a41125bd2c0562cfe52583e8a5b7eab5b (patch) | |
tree | 178f079d1f972a9c55fb3a30ffc3e0b81febac00 | |
parent | 3031a9cb7ad3113ae6ab5c6fcb9d3aa0af784b33 (diff) | |
download | xineliboutput-6706899a41125bd2c0562cfe52583e8a5b7eab5b.tar.gz xineliboutput-6706899a41125bd2c0562cfe52583e8a5b7eab5b.tar.bz2 |
Changed default X server to "0.0" as "127.0.0.1:0.0" uses always TCP and
fails quite often
-rw-r--r-- | config.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]); |