Wrong size/scaling of virtual terminal #538

Open
opened 2019-07-01 15:44:23 +02:00 by interkosmos · 0 comments
interkosmos commented 2019-07-01 15:44:23 +02:00 (Migrated from github.com)

cool-retro-term 1.1.1 on FreeBSD 12 seems to have a bug relating to the size/scaling of the virtual terminal. Only the lower right corner of the monitor is visible:

screenshot

$ /usr/local/bin/cool-retro-term --verbose
default KB_LAYOUT_DIR:  "/usr/local/lib/qt5/qml/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_149::close()
loadAllColorSchemes
Both point size and pixel size set. Using pixel size.
qml: Loading settings: {
  "fps": 20,
  "x": 37,
  "y": 135,
  "width": 5342,
  "height": 734,
  "windowScaling": 1,
  "showTerminalSize": true,
  "fontScaling": 1,
  "fontNames": [
    "TERMINUS_SCALED",
    "PRO_FONT_SCALED",
    "COMMODORE_PET"
  ],
  "showMenubar": false,
  "bloomQuality": 0.5,
  "burnInQuality": 0.5,
  "useCustomCommand": false,
  "customCommand": "",
  "useFastBurnIn": true
}{
  "backgroundColor": "#000000",
  "fontColor": "#7cff4f",
  "flickering": 0.1,
  "horizontalSync": 0.151,
  "staticNoise": 0.15,
  "chromaColor": 0.5,
  "saturationColor": 0.5,
  "screenCurvature": 0.3,
  "glowingLine": 0.2,
  "burnIn": 0.3,
  "bloom": 0.6,
  "rasterization": 1,
  "jitter": 0.11,
  "rbgShift": 0,
  "brightness": 0.5,
  "contrast": 0.6,
  "ambientLight": 0,
  "windowOpacity": 1,
  "fontName": "PRO_FONT_SCALED",
  "fontWidth": 1,
  "margin": 0.5
}
qml: Storing settings: {
  "fps": 20,
  "x": 388,
  "y": 95,
  "width": 830,
  "height": 563,
  "windowScaling": 1,
  "showTerminalSize": true,
  "fontScaling": 1,
  "fontNames": [
    "TERMINUS_SCALED",
    "PRO_FONT_SCALED",
    "COMMODORE_PET"
  ],
  "showMenubar": false,
  "bloomQuality": 0.5,
  "burnInQuality": 0.5,
  "useCustomCommand": false,
  "customCommand": "",
  "useFastBurnIn": true
}
qml: Storing profile: {
  "backgroundColor": "#000000",
  "fontColor": "#7cff4f",
  "flickering": 0.1,
  "horizontalSync": 0.151,
  "staticNoise": 0.15,
  "chromaColor": 0.5,
  "saturationColor": 0.5,
  "screenCurvature": 0.3,
  "glowingLine": 0.2,
  "burnIn": 0.3,
  "bloom": 0.6,
  "rasterization": 1,
  "jitter": 0.11,
  "rbgShift": 0,
  "brightness": 0.5,
  "contrast": 0.6,
  "ambientLight": 0,
  "windowOpacity": 1,
  "fontName": "PRO_FONT_SCALED",
  "fontWidth": 1,
  "margin": 0.5
}tter": 0.11,
  "rbgShift": 0,
  "brightness": 0.5,
  "contrast": 0.6,
  "ambientLight": 0,
  "windowOpacity": 1,
  "fontName": "PRO_FONT_SCALED",
  "fontWidth": 1,
  "margin": 0.5
}
qml: Storing settings: {
  "fps": 20,
  "x": 388,
  "y": 95,
  "width": 830,
  "height": 563,
  "windowScaling": 1,
  "showTerminalSize": true,
  "fontScaling": 1,
  "fontNames": [
    "TERMINUS_SCALED",
    "PRO_FONT_SCALED",
    "COMMODORE_PET"
  ],
  "showMenubar": false,
  "bloomQuality": 0.5,
  "burnInQuality": 0.5,
  "useCustomCommand": false,
  "customCommand": "",
  "useFastBurnIn": true
}
qml: Storing profile: {
  "backgroundColor": "#000000",
  "fontColor": "#7cff4f",
  "flickering": 0.1,
  "horizontalSync": 0.151,
  "staticNoise": 0.15,
  "chromaColor": 0.5,
  "saturationColor": 0.5,
  "screenCurvature": 0.3,
  "glowingLine": 0.2,
  "burnIn": 0.3,
  "bloom": 0.6,
  "rasterization": 1,
  "jitter": 0.11,
  "rbgShift": 0,
  "brightness": 0.5,
  "contrast": 0.6,
  "ambientLight": 0,
  "windowOpacity": 1,
  "fontName": "PRO_FONT_SCALED",
  "fontWidth": 1,
  "margin": 0.5
}
cool-retro-term 1.1.1 on FreeBSD 12 seems to have a bug relating to the size/scaling of the virtual terminal. Only the lower right corner of the monitor is visible: ![screenshot](https://i.ibb.co/XWm6TJz/crt.png) ``` $ /usr/local/bin/cool-retro-term --verbose default KB_LAYOUT_DIR: "/usr/local/lib/qt5/qml/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_149::close() loadAllColorSchemes Both point size and pixel size set. Using pixel size. qml: Loading settings: { "fps": 20, "x": 37, "y": 135, "width": 5342, "height": 734, "windowScaling": 1, "showTerminalSize": true, "fontScaling": 1, "fontNames": [ "TERMINUS_SCALED", "PRO_FONT_SCALED", "COMMODORE_PET" ], "showMenubar": false, "bloomQuality": 0.5, "burnInQuality": 0.5, "useCustomCommand": false, "customCommand": "", "useFastBurnIn": true }{ "backgroundColor": "#000000", "fontColor": "#7cff4f", "flickering": 0.1, "horizontalSync": 0.151, "staticNoise": 0.15, "chromaColor": 0.5, "saturationColor": 0.5, "screenCurvature": 0.3, "glowingLine": 0.2, "burnIn": 0.3, "bloom": 0.6, "rasterization": 1, "jitter": 0.11, "rbgShift": 0, "brightness": 0.5, "contrast": 0.6, "ambientLight": 0, "windowOpacity": 1, "fontName": "PRO_FONT_SCALED", "fontWidth": 1, "margin": 0.5 } qml: Storing settings: { "fps": 20, "x": 388, "y": 95, "width": 830, "height": 563, "windowScaling": 1, "showTerminalSize": true, "fontScaling": 1, "fontNames": [ "TERMINUS_SCALED", "PRO_FONT_SCALED", "COMMODORE_PET" ], "showMenubar": false, "bloomQuality": 0.5, "burnInQuality": 0.5, "useCustomCommand": false, "customCommand": "", "useFastBurnIn": true } qml: Storing profile: { "backgroundColor": "#000000", "fontColor": "#7cff4f", "flickering": 0.1, "horizontalSync": 0.151, "staticNoise": 0.15, "chromaColor": 0.5, "saturationColor": 0.5, "screenCurvature": 0.3, "glowingLine": 0.2, "burnIn": 0.3, "bloom": 0.6, "rasterization": 1, "jitter": 0.11, "rbgShift": 0, "brightness": 0.5, "contrast": 0.6, "ambientLight": 0, "windowOpacity": 1, "fontName": "PRO_FONT_SCALED", "fontWidth": 1, "margin": 0.5 }tter": 0.11, "rbgShift": 0, "brightness": 0.5, "contrast": 0.6, "ambientLight": 0, "windowOpacity": 1, "fontName": "PRO_FONT_SCALED", "fontWidth": 1, "margin": 0.5 } qml: Storing settings: { "fps": 20, "x": 388, "y": 95, "width": 830, "height": 563, "windowScaling": 1, "showTerminalSize": true, "fontScaling": 1, "fontNames": [ "TERMINUS_SCALED", "PRO_FONT_SCALED", "COMMODORE_PET" ], "showMenubar": false, "bloomQuality": 0.5, "burnInQuality": 0.5, "useCustomCommand": false, "customCommand": "", "useFastBurnIn": true } qml: Storing profile: { "backgroundColor": "#000000", "fontColor": "#7cff4f", "flickering": 0.1, "horizontalSync": 0.151, "staticNoise": 0.15, "chromaColor": 0.5, "saturationColor": 0.5, "screenCurvature": 0.3, "glowingLine": 0.2, "burnIn": 0.3, "bloom": 0.6, "rasterization": 1, "jitter": 0.11, "rbgShift": 0, "brightness": 0.5, "contrast": 0.6, "ambientLight": 0, "windowOpacity": 1, "fontName": "PRO_FONT_SCALED", "fontWidth": 1, "margin": 0.5 } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#538
No description provided.