[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xf86config for 701c ?
On Tue, 27 Aug 1996, Jon Sherred wrote:
> A while back, someone on this list sent me a config file for xfree86
> on the 701C. I didn't use it immediately and have since quit my job
> ...
> It wasn't sent to the list so I'm guessing its not in the archive.
Well, just to make sure it gets in the archive, here it is.
I've fiddiled with it a little playing with the CT65545 alpha
drivers so some of the options may not do anything. One thing
you don't want to do is set Virtual much higher than 1024 768.
I know lots of people like having a 1152x900 virtual desktop.
That uses all your VRAM, making for very nasty flicker when
you do anything like scroll or drag a window. Leave some VRAM
free and things will "feel" faster.
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/sun/"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
ServerNumLock
EndSection
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VendorName "Unknown"
ModelName "Unknown"
Bandwidth 65
HorizSync 24-75 # multiple ranges of sync frequencies
VertRefresh 30-120 # multisync
Mode "640x480"
DotClock 28.32
HTimings 640 680 720 864
# HTimings 640 648 920 816
VTimings 480 488 491 521
# VTimings 479 490 502 525
EndMode
EndSection
Section "Device"
Identifier "Generic SVGA"
VendorName "Unknown"
BoardName "Unknown"
Chipset "ct65545"
VideoRam 1024
# Option "linear"
Speedup "all"
EndSection
Section "Screen"
Driver "svga"
Device "Generic SVGA"
Monitor "Generic Monitor"
Subsection "Display"
Depth 8
Modes "640x480"
ViewPort 384 289
Virtual 1024 768
EndSubsection
EndSection