[linux-l] 2.6.6 Kernel Problem

Oliver Beck lists at inetmx.de
Di Mai 25 07:07:12 CEST 2004


On Mon, 24 May 2004 22:04:05 +0200
Nico Golde <nion at gmx.net> wrote:

> ok, das problem hab ich hinbekommen. allerdings läuft die vga
> auflösung vga=792 nicht, sondern nur normal, obwohl
> CONFIG_VIDEO_SELECT=y ist. oder ist eine andere option dafür
> zuständig?

Versuche mal, den Videomode mit den Werten aus der Dokumentation
anzugeben. Siehe dazu /usr/src/linux/Documentation/fb/vesa.txt.

Auszug:

The graphic modes are NOT in the list which you get if you boot with
vga=ask and hit return. The mode you wish to use is derived from the
VESA mode number. Here are those VESA mode numbers:

    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x101    0x103    0x105    0x107   
32k |  0x110    0x113    0x116    0x119   
64k |  0x111    0x114    0x117    0x11A   
16M |  0x112    0x115    0x118    0x11B   

The video mode number of the Linux kernel is the VESA mode number plus
0x200.
 
 Linux_kernel_mode_number = VESA_mode_number + 0x200

So the table for the Kernel mode numbers are:

    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x301    0x303    0x305    0x307   
32k |  0x310    0x313    0x316    0x319   
64k |  0x311    0x314    0x317    0x31A   
16M |  0x312    0x315    0x318    0x31B   


Auszug Ende

Die Option vga=ask hat bei mir noch nie geklappt, somit kann ich sich
nicht empfehlen. Vielleicht liegt es aber nur an meiner GraKa
(GPfurtz2-MX400).

Du haste eine Matrox-Karte, da könnte auch
.../Documentation/fb/matroxfb.txt hilfreich sein.

Mit freundlichen Gruessen/Best Regards Oliver Beck

-- 
 /"\ -ASCII-Ribbon-Campaign- |
 \ /    Against HTML Mail    | -Linux on an VIA EPIA-M9000-
  X                          |    http://epia.std-err.de
 / \                         |        (german only)



Mehr Informationen über die Mailingliste linux-l