[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:15450] X setup Problem
自力ではどう解決できそうにないので、質問させてください。
自宅のパソコンにslink + slink-jpをインストールして使用しているのですが、
Xが使用中、突然固まってしまう(ように見える)という現象に悩まされていま
す。
どのような条件で固まってしまうのか分からないのですが、
特定のソフトを使用している時に固まる場合が多いように思います。
顕著なのがxwpeで、xwpeとタイプすると、起動して、
ファイル選択の画面で必ず固まってしまいます(毎回かならずです。)
他にはDDD等も使用中に高確率で固まってしまいます。
固まってしまうと、画面がまったく更新されなくなって、キー入力、マウスとも
に全く受け付けてもらえなくなる(CTRL+ALT+DELETEやCTRL+ALT+BSも効かない)
という状態になってしまい、リセットボタンを押すしか無い状態になってしまい
ます。
以下に、機器構成とインストールしてあるXに関係有りそうなパッケージを書き
ます。
また、署名以下に/etc/X11/XF86Configをコピーしています。
本体:TOSHIBA Dynabook Satelilte Pro 490XCDT (TFT 1024x768)
LANカード:Melco LPC2-T
ビデオチップ:S3 Virge MX (2M) (Xでは 1024X768 16bppで使用しています。)
ii enlightenment-n 0.15.4-0.slink The Enlightenment Window Manager
without sou
ii libfont-xtt 3.3.3.1-0.xtt. X-TT patched font library of X
(Shared libra
ii xserver-xtt-svg 3.3.3.1-0.xtt. X server for SVGA graphics cards with
X-True
ii xserver-xtt-vga 3.3.3.1-0.xtt. X server for VGA graphics cards with
X-TrueT
ii xtt-fonts 0.19990222-3 Free Japanese TrueType fonts (mincho
& gothi
ii xwpe 1.4.2-2.1 Programming environment and editor
for X11 a
この問題以外では凄く快適なだけになんとか解決したいのですが、
どなたか解決方法、情報へのポインタなど、ご存知ないでしょうか。
===========================
下佐粉昭 kon@xxxxxxxxxxxxx
===== /etc/X11/XF86Setup ====
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project
shall
# not be used in advertising or otherwise to promote the sale, use or
other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# See 'man XF86Config' for info on the format of this file
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath
"/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/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/naga10/"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 30
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "jp106"
XkbLayout "jp"
XkbOptions "ctrl:swapcaps"
EndSection
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
BaudRate 1200
Emulate3Timeout 50
Resolution 100
Emulate3Buttons
EndSection
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-57.0
VertRefresh 50-90
Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806
-hsync -vsync
EndSection
Section "Device"
Identifier "Primary Card"
VendorName "Unknown"
BoardName "None"
EndSection
Section "Screen"
Driver "Accel"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
BlankTime 0
SuspendTime 0
OffTime 0
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
Section "Screen"
Driver "SVGA"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
BlankTime 0
SuspendTime 0
OffTime 0
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
Section "Screen"
Driver "VGA16"
Device "Primary Card"
Monitor "Primary Monitor"
BlankTime 0
SuspendTime 0
OffTime 0
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Driver "VGA2"
Device "Primary Card"
Monitor "Primary Monitor"
BlankTime 0
SuspendTime 0
OffTime 0
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection
== END ==