On Sat, Oct 2, 2010 at 3:23 PM, Cyril Brulebois <k...@debian.org> wrote:
> ProgVal <prog...@gmail.com> (02/10/2010): > > When I edit /etc/X11/xinit/xserverrc to replace > > exec /usr/bin/X -nolisten tcp "$@" > > by > > exec /usr/lib/debug/usr/bin/Xorg -nolisten tcp "$@" > > I get an error saying me there is a syntax error (a parenthesis is > missing > > at line 1) > > > > Excuse me if I don't do what I should do, but I'm new to Debian > > No problem. :) Run X as usual, then attach it in gdb (outside X) using > “attach $pid”, then type “continue”. > I tryed to do it, but attaching gdb to X makes all my computer freeze after pressing Ctrl + Alt + F7 (whether I type "continue" or not). I run startx from tty1 and gdb from tty2. But I have a new idea about the why of the bug : it has more chances to appear if I've underclocked my CPUs and if the Xine window is bigger.