nvidia 64 есть неофициальная сборка..
по крайне мере слышал

Код: Выделить всё
make install
[.............]
99 -nostdinc -I/src -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c nvidia_pci.c
nvidia_pci.c: In function 'nvidia_pci_setup_intr':
nvidia_pci.c:55: warning: passing argument 4 of 'bus_setup_intr' from incompatible pointer type
nvidia_pci.c:55: warning: passing argument 5 of 'bus_setup_intr' from incompatible pointer type
nvidia_pci.c:55: error: too few arguments to function 'bus_setup_intr'
*** Error code 1
Stop in /usr/home/Morty/nvidia.
morty#
Код: Выделить всё
> uname -a
FreeBSD morty.local.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>
оно естьlissyara писал(а):ускорения нету =((Код: Выделить всё
acer$ glxinfo name of display: :0.0 Warning, xpress200 detected. display: :0 screen: 0 direct rendering: Yes acer$ xdpyinfo | grep ender acer$
интеерсно другое - чё тогда там в гликсинфо....
Код: Выделить всё
acer$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" 0 0
InputDevice "SysMouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/WinXP/"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "i2c" # added by lissyara 2007-06-21 in 07:34
Load "bitmap" # added by lissyara 2007-06-21 in 07:34
Load "ddc"
Load "int10" # added by lissyara 2007-06-21 in 07:35
Load "vbe"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle"
Option "XkbModel" "acer_ferrari4k"
# Option "XkbModel" "cymotionlinux"
Option "CustomKeycodes" "off"
EndSection
Section "InputDevice"
Identifier "SysMouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "QDS"
ModelName "41"
EndSection
Section "Device"
Option "AccelMethod" "XAA"
Option "AccelDFS" "1"
Option "AGPMode" "1"
Option "AGPFastWrite" "1"
Option "GARTSize" "64"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
#Option "ConstantDPI" # [<bool>]
Option "DRI" "True"
Option "UseFastTLS" "2"
Option "backingstore" "True"
Option "OpenGLOverlay" "ON"
Option "RenderAccel" "True"
Option "EnablePageFlip" "True"
Option "XAANoOffscreenPixmaps" "True"
Identifier "onboard_ATI"
# Driver "ati"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RS485 [Radeon Xpress 1100 IGP]"
BusID "PCI:1:5:0"
EndSection
# added for vga
Section "Device"
Identifier "vesa_display"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "onboard_ATI"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "vesa_display"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
Endsection
# added by lissyara 2007-06-20 in 21:24
Section "DRI"
Mode 0666
EndSection
acer$
Код: Выделить всё
amilo# glxinfo
Error: unable to open display
Код: Выделить всё
/dev/dri/card0
Код: Выделить всё
amilo# ll /dev/ | grep dri
amilo#
Код: Выделить всё
amilo# uname -a
FreeBSD amilo 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Thu Sep 11 10:31:24 EEST 2008 freeman@amilo:/usr/obj/usr/src/sys/amilo i386
Код: Выделить всё
amilo# dmesg | grep vga
vgapci0: <VGA-compatible display> port 0x1800-0x1807 mem 0xfe000000-0xfe0fffff,0xd0000000-0xdfffffff irq 16 at device 2.0 on pci0
agp0: <Intel GM965 SVGA controller> on vgapci0
vgapci1: <VGA-compatible display> mem 0xfe100000-0xfe1fffff at device 2.1 on pci0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Код: Выделить всё
amilo# pkg_info | grep intel
xf86-video-intel-2.4.2 Driver for Intel integrated graphics chipsets
Код: Выделить всё
amilo# pkg_info | grep libdrm
libdrm-2.3.1 Userspace interface to kernel Direct Rendering Module servi
amilo# ll /boot/kernel | grep drm
-r-xr-xr-x 1 root wheel 77712 Sep 15 11:31 drm.ko
-r-xr-xr-x 1 root wheel 451285 Sep 11 10:41 drm.ko.symbols
amilo# pkg_info | grep mesa
mesa-demos-7.0.3 OpenGL demos distributed with Mesa
amilo# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
# InputDevice "Touchpad0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "xtrap"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "synaptics"
Load "vbe"
Load "int10"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "KGAUniversal" # [<boo #Option "AddARGBGLXVisuals" "True"
Option "DRI" "yes"
Option "XAANoOffscreenPixmaps" "true"
Option "RenderAccel" "True"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
# Group "video"
Mode 0666
EndSection
Section "Extensions"
Option "NvAGP" "1"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "RENDER" "Enable"
Option "TwinView" "true"
Option "Composite" "Yes"
EndSection