Mailinglist Archive: opensuse-ja (154 mails)
| < Previous | Next > |
Re: [opensuse-ja] グラフィックメモリーが 描画速度に与える影響
- From: "K.M" <programer@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 13 Feb 2007 23:08:38 +0900
- Message-id: <20070213225957.6F9B.PROGRAMER@xxxxxxxxxxxxxxxxxxxxx>
諸橋です。
> 見るのは/etc/X11/xorg.conf
>
> Section "Device"
> ...
> Driver "xxxx" <-ここ
>
> ではないでしょうか。
> もしくは
> /var/log/Xorg.0.log
> ですね。
/etc/X11/xorg.conf のDevice Sessionはこの様になっていました。
見事にvesaでしょうか? Videoボード追加のシステムはまともな記述でした。
#とりあえずビデオカード入れます・・・
ついでにkeyboardmapも英語版に・・・。これは現象と合っています。
KVMの影響もありでしょうか?
#涙・・・
# Device Sections...
# -------------------
Section "Device"
#BusID "1:0:0"
Driver "ChangeMe"
Identifier "Device[0]"
# device_options
Option "sw_cursor" "on"
EndSection
Section "Device"
Driver "fbdev"
Identifier "Device[fbdev]"
# fbdev_options
Option "ShadowFB" "off"
EndSection
Section "Device"
Driver "vesa"
#Option "DefaultRefresh"
Option "ModeSetClearScreen" "no"
Identifier "Device[vesa]"
EndSection
Section "Device"
Driver "vmware"
Identifier "Device[vmware]"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[fbdev]"
EndSection
以上
--
K.M <programer@xxxxxxxxxxxxxxxxxxxxx>
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-ja+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-ja+help@xxxxxxxxxxxx
> 見るのは/etc/X11/xorg.conf
>
> Section "Device"
> ...
> Driver "xxxx" <-ここ
>
> ではないでしょうか。
> もしくは
> /var/log/Xorg.0.log
> ですね。
/etc/X11/xorg.conf のDevice Sessionはこの様になっていました。
見事にvesaでしょうか? Videoボード追加のシステムはまともな記述でした。
#とりあえずビデオカード入れます・・・
ついでにkeyboardmapも英語版に・・・。これは現象と合っています。
KVMの影響もありでしょうか?
#涙・・・
# Device Sections...
# -------------------
Section "Device"
#BusID "1:0:0"
Driver "ChangeMe"
Identifier "Device[0]"
# device_options
Option "sw_cursor" "on"
EndSection
Section "Device"
Driver "fbdev"
Identifier "Device[fbdev]"
# fbdev_options
Option "ShadowFB" "off"
EndSection
Section "Device"
Driver "vesa"
#Option "DefaultRefresh"
Option "ModeSetClearScreen" "no"
Identifier "Device[vesa]"
EndSection
Section "Device"
Driver "vmware"
Identifier "Device[vmware]"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[fbdev]"
EndSection
以上
--
K.M <programer@xxxxxxxxxxxxxxxxxxxxx>
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-ja+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-ja+help@xxxxxxxxxxxx
| < Previous | Next > |