View Single Post
  #7   (View Single Post)  
Old 31st October 2009
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
Originally Posted by ionflux View Post
The /var/log/Xorg.log file ends with:

"NV: ignoring unsupported device C78 (GeForce 9100)".
So we now know that open source nv driver does not support GeForce 9100, try vesa in driver section, like that:
Code:
Section "Device"
  Identifier "gfx0"
  Driver     "vesa"
  Option     "DPMS"
EndSection
Change:
Code:
Section "Device"
  Identifier "gfx0"
- Driver     "nv"
+ Driver     "vesa"
  Option     "DPMS"
EndSection
Quote:
Originally Posted by ionflux View Post
I am now updating the sources to 8.0-RC2 and will recompile soon.
Let's see if something changes.
This will not help, its not FreeBSD related, its Xorg package related, and from RC1 to RC2 nv driver has not been updated.
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote