поставил freebsd 6.0 release. Поставил через порты ports/x11/nvidia-driver.
проблема: при попытке запустить иксы, пишет:
(EE) GLX is not supported with Composite extention
*** if unresolved symbols were reported above, they might not
*** be the reason for the server aborting
Вообщем если не подгружать GLX, пишет варнинги, но работает. Хотелось бы чтобы работало при загруженном модуле GLX.
p.s. мой конфиг xorg.conf:
# File generated by xorgconfig.
Section "Module"
# Load "bitmap"
# Load "record"
Load "dbe"
Load "extmod"
Load "glx"
# Load "dri"
Load "type1"
Load "freetype"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys,"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 30 - 110
VertRefresh 50 - 160
Modeline "1152x864_100.00" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
EndSection
Section "Device"
Identifier "nVidia"
Driver "nvidia"
# VideoRam 65536
# Insert Clocks lines here if appropriate
Option "NvAGP" "2"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nVidia"
Monitor "SyncMaster"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1152x864_100.00"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection