* A video problem
@ 2014-07-12 21:12 Lars Bjørndal
2014-10-25 13:32 ` Lars Bjørndal
0 siblings, 1 reply; 6+ messages in thread
From: Lars Bjørndal @ 2014-07-12 21:12 UTC (permalink / raw)
To: linux-msdos
Hello list
I've used dosemu for years, and it has worked perfectly. After some
upgrades and hardware replacements, I cannot get dosemu to work any more. As
I always use console and never use GUI, I have the following kernel
command line: "console=tty0 nomodeset vga=normal". So I don't have any
framebuffer.
I use Fedora 20, and have the package
dosemu-1.4.0.8-18.20131022git.fc20.x86_64 installed. When I run dosemu
with the -s flag, I get the following error messages:
Running as root in full feature mode
ERROR: SDL: No available video device
ERROR: PORT: conflicting devices: VGAEmu VGA Controller & extra stuff
for port 0
x3c0
ERROR: PORT: conflicting devices: VGAEmu CRT Controller & video port io
for port
0x3d4
ERROR: PORT: conflicting devices: VGAEmu Input Status #1/Feature Control
& extra
stuff for port 0x3da
ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 0 &
video port
io for port 0x3b4
ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 1 &
extra stuf
f for port 0x3bf
Some output from lshw is:
*-display:0 UNCLAIMED
description: VGA compatible controller
product: 82Q963/Q965 Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller cap_list
configuration: latency=0
resources: memory:fea00000-feafffff
memory:d0000000-dfffffff ioport
:ecb8(size=8)
*-display:1 UNCLAIMED
description: Display controller
product: 82Q963/Q965 Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2.1
bus info: pci@0000:00:02.1
version: 02
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: latency=0
resources: memory:feb00000-febfffff
Will it be possibel for me to run dosemu without enabling framebuffer
support? If yes, what configuration parameters do I need to insert into
my /etc/dosemu/dosemu.conf file?
Thanks and regards,
Lars
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: A video problem 2014-07-12 21:12 A video problem Lars Bjørndal @ 2014-10-25 13:32 ` Lars Bjørndal 2014-10-25 19:41 ` KEA 2014-10-25 19:57 ` Felix Miata 0 siblings, 2 replies; 6+ messages in thread From: Lars Bjørndal @ 2014-10-25 13:32 UTC (permalink / raw) To: linux-msdos Hello It's really important to me to get dosemu to work, if possible. Hope someone can help. I tried to start dosemu after booting the machine with the kernel parameters "console=tty0 nomodeset vga=normal" removed. Then dosemu starts, but on my braille display (I need it because I'm blind), I then get: Screen is not in text mode. For further details, look below. Lars On Sat, Jul 12, 2014 at 11:12:53PM +0200, Lars Bjørndal wrote: > Hello list > > I've used dosemu for years, and it has worked perfectly. After some > upgrades and hardware replacements, I cannot get dosemu to work any more. As > I always use console and never use GUI, I have the following kernel > command line: "console=tty0 nomodeset vga=normal". So I don't have any > framebuffer. > > I use Fedora 20, and have the package > dosemu-1.4.0.8-18.20131022git.fc20.x86_64 installed. When I run dosemu > with the -s flag, I get the following error messages: > > Running as root in full feature mode > ERROR: SDL: No available video device > ERROR: PORT: conflicting devices: VGAEmu VGA Controller & extra stuff > for port 0 > x3c0 > ERROR: PORT: conflicting devices: VGAEmu CRT Controller & video port io > for port > 0x3d4 > ERROR: PORT: conflicting devices: VGAEmu Input Status #1/Feature Control > & extra > stuff for port 0x3da > ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 0 & > video port > io for port 0x3b4 > ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 1 & > extra stuff for port 0x3bf > > Some output from lshw is: > > *-display:0 UNCLAIMED > description: VGA compatible controller > product: 82Q963/Q965 Integrated Graphics Controller > vendor: Intel Corporation > physical id: 2 > bus info: pci@0000:00:02.0 > version: 02 > width: 64 bits > clock: 33MHz > capabilities: msi pm vga_controller cap_list > configuration: latency=0 > resources: memory:fea00000-feafffff > memory:d0000000-dfffffff ioport > :ecb8(size=8) > *-display:1 UNCLAIMED > description: Display controller > product: 82Q963/Q965 Integrated Graphics Controller > vendor: Intel Corporation > physical id: 2.1 > bus info: pci@0000:00:02.1 > version: 02 > width: 32 bits > clock: 33MHz > capabilities: pm bus_master cap_list > configuration: latency=0 > resources: memory:feb00000-febfffff > > Will it be possibel for me to run dosemu without enabling framebuffer > support? If yes, what configuration parameters do I need to insert into > my /etc/dosemu/dosemu.conf file? > > Thanks and regards, > Lars -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: A video problem 2014-10-25 13:32 ` Lars Bjørndal @ 2014-10-25 19:41 ` KEA 2014-10-25 19:57 ` Felix Miata 1 sibling, 0 replies; 6+ messages in thread From: KEA @ 2014-10-25 19:41 UTC (permalink / raw) To: linux-msdos Hi, Lars, I am not sure I can help you, sorry. My latest experience is that I could not even start dosemu 1.4 on a text console as I had used it before. I can only start dosemu on a graphics terminal after X Window System was started. But then it works well. KEA. On 10/25/2014 03:32 PM, Lars Bjørndal wrote: > Hello > > It's really important to me to get dosemu to work, if possible. Hope > someone can help. I tried to start dosemu after booting the machine > with the kernel parameters "console=tty0 nomodeset vga=normal" > removed. Then dosemu starts, but on my braille display (I need it > because I'm blind), I then get: Screen is not in text mode. For > further details, look below. > > Lars > > On Sat, Jul 12, 2014 at 11:12:53PM +0200, Lars Bjørndal wrote: >> Hello list >> >> I've used dosemu for years, and it has worked perfectly. After some >> upgrades and hardware replacements, I cannot get dosemu to work any more. As >> I always use console and never use GUI, I have the following kernel >> command line: "console=tty0 nomodeset vga=normal". So I don't have any >> framebuffer. >> >> I use Fedora 20, and have the package >> dosemu-1.4.0.8-18.20131022git.fc20.x86_64 installed. When I run dosemu >> with the -s flag, I get the following error messages: >> >> Running as root in full feature mode >> ERROR: SDL: No available video device >> ERROR: PORT: conflicting devices: VGAEmu VGA Controller & extra stuff >> for port 0 >> x3c0 >> ERROR: PORT: conflicting devices: VGAEmu CRT Controller & video port io >> for port >> 0x3d4 >> ERROR: PORT: conflicting devices: VGAEmu Input Status #1/Feature Control >> & extra >> stuff for port 0x3da >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 0 & >> video port >> io for port 0x3b4 >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 1 & >> extra stuff for port 0x3bf >> >> Some output from lshw is: >> >> *-display:0 UNCLAIMED >> description: VGA compatible controller >> product: 82Q963/Q965 Integrated Graphics Controller >> vendor: Intel Corporation >> physical id: 2 >> bus info: pci@0000:00:02.0 >> version: 02 >> width: 64 bits >> clock: 33MHz >> capabilities: msi pm vga_controller cap_list >> configuration: latency=0 >> resources: memory:fea00000-feafffff >> memory:d0000000-dfffffff ioport >> :ecb8(size=8) >> *-display:1 UNCLAIMED >> description: Display controller >> product: 82Q963/Q965 Integrated Graphics Controller >> vendor: Intel Corporation >> physical id: 2.1 >> bus info: pci@0000:00:02.1 >> version: 02 >> width: 32 bits >> clock: 33MHz >> capabilities: pm bus_master cap_list >> configuration: latency=0 >> resources: memory:feb00000-febfffff >> >> Will it be possibel for me to run dosemu without enabling framebuffer >> support? If yes, what configuration parameters do I need to insert into >> my /etc/dosemu/dosemu.conf file? >> >> Thanks and regards, >> Lars > -- > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Üdvrivalgással: KEA. ---- Keszthelyi András e. doc. ÓE-(ex BMF, exx Bánki)-KGK-SZVI -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: A video problem 2014-10-25 13:32 ` Lars Bjørndal 2014-10-25 19:41 ` KEA @ 2014-10-25 19:57 ` Felix Miata 2014-10-26 11:30 ` Lars Bjørndal 1 sibling, 1 reply; 6+ messages in thread From: Felix Miata @ 2014-10-25 19:57 UTC (permalink / raw) To: Lars Bjørndal, linux-msdos Lars Bjørndal composed on 2014-10-25 15:32 (UTC+0200): > It's really important to me to get dosemu to work, if possible. Hope > someone can help. I tried to start dosemu after booting the machine > with the kernel parameters "console=tty0 nomodeset vga=normal" > removed. Then dosemu starts, but on my braille display (I need it > because I'm blind), I then get: Screen is not in text mode. For > further details, look below. > On Sat, Jul 12, 2014 at 11:12:53PM +0200, Lars Bjørndal wrote: >> I've used dosemu for years, and it has worked perfectly. After some >> upgrades and hardware replacements, I cannot get dosemu to work any more. Before you upgraded to Fedora 20, what were you using that was working? Was that on the same machine you are trying to use now (same 965 Intel video)? You might get better help asking on a Fedora list, such as the one that can be suscribed at: https://lists.fedoraproject.org/mailman/listinfo/users Have you considered switching to a distro targeted for use by the blind? Knoppix features Adriane and works well from DVD boot so you can give it a workout without installing first. http://en.wikipedia.org/wiki/Adriane >> As I always use console and never use GUI, I have the following kernel >> command line: "console=tty0 nomodeset vga=normal". So I don't have any >> framebuffer. >> I use Fedora 20, and have the package >> dosemu-1.4.0.8-18.20131022git.fc20.x86_64 installed. When I run dosemu >> with the -s flag, I get the following error messages: >> Running as root in full feature mode >> ERROR: SDL: No available video device >> ERROR: PORT: conflicting devices: VGAEmu VGA Controller & extra stuff >> for port 0 >> x3c0 >> ERROR: PORT: conflicting devices: VGAEmu CRT Controller & video port io >> for port >> 0x3d4 >> ERROR: PORT: conflicting devices: VGAEmu Input Status #1/Feature Control >> & extra >> stuff for port 0x3da >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 0 & >> video port >> io for port 0x3b4 >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 1 & >> extra stuff for port 0x3bf >> Some output from lshw is: >> *-display:0 UNCLAIMED >> description: VGA compatible controller >> product: 82Q963/Q965 Integrated Graphics Controller >> vendor: Intel Corporation >> physical id: 2 >> bus info: pci@0000:00:02.0 >> version: 02 >> width: 64 bits >> clock: 33MHz >> capabilities: msi pm vga_controller cap_list >> configuration: latency=0 >> resources: memory:fea00000-feafffff >> memory:d0000000-dfffffff ioport >> :ecb8(size=8) >> *-display:1 UNCLAIMED >> description: Display controller >> product: 82Q963/Q965 Integrated Graphics Controller >> vendor: Intel Corporation >> physical id: 2.1 >> bus info: pci@0000:00:02.1 >> version: 02 >> width: 32 bits >> clock: 33MHz >> capabilities: pm bus_master cap_list >> configuration: latency=0 >> resources: memory:feb00000-febfffff I'm just speculating from seeing "UNCLAIMED" above that a required driver is unavailable, possibly due to having been orphaned in the latest Fedora version(s). >> Will it be possibel for me to run dosemu without enabling framebuffer >> support? If yes, what configuration parameters do I need to insert into >> my /etc/dosemu/dosemu.conf file? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: A video problem 2014-10-25 19:57 ` Felix Miata @ 2014-10-26 11:30 ` Lars Bjørndal 2014-11-03 17:59 ` Lars Bjørndal 0 siblings, 1 reply; 6+ messages in thread From: Lars Bjørndal @ 2014-10-26 11:30 UTC (permalink / raw) To: Felix Miata; +Cc: linux-msdos On Sat, Oct 25, 2014 at 03:57:43PM -0400, Felix Miata wrote: > Lars Bjørndal composed on 2014-10-25 15:32 (UTC+0200): > > > It's really important to me to get dosemu to work, if possible. Hope > > someone can help. I tried to start dosemu after booting the machine > > with the kernel parameters "console=tty0 nomodeset vga=normal" > > removed. Then dosemu starts, but on my braille display (I need it > > because I'm blind), I then get: Screen is not in text mode. For > > further details, look below. > > > On Sat, Jul 12, 2014 at 11:12:53PM +0200, Lars Bjørndal wrote: > > >> I've used dosemu for years, and it has worked perfectly. After some > >> upgrades and hardware replacements, I cannot get dosemu to work any more. > > Before you upgraded to Fedora 20, what were you using that was working? > Was that on the same machine you are trying to use now (same 965 Intel video)? Actually, I don't remember when I used dosemu the last time. It might be it was before I changed hardware. > You might get better help asking on a Fedora list, such as the one that can > be suscribed at: > > https://lists.fedoraproject.org/mailman/listinfo/users > > Have you considered switching to a distro targeted for use by the blind? > Knoppix features Adriane and works well from DVD boot so you can give it a > workout without installing first. http://en.wikipedia.org/wiki/Adriane > > >> As I always use console and never use GUI, I have the following kernel > >> command line: "console=tty0 nomodeset vga=normal". So I don't have any > >> framebuffer. > > >> I use Fedora 20, and have the package > >> dosemu-1.4.0.8-18.20131022git.fc20.x86_64 installed. When I run dosemu > >> with the -s flag, I get the following error messages: > > >> Running as root in full feature mode > >> ERROR: SDL: No available video device > >> ERROR: PORT: conflicting devices: VGAEmu VGA Controller & extra stuff > >> for port 0 > >> x3c0 > >> ERROR: PORT: conflicting devices: VGAEmu CRT Controller & video port io > >> for port > >> 0x3d4 > >> ERROR: PORT: conflicting devices: VGAEmu Input Status #1/Feature Control > >> & extra > >> stuff for port 0x3da > >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 0 & > >> video port > >> io for port 0x3b4 > >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 1 & > >> extra stuff for port 0x3bf > > >> Some output from lshw is: > > >> *-display:0 UNCLAIMED > >> description: VGA compatible controller > >> product: 82Q963/Q965 Integrated Graphics Controller > >> vendor: Intel Corporation > >> physical id: 2 > >> bus info: pci@0000:00:02.0 > >> version: 02 > >> width: 64 bits > >> clock: 33MHz > >> capabilities: msi pm vga_controller cap_list > >> configuration: latency=0 > >> resources: memory:fea00000-feafffff > >> memory:d0000000-dfffffff ioport > >> :ecb8(size=8) > >> *-display:1 UNCLAIMED > >> description: Display controller > >> product: 82Q963/Q965 Integrated Graphics Controller > >> vendor: Intel Corporation > >> physical id: 2.1 > >> bus info: pci@0000:00:02.1 > >> version: 02 > >> width: 32 bits > >> clock: 33MHz > >> capabilities: pm bus_master cap_list > >> configuration: latency=0 > >> resources: memory:feb00000-febfffff > > I'm just speculating from seeing "UNCLAIMED" above that a required driver is > unavailable, possibly due to having been orphaned in the latest Fedora > version(s). Maybe it's easier to run dos inside a virtual machine? Thanks and regards, Lars -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: A video problem 2014-10-26 11:30 ` Lars Bjørndal @ 2014-11-03 17:59 ` Lars Bjørndal 0 siblings, 0 replies; 6+ messages in thread From: Lars Bjørndal @ 2014-11-03 17:59 UTC (permalink / raw) To: Felix Miata; +Cc: linux-msdos On Sun, Oct 26, 2014 at 12:30:52PM +0100, Lars Bjørndal wrote: > On Sat, Oct 25, 2014 at 03:57:43PM -0400, Felix Miata wrote: > > Lars Bjørndal composed on 2014-10-25 15:32 (UTC+0200): > > > > > It's really important to me to get dosemu to work, if possible. Hope > > > someone can help. I tried to start dosemu after booting the machine > > > with the kernel parameters "console=tty0 nomodeset vga=normal" > > > removed. Then dosemu starts, but on my braille display (I need it > > > because I'm blind), I then get: Screen is not in text mode. For > > > further details, look below. > > > > > On Sat, Jul 12, 2014 at 11:12:53PM +0200, Lars Bjørndal wrote: > > > > >> I've used dosemu for years, and it has worked perfectly. After some > > >> upgrades and hardware replacements, I cannot get dosemu to work any more. > > > > Before you upgraded to Fedora 20, what were you using that was working? > > Was that on the same machine you are trying to use now (same 965 Intel video)? > > Actually, I don't remember when I used dosemu the last time. It might be > it was before I changed hardware. I'm now pretty sure my problem is hardware related. On one machine it works, and on two other systems, it doesn't. As the initial message indicates, it's some port conflicts. Lars > > You might get better help asking on a Fedora list, such as the one that can > > be suscribed at: > > > > https://lists.fedoraproject.org/mailman/listinfo/users > > > > Have you considered switching to a distro targeted for use by the blind? > > Knoppix features Adriane and works well from DVD boot so you can give it a > > workout without installing first. http://en.wikipedia.org/wiki/Adriane > > > > >> As I always use console and never use GUI, I have the following kernel > > >> command line: "console=tty0 nomodeset vga=normal". So I don't have any > > >> framebuffer. > > > > >> I use Fedora 20, and have the package > > >> dosemu-1.4.0.8-18.20131022git.fc20.x86_64 installed. When I run dosemu > > >> with the -s flag, I get the following error messages: > > > > >> Running as root in full feature mode > > >> ERROR: SDL: No available video device > > >> ERROR: PORT: conflicting devices: VGAEmu VGA Controller & extra stuff > > >> for port 0 > > >> x3c0 > > >> ERROR: PORT: conflicting devices: VGAEmu CRT Controller & video port io > > >> for port > > >> 0x3d4 > > >> ERROR: PORT: conflicting devices: VGAEmu Input Status #1/Feature Control > > >> & extra > > >> stuff for port 0x3da > > >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 0 & > > >> video port > > >> io for port 0x3b4 > > >> ERROR: PORT: conflicting devices: VGAEmu Mono/Hercules Card Range 1 & > > >> extra stuff for port 0x3bf > > > > >> Some output from lshw is: > > > > >> *-display:0 UNCLAIMED > > >> description: VGA compatible controller > > >> product: 82Q963/Q965 Integrated Graphics Controller > > >> vendor: Intel Corporation > > >> physical id: 2 > > >> bus info: pci@0000:00:02.0 > > >> version: 02 > > >> width: 64 bits > > >> clock: 33MHz > > >> capabilities: msi pm vga_controller cap_list > > >> configuration: latency=0 > > >> resources: memory:fea00000-feafffff > > >> memory:d0000000-dfffffff ioport > > >> :ecb8(size=8) > > >> *-display:1 UNCLAIMED > > >> description: Display controller > > >> product: 82Q963/Q965 Integrated Graphics Controller > > >> vendor: Intel Corporation > > >> physical id: 2.1 > > >> bus info: pci@0000:00:02.1 > > >> version: 02 > > >> width: 32 bits > > >> clock: 33MHz > > >> capabilities: pm bus_master cap_list > > >> configuration: latency=0 > > >> resources: memory:feb00000-febfffff > > > > I'm just speculating from seeing "UNCLAIMED" above that a required driver is > > unavailable, possibly due to having been orphaned in the latest Fedora > > version(s). > > Maybe it's easier to run dos inside a virtual machine? > > Thanks and regards, > > Lars > -- > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-03 17:59 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-12 21:12 A video problem Lars Bjørndal 2014-10-25 13:32 ` Lars Bjørndal 2014-10-25 19:41 ` KEA 2014-10-25 19:57 ` Felix Miata 2014-10-26 11:30 ` Lars Bjørndal 2014-11-03 17:59 ` Lars Bjørndal
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox