Hi,
I put left the unix line for xfs and did not add the fonts (is that what you
meant or vice-versa). I added a Module section and put in speedo and type1 and
still get the same error. My XF86Config-4:
--------------------------------------------------------------------------------
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:7100"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "pex5"
Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
#Option "XkbVariant" ""
#Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-37.9
VertRefresh 40-70
Option "dpms"
# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection
Section "Device"
# no known options
Identifier "Chips & Technologies CT65554"
Driver "chips"
VendorName "Chips & Technologies CT65554"
BoardName "Chips & Technologies CT65554"
#BusID
EndSection
Section "Screen"
Identifier "Screen0"
Device "Chips & Technologies CT65554"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "800x600"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
--------------------------------------------------------------------------------
On 25-Sep-2001 Lionel Lecoq wrote:
> Hi, seeing your XF86Config-4 might help.
> I believe that the order in which you put the font
> paths in that file is important: first the fixed
> ones...
> best is to forget about giving the font path,
> commenting out the unix... (I don't remember, I am not
> on my box) and just putting the modules speedo and
> type1 in the module section.
> Anyhow if it does not help post your XF86Config-4
> Lionel
> --- [EMAIL PROTECTED] wrote:
>> Hi,
>>
>> I am trying to get xfree86 working on a pentium 200
>> laptop with a chips &
>> technologies CT65554 graphic card. I have tried
>> slackware and xfree86-4.1 and
>> setting up my own XF86Config file, but it just gives
>> a black screen and crashes
>> the system.
>>
>> This redhat 7.1 beta (I believe the latest redhat
>> beta) uses xfree86-4.0.x and
>> the screen actually flashes with color as if it is
>> going to work. Then comes
>> this font problem. It is using the xfs font server,
>> but I get the same problem
>> without xfs and using direct font paths instead.
>>
>> Here is the lat of the x output (I am not getting a
>> log file now):
>>
>> (--) SVGA: Using XAA (XFree86 Acceleration
>> Architecture)
>> (--) SVGA: XAA: Solid filled rectangles
>> (--) SVGA: XAA: Screen-to-screen copy
>> (--) SVGA: XAA: 8x8 pattern fill
>> (--) SVGA: XAA: 8x8 color expand pattern fill
>> (--) SVGA: XAA: CPU to screen color expansion
>> (bitmap, TE/NonTE imagetext,
>> TE/NonTE polytext)
>> (--) SVGA: XAA: Using 6 128x128 areas for pixmap
>> caching
>> (--) SVGA: XAA: Caching tiles and stipples
>> (--) SVGA: XAA: Horizontal and vertical lines and
>> segments
>>
>> Fatal server error:
>> could not open default font 'fixed'
>>
>> When reporting a problem related to a server crash,
>> please send
>> the full server output, not just the last messages
>>
>> XIO: fatal IO error 104 (Connection reset by peer)
>> on X server ":0.0"
>> after 0 requests (0 known processed) with 0
>> events remaining.
>>
>> --------------------------
>>
>> Can anybody help?
>>
>> Thanks,
>>
>> Tom Corner
>> ----------------------------------
>> E-Mail: [EMAIL PROTECTED]
>> Date: 25-Sep-2001
>> Time: 16:19:10
>>
>> This message was sent by XFMail
>> ----------------------------------
>>
>> _______________________________________________
>> Newbie mailing list
>> [EMAIL PROTECTED]
>> *** To unsubscribe , or change message options, see:
>> http://XFree86.Org/mailman/listinfo/newbie
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
> http://im.yahoo.com
> _______________________________________________
> Newbie mailing list
> [EMAIL PROTECTED]
> *** To unsubscribe , or change message options, see:
> http://XFree86.Org/mailman/listinfo/newbie
----------------------------------
E-Mail: [EMAIL PROTECTED]
Date: 25-Sep-2001
Time: 22:16:25
This message was sent by XFMail
----------------------------------
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie