* XF86Config & startup log
@ 2001-12-06 19:07 Zhang Fuxin
0 siblings, 0 replies; only message in thread
From: Zhang Fuxin @ 2001-12-06 19:07 UTC (permalink / raw)
To: Hartvig Ekner; +Cc: linux-mips@oss.sgi.com
[-- Attachment #1: Type: text/plain, Size: 4236 bytes --]
hi,Hartvig Ekner,
Here are my files.
but the build process can't be described in short:(.
I started from a rpm package from redhat7(or similar standard distribution),did
everything to make it cross-compile,very ugly and painful.Basically,
repeat if errors
make World &> out,
read out,correct errors it reports
until done
beside changes to config files,i remember there were problems due to the sequence
when it cross-builded a problem and wanted to execute it.
From the list,I think someone else should have more elegant way. And i will try
H.J.Lu's source in oss.sgi.com when having time.
在 2001-12-06 21:10:00 you wrote:
>Hello Zhang,
>
>I would be very interested in trying to get the video support (using G200
>as you have) up and running on our Malta board with full X.
>
>Could you provide me with some more info, so that I can try to repeat it?
>E.g. the /etc/X11/XF86Config file, exactly what X server did you use,
>startup output when starting the server (cut & paste, or from
>/var/log/XFree86.0.log or similar).
>
>Any information much appreciated!
>
>/Hartvig
>
>Zhang Fuxin writes:
>>
>> hi,Alinux-mips,
>> Finally the 2.4 kernel seems calm down,I pay some time to cleanup
>> my code for algorithmics p6032 board.
>> Although it may still very experimental,i make it public here
>> hoping that it will save sometime for someone else.
>> You can get the source diff
>> (against sgi cvs linux_2_4_branch Dec.3,about 50k) from:
>> http://159.226.40.150/godson/mips-2.4.16-zfx.diff.gz
>> (sorry i haven't a dns name)
>>
>> I am eager to get some feedback.
>>
>> There are Changelog and README in arch/mips/algor/
>>
>> for your convenience,READ is post here:
>>
>> This is my code for algor p6032,many of them borrowed/inherit from
>> algorithmics' 2.2 kernel(and others),but with a lot of cleanup(i think:)
>> I have tried my best to make minimum changes to generic code.
>>
>> Testing platform:
>> Algorithmics p6032 eval board,idt RC64474 CPU
>> (with a 40G IBM 7200rpm ide disk,256M sdram memory,matrox G200 video
>> card)
>> Software: H.J.Lu's cross compile toolchain & redhat 7.1 port)
>> Features:
>> 1.new time,new irq,new pci,auto-pci,etc
>> see this list:
>> CONFIG_PCI=y
>> CONFIG_NEW_PCI=y
>> CONFIG_PCI_AUTO=y
>> CONFIG_NEW_IRQ=y
>> CONFIG_I8259=y
>> CONFIG_HAVE_STD_PC_SERIAL_PORT=y
>> CONFIG_NEW_TIME_C=y
>> CONFIG_BOARD_SCACHE=y
>> CONFIG_PC_KEYB=y
>> CONFIG_NONCOHERENT_IO=y
>>
>> 2. frame buffer for matrox cards(that means you can use X windows)
>> 3. a flash driver for easily rewriting of on board flash
>> 4. ide,ethernet(pcnet32) with dma
>> 5. with 2.4.16 patch(filesystem corruption fixed)
>>
>> TODO:
>> 1. more test,e.g. with ltp or something
>> I have run 2.4.8 for some time with good stablity,but this upgrade is
>> done in one day,with many cleanups
>> it will surely contain some bugs
>> 2. on board cache support
>> i haven't decided a elegant way to support the board cache
>> 3.
>>
>> Important Notes:
>> 1. the command line is fixed at arch/mips/kernel/setup.c for my convenience:),you should change to fit your need or comment it out and use pmon args
>> 2. PIIX support for ide must be choosed,or the irq probe will lead to
>> endless interruption.
>>
>> More information may present in Changelog.zfx.
>>
>>
>> 2001.12.05 Zhang Fuxin, <fxzhang@ict.ac.cn>
>> Institute of Computing Technology,Chinese Academy of Sciences
>>
>> have to get some sleep now:)
>>
>> Regards
>> Zhang Fuxin
>> fxzhang@ict.ac.cn
>>
>
>
>--
> _ _ _____ ____ Hartvig Ekner Mailto:hartvige@mips.com
> |\ /| | |____)(____ Direct: +45 4486 5503
> | \/ | | | _____) MIPS Denmark Switch: +45 4486 5555
>T E C H N O L O G I E S http://www.mips.com Fax...: +45 4486 5556
Regards
Zhang Fuxin
fxzhang@ict.ac.cn
[-- Attachment #2: XF86Config-4 --]
[-- Type: application/octet-stream, Size: 5344 bytes --]
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
# 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 "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/default/Type1"
FontPath "/usr/share/fonts/default/ghostscript"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#DontZap
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom
# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
#Option "XkbRules" "xfree86"
#Option "XkbModel" "pc105"
#Option "XkbLayout" "us"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
#Option "Emulate3Buttons"
#Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
Section "Module"
# This loads the DBE extension module.
# Load "dbe"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
#SubSection "extmod"
#Option "omit xfree86-dga"
#EndSubSection
# This loads the Type1 and FreeType font modules
# Load "type1"
# Load "freetype"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30.0-54.0
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50.0-110.0
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
#Section "Device"
# Identifier "Generic VGA"
# Driver "vga"
#EndSection
Section "Device"
Identifier "RIVA TNT2"
VendorName "Unknown"
BoardName "Unknown"
Driver "fbdev"
VideoRam 16384
# Clock lines
BusID "PCI:0:0e:0"
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
# Option "DPMS"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "screen1"
Device "RIVA TNT2"
Monitor "Monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
[-- Attachment #3: out --]
[-- Type: application/octet-stream, Size: 3161 bytes --]
XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-0.9.0.1) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.6 i686 [ELF]
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Apr 17 02:06:13 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) No Layout section. Using the first Screen section.
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "RIVA TNT2"
(==) |-->Input Device "Mouse1"
(==) |-->Input Device "Keyboard1"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default/ghostscript".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/default/ghostscript").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc,/usr/share/fonts/default/Type1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(--) using VT number 4
(--) PCI: (0:14:0) unknown vendor (0x2b10) unknown chipset (0x2005) rev 1, Mem @ 0x00c06e00/14, 0x00008000/23, I/O @ 0x8000008/24, BIOS @ 0x01006800/16
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta),
RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR,
Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra,
Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR,
GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2),
GeForce3 (rev 3)
(II) FBDev: driver for framebuffer: fbdev
(II) FBDev(0): using default device
(II) Running in FRAMEBUFFER Mode
(**) FBDev(0): Depth 24, (--) framebuffer bpp 32
(==) FBDev(0): RGB weight 888
(==) FBDev(0): Default visual is TrueColor
(==) FBDev(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDev(0): Hardware: MATROX (vidmem: 16384k)
(II) FBDev(0): Checking Modes against framebuffer device...
(II) FBDev(0): mode "800x600" ok
(II) FBDev(0): mode "640x480" ok
(II) FBDev(0): Checking Modes against monitor...
(--) FBDev(0): Virtual size is 800x600 (pitch 800)
(**) FBDev(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
(**) FBDev(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(==) FBDev(0): DPI set to (75, 75)
(**) FBDev(0): Using "Shadow Framebuffer"
(--) Depth 24 pixmap format is 32 bpp
(==) FBDev(0): Backing store disabled
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Mouse1: Protocol: "PS/2"
(**) Mouse1: Core Pointer
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Warning: locale not supported by C library, locale unchanged
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Failed to open input method
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-12-09 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-06 19:07 XF86Config & startup log Zhang Fuxin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox