zoukankan      html  css  js  c++  java
  • 更改Debian的console分辨率

    1.通过apt-get install hwinfo来安装

    2.通过命令hwinfo --framebuffer来获取

    eric@debian:~$ sudo sudo hwinfo --framebuffer
    [sudo] password for eric: 
    > hal.1: read hal dataprocess 3994: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
    This is normally a bug in some application using the D-Bus library.
    libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
    02: None 00.0: 11001 VESA Framebuffer                           
      [Created at bios.464]
      Unique ID: rdCR.UKXxIqIgY83
      Hardware Class: framebuffer
      Model: "(C) 1988-2005, ATI Technologies Inc.  M96"
      Vendor: "(C) 1988-2005, ATI Technologies Inc. "
      Device: "M96"
      SubVendor: "ATI ATOMBIOS"
      SubDevice: 
      Revision: "01.00"
      Memory Size: 16 MB
      Memory Range: 0x80000000-0x80ffffff (rw)
      Mode 0x0300: 640x400 (+640), 8 bits
      Mode 0x0301: 640x480 (+640), 8 bits
      Mode 0x0303: 800x600 (+832), 8 bits
      Mode 0x0305: 1024x768 (+1024), 8 bits
      Mode 0x0307: 1280x1024 (+1280), 8 bits
      Mode 0x0310: 640x480 (+1280), 15 bits
      Mode 0x0311: 640x480 (+1280), 16 bits
      Mode 0x0313: 800x600 (+1600), 15 bits
      Mode 0x0314: 800x600 (+1600), 16 bits
      Mode 0x0316: 1024x768 (+2048), 15 bits
      Mode 0x0317: 1024x768 (+2048), 16 bits
      Mode 0x0319: 1280x1024 (+2560), 15 bits
      Mode 0x031a: 1280x1024 (+2560), 16 bits
      Mode 0x030d: 320x200 (+640), 15 bits
      Mode 0x030e: 320x200 (+640), 16 bits
      Mode 0x0320: 320x200 (+1280), 24 bits
      Mode 0x0393: 320x240 (+320), 8 bits
      Mode 0x0395: 320x240 (+640), 16 bits
      Mode 0x0396: 320x240 (+1280), 24 bits
      Mode 0x03b3: 512x384 (+512), 8 bits
      Mode 0x03b5: 512x384 (+1024), 16 bits
      Mode 0x03b6: 512x384 (+2048), 24 bits
      Mode 0x03c3: 640x350 (+640), 8 bits
      Mode 0x03c5: 640x350 (+1280), 16 bits
      Mode 0x03c6: 640x350 (+2560), 24 bits
      Mode 0x0333: 720x400 (+768), 8 bits
      Mode 0x0335: 720x400 (+1472), 16 bits
      Mode 0x0336: 720x400 (+2944), 24 bits
      Mode 0x0353: 1152x864 (+1152), 8 bits
      Mode 0x0355: 1152x864 (+2304), 16 bits
      Mode 0x0356: 1152x864 (+4608), 24 bits
      Mode 0x0363: 1280x960 (+1280), 8 bits
      Mode 0x0365: 1280x960 (+2560), 16 bits
      Mode 0x0366: 1280x960 (+5120), 24 bits
      Mode 0x0321: 640x480 (+2560), 24 bits
      Mode 0x0322: 800x600 (+3200), 24 bits
      Mode 0x0323: 1024x768 (+4096), 24 bits
      Mode 0x0324: 1280x1024 (+5120), 24 bits
      Mode 0x0343: 1400x1050 (+1408), 8 bits
      Mode 0x0345: 1400x1050 (+2816), 16 bits
      Mode 0x0346: 1400x1050 (+5632), 24 bits
      Mode 0x0373: 1600x1200 (+1600), 8 bits
      Mode 0x0375: 1600x1200 (+3200), 16 bits
      Mode 0x0376: 1600x1200 (+6400), 24 bits
      Mode 0x0383: 1792x1344 (+1792), 8 bits
      Mode 0x0385: 1792x1344 (+3584), 16 bits
      Mode 0x0386: 1792x1344 (+7168), 24 bits
      Mode 0x03d3: 1856x1392 (+1856), 8 bits
      Mode 0x03d5: 1856x1392 (+3712), 16 bits
      Mode 0x03d6: 1856x1392 (+7424), 24 bits
      Mode 0x03e3: 1920x1440 (+1920), 8 bits
      Mode 0x03e5: 1920x1440 (+3840), 16 bits
      Mode 0x03e6: 1920x1440 (+7680), 24 bits
      Config Status: cfg=new, avail=yes, need=no, active=unknown

    3. 更新/boot/grub/grub.cfg

    linux    /boot/vmlinuz-3.2.0-4-686-pae root=UUID=35e06c21-0485-4074-8473-52417f783b84 ro vga=0x0317  quiet

    4. 重启计算机console的分辨率就变为了1024x768

  • 相关阅读:
    January 25th, 2018 Week 04th Thursday
    January 24th, 2018 Week 04th Wednesday
    January 23rd, 2018 Week 04th Tuesday
    January 22nd, 2018 Week 04th Monday
    January 21st, 2018 Week 3rd Sunday
    January 20th, 2018 Week 3rd Saturday
    January 19th, 2018 Week 3rd Friday
    January 18th, 2018 Week 03rd Thursday
    January 17th, 2018 Week 03rd Wednesday
    January 16th, 2018 Week 03rd Tuesday
  • 原文地址:https://www.cnblogs.com/oskb/p/3598939.html
Copyright © 2011-2022 走看看