#17945 closed bug (fixed)
1015cx(86/bios) :
Reported by: | hd999 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
1015cx(86/bios) :
screen definition is wrong (800x600 instead of 1024x600)
when bebook is opened through browser, doing file => exit creates a fatal system error
https://ann.nl.tab.digital/s/SGYnnEJ2nCL9QsZ
from https://discuss.haiku-os.org/t/haiku-experimenting-things-here-and-here/12494
Change History (10)
follow-up: 2 comment:1 by , 2 years ago
comment:2 by , 2 years ago
Replying to waddlesplash:
Is this the last beta or a nightly build? Please test with a nightly build if you have not yet.
was the beta.
upgraded four computers (see my tickets) to the nightly builds, by doing :
pkgman add https://eu.hpkg.haiku-os.org/haiku/master/$(getarch)/current
pkgman full-sync
then reboot
all computers have the same behaviour, nothing was unfortunately corrected..
follow-up: 4 comment:3 by , 2 years ago
Please attach a picture here of the "fatal system error" after upgrading to a nightly build, and include a syslog from before the crash occurs as well.
comment:4 by , 2 years ago
Replying to waddlesplash:
Please attach a picture here of the "fatal system error" after upgrading to a nightly build, and include a syslog from before the crash occurs as well.
Thank you for answering well Im sorry I wrongly reported, upgrading to nightly solved the browser "quit" feature. However, the wrong screen resolution (800x600 instead of 1024x600) is still there. How could I force screen resolution?
I thank you vm
follow-up: 6 comment:5 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
If you are using VESA or a modesetting driver, the Screen preferences should be able to let you change it.
comment:6 by , 2 years ago
Replying to waddlesplash:
If you are using VESA or a modesetting driver, the Screen preferences should be able to let you change it.
hey tried to start haiku with the vesa option in the bootup menu unfortunately, it freeze just at the end of the haiku loading screen, never went through desktop..
follow-up: 8 comment:7 by , 2 years ago
From your lspci: Intel Corporation Atom Processor D2xxx/N2xxx
This is the same as #13655.
comment:8 by , 2 years ago
follow-up: 10 comment:9 by , 2 years ago
Since there is no driver for this (pretty old) graphics card, the only option I can think of is to add bios_patching true
to /boot/home/config/settings/kernel/drivers/vesa
file and reboot. It may or may not work, so don't hold your breath.
comment:10 by , 2 years ago
Replying to diver:
Since there is no driver for this (pretty old) graphics card, the only option I can think of is to add
bios_patching true
to/boot/home/config/settings/kernel/drivers/vesa
file and reboot. It may or may not work, so don't hold your breath.
Hi,
thank you for answering
had to create the file, with nano
unforfunately, it did not worked..
Is this the last beta or a nightly build? Please test with a nightly build if you have not yet.