Changeset 421c833 in mainline for HelenOS.config


Ignore:
Timestamp:
2009-03-13T12:58:43Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b6dfc32
Parents:
99d6fd0
Message:

parse VESA mode from a string
unify VESA initialization for ia32 and amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r99d6fd0 r421c833  
    421421! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=sparc64&MACHINE=generic] CONFIG_FB (y/n)
    422422
    423 % Framebuffer width
    424 @ "640"
    425 @ "800"
    426 @ "1024"
    427 @ "1152"
    428 @ "1280"
    429 @ "1400"
    430 @ "1440"
    431 @ "1600"
    432 @ "2048"
    433 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
    434 
    435 % Framebuffer height
    436 @ "480"
    437 @ "600"
    438 @ "768"
    439 @ "852"
    440 @ "900"
    441 @ "960"
    442 @ "1024"
    443 @ "1050"
    444 @ "1200"
    445 @ "1536"
    446 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
    447 
    448 % Framebuffer depth
     423% Default framebuffer mode
     424@ "640x480"
     425@ "800x600"
     426@ "1024x768"
     427@ "1152x720"
     428@ "1152x864"
     429@ "1280x960"
     430@ "1280x1024"
     431@ "1400x1050"
     432@ "1440x900"
     433@ "1440x1050"
     434@ "1600x1200"
     435@ "1920x1080"
     436@ "1920x1200"
     437! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_VESA_MODE (choice)
     438
     439% Default framebuffer depth
    449440@ "8"
    450441@ "16"
Note: See TracChangeset for help on using the changeset viewer.