[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 Tiago Gasiba <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Tiago Gasiba <[email protected]> --- (In reply to Paul Scott from comment #23) Hi. You can increase the screen resolution, e.g. by adding to /boot/loader.conf the following: hw.virtio_gpu.flush_enabled=1 hw.virtio_gpu.width=1600 hw.virtio_gpu.height=1000 Note: the "flush_enabled" is now needed since there is a periodical sync task running at the refresh rate of the screen (set to 30fps). If you do not intend to use X, the functionality is now disabled by default. So, to enable it again, you need to get the first line in. The two other lines change the width and height respectively. Sorry that this is taking longer than expected - I was very very busy at work and could not spend much time on this... anyhow you had it running already ;-) Note that this is still under review... -- You are receiving this mail because: You are the assignee for the bug.