Re: i915 observations

2022-12-12 Thread Mayuresh
On Tue, Dec 13, 2022 at 08:28:08AM +0530, Mayuresh wrote:
> I'll test some video playing etc. and report back.

Thanks to compat90 I was able to test immediately. Yeah, they seem to work
alright.

Even HDMI output seems fine and xrandr also seems to work.

Now the only problem left is this:

During boot when the display switches mode, sometimes it manages to remain
on, some other times it goes blank.

This is random. There are 4 gop values, all of which work sometimes and
don't work some other times.

I do not know exactly what happens when the display goes blank. I enter
root username and password and type reboot and that seems to be rebooting
it.

Once in a few reboots the display holds on and then I can reach all the
way to X11.

-- 
Mayuresh


Re: i915 observations

2022-12-12 Thread Mayuresh
On Tue, Dec 13, 2022 at 08:50:38AM +0530, Mayuresh wrote:
> Even HDMI output seems fine

Update: HDMI output has a slow refresh problem though eDP works fine.
Can't play videos on hdmi, even command line usage is jittery. Tried
experimenting with modes, including low resolutions, but the problem
persists.

-- 
Mayuresh


daily CVS update output

2022-12-12 Thread NetBSD source update


Updating src tree:
P src/lib/libcurses/addbytes.c
P src/sbin/restore/dirs.c
P src/sbin/restore/tape.c
P src/sys/arch/powerpc/powerpc/ofw_machdep.c
P src/sys/arch/vax/include/vsbus.h
P src/sys/arch/vax/vsa/dz_vsbus.c
P src/sys/arch/vax/vsa/vsbus.c
P src/sys/arch/vax/vsa/vsbus_dma.c
P src/usr.bin/netstat/if.c

Updating xsrc tree:


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  42862958 Dec 13 03:03 ls-lRA.gz


Re: i915 observations

2022-12-12 Thread Mayuresh
On Mon, Dec 12, 2022 at 10:37:37PM +, RVP wrote:
> Welcome to the club... You'll find the rest of the gang here already:
> https://mail-index.netbsd.org/current-users/2022/07/21/msg042710.html
> Please post to that thread:

Merging the thread here.

> Uncomment the `Option "AccelMethod" "none"' in the config. fragment I
> sent you. Then see if modesetting(4) comes up. For the intel(4) driver,
> try `Option "AccelMethod" "UXA"', or even `"none"' as a last resort. The
> intelfb(4) manpage lists other options which you can turn off or disable
> with the SNA or UXA accel-methods.

modesetting - none and intel - none combinations start the display with a
very poor refresh rate. They appear garbled and settle down slowly.

intel - UXA is kind of working now. Finally some X11 on the device!

I'll test some video playing etc. and report back.

Thanks for your help!

-- 
Mayuresh