Changes

Generic VESA video driver

960 bytes removed, 18:24, 1 March 2014
/* VESA video driver for Microsoft Windows */
The following lines were added (+) and removed (-):
vesa is an Xorg driver for generic VESA video cards. It can drive most VESA-compatible video cards, but only makes use of the basic standard VESA core that is common to these cards. The driver supports depths 8, 15 16 and 24.The default graphics driver is vesa (package xf86-video-vesa), which handles a large number of chipsets but does not include any 2D or 3D acceleration. If a better driver cannot be found or fails to load, Xorg will fall back to vesa. Here is an example for a GRUB stanza, I grabbed out of my /boot/grub/menu.lst": title          Debian GNU/Linux, kernel 2.6.18-4-k7 root            (hd0,0) kernel          /vmlinuz-2.6.18-4-k7 root=/dev/hde2 ro vga=791 initrd          /initrd.img-2.6.18-4-k7You could also have it look like this: title          Debian GNU/Linux, kernel 2.6.18-4-k7 root            (hd0,0) kernel          /vmlinuz-2.6.18-4-k7 root=/dev/hde2 ro vga=0x317 initrd          /initrd.img-2.6.18-4-k7
Bureaucrat, administrator
16,192
edits