User Feedback :: Why I won't be using DSL



Also, where is ".xserverrc" at?
Open emelfm

Press the "H" button at the top of the window pane (to allow the viewing of Hidden files.  All files that start with a "." are hidden)

Go to /home/dsl

and it should be there.

How do you add two files into one dsl extension?
And possibly in windows as well.

It can't be done in windows, since windows does not know how to properly handle file ownerships and permissions (and probably can't build a suitable tar file).

If you know how to make an extension, you know how to add files to it.  Basically you'd just be adding /etc/X11/XF86Config-4 and /home/dsl/.xserverrc to the xfree86.dsl package.
I'm not going to go into the steps again until the forum database gets broken or purged :D since the "how do I make a dsl extension" question has been asked here several times...a search should come up with enough info, and there are also some howtos in the documentation section of this site.

I have, however, been planning a gui which will assist in editing DSL extensions, to accompany my extension builder (that currently needs to be fixed =oP).  It won't help you right now, of course, but it's something that may help with future projects.

Don't bother hacking up the existing xfree86.dsl extension package.

Instead, create a small new custom package zzz_myxfree86.dsl

and put your two files inside.

Because the "z" extensions get loaded after the "x" extensions, your custom files will be loaded last.

Next Page...
original here.