XServerでマウスポインタがありません。

XServerでマウスポインタがありません。

TWM、xfce、およびGnomeを含む多くのWindows管理者を試しましたが、マウスポインタが消えました。目には見えませんが、すべてのことを行います。右クリックするとコンテキストメニューが開き、ポインタの現在位置を確認できます。

これはDebianの最新の安定版です。

マウスポインタを復元する方法は?

lsmodの出力は以下に含まれています。リンク

Xserverログにそして

dmesg 出力

誰でも助けることができますか?

アップデート:2.6.38カーネルでうまく動作します。

lsmod:

Module                  Size  Used by
nls_utf8                 908  1 
nls_cp437               4489  1 
vfat                    6570  1 
fat                    34912  1 vfat
usbhid                 28008  0 
hid                    50909  1 usbhid
cpufreq_conservative     4018  0 
cpufreq_userspace       1480  0 
cpufreq_powersave        602  0 
cpufreq_stats           1940  0 
ppdev                   4058  0 
lp                      5570  0 
sco                     5857  2 
bridge                 33019  0 
stp                      996  1 bridge
bnep                    7444  2 
rfcomm                 25175  0 
l2cap                  21709  4 bnep,rfcomm
bluetooth              36319  6 sco,bnep,rfcomm,l2cap
binfmt_misc             4907  1 
fuse                   44256  1 
ext4                  257803  1 
jbd2                   56155  1 ext4
crc16                   1027  2 l2cap,ext4
loop                    9765  0 
firewire_sbp2           9647  0 
snd_intel8x0           19595  0 
snd_ac97_codec         79148  1 snd_intel8x0
arc4                     974  4 
ecb                     1405  4 
ac97_bus                 710  1 snd_ac97_codec
rt2500pci              11303  0 
snd_pcm_oss            28671  0 
rt2x00pci               3773  1 rt2500pci
snd_mixer_oss          10461  1 snd_pcm_oss
ath5k                 104074  0 
rt2x00lib              19101  2 rt2500pci,rt2x00pci
ath                     6014  1 ath5k
snd_pcm                47226  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
i915                  223024  2 
mac80211              123570  3 rt2x00pci,ath5k,rt2x00lib
snd_seq_midi            3576  0 
cfg80211               87657  4 ath5k,rt2x00lib,ath,mac80211
snd_rawmidi            12513  1 snd_seq_midi
drm_kms_helper         18309  1 i915
snd_seq_midi_event      3684  1 snd_seq_midi
rfkill                 10264  3 bluetooth,cfg80211
eeprom_93cx6             963  1 rt2500pci
drm                   112088  3 i915,drm_kms_helper
snd_seq                35463  2 snd_seq_midi,snd_seq_midi_event
pcmcia                 16194  0 
snd_timer              12258  2 snd_pcm,snd_seq
i2c_algo_bit            3497  1 i915
snd_seq_device          3673  3 snd_seq_midi,snd_rawmidi,snd_seq
yenta_socket           16403  3 
rsrc_nonstatic          7057  1 yenta_socket
asus_laptop            11090  0 
pcmcia_core            20450  3 pcmcia,yenta_socket,rsrc_nonstatic
i2c_i801                6462  0 
parport_pc             15799  1 
joydev                  6739  0 
led_class               1757  3 ath5k,rt2x00lib,asus_laptop
parport                22554  3 ppdev,lp,parport_pc
i2c_core               12787  5 i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
snd                    34375  9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
shpchp                 21220  0 
evdev                   5609  13 
video                  14605  1 i915
battery                 3782  0 
processor              26327  1 
button                  3598  1 i915
ac                      1640  0 
rng_core                2178  0 
output                  1204  1 video
pcspkr                  1207  0 
soundcore               3450  1 snd
snd_page_alloc          5045  2 snd_intel8x0,snd_pcm
psmouse                44809  0 
serio_raw               2916  0 
pci_hotplug            18065  1 shpchp
ext3                   94204  1 
jbd                    32169  1 ext3
mbcache                 3762  2 ext4,ext3
usb_storage            30833  1 
sd_mod                 26005  6 
crc_t10dif              1012  1 sd_mod
8139too                14949  0 
ata_generic             2067  0 
ata_piix               17736  3 
uhci_hcd               16057  0 
firewire_ohci          16725  0 
thermal                 9206  0 
8139cp                 13421  0 
libata                115753  2 ata_generic,ata_piix
ehci_hcd               28681  0 
firewire_core          31243  2 firewire_sbp2,firewire_ohci
crc_itu_t               1035  1 firewire_core
thermal_sys             9378  3 video,processor,thermal
mii                     2714  2 8139too,8139cp
usbcore                98733  5 usbhid,usb_storage,uhci_hcd,ehci_hcd
nls_base                4541  5 nls_utf8,nls_cp437,vfat,fat,usbcore
scsi_mod              101429  4 firewire_sbp2,usb_storage,sd_mod,libata

ベストアンサー1

端末で次のコマンドを実行してみてください。

xsetroot -cursor_name X_cursor

デフォルトのカーソルをXに設定する必要があります。以下に可能なカーソルのリストが必要です/usr/share/icons/whiteglass/cursors。存在しない場合は、ls -ld /usr/share/icons/*/cursors 私のお気に入りのカーソルの1つがtrekです。

xsetroot -cursor_name trek

おすすめ記事