Does that mean all I have to do is change my xorg.conf? I read on wiki these instructions:
Code:
apt-get install apt-build wget
#The wget command is on one single line :
wget -O /tmp/i810switch_macbook_support.patch 'http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374638;msg=15;filename=i810switch_macbook_support.patch;att=1'
apt-build update
apt-build build-source i810switch --patch /tmp/i810switch_macbook_support.patch
Everything seems to go fine until the last line, which returns this:
Code:
JOHNNYCASH:/tmp# apt-build build-source i810switch --patch /tmp/i810switch_macbook_support.patch
Some error occured building package
I assume my problem lies in the fact that apt-build refuses to work... ? Anyone know why that failed?
Thanks!