[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:09752] Re: NEC480サーバは640x480だけでしょうか?



From: Atsushi Kajiwara <kajiwara@neo-sys.co.jp>
Subject: [plamo:09746] Re: NEC480サーバは640x480だけでしょうか?
Date: Wed, 9 May 2001 17:06:30 +0900
Message-ID: <3af8fae1.1311%kajiwara@neo-sys.co.jp>


> 梶原です
> 
> Mori Koichiroさんの<20010509163359O.g99p1397@mse.waseda.ac.jp>から
> >ビデオカードはclgd5446なのでおそらくNKVNECが使えると思うのですが
> そうですね
> 
> >いままで成功したことはありません。NKVNECなら高い解像度が使える
> >でしょうか。よろしくお願い致します。
> んー、どのように成功しませんでした?
> XF98Setupで設定を終了してコンソールに戻ると真っ黒?
> 
> -- 
> 梶原 淳 (Atsushi Kajiwara) mailto:kajiwara@neo-sys.co.jp
> Private mailto:kajiwara@chldren.net

森です。
XF98Setupを使うと、完了しましたのところまで行かずに
_X11TransSocketUNIXConnect:Can't connect:errno=111
というのが何回も出力されてしまいます。
ChipsetはCL-GD5446で4MBです。
ln -s XF98_NKVNEC X
のようにリンクを張ってから
XF86Config.98を下のように書き直しました。(長くてすみません。)
書き換えた場所はマウスの
  Emulate3Button
  Emulate3Timeout 50
の#をはずしました。
次に、
  HorizSync を31.5-37.9
  VertRefresh を55-90
としました。NEC480を使っていたときExtend Super VGA にしていたので
このようにしました。
あとは"Device"のNKVNECのところを
Chipset "clgd5446"として、README98にしたがって
"no_mmio"と"nec_cirrus"の#をはずしまして、VideoRamを4096にしました。
最後に"Screen"でNKVNECのところだけ#をはずしました。


