Не отображается информация в ячейках, если удалять из ячеек информацию, то 
смещается решетка.
собирался офис poudriere-ом с параметрами

WITH_NEW_XORG=true
WITHOUT_KMS=true
WITHOUT_AVAHI=true


.if ${.CURDIR} == ${PORTSDIR}/devel/gvfs
WITH_FUSE=true
.endif

.if ${.CURDIR} == ${PORTSDIR}/editors/libreoffice
WITH_CUPS=true
WITH_SYSTRAY=true
WITH_SDK=true
.endif

Пробовал ставить либру из репозитория FreeBSD, тот же эффект.
Видел такой же баг на ютубе http://www.youtube.com/watch?v=Kawym4nUaCM

FreeBSD 10.0-STABLE #2 r261073: Thu Jan 23 13:49:13

pkg info nvidia-driver

Name           : nvidia-driver
Version        : 331.20
Origin         : x11/nvidia-driver
Architecture   : freebsd:10:x86:32
Prefix         : /usr/local
Categories     : x11 kld
Licenses       : NVIDIA
Maintainer     : [email protected]
WWW            : http://www.nvidia.com/object/unix.html
Comment        : NVidia graphics card binary drivers for hardware OpenGL 
rendering
Options        :
        ACPI_PM        : off
        DOCS           : on
        LINUX          : on
        WBINVD         : off
Shared Libs required:
        libnvidia-tls.so.1
        libnvidia-glsi.so.1
        libnvidia-glcore.so.1
        libXext.so.6
        libX11.so.6
Shared Libs provided:
        libvdpau_nvidia.so.1
        libnvidia-glsi.so.1
        libnvidia-glcore.so.1
        libnvidia-eglcore.so.1
        libnvidia-cfg.so.1
        libGLESv2.so.2
        libGLESv1_CM.so.1
        libGL.so.1
        libEGL.so.1

xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "${prefix}/share/fonts/X11/misc/"
        FontPath     "${prefix}/share/fonts/X11/TTF/"
        FontPath     "${prefix}/share/fonts/X11/OTF/"
        FontPath     "${prefix}/share/fonts/X11/Type1/"
        FontPath     "${prefix}/share/fonts/X11/100dpi/"
        FontPath     "${prefix}/share/fonts/X11/75dpi/"
        FontPath     "/usr/local/lib/X11/fonts/terminus-font/"
        FontPath     "/usr/local/lib/X11/fonts/ubuntu-font/"  
        FontPath        "/usr/local/lib/X11/fonts/Droid/"
        FontPath        "/usr/local/lib/X11/fonts/LinLibertineG/"
        FontPath        "/usr/local/lib/X11/fonts/Liberation/"
        FontPath        "/usr/local/lib/X11/fonts/GentiumBasic/"
        FontPath        "/usr/local/lib/X11/fonts/urwfonts-ttf/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "dri2"
        Load  "extmod"
        Load  "record"
        Load  "glx"
        Load  "xtrap"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option          "XkbLayout" "us,ru"
        Option          "XkbOptions" "grp:alt_shift_toggle"
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 "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "PCI:4:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Подскажите может подкрутить чего в xorg.conf надо, может в sysctl.conf него 
добавить?






Ответить