# HG changeset patch # User arpi # Date 1009505046 0 # Node ID 7735c5a871214f2bed3297b91ebbb5cd0c1d1ff3 # Parent be5e58955f57937feb71af7404f3047345c7c1fb setuid hack disabled diff -r be5e58955f57 -r 7735c5a87121 mplayer.c --- a/mplayer.c Fri Dec 28 01:38:40 2001 +0000 +++ b/mplayer.c Fri Dec 28 02:04:06 2001 +0000 @@ -647,7 +647,8 @@ } else printf("Using Linux's hardware RTC timing (%ldHz)\n", irqp); } - setuid( getuid() ); // strongly test, please check this. +// breaks DGA and SVGAlib and VESA drivers: --A'rpi +// setuid( getuid() ); // strongly test, please check this. if(rtc_fd<0) #endif printf("Using %s timing\n",softsleep?"software":"usleep()");