********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

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 (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

FontPath	"/usr/X11R6/lib/X11/fonts/local/"
FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
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/"
FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "Keyboard"

    Protocol	"Standard"


    AutoRepeat	500 5

EndSection


# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"

    Protocol	"BusMouse"
# For FreeBSD(98)-2.X
#    Device      "/dev/mse0"
# For NetBSD/pc98 (based on NetBSD 1.1 or later)
#     Device      "/dev/lms0"
# For NetBSD/pc98 (based on NetBSD 1.0)
#     Device      "/dev/mms0"
# For Linux/98
Device      "/dev/mouse"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Protocol	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice

#    BaudRate	9600
#    SampleRate	150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

     Emulate3Buttons
     Emulate3Timeout	50

# ChordMiddle is an option for some 3-button Logitech mice

#    ChordMiddle

EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier	"Generic Monitor"
    VendorName	"Unknown"
    ModelName	"Unknown"

# 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   31.5-37.9  # typical for a single frequency fixed-sync monitor

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# 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 55-90  # typical for a single frequency fixed-sync monitor

#    VertRefresh	50-100        # multisync
#    VertRefresh	60, 65        # multiple fixed sync frequencies
#    VertRefresh	40-50, 80-100 # multiple ranges of sync frequencies

# Modes can be specified in two formats.  A compact one-line format, or
# a multi-line format.

# A generic VGA 640x480 mode (hsync = 31.5kHz, refresh = 60Hz)
# These two are equivalent

#    ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525

    Mode "640x480"
        DotClock	25.175
        HTimings	640 664 760 800
        VTimings	480 491 493 525
    EndMode

# These two are equivalent

#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace

#    Mode "1024x768i"
#        DotClock	45
#        HTimings	1024 1048 1208 1264
#        VTimings	768 776 784 817
#        Flags		"Interlace"
#    EndMode

EndSection

Section "Monitor"
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    Identifier	"Multi sync"
    VendorName	"IDEK"
    ModelName	"MF8615"
    Bandwidth	40
    HorizSync	24-70
    VertRefresh	50-100

    Mode "640x400"
        DotClock	28.322
        HTimings	640 664 712 808
        VTimings	400 400 402 417
    EndMode

    Mode "640x480"
        DotClock	28.0
        HTimings	640 690 752 800
        VTimings	480 496 544 560
    EndMode

    Mode "NEC480"
        DotClock	31.5
        HTimings	640 664 760 800
        VTimings	480 491 493 525
    EndMode


    Mode "800x600"
        DotClock	36.00
        HTimings	800 840 900 1000
        VTimings	600 602 610 664
    EndMode

    Mode "1024x768"
        DotClock	65.00
        HTimings	1024 1188 1210 1370
        VTimings	768   768  770  790
    EndMode

    Mode "1024x768i"
        DotClock	45.00
        HTimings	1024 1030 1230 1260
        VTimings	768   768  790  830
	Flags		"Interlace"
    EndMode

    Mode "1024x768H"
        DotClock	75.00
        HTimings	1024 1068 1184 1328
        VTimings	768   771  777  806
    EndMode

    Mode "1280x1024"
        DotClock	109.00
        HTimings	1280 1290 1680 1696
        VTimings	1024 1027 1030 1064
    EndMode


    Mode "1280x1024H"
        DotClock	110.00
        HTimings	1280 1300 1315 1700
        VTimings	1024 1027 1030 1064
    EndMode

EndSection

Section "Monitor"
# This is dummy definition. Don't edit this section.
# EGC can't take variable value.
    Identifier "PC98normal"
    VendorName "Unknown"
    ModelName "Unknown"
    BandWidth 25.2
    HorizSync 43.75
    VertRefresh 109.38
    Mode "640x400"
        DotClock        28
        HTimings        640 640 640 640
        VTimings        400 400 400 400
    EndMode

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier	"EGC16"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Chipset	"generic"
#    VideoRam	256
#    Clocks	25.2 28.3
EndSection

Section "Device"
    Identifier	"NEC480"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Chipset	"pegc"
    VideoRam	512
    Clocks	31.5
# Virtual resolution for 640x400
#    Clocks	28.322
EndSection

Section "Device"
    Identifier	"NKVNEC"
    VendorName	"EPSON_NEC"
    BoardName	"PCNKV/PCNKV2/NEC_CIRRUS"
    Chipset	"clgd5446"
#    Chipset	"clgd5429"
#    Chipset	"clgd5430"
     Option	"no_mmio"
     Option	"nec_cirrus"
#    Option	"fast_dram"
    VideoRam    4096
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# The colour SVGA-based PC98 server

Section "Screen"
    Driver	"svga"
#    Device	"WAB"
#    Device	"WABEP"
#    Device	"NEC480"
#    Device	"WAP"
#    Device	"WSNA2F"
#    Device	"WGNA2"
     Device	"NKVNEC"
#    Device	"GA98NB1"
#    Device	"GA98NB2"
#    Device	"GA98NB4"
#    Device	"NECTrident"
#    Device	"GA-DRV98"
#    Device	"MGA"
    Monitor	"Multi sync"
    Subsection "Display"
        Depth	    8
        Modes	    "800x600" "640x480" "1024x768"
#        Modes	    "1024x768H" "640x400"
#        Modes	    "NEC480" "640x400"
        ViewPort    0 0
#        Virtual     1024 1024
#        Virtual     1024 1022
        Virtual     1024 768
#        Virtual      640 480
#        Virtual      640 400
#        Virtual     1280 816
    EndSubsection
EndSection

# The 16-colour VGA-based PC98-EGC server

Section "Screen"
    Driver	"vga16"
    Device	"EGC16"
    Monitor	"Multi sync"
    Subsection "Display"
        Modes	    "640x400"
        ViewPort    0 0
    Visual	"PseudoColor"
    EndSubsection
EndSection

# The accelerated servers (S3-NEC,PW,PW-LB,PCSKB)

Section "Screen"
     Driver	"accel"
#     Device	"PW"
#     Device	"PW928II"
#     Device	"PW805i"
#     Device	"PW928GLB"
#     Device	"PW928IILB"
#     Device	"PW964LB"
#     Device	"GA-968"
#     Device	"PCSKB"
#     Device	"PCSKB4"
#     Device	"NECWAB"
#     Device	"NEC864"    
     Monitor	"Multi sync"
     Subsection  "Display"
         Depth	    8
#         Modes	    "1024x768i" "640x480" "800x600"
#         Modes	    "1024x768H" "640x480" "800x600"
         Modes	    "1024x768" "640x480" "800x600"
#         Modes	    "1280x1024" "1024x768" "640x480" "800x600"
#         Modes	    "1280x1024H"
         ViewPort    0 0
#         Virtual	    1280 1024
         Virtual	    1024 768
     EndSubsection
     SubSection "Display"
         Depth	    16
         Weight	    565
#         Modes	    "640x480" "800x600" "1024x768"
         Modes	    "800x600" "1024x768"
         ViewPort    0 0
         Virtual	    1024 768
     EndSubsection
EndSection

これでxinitをし、logをとるとしたのようになって画面が真っ黒になり
起動できませんでした。
XFree86 Version 3.3.6 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 8 1999
	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)
