mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
neutrino: Add switch osd resolution when supported from hardware
- At the moment supported hardware: CS HD2
Currently known problems:
-------------------------
- Display menus after changing resolution (Reboot required)
- Display headers after changing resolution hd => fullhd (Reboot required)
- Display infobar after changing resolution hd => fullhd (Reboot required)
- Screenshot broken (With new driver and set resolution to 1280x720)
Origin commit data
------------------
Commit: 7b158903f8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Origin message was:
------------------
neutrino: Add switch osd resolution when supported from hardware
- At the moment supported hardware: CS HD2
Currently known problems:
-------------------------
- Display menus after changing resolution (Reboot required)
- Display headers after changing resolution hd => fullhd (Reboot required)
- Display infobar after changing resolution hd => fullhd (Reboot required)
- Screenshot broken (With new driver and set resolution to 1280x720)
This commit is contained in:
@@ -322,10 +322,9 @@ colormenu.clock_textcolor Ziffernfarbe
|
||||
colormenu.fade Ein-/Ausblenden
|
||||
colormenu.font Verwendete Schriftart
|
||||
colormenu.font_ttx Teletext Schriftart
|
||||
colormenu.hd_preset LCD
|
||||
colormenu.menucolors Farben
|
||||
colormenu.osd_preset Monitor Auswahl
|
||||
colormenu.sd_preset CRT
|
||||
colormenu.osd_resolution OSD-Auflösung
|
||||
colormenu.textcolor Textfarbe
|
||||
colormenu.themeselect Theme auswählen
|
||||
colormenu.timing Timeouts
|
||||
@@ -1244,6 +1243,7 @@ menu.hint_opkg_upgrade Aktualisiert alle installierten Pakete auf die neueste ve
|
||||
menu.hint_osd Farben, Schriftarten, Anzeigegröße, Ansichtsoptionen der Menüs usw.
|
||||
menu.hint_osd_language Wählen Sie ihre Menü-Sprache
|
||||
menu.hint_osd_preset Wählen Sie zwischen Röhren-TV (CRT) oder Flachbildschirm (LCD)
|
||||
menu.hint_osd_resolution Wählen Sie eine OSD Auflösung
|
||||
menu.hint_osd_timing Einblendzeit, die das OSD auf dem TV angezeigt wird
|
||||
menu.hint_other_fonts Ändern Sie andere Schriftgrößen
|
||||
menu.hint_parentallock_changepin Geben Sie den 4-stelligen PIN-Code ein, der dann ggf. abgefragt wird
|
||||
|
@@ -322,10 +322,9 @@ colormenu.clock_textcolor Digit color
|
||||
colormenu.fade Fade GUI
|
||||
colormenu.font Select GUI font
|
||||
colormenu.font_ttx Select Teletext font
|
||||
colormenu.hd_preset LCD
|
||||
colormenu.menucolors Colors
|
||||
colormenu.osd_preset TV preset
|
||||
colormenu.sd_preset CRT
|
||||
colormenu.osd_resolution OSD resolution
|
||||
colormenu.textcolor Text color
|
||||
colormenu.themeselect Select theme
|
||||
colormenu.timing Timeouts
|
||||
@@ -1244,6 +1243,7 @@ menu.hint_opkg_upgrade Updates all installed packages to the most recent version
|
||||
menu.hint_osd Colors, fonts, screen size\nGUI look and feel options
|
||||
menu.hint_osd_language Select OSD language
|
||||
menu.hint_osd_preset Pre-configured screen margins for CRT and LCD TV
|
||||
menu.hint_osd_resolution Change OSD resolution
|
||||
menu.hint_osd_timing After this time the OSD will be faded out
|
||||
menu.hint_other_fonts Change other font sizes
|
||||
menu.hint_parentallock_changepin Change PIN code
|
||||
|
Reference in New Issue
Block a user