RobF
Group: Members
Posts: 22
Joined: July 2004 |
|
Posted: July 25 2004,04:33 |
|
In a bash shell, after issuing sudo su, I copied Xi810 from the floppy where it was root, root, -rwxrwxrwx, to /home/dsl. Then issued "chmod o+s,g+s Xi810" which turned the permissions into root, root, -rwxrwsr-x. Still needed suid for owner, so I tried "chmod 4711 Xi810" (see below) which turned the permissions into root, root, -rws--x--x. Not good enough, wanted s for group, so I tried "chmod g+s Xi810 which gave me root, root, -rws--s--x. That seemed close enough to the permissions for Xvesa (which are root, root, -rwsr-sr-x), and I left it at that.
Once more, edited .xserverrc by replacing Xvesa with /home/dsl/Xi810, killed X windows, typed startx, and got the following message with which the system hung:
waiting for xserver to begin accepting connections
.. .. .. .. .. .. .. .. , time ticking away and no timeout in sight. Once again, no luck.
Then I remembered that Xi810 now had su permissions, and I should have started X from a root prompt. So, once more through the whole tedious sequence of edits and changes (all of which of course evaporate with RAM after every reboot necessitated by a crash). This time, after restarting X as root, I was instantly thrown into the "DSL X Setup" box, asking me to choose between Xvesa and Xfbdev. Again, no luck.
Wrt "chmod 4711", on the net, on a "kdrive resource page", I had found the following prescription:
Install the server [i.e. Xi810 or any other of a dozen different kdrive xservers, incl. Xvesa and Xfbdev] in /usr/X11R6/bin/ and then:
chmod 4711 (server) ln -s (server) X startx
Is it necessary to include that symlink? Why isn't Xi810 working?
Robert
|