The border of terminal is not rendered correctly, all other functions seems works properly, but when i add screen curvature it render a strange border around the terminal.
Screenshots and screenfetch output to show you the issue.
Default Amber Profile
Monochrome Green Profile
IBM Dos Profile
I have downloaded the package from Pamac, and have this issue.
I have download dependencies, then compiled from github, but the issue is still be here.
Ask me if you need extra info from my system.
The border of terminal is not rendered correctly, all other functions seems works properly, but when i add screen curvature it render a strange border around the terminal.
**Screenshots and screenfetch output to show you the issue.**
**Default Amber Profile**

**Monochrome Green Profile**

**IBM Dos Profile**

I have downloaded the package from Pamac, and have this issue.
I have download dependencies, then compiled from github, but the issue is still be here.
Ask me if you need extra info from my system.
Mmmh... It seems your gpu is not fond of the new frame shader. Could you share what's printed on stdout when launching crt? Using --verbose might be useful.
Mmmh... It seems your gpu is not fond of the new frame shader. Could you share what's printed on stdout when launching crt? Using --verbose might be useful.
I'm seeing this after the new update too; I'm also on Manjaro.
I have a GTX 1070 and am using the official Nvidia drivers (current version: 1:415.25-0)
here's the output from running crt with --verbose:
$ cool-retro-term --verbose
default KB_LAYOUT_DIR: "/usr/lib/qt/qml/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_48::close()
loadAllColorSchemes
qml: Adding system font: Bitstream Vera Sans Mono
qml: Adding system font: DejaVu Sans Mono
qml: Adding system font: Droid Sans Mono
qml: Adding system font: Fira Code
qml: Adding system font: Fira Code Light
qml: Adding system font: Fira Code Medium
qml: Adding system font: Fira Code Retina
qml: Adding system font: Fira Mono
qml: Adding system font: Fira Mono Medium
qml: Adding system font: Hack
qml: Adding system font: Inconsolata
qml: Adding system font: Liberation Mono
qml: Adding system font: Monospace
qml: Adding system font: Nimbus Mono PS
qml: Adding system font: Noto Mono
qml: Adding system font: PowerlineSymbols
qml: Adding system font: xos4 Terminus
qml: Adding system font: Bitstream Vera Sans Mono
qml: Adding system font: DejaVu Sans Mono
qml: Adding system font: Droid Sans Mono
qml: Adding system font: Fira Code
qml: Adding system font: Fira Code Light
qml: Adding system font: Fira Code Medium
qml: Adding system font: Fira Code Retina
qml: Adding system font: Fira Mono
qml: Adding system font: Fira Mono Medium
qml: Adding system font: Hack
qml: Adding system font: Inconsolata
qml: Adding system font: Liberation Mono
qml: Adding system font: Monospace
qml: Adding system font: Nimbus Mono PS
qml: Adding system font: Noto Mono
qml: Adding system font: PowerlineSymbols
qml: Adding system font: xos4 Terminus
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": 0,
"x": 55,
"y": 56,
"width": 1625,
"height": 994,
"windowScaling": 1,
"showTerminalSize": true,
"fontScaling": 1,
"fontNames": [
"TERMINUS_SCALED",
"APPLE_II",
"COMMODORE_PET"
],
"showMenubar": false,
"bloomQuality": 0.5,
"burnInQuality": 0.5,
"useCustomCommand": false,
"customCommand": ""
}{
"backgroundColor": "#000000",
"fontColor": "#ff8100",
"flickering": 0.1,
"horizontalSync": 0.08,
"staticNoise": 0.1198,
"chromaColor": 0.2483,
"saturationColor": 0.2483,
"screenCurvature": 0.3,
"glowingLine": 0.2,
"burnIn": 0.2517,
"bloom": 0.5538,
"rasterization": 0,
"jitter": 0.1997,
"rbgShift": 0,
"brightness": 0.5,
"contrast": 0.7959,
"ambientLight": 0.2,
"windowOpacity": 1,
"fontName": "TERMINUS_SCALED",
"fontWidth": 1,
"margin": 0.5
}
I'm seeing this after the new update too; I'm also on Manjaro.
I have a GTX 1070 and am using the official Nvidia drivers (current version: 1:415.25-0)
here's the output from running crt with --verbose:
```
$ cool-retro-term --verbose
default KB_LAYOUT_DIR: "/usr/lib/qt/qml/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_48::close()
loadAllColorSchemes
qml: Adding system font: Bitstream Vera Sans Mono
qml: Adding system font: DejaVu Sans Mono
qml: Adding system font: Droid Sans Mono
qml: Adding system font: Fira Code
qml: Adding system font: Fira Code Light
qml: Adding system font: Fira Code Medium
qml: Adding system font: Fira Code Retina
qml: Adding system font: Fira Mono
qml: Adding system font: Fira Mono Medium
qml: Adding system font: Hack
qml: Adding system font: Inconsolata
qml: Adding system font: Liberation Mono
qml: Adding system font: Monospace
qml: Adding system font: Nimbus Mono PS
qml: Adding system font: Noto Mono
qml: Adding system font: PowerlineSymbols
qml: Adding system font: xos4 Terminus
qml: Adding system font: Bitstream Vera Sans Mono
qml: Adding system font: DejaVu Sans Mono
qml: Adding system font: Droid Sans Mono
qml: Adding system font: Fira Code
qml: Adding system font: Fira Code Light
qml: Adding system font: Fira Code Medium
qml: Adding system font: Fira Code Retina
qml: Adding system font: Fira Mono
qml: Adding system font: Fira Mono Medium
qml: Adding system font: Hack
qml: Adding system font: Inconsolata
qml: Adding system font: Liberation Mono
qml: Adding system font: Monospace
qml: Adding system font: Nimbus Mono PS
qml: Adding system font: Noto Mono
qml: Adding system font: PowerlineSymbols
qml: Adding system font: xos4 Terminus
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": 0,
"x": 55,
"y": 56,
"width": 1625,
"height": 994,
"windowScaling": 1,
"showTerminalSize": true,
"fontScaling": 1,
"fontNames": [
"TERMINUS_SCALED",
"APPLE_II",
"COMMODORE_PET"
],
"showMenubar": false,
"bloomQuality": 0.5,
"burnInQuality": 0.5,
"useCustomCommand": false,
"customCommand": ""
}{
"backgroundColor": "#000000",
"fontColor": "#ff8100",
"flickering": 0.1,
"horizontalSync": 0.08,
"staticNoise": 0.1198,
"chromaColor": 0.2483,
"saturationColor": 0.2483,
"screenCurvature": 0.3,
"glowingLine": 0.2,
"burnIn": 0.2517,
"bloom": 0.5538,
"rasterization": 0,
"jitter": 0.1997,
"rbgShift": 0,
"brightness": 0.5,
"contrast": 0.7959,
"ambientLight": 0.2,
"windowOpacity": 1,
"fontName": "TERMINUS_SCALED",
"fontWidth": 1,
"margin": 0.5
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The border of terminal is not rendered correctly, all other functions seems works properly, but when i add screen curvature it render a strange border around the terminal.
Screenshots and screenfetch output to show you the issue.
Default Amber Profile

Monochrome Green Profile

IBM Dos Profile

I have downloaded the package from Pamac, and have this issue.
I have download dependencies, then compiled from github, but the issue is still be here.
Ask me if you need extra info from my system.
Mmmh... It seems your gpu is not fond of the new frame shader. Could you share what's printed on stdout when launching crt? Using --verbose might be useful.
I'm seeing this after the new update too; I'm also on Manjaro.
I have a GTX 1070 and am using the official Nvidia drivers (current version: 1:415.25-0)
here's the output from running crt with --verbose:
I've been able to reproduce the issue using a nvidia gpu. Fix commited. Thank you guys for spotting that.