Re: [XFree86] Please teach me

2003-06-11 Thread Vivek
On Wed, 11 Jun 2003, Tadayuki Tomita wrote:

> I send the attached file.
> Please teache me how to run  the Xserver again

Your font server has not been started, so X cannot find the 'fixed'
(the default) font. Either start your font server
(probably with `/etc/init.d/xfs start` ) or add some lines to the
font paths in the 'Files' section of your XF86Config-4 file, eg:

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
EndSection

( The actual locations may vary ).




___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] Please teach me

2003-06-11 Thread Cynthia Grossen
Your font server isn't running.

This link has information on how to "fix" it.
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-x-fonts.h
tml

The best solution would be to hard-code your paths in your config
("/etc/X11/XF86Config-4") file though add the following lines to the Files
section

   FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"

-Original Message-
From: Tadayuki Tomita [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 11, 2003 8:14 AM
To: [EMAIL PROTECTED]
Subject: [XFree86] Please teach me
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Please teach me

2003-06-11 Thread Tadayuki Tomita

(B
(B
(B 
(BHello,
(BI am a enginner of Network and OS and Database.
(BThe machine that was crashed X Server have been running 
(Bfor 3 month.
(BBut It was crached when it is reboot.
(BI cannot understand why it was crached.
(B 
(BI send the attached file. 
(BPlease teache me how to run  the Xserver 
(Bagain
(B 
(B 
(BRegards
(B 
(BTadayuki Tomita
(B 
(B 

XFree86.0.log
Description: Binary data


[XFree86] Please teach me... radeon + i810 = shmat error?

2003-03-12 Thread Trever Furnish
I'm going to summarize first with quick questions since these may be 
easy for someone:

1. Is it possible / normal for an agp card to show up in the output of 
lspci?
2. Anyone have any idea why I can run either my embedded i845G or my pci 
radeon7500 alone just by switching my ServerLayout section (X -layout 
{i810 | radeon | both}, but not both at the same time?

I've attached a bunch of stuff - the output of lspci -v, my XF86Config, 
and the log files created when I try to run just the i810 (works), just 
the radeon (works), and both (doesn't work).

The error I get when I run both at once is:

(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(1): initializing int10
(EE) RADEON(1): Cannot shmat() high memory
...followed by a sig11 and X crash.

Any idea what I'm doing wrong?  ...or where to start looking?  I'm 
planning to move to 4.3.0 (currently on rc2) in a few moments, just as 
soon as I muster the courage. :-(

Help?

--
Trever Furnish, tgfurnish at herff-jones d0t com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86