On Sat, Jan 05, 2013 at 02:53:55AM +0400, Sevan / Venture37 wrote: > On 03/01/2013 01:34, Sevan / Venture37 wrote: > >I've started bringing in the changes made in that directory to a copy of > >the OpenBSD driver hosted here https://bitbucket.org/sevan/edp > > I took merged all the changes to the .c & .h files from the github > rep then recompiled & installed a new driver. > When I try to run startx now it fails with an error: > intel_drv.so: undefined symbol 'i830_dpd_is_edp' > lazy binding failed! > > Any pointers on what to do next?
You aren't compiling i830_dp.c, it needs to be added to src/Makefile.am and then follow the instructions in /usr/xenocara/README in the 'Regenerating configure scripts' section.