Hi all,
The slides from the talk are only on the machine that was at the meeting
last night. I haven't set it up with a modem yet. When I do, I'll ask
who wants to host them. I'm busy. It might take a week or so.
As for my Xfree86 config file (the Screen section, allowing me to run a
800x600 X server), that's also on my computer at home. But it goes
something like this:
Add a new section "Screen" to your /etc/X11/XF86Config-4 file (On RH
anyway). There will already be an existing Screen section with an id of
Screen0. your new one should have a different id, something like:
Section "Screen"
Identifier "CLUG"
Device "NVIDIA Ti4600"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "800x600"
EndSubsection
EndSection
Check out the man page for XFree86 (case sensitive!) for options to the
X server.
The man page for XF86Config details the options available in the file.
Cheers,
Carl