[oe-issues] [Bug 2715] New: [PATCH] Fix xf86-video-nsc driver on xserver-xorg 1.2. 0 and later
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Thu Aug 2 17:31:55 CEST 2007
http://bugs.openembedded.org/show_bug.cgi?id=2715
Summary: [PATCH] Fix xf86-video-nsc driver on xserver-xorg 1.2.0
and later
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: antti.andreimann at mail.ee
Created an attachment (id=1777)
--> (http://bugs.openembedded.org/attachment.cgi?id=1777)
oe-xf86-video-nsc-fix.patch
This driver is seldom updated and it breaks with new Xorg server.
The reason being the removal of a deprecated XFree86Server define.
This driver contains a lot of "compatibility" code which depends on it to use
the correct INB/OUTB method. Without XFree86Server the driver compiles cleanly,
but fails at runtime with the following error uttered into Xorg.log
xf86MapVidMem: Could not mmap framebuffer (0x00000000,0xfe280000) (Cannot
allocate
memory)
Needless to say this bug took me about 6 hours to track down :(
The included patch will add -DXFree86Server to EXTRA_OEMAKE so the driver will
do the right thing at runtime.
Please merge.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list