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

[debian-users:11076] How does XF86Config set ?



はじめまして。先程 sbscribe したばかりの者です。

Toshiba TECRA 720CT で
Debian 2.0
XFree86 Version 3.3.3
を使ってます。

X で 1024x768 の 16bpp 以上を利用したいのですが動きません。
# 8bpp では利用できてます。
そこで識者の御知恵を拝借したくてメールしました。
# Debian に関係なくてすみません。

Chip は Chips and Technologies の CT65550 で、LCD は XGA
表示可能な TFT です。

http://www.debian.or.jp/search/
の検索からたどって行った
http://www.yy.cs.keio.ac.jp/~sanpei/note-list.html
を参考にさせて頂いたのですが、だめでした。
具合の良い Modeline はどう計算したら良いのでしょうか。

長くなりますが、最後に XF86Config と xinit -- -bpp 16 の
リダイレクトの抜粋を添付します。

宜しく御願い致します。


XF86Config の抜粋

snip.....

Section "Monitor"
   Identifier      "Tecra 720CT JP"
   VendorName      "Toshiba"
   ModelName       "Tecra 720CT internal-LCD"
   HorizSync       31.5-57
   VertRefresh     50-76
   Modeline  "1024x768"   65.00 1024 1048 1184 1328 768 771 777 806 -hsync
-vsync
EndSection

Section "Device"
   Identifier      "Tecra 720CT JP"
   VendorName      "Chips & Technologies"
   BoardName       "Chips & Technologies CT65550"
   Chipset         "ct65550"
   VideoRam        2048
   Option           "lcd_center"
   Option           "lcd_centre"
   Option "fast_dram"
   Set_MemClk 38.000

EndSection

snip.....

Section "Screen"
   Driver          "SVGA"
   Device          "Tecra 720CT JP"
   Monitor         "Tecra 720CT JP"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
   EndSubSection
EndSection

snip.....


xinit -- -bpp 16 のリダイレクトの抜粋

snip.....

(**) SVGA: Graphics device ID: "Tecra 720CT JP"
(**) SVGA: Monitor ID: "Tecra 720CT JP"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/

X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,

/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/li

b/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100

dpi"
(--) SVGA: PCI: C&T 65550 rev 4, Memory @ 0xfe000000
(**) SVGA: Chipset: ct65550 
(--) SVGA: CHIPS: no monitor detected.
(**) SVGA: CHIPS: 2048 kB VRAM
(--) SVGA: CHIPS: TFT probed.
(--) SVGA: CHIPS: LCD
(--) SVGA: CHIPS: Display Size: x=1024; y=768
(--) SVGA: CHIPS: PCI Bus
(--) SVGA: CHIPS: base address is set at 0xFE000000.
(--) SVGA: CHIPS: Linear addressing is enabled at 0xFE000000.
(**) SVGA: CHIPS: 16 bpp.
(--) SVGA: CHIPS: Internal DAC disabled.
(--) SVGA: CHIPS: using programmable clocks.
(**) SVGA: CHIPS: using memory clock of 37998 KHz
(**) SVGA: chipset:  ct65550
(**) SVGA: videoram: 2048k
(**) SVGA: Option "lcd_center"
(**) SVGA: Option "lcd_centre"
(**) SVGA: Option "fast_dram"
(**) SVGA: Using 16 bpp, Depth 16, Color weight: 565
(--) SVGA: Maximum allowed dot-clock: 53.197 MHz
(--) SVGA: Clock for mode "1024x768" is too high for the configured
hardware.
	Limit is  53.197 MHz

Fatal server error:
No valid modes found.

When reporting a problem related to a server crash, please send
the full server output, not just the last messages

_X11TransSocketUNIXConnect: Can't connect: errno = 111
giving up.

xinit:  Connection refused (errno 111):  unable to connect to X server

xinit:  No such process (errno 3):  Server error.


以上