[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xfree configuration hangs when installing from scratch.



On Tue, Feb 29, 2000 at 03:18:09PM +0100, Sven LUTHER wrote:
> here is what my G400 board says, when only primary head is enabled :
> 
> bash-2.03$ more /proc/fb
> 0 MATROX VGA
> 
> 
> here 0 is the fb number (/dev/fb0) and MATROX the driver used. Don't knwo what
> the VGA stands for.
> 
> here is what it says when second head is activated :
> 
> root@lambda:/lib/modules/2.3.42/misc# cat /proc/fb
> 0 MATROX VGA
> 1 MATROX DH

once you know what fbdevs are there, you can read /dev/fb/[01...] with
ioctl FBIOGET_FSCREENINFO, you will get the fb_fix_screeninfo structure, which
will contain more info, like the kind of acceleration supported by the board,
video memory start and length and other such stuff. More or less the same info
as what is given by fbset -i.

Friendly,

Sven LUTHER


Reply to: