由 訪客 » 週二 11月 18, 2003 4:19 pm
恩,其實這是很久很久的""老症狀""了,從三四年前(應該是rh5 or 6時)就會發生了,之後我曾經試過用slcware7 &8也都有一樣的問題。而且不是在同一台電腦上,使用debian後也一樣"偶而"會發生。現在是使用P3-1G之前用過K6 &P2也都會,另外滑鼠也換過不下N次了,包跨50元的到1300元的都依樣會發生,早先Linuxfab上曾經有人回過我說:好像是KDE的關係(qt...)也有人跟我說可能是kernel的問題,因此我也曾經改用winmaker並且避免安裝需要qt支援的程式,可是還是會發生。。。所以我就一直等,不過好像不是這兩個關係造成的。因為已經不知道改過幾次版了,有一陣子就是usb開始取代ps/2時我還以為就沒問題了說,不過用了幾天還是會"禿陲"。
我現在用的系統是Debian testing(除了一些如firebird,gaim等是使用unstable),之前用的是純stable,並沒有特殊更改什麼設定,x-window是KDE,free86等的設定我都沒有改,都是安裝時就設定好的,系統安裝則是根據moto大的無痛起步法安裝,其實一切良好,包跨網路印表機,PCMCIA,幾乎完全可以取代WinXP(除了遊戲....),而滑鼠也都還蠻正常,有時候一天下來也沒問題,有時候就會突然發作,但是並不會影響任何功能,包跨聽音樂也不會中斷,只是滑鼠會"比較"難用,舉例來說就像滑鼠指標突然往右移了約2公分,或是應該這樣說:好像滑鼠的定位突然往左移動了(不影響Y軸),而且從來沒有發生在開機完成時,每次都是使用一陣子後才會發生,因為有時候我要作實驗所以沒時間用電腦,進入KDE後就放著不管了,也不會有問題(不管放多久,有時甚至整天都沒用到),只有在使用時才有"機會"出包。我真的蠻懷疑是滑鼠的驅動與什麼函數庫有沖到。。。。
下面貼上我的XFree86 config設定:
Section "Files"
FontPath "/usr/share/fonts/truetype/arphic"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/encodings"
# if the local font server has problems, we can fall back on these
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
# Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
# Load "type1"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "trident"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
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
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
是不是真的有問題勒?我用的是光學滑鼠,筆記型電腦(應該沒關係吧,因為我之前用桌上型也依樣有這個困擾)。