brokeDude2901/dxgkrnl_ubuntu

Intel IGP 750 booting but garbbled output

Opened this issue · 0 comments

Ran through the readme, and almost got it working.
However, after booting the screen is just black.
Through ssh I could see X was running, so in the hyperv connection windows i hit enter, then entered my password. Then confirmed through ssh that I was infact logged in:

user :1 :1 22:13 ?xdm? 54.19s 0.00s /usr/libexec/gdm-x-session --run-script env GNOME_SHELL_SESSION_MODE=ubuntu /usr/bin/gnome-session --session=ubuntu

On the screen I can see the mouse curser when moving it, and when i click a button it shows an icon for home folder in the bottom right corner, but nothing else.
Opening the home folder icon shows me a completly garbbled output:
https://imgur.com/a/utX3e7t

dmesg has these errors, only showing some lines as there are about 20 of the same errors reoccuring:

dmesg | grep dxgk
[ 1.131381] hv_vmbus: registering driver dxgkrnl
[ 1.131421] (NULL device *): dxgk: dxg_drv_init Version: 2216
[ 1.132322] (NULL device *): dxgk: mmio allocated fe0000000 200000000 fe0000000 11dfffffff
[ 12.640211] dxgk:err: is_handle_valid Entry is freed 40000080 2
[ 12.640212] dxgk:err: hmgrtable_get_object_by_type invalid handle 40000080
[ 12.640214] dxgk:err: adapter_by_handle failed 40000080
[ 12.651623] dxgk:err: is_handle_valid Entry is freed 40000080 2
[ 12.651624] dxgk:err: hmgrtable_get_object_by_type invalid handle 40000080
[ 12.651626] dxgk:err: adapter_by_handle failed 40000080
[ 12.981306] dxgk:err: is_handle_valid Entry is freed 40000080 2
[ 12.981307] dxgk:err: hmgrtable_get_object_by_type invalid handle 40000080

Any advice for this?