Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2015 22:45:49 +0100
From:      Per olof Ljungmark <peo@intersonic.se>
To:        freebsd-questions@freebsd.org
Subject:   sc with nvidia-driver and 9-STABLE
Message-ID:  <54A7118D.5000609@intersonic.se>

next in thread | raw e-mail | index | archive | help
Hi,

How can I get something more interestng than a black screen with this
combination after starting xorg and then Alt+Fx:

FreeBSD 9.3-STABLE #1 r276500 GENERIC  amd64
NVidia QFX1700
nvidia-driver-331.67_1

I had the impression that kern.vty=sc in loader.conf should be enough?

loader.conf

zfs_load="YES"
vfs.root.mountfrom="zfs:zroot"
vfs.zfs.zio.use_uma="0"
vfs.zfs.arc.max="3G"
vm.kmem_size="4G"
snd_hda_load="YES"
snd_emu10k1_load="YES"
nvidia_load="YES"
aio_load="YES"
sem_load="YES"
kern.maxfiles="16384"
hw.ata.atapi_dma="1"
kern.vty=sc

device.hints

hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.sc.0.at="isa"
hint.sc.0.flags="0x103"
hint.uart.0.at="isa"
hint.uart.0.port="0x3F8"
hint.uart.0.flags="0x10"
hint.uart.0.irq="4"
hint.uart.1.at="isa"

hint.uart.1.port="0x2F8"

hint.uart.1.irq="3"

hint.ppc.0.at="isa"

hint.ppc.0.irq="7"

hint.atrtc.0.at="isa"

hint.atrtc.0.port="0x70"

hint.atrtc.0.irq="8"

hint.attimer.0.at="isa"

hint.attimer.0.port="0x40"

hint.attimer.0.irq="0"

hint.wbwd.0.at="isa"

hint.vga.0.at="isa"

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54A7118D.5000609>