Date: Sun, 14 Nov 2004 09:13:31 +0100 From: Oliver Fuchs <oliverfuchs@onlinehome.de> To: freebsd-questions@freebsd.org Subject: Re: vidcontrol don't work Message-ID: <20041114081331.GA2111@oliverfuchs.onlinehome.de> In-Reply-To: <1100364124.4196395c4bb28@new-webmail.onego.ru> References: <20041113120104.EE8F316A4F4@hub.freebsd.org> <1100364124.4196395c4bb28@new-webmail.onego.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 Nov 2004, shmil@onego.ru wrote: > Hello all. > vidcontrol -g 132x25 VESA_132x25 don't work. > When I run this command, computer is rebooting. I do not believe that 5.2 can do more than 100x37 on VESA_800x600. To enable it you have to recompile your kernel with option SC_PIXEL_MODE enabled (so you can use the raster text mode). options VGA_WIDTH90 # support 90 column modes options SC_PIXEL_MODE # add support for the raster text mode Then load the vesa support with kldload vesa and try "vidconrtol -g 100x37 VESA_800x600". If it is o.k. for you put in your /etc/rc.conf file: allscreens_flags="-g 100x37 VESA_800x600" and add to /boot/loader.conf: vesa_load="YES" to load the vesa module at startup. Regards Oliver > Motherboard Intel > Video GeForce 4 ti 4200 > > dmesg: > FreeBSD 5.2-RELEASE #19: Thu Nov 11 23:17:43 GMT 2004 > root@vm.WORKGROUP:/usr/src/sys/i386/compile/GENERIC > Preloaded elf kernel "/boot/kernel/kernel" at 0xc080e000. > MPTable: < BrkdlPE-ICH4> > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2399.93-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 > Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE > ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > real memory = 536084480 (511 MB) > avail memory = 511078400 (487 MB) > ioapic0: Assuming intbase of 0 > ioapic0 <Version 2.0> irqs 0-23 on motherboard > Pentium Pro MTRR support enabled > > > > VESA: v3.0, 65536k memory, flags:0x1, mode table:0xc076fa22 (1000022) > VESA: NVIDIA > > > > npx0: [FAST] > npx0: <math processor> on motherboard > npx0: INT 16 interface > pcibios: BIOS version 2.10 > Using $PIR table, 11 entries at 0xc00f47e0 > pcib0: <MPTable Host-PCI bridge> at pcibus 0 on motherboard > pci0: <PCI bus> on pcib0 > agp0: <Intel Generic host to PCI bridge> mem 0xf8000000-0xfbffffff at device 0.0 > on pci0 > pcib1: <MPTable PCI-PCI bridge> at device 1.0 on pci0 > pci1: <PCI bus> on pcib1 > pcib1: slot 0 INTA routed to irq 16 > > > > pci1: <display, VGA> at device 0.0 (no driver attached) > > > > atapci0: <Intel ICH4 UDMA100 controller> port > 0xffa0-0xffaf,0-0x3,0-0x7,0-0x3,0-0x7 at device 31.1 on pci0 > ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode > ppbus0: <Parallel port bus> on ppc0 > plip0: <PLIP network interface> on ppbus0 > lpt0: <Printer> on ppbus0 > lpt0: Interrupt-driven port > ppi0: <Parallel I/O> on ppbus0 > > > > sc0: <System console> at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > > > > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > > > > vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > > What is go on. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- ... don't touch the bang bang fruit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041114081331.GA2111>