[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:08948] about depth(XF86Config)
佐藤@interlinkです。
hammを使用しています。
環境は
Compaq ARMADA4131T
VRAM 1024
800x600
で使用しています。
800x600で16bitカラーにしたいのですが、
ふつうにインストールしていったら、XF86ConfigのVGA16の項目のdepthが4でしか
Xが起動できないでいます。
このため、netscapeを立ち上げると怒られ、ほかのウィンドウが暗くなり、
gimpは立ち上がらないという症状にあい、困っています。
XF86Configの設定でいろいろと教えていただきたいのですが、
その1
Section "Screen"
Driver "Accel"
や
Driver "VGA16"
Driver "SVGA"
の項目が書かれているのですが、
Driver "VGA16"は必ず入れなければならない項目。
Driver "SVGA"は液晶関係で入れなければならない項目。
と認識しています(間違っているかも)(xserver-svgaやvgaは入れいています)
これらのSectionの中で
VGA16の中では
SubSection "Display"
Depth 4
Modes "800x600"
EndSubSection
という記述になっているのですが、ここのDepthの項目を
Depth 8や
Depth 16とすると
$ startx
したときにErrorが表示されます。
Depth 4でなら起動できるのですが、
上に書いたようにnetscapeで怒られ、gimpが立ち上がらず、xpaintでは
Your canvas depth is 4 bits.
と表示されます。
どのようにしたらXを16bit Colorで起動できるのでしょうか。
よろしくお願いいたしますm(_ _)m
いまいちVGAやSVGAを理解できていません(必要だということ以外は)。
--------/etc/X11/XF86Config--------------の一部------------------------
Section "Monitor"
Identifier "ARMADA 4130T"
VendorName "Compaq Computer Corp."
ModelName "ARMADA TFT LCD"
HorizSync 31.5-48.5
VertRefresh 55-90
Modeline "800x600" 49.87 800 856 976 1040 600 637 643 666 +hsync +vsync
EndSection
Section "Device"
Identifier "Generic VGA"
VendorName "Unknown"
BoardName "Unknown"
Chipset "generic"
Clocks 25.23 28.32 41.16 36.08 31.50 39.99 45.08 49.87 64.98 72.16 75.00 80.01 85.23
VideoRam 1024
# Use Option "no_bitblt" if you have graphics problems. If that fails
# try Option "noaccel".
# Refer to /usr/X11R6/lib/doc/README.cirrus.
# To allow linear addressing, uncomment the Option line and the
# address that the card maps the framebuffer to.
EndSection
Section "Device"
Identifier "Cirrus CL-GD7548"
VendorName "Cirrus Logic"
BoardName "CL-GD7548"
Chipset "clgd5429"
Option "fast_dram"
Option "linear"
VideoRam 1024
Membase 0x40000000
EndSection
Section "Screen"
Driver "Accel"
Device "Cirrus CL-GD7548"
Monitor "ARMADA 4130T"
DefaultColorDepth 16
BlankTime 0
SuspendTime 0
OffTime 0
SubSection "Display"
Depth 16
Modes "800x600"
Virtual 800 600
ViewPort 0 0
EndSubSection
EndSection
Section "Screen"
Driver "VGA16"
Device "Generic VGA"
Monitor "ARMADA 4130T"
BlankTime 0
SuspendTime 0
OffTime 0
SubSection "Display"
Depth 4
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600"
Virtual 800 600
ViewPort 0 0
EndSubSection
EndSection
Section "Screen"
Driver "SVGA"
Device "Cirrus CL-GD7548"
Monitor "ARMADA 4130T"
DefaultColorDepth 16
BlankTime 0
SuspendTime 0
OffTime 0
SubSection "Display"
Depth 16
Modes "800x600"
Virtual 800 600
ViewPort 0 0
EndSubSection
EndSection
佐藤 類
rui@xxxxxxxxxxxxxxxxx