Ok so I couldn't get my touchpad to disable so I edited my xorg.conf, now I have no sound.
This is all I added
There is no mention of sound in my xorg.conf but thats all i changed before I lost my sound.
Any ideas?
This is all I added
Code:
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "true" Option "MaxTapTime" "150" Option "MaxDoubleTapTime" "150" Option "VertEdgeScroll" "1" Option "HorizEdgeScroll" "1" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Synaptics Touchpad" EndSection
Any ideas?
Comment