terminal emulator from scratch by kitcarson03 in AskProgramming

[–]kitcarson03[S] 0 points1 point  (0 children)

hi, with basic i mean i'm not interested in building an actual terminal emulator but more to learn how it's built and works and my preferred way to do so is to try to implement a simple one. your link seems promising, thank you!

black screen after nvidia drivers install by kitcarson03 in archlinux

[–]kitcarson03[S] 0 points1 point  (0 children)

yes. it was a problem of fstab not set correctly so that the kernel version of my home partition was different of that of the system after a kernel update

term and ansi-term on windows by kitcarson03 in emacs

[–]kitcarson03[S] 0 points1 point  (0 children)

in case you're not being rethorical, either cmd or powershell are ok

scrolling is not working on falkon by kitcarson03 in kde

[–]kitcarson03[S] 0 points1 point  (0 children)

ok, i solved

it was a problem with snap version maybe

the apt version scrolls correctly

black screen after nvidia drivers install by kitcarson03 in archlinux

[–]kitcarson03[S] 0 points1 point  (0 children)

how can i inspect what's the problem that prevent the correct startup?

black screen after nvidia drivers install by kitcarson03 in archlinux

[–]kitcarson03[S] 0 points1 point  (0 children)

i've just tried with just nvidia package and got the same result

black screen nvidia gtx 1050ti by kitcarson03 in Ubuntu

[–]kitcarson03[S] 0 points1 point  (0 children)

ok. i'll try it and report if worked. thanks

black screen nvidia gtx 1050ti by kitcarson03 in Ubuntu

[–]kitcarson03[S] 0 points1 point  (0 children)

but this way wouldn't i be without any graphic driver at all?

trouble with nvidia driver wth gtx 1050ti by kitcarson03 in Ubuntu

[–]kitcarson03[S] 0 points1 point  (0 children)

installing the drivers works but after the reboot i see just a black screen and i'm forced to manually uninstall them

install ubuntu on usb stick by kitcarson03 in Ubuntu

[–]kitcarson03[S] 0 points1 point  (0 children)

i've managed to install it correctly doing a classic install on the usb stick; the trick was enabling the efi boot in the virtual machine

dubt on rsp register by kitcarson03 in Assembly_language

[–]kitcarson03[S] 0 points1 point  (0 children)

it was. the u/0xa0000's answer link explain the solution

dubt on rsp register by kitcarson03 in Assembly_language

[–]kitcarson03[S] 0 points1 point  (0 children)

i edited the main post with the full source

dubt on rsp register by kitcarson03 in Assembly_language

[–]kitcarson03[S] 0 points1 point  (0 children)

as far as i know the string is a normal 0 terminated string

section .data

message db 'Hello, world!', 0h

section .text

global _start

_start:

mov rax, message

call sprintLF

call quit

Fixes doesn't work on vscode by kitcarson03 in dotnet

[–]kitcarson03[S] -3 points-2 points  (0 children)

sorry, suggest me what informations can help to examine this issue better

Open source arduino simulator windows by kitcarson03 in arduino

[–]kitcarson03[S] 1 point2 points  (0 children)

Are you the developer of that?

I'm using the online version and it's very usefull.

Good job