5 Jul 2004 Jacek gepardzik@o2.pl wrote:
Ok. I tell more about my system. ... I set the environment variable: export GRX20DRV="linuxfb gw 1024 gh 768 nc 256" ... "GrSetMode: could not find suitable video driver"
I'm not a big framebuffer fan, but will try to answer. First, to use GRX/framebuffer your console must already be in a framebuffer mode; the above message is usually a result from running GRX/fb from text mode. Second, the only framebuffer mode available will be the current screen mode; your gw, gh and nc will either be ignored or cause problems (I'm not sure), so you'd remove them. Third, the usual requirements apply: your /dev/fb0 (or $FRAMEBUFFER) must be readable, your current console must be a linux console/fb (and not a pty) and so on.