After several years I replaced desktop and laptop and wait for release to start fresh. On desktop I put nvidia gt520. Forums say nvidia prop driver dislikes agp op- tion in kernel and recommend removing it. Laptop is sandy bridge with hd3000 integrated. Would I trigger something if I delete agp from conf file in both cases? Another issue bothers me also. RC version of amdtemp failed to read temperatures on 8120. What version will be included in release? Some months ago there was a post of people taking source from current and compiling mo- dule. It worked on 8 core bulldozer. Best regards all Zoran
On Monday, November 05, 2012 04:00:58 PM Zoran Kolic wrote:> After several years I replaced desktop and laptop and > wait for release to start fresh. On desktop I put nvidia > gt520. Forums say nvidia prop driver dislikes agp op- > tion in kernel and recommend removing it. Laptop is > sandy bridge with hd3000 integrated. Would I trigger > something if I delete agp from conf file in both cases? > > Another issue bothers me also. RC version of amdtemp > failed to read temperatures on 8120. What version will > be included in release? Some months ago there was a post > of people taking source from current and compiling mo- > dule. It worked on 8 core bulldozer. > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"I am using latest nvidia-driver, and GENERIC 9.1-RC3, which has agp in the kernel, and have no issues.. I don't have an FX- cpu, so can't speak to the 2nd part of your post. -- Chuck Burns <break19 at gmail.com>
> I am using latest nvidia-driver, and GENERIC 9.1-RC3, which has agp in the > kernel, and have no issues..After a bit more posts reading , I found that people used one driver even for intel graphics: xf86-video-intel. Is it nece- ssary in case of 9.1 for hd3000? Do I have to change make.conf as a way to run kms? On 8 it was "intel" in xorg.conf. Should I change to "i915kms" now? Zoran
On Mon, Nov 5, 2012 at 5:00 PM, Zoran Kolic <zkolic at sbb.rs> wrote:> After several years I replaced desktop and laptop and > wait for release to start fresh. On desktop I put nvidia > gt520. Forums say nvidia prop driver dislikes agp op- > tion in kernel and recommend removing it. Laptop is > sandy bridge with hd3000 integrated. Would I trigger > something if I delete agp from conf file in both cases? > > Another issue bothers me also. RC version of amdtemp > failed to read temperatures on 8120. What version will > be included in release? Some months ago there was a post > of people taking source from current and compiling mo- > dule. It worked on 8 core bulldozer. > > Best regards all > > Zoran >I don't see how the AGP driver could interfere in a system that does not have any AGP hardware. The driver does not have any matching hardware to attach to so it's just unused code in memory.
> I don't see how the AGP driver could interfere in a system that does > not have any AGP hardware. The driver does not have any matching > hardware to attach to so it's just unused code in memory.Sounds logical, but take a look at this post: http://www.mail-archive.com/freebsd-stable at freebsd.org/msg121942.html It is Kostik Belousov's reply. What next I have on my mind is: if I install vanilla 9.1, install intel driver, if I make xorg.conf, would it work out of the box? Is it necessary to compile from the source with KMS and NEW_XORG? ??????????????????????????????????? Zoran