[Question] lại thêm rắc rối với dell xps trong ubuntu :( |
08/12/2008 12:40:35 (+0700) | #1 | 161678 |
|
tuanhung303
Member
|
0 |
|
|
Joined: 07/12/2008 09:13:22
Messages: 77
Offline
|
|
sau khi cài ubuntu mặc dù tình hình nói chung là ổn nhưng có vẻ laptop của mình hoạt động không tốt lắm...
1/ sound hơi bị nhỏ (cái này xài ear phone cũng được)
2/ touchpad không sử dụng được, có hiện tượng đơ... không đơ thì nó chạy ziczac và left click tự động mỗi khi mình lỡ đụng tay vào, mình có cài TouchFreeze nhưng nó không thể khóa được cái touchpad, cái này rất phiền khi sử dụng excel hoặc sử dụng bàn phím
mình có làm theo 1 số hướng dẫn chèn thêm đoạn Code:
vào dòng Code:
kernel...trong tập tin /boot/grub/menu.lst
nhưng mà vẫn không giải quyết được gì... laptop mình thuộc dòng Dell XPS Core 2 Duo T9300 2.5GHz
còn đây là cái menu.lst của mình
Code:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa
## default grub root device
## e.g. groot=(hd0,0)
# groot=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-10-generic
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/vmlinuz-2.6.27-10-generic root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa quiet splash
i8042.nomux=1
initrd /boot/initrd.img-2.6.27-10-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-10-generic (recovery mode)
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/vmlinuz-2.6.27-10-generic root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa single
initrd /boot/initrd.img-2.6.27-10-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a ro xforcevesa single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid f7a1b4b8-ae72-4c29-a029-1662d2d6ed7a
kernel /boot/memtest86+.bin
quiet
title X W1nd0w
root (hd0,3)
savedefault
makeactive
chainloader +1
### END DEBIAN AUTOMAGIC KERNELS LIST
|
|
|
|
|
[Question] Re: lại thêm rắc rối với dell xps trong ubuntu :( |
08/12/2008 13:40:04 (+0700) | #2 | 161682 |
LeVuHoang
HVA Friend
|
Joined: 08/03/2003 16:54:07
Messages: 1155
Offline
|
|
Bạn có thể vào System > Preferences > Mouse > Touchpad để disable đi. |
|
|
|
|
[Question] Re: lại thêm rắc rối với dell xps trong ubuntu :( |
08/12/2008 13:48:48 (+0700) | #3 | 161683 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Vài links tìm giúp bạn:
http://www.heikkitoivonen.net/linux/ubuntu-8.04-9300.html
http://ubuntuforums.org/showthread.php?t=46106
http://ubuntuforums.org/showthread.php?t=185195
https://help.ubuntu.com/community/SynapticsTouchpad |
|
Let's build on a great foundation! |
|
|
|
[Question] Re: lại thêm rắc rối với dell xps trong ubuntu :( |
08/12/2008 18:13:47 (+0700) | #4 | 161693 |
|
tuanhung303
Member
|
0 |
|
|
Joined: 07/12/2008 09:13:22
Messages: 77
Offline
|
|
cũng đã thử, mình dùng dòng code này để gsynaptics được share 1 phần memory trong synaptics touchpad driver
Code:
gksudo gedit /etc/hal/fdi/policy/shmconfig.fdi
rồi sau đó pass cái này vào theo lời nó bảo
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="input.x11_driver" string="synaptics">
<merge key="input.x11_options.SHMConfig" type="string">True</merge>
</match>
</device>
</deviceinfo>
sau khi restart bật lên thì nó vẫn bảo SHMconfig chưa đc set thành true
mình có vào trang này http://guia-debian.es/index.php?title=Dell_XPS_m1530 nhưng nó hướng dẫn cũng tương tự như cách mình làm lúc trước... có lẽ là nó chưa nhận ra được touchpad của mình chăng? đây là kết quả sau khi mình chạy đoạn xinput list
Code:
"Virtual core keyboard" id=0 [XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Virtual core pointer" id=1 [XPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is -1
Resolution is 0
Axis 1 :
Min_value is 0
Max_value is -1
Resolution is 0
"Logitech USB RECEIVER" id=2 [XExtensionKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is -1
Max_value is -1
Resolution is 1
Axis 1 :
Min_value is -1
Max_value is -1
Resolution is 1
"Macintosh mouse button emulation" id=3 [XExtensionPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is -1
Max_value is -1
Resolution is 1
Axis 1 :
Min_value is -1
Max_value is -1
Resolution is 1
"AT Translated Set 2 keyboard" id=4 [XExtensionKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Broadcom Corp" id=5 [XExtensionPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is -1
Max_value is -1
Resolution is 1
Axis 1 :
Min_value is -1
Max_value is -1
Resolution is 1
"Broadcom Corp" id=6 [XExtensionKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Video Bus" id=7 [XExtensionKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
nó chẳng có chữ touchpad nào dính trong đó cả :-s
tiếp tục vào general information trong web này https://wiki.ubuntu.com/DebuggingTouchpadDetection nhưng các cách họ đưa ra mình đã thử nhưng ở dòng terminal nó vẫn không hiện ra thêm 1 kết quả nào...
không xài được nó thì chí ít cũng phải làm nó freeze chứ ( mình đã thử vào mouse trong system preferences để tắt nhưng quả thật không có dòng nào ghi touchpad cả.
Lúc trước có lần mình vào file xorg.conf chèn thêm đoạn
Code:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
[b] Option "SHMConfig" "on"[/b]
EndSection
sau đó lúc lúc vào bị sai độ phân giải và đứng máy + bọn trung quốc gần nhà ham hố up lên bản 9.04 nên lúc đó chịu, gài lại cho lành... giờ quyết phải giải quyết nó
hix tối rồi còn phải làm cái assignment toán... tình hình là đang du học ở bên anh, ở trường cũng toàn window cả chẳng ai biết tới linux và ubuntu cả (
còn 1 vài thông tin ở trang này http://ubuntuforums.org/showthread.php?t=168581&page=2 có lẽ mình nên thử nhưng sau khi finish cái assignment đã, đã không mang theo calculator khi tới đây rồi Oo3.0 mà không xài được thì thì .... |
|
|
|
|
[Question] Re: lại thêm rắc rối với dell xps trong ubuntu :( |
09/12/2008 06:03:13 (+0700) | #5 | 161741 |
|
tuanhung303
Member
|
0 |
|
|
Joined: 07/12/2008 09:13:22
Messages: 77
Offline
|
|
àh mà cái thêm đoạn này Code:
vào cái dòng có chứ kernel trong tập tin menu.lst là ở đâu thế... mình sợ mình chèn sai. Ai biết thì chỉ giúp còn không giúp được thì giải thích cho mình hiểu với, mình cũng chỉ mới vào ubuntu thôi, mọi người giúp dùm |
|
|
|
|
[Question] Re: lại thêm rắc rối với dell xps trong ubuntu :( |
09/12/2008 06:06:37 (+0700) | #6 | 161742 |
|
tuanhung303
Member
|
0 |
|
|
Joined: 07/12/2008 09:13:22
Messages: 77
Offline
|
|
àh thông báo với cả nhà touchpad nó chạy lại rồi, tự nhiên sáng ra nó bắt đầu nghe mình... không ziczac và left click tùy tiện nữa nhưng mà sao nó chậm quá... có ai biết thì chỉ giúp với, cái tăng độ nhạy và nhanh lên thêm 1 chút tại mình chơi game riết xài chuột nhạy quen rồi |
|
|
[Question] Re: lại thêm rắc rối với dell xps trong ubuntu :( |
12/12/2008 10:26:18 (+0700) | #7 | 162090 |
|
tuanhung303
Member
|
0 |
|
|
Joined: 07/12/2008 09:13:22
Messages: 77
Offline
|
|
àh mà sau khi mình update lên ubutu 9.04 sao mà sound nó bé quá, xài ear phone nghe được có chút xíu (, cái này thì search google không có luôn. Thằng trung quốc nó xài con asus mà nghe nhạc cứ ầm ầm |
|
|
|