jueves, 2 de diciembre de 2010 23:07:17
Para que funcione el touchpad:
en grub.cfg poner
i8042.reset i8042.nomux i8042.nopnpi8042.noloop
ejemplo:
linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=8fe8f129-f3fb-42fc-928d-19d131ddab9b ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop
Nvidia:
nvidia-kernel-2.6.32-5-amd64
nvidia-glx
en xorg.conf :
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "ConnectedMonitor" "DFP-0,DFP-1,CRT"
Option "CustomEDID" "DFP-0:/etc/X11/sony-edid.bin
Option "RegistryDwords" "EnableBrightnessControl=1"
SubSection "Display"
Depth 24
EndSubSection
End
Copyright 2006 Blog Author