CRT loads successfully but doesn't run /bin/bash on ARM laptop #586

Open
opened 2020-05-09 02:16:53 +02:00 by CampGareth · 0 comments
CampGareth commented 2020-05-09 02:16:53 +02:00 (Migrated from github.com)

Hi, I'm using a Pinebook Pro running Manjaro-ARM (kernel 5.6.0) and am trying to run CRT on it since it feels fitting for slower machines. On start of both the community package and a binary built from the latest commit CRT opens a black window successfully doesn't reach the stage where it runs bash.

Here are logs from running CRT with --verbose and QSG_INFO=1:

$ ./cool-retro-term --version
Icon theme "gnome" not found.
Icon theme "gnome" not found.
Icon theme "gnome" not found.
cool-retro-term 1.1.1

$ QSG_INFO=1 ./cool-retro-term --verbose             
Icon theme "gnome" not found.
Icon theme "gnome" not found.
Icon theme "gnome" not found.
qt.scenegraph.general: Loading backend software
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms
default KB_LAYOUT_DIR:  "/tmp/cool-retro-term/qmltermwidget/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_195::close()
loadAllColorSchemes
file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
Both point size and pixel size set. Using pixel size.
qml: Loading settings: {
  "fps": 20,
  "x": 159,
  "y": 116,
  "width": 1105,
  "height": 830,
  "windowScaling": 1,
  "showTerminalSize": true,
  "fontScaling": 1,
  "fontNames": [
    "TERMINUS_SCALED",
    "COMMODORE_PET",
    "COMMODORE_PET"
  ],
  "showMenubar": false,
  "bloomQuality": 0.5,
  "burnInQuality": 0.5,
  "useCustomCommand": false,
  "customCommand": "",
  "useFastBurnIn": true
}{
  "backgroundColor": "#000000",
  "fontColor": "#ff8100",
  "flickering": 0.1,
  "horizontalSync": 0.08,
  "staticNoise": 0.12,
  "chromaColor": 0.25,
  "saturationColor": 0.25,
  "screenCurvature": 0.3,
  "glowingLine": 0.2,
  "burnIn": 0.25,
  "bloom": 0.55,
  "rasterization": 0,
  "jitter": 0.2,
  "rbgShift": 0,
  "brightness": 0.5,
  "contrast": 0.8,
  "ambientLight": 0.2,
  "windowOpacity": 1,
  "fontName": "TERMINUS_SCALED",
  "fontWidth": 1,
  "margin": 0.5
}
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms

I have the following versions of the QT5 dependencies installed:

Package (4)                 Old Version  New Version  Net Change

extra/qt5-base              5.14.2-1     5.14.2-1       0.00 MiB
extra/qt5-declarative       5.14.2-1     5.14.2-1       0.00 MiB
extra/qt5-graphicaleffects  5.14.2-1     5.14.2-1       0.00 MiB
extra/qt5-quickcontrols     5.14.2-1     5.14.2-1       0.00 MiB

Is there any way I can get more verbose logging out of CRT? Something must be going wrong but --verbose isn't verbose enough to find it

Hi, I'm using a Pinebook Pro running Manjaro-ARM (kernel 5.6.0) and am trying to run CRT on it since it feels fitting for slower machines. On start of both the community package and a binary built from the latest commit CRT opens a black window successfully doesn't reach the stage where it runs bash. Here are logs from running CRT with --verbose and QSG_INFO=1: ``` $ ./cool-retro-term --version Icon theme "gnome" not found. Icon theme "gnome" not found. Icon theme "gnome" not found. cool-retro-term 1.1.1 $ QSG_INFO=1 ./cool-retro-term --verbose Icon theme "gnome" not found. Icon theme "gnome" not found. Icon theme "gnome" not found. qt.scenegraph.general: Loading backend software qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms default KB_LAYOUT_DIR: "/tmp/cool-retro-term/qmltermwidget/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_195::close() loadAllColorSchemes file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1 file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain") Both point size and pixel size set. Using pixel size. qml: Loading settings: { "fps": 20, "x": 159, "y": 116, "width": 1105, "height": 830, "windowScaling": 1, "showTerminalSize": true, "fontScaling": 1, "fontNames": [ "TERMINUS_SCALED", "COMMODORE_PET", "COMMODORE_PET" ], "showMenubar": false, "bloomQuality": 0.5, "burnInQuality": 0.5, "useCustomCommand": false, "customCommand": "", "useFastBurnIn": true }{ "backgroundColor": "#000000", "fontColor": "#ff8100", "flickering": 0.1, "horizontalSync": 0.08, "staticNoise": 0.12, "chromaColor": 0.25, "saturationColor": 0.25, "screenCurvature": 0.3, "glowingLine": 0.2, "burnIn": 0.25, "bloom": 0.55, "rasterization": 0, "jitter": 0.2, "rbgShift": 0, "brightness": 0.5, "contrast": 0.8, "ambientLight": 0.2, "windowOpacity": 1, "fontName": "TERMINUS_SCALED", "fontWidth": 1, "margin": 0.5 } qt.scenegraph.general: Using sg animation driver qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms ``` I have the following versions of the QT5 dependencies installed: ``` Package (4) Old Version New Version Net Change extra/qt5-base 5.14.2-1 5.14.2-1 0.00 MiB extra/qt5-declarative 5.14.2-1 5.14.2-1 0.00 MiB extra/qt5-graphicaleffects 5.14.2-1 5.14.2-1 0.00 MiB extra/qt5-quickcontrols 5.14.2-1 5.14.2-1 0.00 MiB ``` Is there any way I can get more verbose logging out of CRT? Something must be going wrong but --verbose isn't verbose enough to find it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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