Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-09-19 Thread Nico Huber
On 01.09.2018 23:13, h...@memeware.net wrote: > Cherry picking did not worked for me. I cloned coreboot today on an new > linux installation. The submodule pointer didn't change since June. Something must be wrong with your checkout. To be sure I just picked said commit on 718c79b: $ git log

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-09-10 Thread Angel Pons
Hello h42, I am porting a G41M-S3, which is pretty much the same thing but with DDR3 (heck, the component layout is pretty much the same too). I have the same issue (libgfxinit fails) but I have not done anything about it yet. Best regards, Angel Pons -- coreboot mailing list:

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-09-10 Thread h42
Would be great if someone could help to get libgfxinit working. On 2018-09-01 21:13, h...@memeware.net wrote: Cherry picking did not worked for me. I cloned coreboot today on an new linux installation. So i did additional: $ cd 3rdparty/libgfxinit/ $ git checkout master $ cd - $ git add

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-09-01 Thread h42
Cherry picking did not worked for me. I cloned coreboot today on an new linux installation. So i did additional: $ cd 3rdparty/libgfxinit/ $ git checkout master $ cd - $ git add 3rdparty/libgfxinit/ Then i build the buildroot and the coreboot image. I think i should have the patch (and some

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-23 Thread Nico Huber
Hello H42, there is an issue with upscaling VGA text mode on G4x that is about to be fixed [1]. Looking at your logs again, you are likely also affected (scaling 640x400 to 1920x1080). The fix is already merged to the lib- gfxinit repository, but the submodule pointer in coreboot is not updated

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-23 Thread Julien Viard de Galbert
> Le 23 août 2018 à 15:29, h...@memeware.net a écrit > : > > On 2018-08-16 20:07, Nico Huber wrote: >> On 16.08.2018 12:27, h...@memeware.net wrote: >>> On 2018-08-15 21:22, Nico Huber wrote: Hi, On 14.08.2018 13:41,

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-23 Thread h42
On 2018-08-16 20:07, Nico Huber wrote: On 16.08.2018 12:27, h...@memeware.net wrote: On 2018-08-15 21:22, Nico Huber wrote: Hi, On 14.08.2018 13:41, h...@memeware.net wrote: So it seems to have detected that my screen is 1920*1080. GPU + screen detection seems to be working. But i dont get

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-16 Thread Nico Huber
On 16.08.2018 12:27, h...@memeware.net wrote: > On 2018-08-15 21:22, Nico Huber wrote: >> Hi, >> >> On 14.08.2018 13:41, h...@memeware.net wrote: >>> So it seems to have detected that my screen is 1920*1080. GPU + screen >>> detection seems to be working. But i dont get any coreboot output on the

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-16 Thread h42
On 2018-08-15 21:22, Nico Huber wrote: Hi, On 14.08.2018 13:41, h...@memeware.net wrote: So it seems to have detected that my screen is 1920*1080. GPU + screen detection seems to be working. But i dont get any coreboot output on the screen. you can set CONFIG_DEBUG_ADA_CODE to enable

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-15 Thread Nico Huber
Hi, On 14.08.2018 13:41, h...@memeware.net wrote: > So it seems to have detected that my screen is 1920*1080. GPU + screen > detection seems to be working. But i dont get any coreboot output on the > screen. you can set CONFIG_DEBUG_ADA_CODE to enable verbose messages in libgfxinit. At least

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-15 Thread h42
Its not a slow reacting monitor. I already pressed it blind before reporting the issue here without any success. Its a modern, fast reacting LED monitor (ccfl takes longer to turn on). I get immediately after powering on a coreboot screen on the monitor when i insert a PCIe graphics card into

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-14 Thread Jose Trujillo via coreboot
Just press ESC key during booting for Seabios and if everything in the video interface is properly configured by default you should see the boot menu. ‐‐‐ Original Message ‐‐‐ On August 14, 2018 4:35 PM, wrote: > I wrote the way i had build coreboot. Tianocore is not the default >

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-14 Thread h42
I wrote the way i had build coreboot. Tianocore is not the default payload. The default payload recently is (i checked now) SeaBIOS 1.11.2 . I have not touched anything at the payload. I just leave everything default and would like to be able to see the output of coreboot so that i can choose

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-14 Thread Jose Trujillo via coreboot
Hello h42 If you are using Tianocore you must use VESA framebuffer If Seabios use text mode Jose ‐‐‐ Original Message ‐‐‐ On August 14, 2018 2:41 PM, wrote: > I dont get anything on the screen from coreboot. The later os is > displaying fine. > > How i build the image: ran on a fresh

[coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-14 Thread h42
I dont get anything on the screen from coreboot. The later os is displaying fine. How i build the image: ran on a fresh git cloned (from today) 'make menuconfig', chose just the mainboard manufacturer and the model, press esc, confirmed saving, ran 'make'. I installed this image and dont get