Operating System: Linux 2.2.15 i686 [ELF] 
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 1):
      clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430,
      clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464, clgd5465,
      clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543,
      clgd7548, clgd7555, clgd7556
(using VT number 7)

XF86Config: /etc/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) Mouse: type: BusMouse, device: /dev/mouse, buttons: 3
(**) Mouse: 3 button emulation (timeout: 50ms)
(**) SVGA: Graphics device ID: "NKVNEC"
(**) SVGA: Monitor ID: "Multi sync"
Warning: The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
         Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/"
(**) SVGA: chipset:  clgd5446
(**) SVGA: videoram: 4096k
(--) SVGA: clocks:  25.23  28.32  41.16  36.08  31.50  39.99  45.08  49.87
(--) SVGA: clocks:  64.98  72.16  75.00  80.01  85.23  90.00  95.02 100.23
(--) SVGA: clocks: 108.03 109.77 120.05 126.00 130.06 135.00
(**) SVGA: Option "no_mmio"
(**) SVGA: Option "nec_cirrus"
(**) SVGA: Using 8 bpp, Depth 8, Color weight: 666
(--) SVGA: Maximum allowed dot-clock: 135.100 MHz
(**) SVGA: Mode "800x600": mode clock =  36.000, clock used =  36.081
(**) SVGA: Mode "640x480": mode clock =  28.000, clock used =  28.324
(**) SVGA: Mode "1024x768": mode clock =  65.000, clock used =  64.981
(**) SVGA: Virtual resolution set to 1024x768
(--) SVGA: Generic SpeedUps selected (Flags=0x30)
(--) SVGA: clgd5446: Internal memory clock register is 0x3f (Standard RAS)
(**) SVGA: clgd5446: Approximate DRAM bandwidth for drawing: 414 of 451 MB/s
X connection to :0.0 broken (explicit kill or server shutdown).

見た感じではどこでエラーになっているのかわかりません。
もしよろしければご教授下さい。よろしくお願い致します。

    MORI Kouichirou

Follow-Ups
[plamo:09754] Re: NEC480サーバは640x480だけでしょうか?, Atsushi Kajiwara
References
[plamo:09741] Re: NEC480サーバは640x480だけでしょうか?, Atsushi Kajiwara
[plamo:09745] Re: NEC480サーバは640x480だけでしょうか?, Mori Koichiro
[plamo:09746] Re: NEC480サーバは640x480だけでしょうか?, Atsushi Kajiwara

[検索ページ] [メール一覧]
Plamo ML 公開システム