I have successfully installed the server and it runs except for one problem. I
can't get it to run at any resolution other then 640x480. I've tried adding and
removing everything I can think of from the xf86config file. Nothing seems to
make a difference. My configuration is as follows: AMD K2/500, 256MB RAM, PCI
video with SIS 6326 chip set, and Mandrake 7.0. I installed the binary package
of Xfree86 for glibc2.1. Any help would be appreciated.
Thanks,
Harvey
Here is a copy of my XF86Config file:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "glx"
Load "dri"
Load "GLcore"
Load "dbe"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
#Option "SWcursor"
#Option "HWcursor"
#Option "PciRetry"
#Option "rgbbits"
#Option "NoAccel"
#Option "TurboQueue"
#Option "SetMClk"
#Option "FastVram"
Identifier "SiS 6326"
Driver "sis"
VendorName "SiS"
BoardName "6326"
BusID "PCI:0:9:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "SiS 6326"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
EndSection