Xの設定

|

Virtual Server 2005 R2の上でRedHat9をインストールした時、
/etc/X11/XF86Configは下記のような設定で
800x600 256色のXを動かすことができました。

要は、インストールのデフォルトの設定で、
800x600 256色 にしておけばよいだけです。

CentOS4でも同様な設定でうごきました。

その点、VMWareは楽なのかもしれません。

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "DevInputMice" "AlwaysCore" EndSection

Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection

Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection

Section "InputDevice" Identifier "Keyboard0" #Driver "keyboard" #Option "XkbRules" "xfree86" Driver "kbd" Option "XkbModel" "jp106" Option "XkbLayout" "jp" EndSection

Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection

Section "InputDevice" Identifier "DevInputMice" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection

Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Unknown monitor" HorizSync 31.5 -37.9 VertRefresh 50.0 - 70.0 Option "dpms" EndSection

Section "Device" Identifier "Videocard0" Driver "s3" VendorName "Videocard vendor" BoardName "S3 Trio64 (generic)" #VideoRam 4096 EndSection

Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 8 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection

SubSection "Display" Viewport 0 0 Depth 24 Modes "800x600" "640x480" EndSubSection

SubSection "Display" Viewport 0 0 Depth 8 Modes "800x600" "640x480" EndSubSection EndSection

Section "DRI" Group 0 Mode 0666 EndSection

このブログ記事について

このページは、くわぞうが2006年7月24日 17:04に書いたブログ記事です。

ひとつ前のブログ記事は「php-syslog-ng」です。

次のブログ記事は「Nagios2インストール(RPM)」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

Powered by Movable Type 4.1