Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2005 13:45:23 +0200
From:      Antoine Brodin <antoine.brodin@laposte.net>
To:        current@freebsd.org
Cc:        delphij@freebsd.org
Subject:   Recent vesa changes
Message-ID:  <20050602134523.7adcf516.antoine.brodin@laposte.net>

next in thread | raw e-mail | index | archive | help
Hi,

The recent vesa changes cause a problem on my laptop.
During startup, when ispcvt is called by syscons_precmd
(in /etc/rc.d/syscons), it clears my screen and the screen keeps
cleared.

I investigated a bit, and chmod'ing -x ispcvt solves the problem.

Vidcontrol -i mode shows that mode 369 is supported so I think that
there is perhaps an ioctl collision between
. this mode: _IO('V', 369 - 256)
. and VGAPCVTID: _IOWR('V',113, struct pcvtid)

Cheers,

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050602134523.7adcf516.antoine.brodin>