OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
548 B

  1. #
  2. # 915resolution default
  3. #
  4. # find free modes by /usr/sbin/915resolution -l
  5. # and set it to MODE or set to 'MODE=auto'
  6. #
  7. # With 'auto' detection, the panel-size will be fetched from the VBE
  8. # BIOS if possible and the highest-numbered mode in each bit-depth
  9. # will be overwritten with the detected panel-size.
  10. MODE=auto
  11. #
  12. # and set resolutions for the mode.
  13. # e.g. use XRESO=1024 and YRESO=768
  14. XRESO=
  15. YRESO=
  16. #
  17. # We can also set the pixel mode.
  18. # e.g. use BIT=32
  19. # Please note that this is optional,
  20. # you can also leave this value blank.
  21. BIT=
  22. EOT