[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: SiS 6326 Problem in X
- From: "Leonard den Ottolander" <leonardjo hetnet nl>
- To: svnayak giaspna vsnl net in
- Cc: redhat-install-list redhat com
- Subject: Re: SiS 6326 Problem in X
- Date: Thu, 1 Jun 2000 01:57:48 +0200
Hi Srinivas!
> Now when i get Xwindow started all i
> get is the balnk screen. my Video card is Sis 6326.
I have an SiS 6326 in one of my machines. I include a stripped down
version
of the XF86Config for you. Take care though! I am not sure what monitor
you have. Please read the comments. (Disclaimer: I am not responsible if
you burn your monitor:).)
I use an 800x600 72Hz resolution for this machine. Almost (=not) all
monitors
can do 800x600 56Hz Substitute the value for Modes in the Screen section
if necessary. If you are not sure, please use the Generic Monitor
(substitute the Monitor in the Screen section and substitute the Modes
with 640x480).
Note that you also have to replace the values for the mouse, keyboard etc
settings. You can probably use these from your existing XF86Config. You
should use the SVGA server.
If your monitor starts looking funny, switch it off! You wont burn it
within
one second (well, maybe you will;)). Ctrl-Alt-Del should reboot the
machine cleanly.
Good luck with this,
Leonard.
# XF86Config for SiS 6326
# you should also consult the manpage (man XF86Config)
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
XkbRules "xfree86"
XkbModel "pc104"
XkbLayout "en_US"
XkbVariant "nodeadkeys"
EndSection
Section "Pointer"
Protocol "Microsoft"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5
VertRefresh 60
ModeLine "640x480 60" 25.175 640 664 760 800
480 491 493 525
EndSection
Section "Monitor"
# You can set your own monitor here
# If you do, set the same name in the Screen section
Identifier "CTX 1451"
VendorName "Unknown"
ModelName "Unknown"
# These settings are important!
# Setting the limits too high could result in damage to your monitor
HorizSync 30.0-50.0
VertRefresh 45.0-90.0
# The syncrates specify the bounds, the modelines specify the actual
# refreshrate being used.
ModeLine "800x600 56" 36 800 824 896 1024
600 601 603 625
Modeline "800x600 60" 40 800 840 968 1056
600 601 605 628 +hsync +vsync
Modeline "800x600 72" 50 800 856 976 1040
600 637 643 666 +hsync +vsync
EndSection
Section "Device"
Identifier "SiS 6326"
Option "no_accel" # Use this if acceleration is causing problems
VideoRam 4096
EndSection
Section "Screen"
Driver "svga"
Device "SiS 6326"
Monitor "CTX 1451"
DefaultColorDepth 16
Subsection "Display"
Depth 16
# If you are not sure your monitor can handle 72Hz, please replace the
# following line with "800x600 56" or "640x480 60"
Modes "800x600 72"
ViewPort 0 0
EndSubsection
EndSection
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]