xf86-video-intel modesetting branch not compiling
Joel Ebel
freedesktop at ebel.mybox.org
Tue Oct 10 23:58:05 PDT 2006
interesting. That does allow it to compile. Where did you get these
values from? What is supposed to be defining these?
So now I've got it compiled and installed, and X sure thinks it's
running, I'm just not getting anything on my monitor at all. It says no
signal. I was even able to log in without looking at it. So something
is still missing. End goal is to display 1920x1080 on my TV, which I
wasn't able to do with the released driver, so I'm trying to get
modesetting to work.
Joel
Austin Yuan wrote:
> On 10/10/06, Joel Ebel <freedesktop at ebel.mybox.org> wrote:
>> I wanted to test out the modesetting branch of the intel video drivers,
>> but it's not compiling for me. Any assistance would be appreciated.
>> Here's the last of the output from my make.
>>
>> Thanks,
>> Joel
>>
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wpointer-arith
>> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
>> -Wnested-externs -fno-strict-aliasing -DXFree86Server -DIN_MODULE
>> -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/local/include
>> -I/usr/local/include/drm -I/usr/include/X11/dri -DI830_XV -g -O2 -MT
>> i830_modes.lo -MD -MP -MF .deps/i830_modes.Tpo -c i830_modes.c -fPIC
>> -DPIC -o .libs/i830_modes.o
>> i830_modes.c: In function 'i830GetDDCModes':
>> i830_modes.c:294: error: 'M_T_PREFERRED' undeclared (first use in this
>> function)
>> i830_modes.c:294: error: (Each undeclared identifier is reported only nce
>> i830_modes.c:294: error: for each function it appears in.)
>> i830_modes.c:296: error: 'M_T_DRIVER' undeclared (first use in this
>> function)
>> i830_modes.c: In function 'i830FPNativeMode':
>> i830_modes.c:425: error: 'M_T_PREFERRED' undeclared (first use in this
>> function)
>>
> A temp workaround, add their defines into this file :-)
> # define M_T_PREFERRED 0x08 /* preferred mode within a set */
> # define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */
>
>> _______________________________________________
>> xorg mailing list
>> xorg at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/xorg
>>
More information about the xorg
mailing list