blob: 5738709bccbbf357e38d1d69b11134e685d3ac7e [file] [log] [blame]
Mauro Carvalho Chehabab42b812019-06-12 14:52:45 -03001=============
Andres Salomonfa20c8a62008-04-28 02:14:57 -07002What is gxfb?
Mauro Carvalho Chehabab42b812019-06-12 14:52:45 -03003=============
4
5.. [This file is cloned from VesaFB/aty128fb]
Andres Salomonfa20c8a62008-04-28 02:14:57 -07006
7This is a graphics framebuffer driver for AMD Geode GX2 based processors.
8
9Advantages:
10
11 * No need to use AMD's VSA code (or other VESA emulation layer) in the
12 BIOS.
13 * It provides a nice large console (128 cols + 48 lines with 1024x768)
14 without using tiny, unreadable fonts.
15 * You can run XF68_FBDev on top of /dev/fb0
16 * Most important: boot logo :-)
17
18Disadvantages:
19
20 * graphic mode is slower than text mode...
21
22
23How to use it?
24==============
25
26Switching modes is done using gxfb.mode_option=<resolution>... boot
Mauro Carvalho Chehabab42b812019-06-12 14:52:45 -030027parameter or using `fbset` program.
Andres Salomonfa20c8a62008-04-28 02:14:57 -070028
Mauro Carvalho Chehabab42b812019-06-12 14:52:45 -030029See Documentation/fb/modedb.rst for more information on modedb
Andres Salomonfa20c8a62008-04-28 02:14:57 -070030resolutions.
31
32
33X11
34===
35
36XF68_FBDev should generally work fine, but it is non-accelerated.
37
38
39Configuration
40=============
41
42You can pass kernel command line options to gxfb with gxfb.<option>.
43For example, gxfb.mode_option=800x600@75.
44Accepted options:
45
Mauro Carvalho Chehabab42b812019-06-12 14:52:45 -030046================ ==================================================
47mode_option specify the video mode. Of the form
48 <x>x<y>[-<bpp>][@<refresh>]
49vram size of video ram (normally auto-detected)
50vt_switch enable vt switching during suspend/resume. The vt
51 switch is slow, but harmless.
52================ ==================================================
Andres Salomonfa20c8a62008-04-28 02:14:57 -070053
Andres Salomonfa20c8a62008-04-28 02:14:57 -070054Andres Salomon <dilinger@debian.org>