On Fri, Feb 12, 1999 at 12:39:23PM +0100, Bruno Boettcher wrote: > hello, > > regularly when updates of the X system are made, my Laptop looses his X > server, > because a strange little Program replaces the link i am used to set on it > (/usr/X11R6/bin/X is, as an old Slackware user a link to the right server), > furher i use a server that comes from the redhat distribution since it is a > neomagic chipset....
On current Debian /usr/X11R6/bin/X isn't real Xserver but only wrapper. Edit file /etc/X11/Xserver and write in first line real path to your Xserver, for example: /usr/bin/X11/XF86_S3. Mirek