Date: Sun, 14 Nov 2004 13:29:00 +0100 From: Peter Harmsen <pharmsen@horizon.nl> To: freebsd-questions@freebsd.org Subject: Re: MAC Message-ID: <20041114132900.1da7af59@tobaccofarm.concepts.nl> In-Reply-To: <20041113190320.GB90723@keyslapper.org> References: <20041113191448.403523c0.pharmsen@horizon.nl> <20041113190320.GB90723@keyslapper.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm trying to implement a Mandatory Access Controll setup, just like the on= e in the example of the FreeBSD handbook:15.14 Implementing a Secure Enviro= nment with MAC".The graphics card setup itself is very straight forward and= didn't cause any problem(s).When i run "startx" i get the following mesage= :xf86Vidmem:Address 0xde601000 outside allowed range. This must be a configure / policy error.What keeps me busy is the spot where to change or add something in order to increase the allowable memory = range which is clearly regulated to much for getting xfree86 to work. kind regards, Peter On Sat, 13 Nov 2004 14:03:20 -0500 Louis LeBlanc <FreeBSD@keyslapper.org> wrote: > On 11/13/04 07:14 PM, Peter Harmsen sat at the `puter and typed: > > I have added an additional login class (the insecure class from the > > FreeBSD handbook example) to "/etc/login.conf".In /boot/loader.conf > > i entered all the necesary modules that should be loaded according > > to the FreeBSD handbook. > > Allmost everything works execpt Xorg with nvidia driver installed. > > I get the following mesage when running startx: ' xf86Vidmem:Address > > 0xde601000 outside range '.Is something regulating or restricting > > the memory addresses, or should i add something to the example > > /etc/policy.contexts ? >=20 >=20 > I'm using Xorg with NVIDIA and I'm having no trouble at all. Not to > say it was easy. >=20 > What's your Card config? >=20 > I doubt mine will apply directly to your setup, since I'm using a dual > head setup, but the card itself is configured as follows: >=20 > Section "Device" > Identifier "NV AGP TwinView" > VendorName "nVidia Corporation" > Driver "nvidia" > # update this with the PCI id of your card. Consult the output > # of the 'lspci' command. The BusID is usually optional when > # only using one graphics card. > BusID "PCI:1:0:0" > BoardName "NV34 [GeForce FX 5200]" >=20 > # sample twinview setup > Option "TwinView" > Option "SecondMonitorHorizSync" "31-80" > Option "SecondMonitorVertRefresh" "56-75" > Option "TwinViewOrientation" "RightOf" > Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768" > Option "ConnectedMonitor" "crt,crt" > EndSection >=20 > It should be fairly easy to figure out which options are related to > the dual setup (all of the "Option" entries, actually). Notice I > don't have any memory info defined. The driver will detect that > automagically: >=20 > (--) NVIDIA(0): VideoRAM: 131072 kBytes >=20 > This is from /var/log/Xorg.0.log, and it indicates the available > memory was probed. >=20 > HTH & Good luck > Lou > --=20 > Louis LeBlanc FreeBSD@keyslapper.org > Fully Funded Hobbyist, KeySlapper Extrordinaire :) > http://www.keyslapper.org =D4=BF=D4=AC >=20 > Commitment, n.: > [The difference between involvement and] Commitment can be > illustrated by a breakfast of ham and eggs. The chicken was > involved, the pig was committed. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041114132900.1da7af59>