[Bug 283646] x11-drivers/xf86-video-scfb: startx fails: (EE) scfb(0): scfb_mmap: Invalid argument
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283646 --- Comment #19 from Paul Scott <[email protected]> --- In scfb_driver.c there is this: /* TODO: Switch to graphics mode - required before mmap. */ fPtr->fbmem = scfb_mmap(len, 0, fPtr->fd); Gemini AI thinks that the second argument should not be 0, and given that the line immediately above seems to indicate something must be done here, but isn't, that's where the problem might lie. I need to check the RELEASE-13.4 code to see what changed there, if anything. -- You are receiving this mail because: You are the assignee for the bug.