Find the answer to your Linux question:
Results 1 to 3 of 3
How do I change the resolution of the framebuffer console?...
  1. #1
    Linux Newbie
    Join Date
    Oct 2004
    Posts
    139

    how to change the framebuffer resolution?

    How do I change the resolution of the framebuffer console?

  2. #2
    Linux Enthusiast puntmuts's Avatar
    Join Date
    Dec 2004
    Location
    Republic Banana
    Posts
    562
    You can specify a different mode in the config of bootmanager, in my case lilo.conf vga=<number> or use fbset . fbset comes with a manpage where you can find a description of the option --geometry which would be my first guess.

    But I use the bootmanager method. Some modes are (lilo.conf sample):
    Code:
    # Normal VGA console
    # vga = normal
    # VESA framebuffer console @ 1024x768x64k
    # vga=791
    # VESA framebuffer console @ 1024x768x32k
    # vga=790
    # VESA framebuffer console @ 1024x768x256
    # vga=773
    # VESA framebuffer console @ 800x600x64k
    # vga=788
    # VESA framebuffer console @ 800x600x32k
    # vga=787
    # VESA framebuffer console @ 800x600x256
    # vga=771
    # VESA framebuffer console @ 640x480x64k
    # vga=785
    # VESA framebuffer console @ 640x480x32k
    # vga=784
    # VESA framebuffer console @ 640x480x256
    # vga=769
    These are VESA FB values. If you use a different fb device then you should read the kernel documentation about the specific driver.

  3. #3
    Linux Engineer
    Join Date
    Mar 2005
    Posts
    1,431
    And then it works with links2 etc. and fb-driver too?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...