Hello All,
I am trying to get Xwindows running on a computer with a built-in video card
to avail. Below is the setup of the computer, XF86Config file and the output
from the startx command.
Any ideas / suggestions? If you have an example XF86Config that would work,
or a pointer to it, would be great.
Thanks for your help,
Harlan...
Here is the setup of the computer:
K7SEM
SiS 730S (es) chipset
Sound: AC97 Audio Codec
Lan: Realtek 8139 C (8100?) use SiS900 driver (SiS600 driver?)
Video: AGP 1920x1260 16 bit color
Monitor: SVGA (SuperVGA) 800x600
Color Resolution: 256 Colors
Here is the /etc/XF86Config file: (/root/XF86Config is the same as
/etc/XF86Config)
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't
work
EndSection
Section "Module"
# Load "ddc"
# Load "GLcore"
# Load "dbe"
# Load "dri"
# Load "extmod"
# Load "glx"
# #Load "pex5"
# Load "record"
# #Load "xie"
# Load "bitmap"
# Load "freetype"
# Load "speedo"
# Load "type1"
# Load "vbe"
# Load "int10"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
# Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "LG StudioWorks 56i"
HorizSync 31.5-35.1
VertRefresh 50.0-90.0
# # Sony Vaio C1(X,XS,VE,VN)?
# # 1024x480 @ 85.6 Hz, 48 kHz hsync
# ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync
#-vsync
# # TV fullscreen mode or DVD fullscreen output.
# # 768x576 @ 79 Hz, 50 kHz hsync
# ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# # 768x576 @ 100 Hz, 61.6 kHz hsync
# ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1" # You name this whatever you want
Driver "sis"
Vendorname "SiS 630" # You name this whatever you want
Videoram 32768 # RAM allocated to VGA in BIOS
Option "AGPMODE" "4"
# Option "Accel" # Replace with "noaccel" to disable
Option "noaccel" # Replace with "noaccel" to disable
Option "Turboqueue"
Option "FastVram"
Option "SetMclk" "133 MHZ" # System RAM speed (100 or 133 MHz)
Option "DacSpeed" "150 MHZ"
Option "DPMS" # If your monitor supports this
Boardname "SiS 630"
EndSection
#Section "Device"
# Identifier "device1"
# VendorName "Silicon Integrated Systems [SiS]"
# BoardName "SiS 630"
# Driver "sis"
# Option "DPMS"
# Option "MaxXFBMem" "12288"
# #Option "hw_cursor" "false" # Added on 15/11/2002 by Mukhben
#EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
#Modes "1024x768" "800x600" "640x480"
Modes "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
#Section "DRI"
#Mode 0666
#EndSection
And, finally, here is the output of the startx command:
hostname: Unknown host
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r9 i686 [ELF]
Build Date: 14 December 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Dec 27 18:07:21 2003
(==) Using config file: "/root/XF86Config"
Using vt 7
Symbol __glXActiveScreens from module
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Required symbol GlxSetVisualConfigs from module
/usr/X11R6/lib/modules/drivers/sis_drv.o is unresolved!
Fatal server error:
Some required symbols were unresolved
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
--
[EMAIL PROTECTED] mailing list