Driver xf86-video-nv-2.1.20_6

Eric Douzet eric.douzet at gmail.com
Wed Mar 11 09:48:19 UTC 2015


Hello,


With xorg old version everything worked extremely well...

Since the version of xorg-7.7 with xorg-server-1.14.7, the driver
xf86-video-nv-2.1.20_6 does not work correctly. There is a problem of
redrawing of window.

Along With Xorg -configure the xorg.conf.new file is bad, It generates a
problem of scrolling into windows.

Configuration tested with several graphics boards, but same result.


Craphics card : PNY nVidia Quadro FX 580

Motherboard : P8P67 WS Revolution B3
Motherboard : MAXIMUS V GENE

Display Screen : EIZO 23" LED - FlexScan EV2336WFS-BK 1920 x 1080 pixels


FreeBSD product.c-extra.net 9.3-RELEASE-p10 FreeBSD 9.3-RELEASE-p10 #0: Tue
Feb 24 21:28:03 UTC 2015
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
amd64



Bad xorg.conf.new

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     "/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  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
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"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
        #Option     "DualHead"               # [<bool>]
    Identifier  "Card0"
    Driver      "nv"
    BusID       "PCI:3:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card1"
    Driver      "vesa"
    BusID       "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    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
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    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
    EndSubSection
EndSection

--------------------------------------------------------------------------------

Better xorg.conf


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    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  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
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"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
        #Option     "DualHead"               # [<bool>]
    Identifier  "Card0"
    Driver      "nv"
    BusID       "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    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
    EndSubSection
EndSection

--------------------------------------------------------------------------------

/usr/local/etc/X11/xorg.conf.d/input.conf


Section "InputClass"
        Identifier              "Keyboard Defaults"
        Driver                  "keyboard"
        MatchIsKeyboard         "on"
        Option                  "XkbLayout" "fr"
        Option                  "XkbVariant" "oss"
EndSection

Section "InputClass"
        Identifier              "Mouse Defaults"
        Driver                  "mouse"
        MatchIsPointer          "on"
EndSection

--------------------------------------------------------------------------------

-- 
Best regards,

Éric Douzet
-------------- next part --------------
     adwaita-icon-theme 3.14.0_1	GNOME Symbolic Icons
     alsa-lib 1.0.29	ALSA compatibility library
     alsa-plugins 1.0.29	ALSA compatibility library plugins
     apache24 2.4.12	Version 2.4.x of Apache web server
     appres 1.0.4	Program to list application's resources
     apr 1.5.1.1.5.4	Apache Portability Library
     at-spi2-atk 2.14.1	Assisted Technology Provider module for GTK+
     at-spi2-core 2.14.1	Assistive Technology Service Provider Interface
     atk 2.14.0	GNOME accessibility toolkit (ATK)
     autoconf 2.69	Automatically configure source code on many Un*x platforms
     autoconf-wrapper 20131203	Wrapper script for GNU autoconf
     autoconf213 2.13.000227_6	Automatically configure source code on many Un*x platforms (legacy 2.13)
     automake 1.15	GNU Standards-compliant Makefile generator
     automake-wrapper 20131203	Wrapper script for GNU automake
     avahi-app 0.6.31_3	Service discovery on a local network
     bash 4.3.33	The GNU Project's Bourne Again SHell
     bdftopcf 1.0.4	Convert X font from BDF to PCF
     bigreqsproto 1.1.2	BigReqs extension headers
     binutils 2.25	GNU binary tools
     bison 2.7.1,1	Parser generator from FSF, (mostly) compatible with Yacc
     bitmap 1.0.7	Bitmap editor and converter utilities for X
     boehm-gc 7.4.2_3	Garbage collection and memory leak detection for C and C++
     bsdconv 11.1	BSD licensed charset/encoding converter library
     ca_root_nss 3.17.4_1	Root certificate bundle from the Mozilla Project
     cairo 1.12.18_1,2	Vector graphics library with cross-device output support
     cdrdao 1.2.3_5	Record CD-R[W]s in disk-at-once mode
     clean 3.4	Automatically remove unwanted files
     cmake 3.1.3	Cross-platform Makefile generator
     cmake-modules 3.1.3	Modules and Templates for CMake
     colord 1.2.4	Manage color profiles to accurately color input/output devices
     compositeproto 0.4.2	Composite extension headers
     consolekit 0.4.5_2	Framework for defining and tracking users
     cppunit 1.12.1_3	C++ port of the JUnit framework for unit testing
     cups-base 1.7.3_4	Common UNIX Printing System: Server
     cups-client 1.7.3_4	Common UNIX Printing System: Library cups
     cups-image 1.7.3_3	Common UNIX Printing System: Library cupsimage
     cups-pdf 2.6.1_1	Virtual printer for CUPS to produce PDF files
     curl 7.41.0	Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
     damageproto 1.2.1	Damage extension headers
     db6 6.1.19	The Oracle Berkeley DB, revision 6.1
     dbus 1.8.12_1	Message bus system for inter-application communication
     dbus-glib 0.100.2_1	GLib bindings for the D-BUS messaging system
     dconf 0.22.0_1	Configuration database system for GNOME
     dejavu 2.34_4	Bitstream Vera Fonts clone with a wider range of characters
     desktop-file-utils 0.22_3	Couple of command line utilities for working with desktop entries
     dialog4ports 0.1.5_2	Console Interface to configure ports
     dmxproto 2.3.1	DMX extension headers
     docbook 1.5	Meta-port for the different versions of the DocBook DTD
     docbook-sgml 4.5_1	DocBook SGML DTD
     docbook-xml 5.0_3	DocBook XML DTD
     docbook-xsl 1.76.1_2	XSL DocBook stylesheets
     dri 9.1.7_6,2	OpenGL hardware acceleration drivers for the DRI
     dri2proto 2.8	DRI2 prototype headers
     eject 1.5_4	Utility for ejecting media from CD or optical disk drive
     encodings 1.0.4_1,1	X.Org Encoding fonts
     epdfview 0.1.8_8	Lightweight PDF document viewer
     evieext 1.1.1	XEVIE extension headers
     exiv2 0.24_2,1	Exif, IPTC, and XMP metadata manipulation library and tools
     expat 2.1.0_2	XML 1.0 parser written in C
     fetchmail 6.3.26_2	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
     firefox-esr 31.5.0,1	Web browser based on the browser portion of Mozilla
     firefox-esr-i18n 31.5.0	Localized interface for Firefox
     fixesproto 5.0	Fixes extension headers
     flex 2.5.39_2	Fast lexical analyzer generator
     font-adobe-100dpi 1.0.3_1	X.Org Adobe 100dpi font
     font-adobe-75dpi 1.0.3_1	X.Org Adobe 75dpi font
     font-adobe-utopia-100dpi 1.0.4_1	X.Org Adobe Utopia 100dpi font
     font-adobe-utopia-75dpi 1.0.4_1	X.Org Adobe Utopia 75dpi font
     font-adobe-utopia-type1 1.0.4_1	X.Org Adobe Utopia Type1 font
     font-alias 1.0.3_1	X.Org Font aliases
     font-arabic-misc 1.0.3_1	X.Org miscellaneous Arabic fonts
     font-bh-100dpi 1.0.3_1	X.Org Bigelow Holmes 100dpi font
     font-bh-75dpi 1.0.3_1	X.Org Bigelow Holmes 75dpi font
     font-bh-lucidatypewriter-100dpi 1.0.3_1	X.Org Bigelow Holmes Lucida TypeWriter 100dpi font
     font-bh-lucidatypewriter-75dpi 1.0.3_1	X.Org Bigelow Holmes Lucida TypeWriter 75dpi font
     font-bh-ttf 1.0.3_1	X.Org Bigelow & Holmes TTF font
     font-bh-type1 1.0.3_1	X.Org Bigelow Holmes Type1 font
     font-bitstream-100dpi 1.0.3_1	X.Org Bitstream Vera 100dpi font
     font-bitstream-75dpi 1.0.3_1	X.Org Bitstream Vera 75dpi font
     font-bitstream-type1 1.0.3_1	X.Org Bitstream Vera Type1 font
     font-cronyx-cyrillic 1.0.3_1	X.Org Cronyx Cyrillic font
     font-cursor-misc 1.0.3_1	X.Org miscellaneous Cursor fonts
     font-daewoo-misc 1.0.3_1	X.Org miscellaneous Daewoo fonts
     font-dec-misc 1.0.3_1	X.Org miscellaneous Dec fonts
     font-ibm-type1 1.0.3_1	X.Org IBM Type1 font
     font-isas-misc 1.0.3_1	X.Org miscellaneous ISAS fonts
     font-jis-misc 1.0.3_1	X.Org miscellaneous JIS fonts
     font-manager 0.5.7_5	Font management application for the GNOME desktop
     font-micro-misc 1.0.3_1	X.Org miscellaneous Micro fonts
     font-misc-cyrillic 1.0.3_1	X.Org miscellaneous Cyrillic font
     font-misc-ethiopic 1.0.3_1	X.Org miscellaneous Ethiopic font
     font-misc-meltho 1.0.3_1	X.Org miscellaneous Meltho font
     font-misc-misc 1.1.2_1	X.Org miscellaneous Misc fonts
     font-mutt-misc 1.0.3_1	X.Org miscellaneous Mutt fonts
     font-schumacher-misc 1.1.2_1	X.Org miscellaneous Schumacher fonts
     font-screen-cyrillic 1.0.4_1	X.Org Screen Cyrillic font
     font-sony-misc 1.0.3_1	X.Org miscellaneous Sony fonts
     font-sun-misc 1.0.3_1	X.Org miscellaneous Sun fonts
     font-util 1.3.0_1	Create an index of X font files in a directory
     font-winitzki-cyrillic 1.0.3_1	X.Org Winitzki Cyrillic font
     font-xfree86-type1 1.0.4_1	X.Org XFree86 Type1 font
     fontcacheproto 0.1.3	Fontcache extension headers
     fontconfig 2.11.1,1	XML-based font configuration API for X Windows
     fontsproto 2.1.2,1	Fonts extension headers
     fox16 1.6.50_1	Fast and extensive C++ GUI toolkit -- ver.1.6
     freetype2 2.5.5	Free and portable TrueType font rendering engine
     gamin 0.1.10_8	File and directory monitoring system
     garcon 0.4.0	Freedesktop compliant menu library
     gconf2 3.2.6_3	Configuration database system for GNOME
     gdbm 1.11_2	GNU database manager
     gdk-pixbuf2 2.31.2_1	Graphic library for GTK+
     geany 1.24.1	Fast and lightweight GTK+ IDE
     geeqie 1.1_3	Lightweight image viewer forked from GQview
     getopt 1.1.6	Replacement for getopt(1) that supports GNU-style long options
     gettext-runtime 0.19.4	GNU gettext runtime libraries and programs
     gettext-tools 0.19.4	GNU gettext development and translation tools
     ghostscript9 9.06_10	Ghostscript 9.x PostScript interpreter
     glib 2.42.1	Some useful routines of C programming (current stable version)
     glproto 1.4.17	GLX extension headers
     gmake 4.1_1	GNU version of 'make' utility
     gmake-lite 4.1_1	Minimalist version of gnu make
     gmp 5.1.3_2	Free library for arbitrary precision arithmetic
     gnome-pty-helper 0.38.3	utmp/wtmp/lastlog helper program for the vte Terminal widget
     gnome_subr 1.0	Common startup and shutdown subroutines used by GNOME scripts
     gobject-introspection 1.42.0	Generate interface introspection data for GObject libraries
     graphite2 1.2.4	Rendering capabilities for complex non-Roman writing systems
     greybird-theme 1.5.3	Gtk and xfwm4 themes for the Xfce Desktop
     gsfonts 8.11_6	Standard Fonts for Ghostscript
     gstreamer1 1.4.5	Media applications framework
     gstreamer1-libav 1.4.5	GStreamer plug-in with many audio/video decoders/encoders
     gstreamer1-plugins 1.4.5_1	GStreamer written collection of plugins handling several media types
     gstreamer1-plugins-good 1.4.5	Good gstreamer-plugins
     gstreamer1-plugins-vpx 1.4.5	Gstreamer vp8 codec plugin
     gtk-murrine-engine 0.98.2_4	Murrine GTK+ 2.x cairo based engine
     gtk-update-icon-cache 2.24.25	Gtk-update-icon-cache utility from the Gtk+ toolkit
     gtk-xfce-engine 3.2.0	Xfce GTK2 theme engine
     gtk2 2.24.25_1	Gimp Toolkit for X11 GUI (previous stable version)
     gtk3 3.14.7	Gimp Toolkit for X11 GUI (current stable version)
     gtksourceview2 2.10.5_4	Widget that adds syntax highlighting to GtkTextView
     gzip 1.6	Compression utility designed to be a replacement for compress
     harfbuzz 0.9.36	OpenType text shaping engine
     help2man 1.43.3_1	Automatically generating simple manual pages from program output
     hicolor-icon-theme 0.14	High-color icon theme shell from the FreeDesktop project
     hunspell 1.3.3	Improved spell-checker for Hungarian and other languages
     iceauth 1.0.6	ICE authority file utility for X
     icu 53.1	International Components for Unicode (from IBM)
     indexinfo 0.2.2	Utility to regenerate the GNU info page index
     inputproto 2.3.1	Input extension headers
     intltool 0.50.2	Tools to internationalize various kinds of data files
     iso-codes 3.57	Lists of the country, language, and currency iso names
     iso8879 1986_3	Character entity sets from ISO 8879:1986 (SGML)
     jasper 1.900.1_14	Implementation of the codec specified in the JPEG-2000 standard
     jbig2dec 0.11_4	Decoder implementation of the JBIG2 image compression format
     jbigkit 2.1_1	Lossless compression for bi-level images such as scanned pages, faxes
     jpeg 8_6	IJG's jpeg compression utilities
     kbproto 1.0.6	KB extension headers
     lcms 1.19_5,1	Light Color Management System -- a color management library
     lcms2 2.6_3	Accurate, fast, and small-footprint color management engine
     leafpad 0.8.18.1_1	GTK+ based simple text editor
     libao 1.2.0_1	Portable audio output library
     libarchive 3.1.2_2,1	Library to create and read several streaming archive formats
     libatomic_ops 7.4.0_1	Atomic operations access library
     libburn 1.3.6.pl01_1	Libburnia library to read/write optical discs
     libcheck 0.9.14	Unit test framework for C
     libcroco 0.6.8_2	CSS2 parsing library
     libdaemon 0.14_1	Lightweight C library that eases the writing of UNIX daemons
     libdevq 0.0.2_1	Generic Device Query and Monitor interface
     libdmx 1.1.3_2	DMX extension library
     libdrm 2.4.58_1,1	Userspace interface to kernel Direct Rendering Module services
     libedit 3.1.20141030_2	Command line editor library
     liberation-fonts-ttf 2.00.1,1	Liberation fonts from Red Hat to replace MS TTF fonts
     libevent2 2.0.22_1	API for executing callback functions on events or timeouts
     libexecinfo 1.1_3	Library for inspecting program's backtrace
     libexif 0.6.21_3	Library to read digital camera file meta-data
     libexo 0.10.3	Application library for the Xfce desktop environment
     libffi 3.2.1	Foreign Function Interface
     libfm 1.2.2.1	LibFM backend library to PCManFM
     libfontenc 1.1.2_2	The fontenc Library
     libFS 1.0.6_1	The FS library
     libgcrypt 1.6.3	General purpose crypto library based on code used in GnuPG
     libgd 2.1.0_5,1	Graphics library for fast creation of images
     libGL 9.1.7_4	OpenGL library that renders using GLX or DRI
     libglade2 2.6.4_7	GNOME glade library
     libglapi 9.1.7_2	Common GL api library used by Mesa based ports
     libGLU 9.0.0_2	OpenGL utility library
     libgpg-error 1.17	Common error values for all GnuPG components
     libgsf 1.14.30_1	Extensible I/O abstraction for dealing with structured file formats
     libICE 1.0.9,1	Inter Client Exchange library for X11
     libiconv 1.14_6	Character set conversion library
     libIDL 0.8.14_2	Library for creating trees of CORBA IDL files
     libidn 1.29	Internationalized Domain Names command line tool
     libisofs 1.3.6_1	Libburnia ISO9660 filesystem creation library
     libltdl 2.4.5	System independent dlopen wrapper
     libmad 0.15.1b_6	Libmad library (part of MAD project)
     libmcrypt 2.5.8_2	Multi-cipher cryptographic library (used in PHP)
     libnotify 0.7.6_1	Library for desktop notifications
     libnss-mysql 1.5_4	NSS module using a MySQL database for backend
     libogg 1.3.2_1,4	Ogg bitstream library
     liboldX 1.0.1_2	Old X library
     libpaper 1.1.24.3	Library providing routines for paper size management
     libpciaccess 0.13.2_2	Generic PCI access library
     libpthread-stubs 0.3_6	This library provides weak aliases for pthread functions
     libsigc++ 2.4.0	Callback Framework for C++
     libSM 1.2.2_2,1	Session Management library for X11
     libssh2 1.4.3_5,2	Library implementing the SSH2 protocol
     libtool 2.4.5	Generic shared library support script
     libv4l 0.8.8_2	Video4Linux library
     libva 1.5.0	VAAPI wrapper and dummy driver
     libva-vdpau-driver 0.7.4_6	VDPAU-based backend for VAAPI
     libvdpau 1.0	VDPAU wrapper and tracing library
     libvorbis 1.3.5,3	Audio compression codec library
     libvpx 1.3.0	VP8/VP9 Codec SDK
     libwnck 2.30.7	Library used for writing pagers and taskslists
     libX11 1.6.2_2,1	X11 library
     libXau 1.0.8_2	Authentication Protocol library for X11
     libXaw 1.0.12_2,2	X Athena Widgets library
     libxcb 1.11	The X protocol C-language Binding (XCB) library
     libXcomposite 0.4.4_2,1	X Composite extension library
     libXcursor 1.1.14_2	X client-side cursor loading library
     libXdamage 1.1.4_2	X Damage extension library
     libXdmcp 1.1.1_2	X Display Manager Control Protocol library
     libXevie 1.0.3_2	The Xevie library
     libXext 1.3.3,1	X11 Extension library
     libxfce4menu 4.12.0	Widgets library for the Xfce desktop environment
     libxfce4util 4.12.1	Extension library for the Xfce desktop environment
     libXfixes 5.0.1_2	X Fixes extension library
     libXfont 1.4.8,2	X font library
     libXfontcache 1.0.5_2	The Xfontcache library
     libXft 2.3.2	Client-sided font API for X applications
     libXi 1.7.4,1	X Input extension library
     libXinerama 1.1.3_2,1	X11 Xinerama library
     libxkbfile 1.0.8_2	XKB file library
     libxkbui 1.0.2_3	The xkbui library
     libxklavier 5.3,1	Utility library to make XKB stuff easier
     libxml2 2.9.2_2	XML parser library for GNOME
     libXmu 1.1.2_2,1	X Miscellaneous Utilities libraries
     libXp 1.0.2_2,1	X print library
     libXpm 3.5.11_2	X Pixmap library
     libXrandr 1.4.2_2	X Resize and Rotate extension library
     libXrender 0.9.8_2	X Render extension library
     libXres 1.0.7_2	X Resource usage library
     libXScrnSaver 1.2.2_2	The XScrnSaver library
     libxshmfence 1.1_3	Shared memory 'SyncFence' synchronization primitive
     libxslt 1.1.28_6	The XSLT C library for GNOME
     libXt 1.1.4_2,1	X Toolkit library
     libXTrap 1.0.1_2	The XTrap library
     libXtst 1.2.2_2	X Test extension
     libXv 1.0.10_2,1	X Video Extension library
     libXvMC 1.0.8_2	X Video Extension Motion Compensation library
     libXxf86dga 1.1.4_2	X DGA Extension
     libXxf86misc 1.0.3_2	X XF86-Misc Extension
     libXxf86vm 1.1.3_2	X Vidmode Extension
     libyaml 0.1.6_2	YAML 1.1 parser and emitter written in C
     libzip 0.11.2_1	C library for reading, creating, and modifying ZIP archives
     llvm33 3.3_10	Low Level Virtual Machine
     logrotate 3.8.8	Daemon to rotate, compress, remove, and mail system log files
     luit 1.1.1	Locale and ISO 2022 support for Unicode terminals
     lzo2 2.09	Portable speedy, lossless data compression library
     m4 1.4.17_1,1	GNU m4
     makedepend 1.0.5,1	Dependency generator for makefiles
     mDNSResponder 561.1.1	Bonjour (zero-configuration networking) by Apple
     menu-cache 0.5.1_2	The menu-cache portion of LXDE
     mirage 0.9.5.2_4	Fast and simple image viewer
     mkfontdir 1.0.7	Create an index of X font files in a directory
     mkfontscale 1.1.1_1	Creates an index of scalable font files for X
     mod_php56 5.6.6	PHP Scripting Language
     mousepad 0.4.0_1	Simple text editor for the Xfce Desktop
     mpfr 3.1.2_2	Library for multiple-precision floating-point computations
     mysql56-client 5.6.23	Multithreaded SQL database (client)
     mysql56-server 5.6.23	Multithreaded SQL database (server)
     nspr 4.10.8	Platform-neutral API for system level and libc like functions
     nss 3.17.4	Libraries to support development of security-enabled applications
     nss_mdns 0.10_3	NSS module implementing multicast DNS name resolution
     numix-theme 2.5.1	Gtk and Xfwm4 flat themes for the Xfce Desktop
     oniguruma4 4.7.1_1	BSDL Regular Expressions library compatible with POSIX/GNU/Perl
     openjpeg15 1.5.2_1	Open-source JPEG 2000 codec
     openssl 1.0.1_18	SSL and crypto library
     opera 12.16_5	Blazingly fast, full-featured, standards-compliant browser
     opus 1.1_1	IETF audio codec
     orage 4.10.0_3	Calendar application for the Xfce Desktop
     ORBit2 2.14.19_1	High-performance CORBA ORB with support for the C language
     orc 0.4.23	Library and toolset to operate arrays of data
     p5-Authen-Libwrap 0.22_1	Authen::Libwrap - access to TCP Wrappers library
     p5-Authen-NTLM 1.09_1	Perl5 NTLM authentication module
     p5-Authen-PAM 0.16_2	Perl interface to the PAM library
     p5-Authen-SASL 2.16_1	Perl5 module for SASL authentication
     p5-bsdconv 11.1.0_1	Perl wrapper for bsdconv
     p5-Convert-ASN1 0.27_1	Perl5 module to encode and decode ASN.1 data structures
     p5-CPAN-Meta 2.143240_1	The distribution metadata for a CPAN dist
     p5-Crypt-SSLeay 0.72_2	Perl5 interface to allow p5-libwww LWP to make https connections
     p5-DBD-mysql 4.031	MySQL driver for the Perl5 Database Interface (DBI)
     p5-DBI 1.633	Perl5 Database Interface, required for DBD::* modules
     p5-Digest-HMAC 1.03_1	Perl5 interface to HMAC Message-Digest Algorithms
     p5-Encode-Locale 1.04	Determine the locale encoding
     p5-File-Listing 6.04_1	Parse directory listings
     p5-GSSAPI 0.28_1	Perl extension providing access to the GSSAPIv2 library
     p5-HTML-Parser 3.71_1	Perl5 module for parsing HTML documents
     p5-HTML-Tagset 3.20_1	Some useful data table in parsing HTML
     p5-HTTP-Cookies 6.01_1	HTTP Cookie jars
     p5-HTTP-Daemon 6.01_1	Simple HTTP server class
     p5-HTTP-Date 6.02_1	Conversion routines for the HTTP protocol date formats
     p5-HTTP-Message 6.06_4	Representation of HTTP style messages
     p5-HTTP-Negotiate 6.01_1	Implementation of the HTTP content negotiation algorithm
     p5-IO-HTML 1.001_1	Open an HTML file with automatic charset detection
     p5-IO-Socket-IP 0.36	Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6
     p5-IO-Socket-SSL 2.012	Perl5 interface to SSL sockets
     p5-IO-Tty 1.12_1	Flexible I/O Perl5 module that allows manipulation of pseudo-TTYs
     p5-libwww 6.13	Perl5 library for WWW access
     p5-Locale-gettext 1.05_4	Message handling functions
     p5-LWP-MediaTypes 6.02_1	Guess media type for a file or a URL
     p5-LWP-Protocol-https 6.06_1	Provide https support for LWP::UserAgent
     p5-Math-BigInt 1.9993	Arbitrary size integer math perl package
     p5-Module-Build 0.4211	Build and install Perl modules
     p5-Mozilla-CA 20141217	Perl extension for Mozilla CA cert bundle in PEM format
     p5-Net-HTTP 6.07_1	Low-level HTTP client
     p5-Net-OpenSSH 0.62_1	Perl SSH client package implemented on top of OpenSSH
     p5-Net-SSH2 0.53_1	Support for the SSH 2 protocol via libSSH2
     p5-Net-SSLeay 1.68	Perl5 interface to SSL
     p5-Path-Class 0.35	Cross-platform path specification manipulation
     p5-perl-ldap 0.6400	Client interface to LDAP (includes Net::LDAP)
     p5-Socket 2.018	Networking constants and support functions
     p5-String-Multibyte 1.11	Perl module to manipulate multibyte character strings
     p5-Try-Tiny 0.22	Minimal try/catch with proper localization of $@
     p5-URI 1.67	Perl5 interface to Uniform Resource Identifier (URI) references
     p5-WWW-RobotRules 6.02_1	Database of robots.txt-derived permissions
     p5-XML-Filter-BufferText 1.01_1	Filter to put all characters() in one event
     p5-XML-NamespaceSupport 1.11_1	Simple generic namespace support class
     p5-XML-Parser 2.41_2	Perl extension interface to James Clark's XML parser, expat
     p5-XML-SAX 0.99_2	Simple API for XML
     p5-XML-SAX-Base 1.08_1	Base class SAX Drivers and Filters
     p5-XML-SAX-Writer 0.56	SAX2 XML Writer
     pango 1.36.8	Open-source framework for the layout and rendering of i18n text
     pciids 20150303	Database of all known IDs used in PCI devices
     pcmanfm 1.2.2	PCMan File Manager
     pcre 8.35_2	Perl Compatible Regular Expressions library
     perl5 5.20.2	Practical Extraction and Report Language
     php56 5.6.6	PHP Scripting Language
     php56-bz2 5.6.6	The bz2 shared extension for php
     php56-ctype 5.6.6	The ctype shared extension for php
     php56-filter 5.6.6	The filter shared extension for php
     php56-gd 5.6.6	The gd shared extension for php
     php56-iconv 5.6.6	The iconv shared extension for php
     php56-json 5.6.6	The json shared extension for php
     php56-mbstring 5.6.6	The mbstring shared extension for php
     php56-mcrypt 5.6.6_1	The mcrypt shared extension for php
     php56-mysql 5.6.6	The mysql shared extension for php
     php56-mysqli 5.6.6	The mysqli shared extension for php
     php56-openssl 5.6.6	The openssl shared extension for php
     php56-session 5.6.6	The session shared extension for php
     php56-simplexml 5.6.6	The simplexml shared extension for php
     php56-xml 5.6.6	The xml shared extension for php
     php56-zip 5.6.6	The zip shared extension for php
     php56-zlib 5.6.6	The zlib shared extension for php
     pixman 0.32.6	Low-level pixel manipulation library
     pkg 1.4.12	Package manager
     pkgconf 0.9.7_1	Utility to help to configure compiler and linker flags
     png 1.6.16	Library for manipulating PNG images
     polkit 0.105_5	Framework for controlling access to system-wide components
     poppler 0.30.0	PDF rendering library
     poppler-data 0.4.7	Poppler encoding data
     poppler-glib 0.30.0	GLib bindings to poppler
     popt 1.16_1	Getopt(3) like library with a number of enhancements, from Redhat
     portmaster 3.17.7	Manage your ports without external databases or languages
     portupgrade 2.4.13_1,2	FreeBSD ports/packages administration and management tool suite
     presentproto 1.0	Present protocol specification
     printproto 1.0.5	Print extension headers
     procmail 3.22_8	Local mail delivery agent
     py27-Babel 1.3_2	Collection of tools for internationalizing Python applications
     py27-cairo 1.10.0_2	Python 2 bindings for Cairo
     py27-docutils 0.12	Python Documentation Utilities
     py27-gobject 2.28.6_5	Python bindings for GObject
     py27-gtk2 2.24.0_3	Set of Python bindings for GTK+
     py27-Jinja2 2.7.3	Fast and easy to use stand-alone template engine
     py27-libxml2 2.9.2	Python interface for XML parser library for GNOME
     py27-MarkupSafe 0.23	Implements a XML/HTML/XHTML Markup safe string for Python
     py27-pygments 2.0.2	Syntax highlighter written in Python
     py27-pytz 2014.10,1	World Timezone Definitions for Python
     py27-setuptools27 5.5.1_1	Python packages installer
     py27-sphinx 1.2.3	Python documentation generator
     py27-sqlite3 2.7.9_6	Standard Python binding to the SQLite3 library
     python 2.7_2,2	The "meta-port" for the default version of Python interpreter
     python2 2_3	The "meta-port" for version 2 of the Python interpreter
     python27 2.7.9	Interpreted object-oriented programming language
     randrproto 1.4.0	Randr extension headers
     recordproto 1.14.2	RECORD extension headers
     renderproto 0.11.1	RenderProto protocol headers
     resourceproto 1.2.0	Resource extension headers
     ruby 2.0.0.643,1	Object-oriented interpreted scripting language
     ruby20-bdb6 0.6.6_4	Ruby interface to Oracle Berkeley DB revision 2 or later
     scrnsaverproto 1.2.2	ScrnSaver extension headers
     sdocbook-xml 1.1_1,2	"Simplified" DocBook XML DTD
     sessreg 1.0.8	Manage utmp/wtmp entries for non-init X clients
     setxkbmap 1.3.0	Set the keyboard using the X Keyboard Extension
     shared-mime-info 1.1_1	MIME types database from the freedesktop.org project
     smartmontools 6.3	S.M.A.R.T. disk monitoring tools
     smproxy 1.0.5	Session Manager Proxy
     soundtouch 1.8.0_1	Open-source audio processing library
     sqlite3 3.8.8.2	SQL database engine in a C library
     startup-notification 0.12_3	Library that supports startup notification spec from freedesktop.org
     sudo 1.8.12	Allow others to run commands as root
     sudoscript 2.1.2	Audited shells in Perl with sudo(8) and script(1)
     svgalib 1.4.3_7	Low level console graphics library
     t1lib 5.1.2_4,1	Type 1 font rasterization library for Unix/X11
     tiff 4.0.3_5	Tools and library routines for working with TIFF images
     tmux 1.9a_1	Terminal Multiplexer
     trapproto 3.4.3	DEC-XTRAP extension headers
     twm 1.0.8	Tab Window Manager for the X Window System
     umix 1.0.2_2	Advanced tool for adjusting soundcard mixers, replacement for aumix
     unzip 6.0_6	List, test, and extract compressed files from a ZIP archive
     upower 0.99.0_1	D-Bus daemon for simplifying power management tasks
     v4l_compat 1.0.20120501_1	Video4Linux IOCTL header files
     vala 0.26.2	Programming language and compiler that converts Vala code into C code
     videoproto 2.3.2	Video extension headers
     vte 0.28.2_2	Gtk 2 based terminal widget with accessibility and I18N support
     w3m 0.5.3_4	Pager/text-based WWW browser
     webalizer 2.23.8_3	Web server log file analysis program
     x11perf 1.5.4	X11 server performance test program
     xauth 1.0.9_1	X authority file utility
     xbacklight 1.2.1_1	Program to adjust backlight brightness
     xbitmaps 1.1.1	X.Org bitmaps data
     xcalc 1.0.6	Scientific calculator for X
     xcb-proto 1.11	The X protocol C-language Binding (XCB) protocol
     xcb-util 0.4.0,1	Module with libxcb/libX11 extension/replacement libraries
     xcb-util-renderutil 0.3.9	Convenience functions for the Render extension
     xclock 1.0.7_1	Analog and digital clock for X
     xcmiscproto 1.2.2	XCMisc extension headers
     xcmsdb 1.0.4	Device Color Characterization utility for X
     xconsole 1.0.6_1	Monitor system console messages with X
     xcursor-themes 1.0.4_1	X.org cursors themes
     xcursorgen 1.0.6_1	Create an X cursor file from a collection of PNG images
     xdpyinfo 1.3.1_1	Display information utility for X
     xdriinfo 1.0.4_1	Query configuration information of DRI drivers
     xev 1.2.1	Print contents of X events
     xextproto 7.3.0	XExt extension headers
     xf86-input-keyboard 1.8.0_7	X.Org keyboard input driver
     xf86-input-mouse 1.9.0_6	X.Org mouse input driver
     xf86-video-ati 7.5.0_1	X.Org ati display driver
     xf86-video-intel 2.21.15_6	Driver for Intel integrated graphics chipsets
     xf86-video-mach64 6.9.4_5	X.Org mach64 display driver
     xf86-video-nv 2.1.20_6	X.Org nv display driver
     xf86-video-openchrome 0.3.3_5	X.Org openChrome display driver
     xf86-video-r128 6.9.2_5	X.Org r128 display driver
     xf86-video-vesa 2.3.3_5	X.Org vesa display driver
     xf86bigfontproto 1.2.0	XFree86-Bigfont extension headers
     xf86dga 1.0.3_1	Test program for the XFree86-DGA extension
     xf86dgaproto 2.1	XFree86-DGA extension headers
     xf86driproto 2.1.1	XFree86-DRI extension headers
     xf86miscproto 0.9.3	XFree86-Misc extension headers
     xf86vidmodeproto 2.3.1	XFree86-VidModeExtension extension headers
     xfburn 0.5.2_2	CD/DVD burning tool for Xfce
     xfce 4.12	The "meta-port" for the Xfce Desktop Environment
     xfce4-appfinder 4.12.0	Application launcher and finder
     xfce4-conf 4.12.0	D-Bus-based configuration storage system
     xfce4-cpugraph-plugin 1.0.5_3	Graphical representation of the CPU load
     xfce4-desktop 4.12.0	Xfce's desktop manager
     xfce4-notifyd 0.2.4_1	Visually-appealing notification daemon for Xfce
     xfce4-panel 4.12.0	Xfce's panel
     xfce4-session 4.12.0	Xfce's session manager
     xfce4-settings 4.12.0	Xfce 4 settings application
     xfce4-terminal 0.6.3_2	Terminal emulator for the X windowing system
     xfce4-tumbler 0.1.31	Thumbnail service for Xfce desktop
     xfce4-wm 4.12.0	Xfce's window manager
     xfe 1.40	Fast MS-Explorer like file manager for X
     xgamma 1.0.5	Gamma correction through the X server
     xgc 1.0.4	X graphics demo
     xhost 1.0.6_1	Server access control program for X
     xineramaproto 1.2.1	Xinerama extension headers
     xinit 1.3.4,1	X Window System initializer
     xinput 1.6.1	Very useful utility for configuring and testing XInput devices
     xkbcomp 1.2.4	Compile XKB keyboard description
     xkbevd 1.1.3	XKB event daemon
     xkbutils 1.0.4	XKB utility demos
     xkeyboard-config 2.13	X Keyboard Configuration Database
     xkill 1.0.4	Utility for killing a client by its X resource
     xlsatoms 1.1.1	List interned atoms defined on a server
     xlsclients 1.1.3	List client applications running on a display
     xmessage 1.0.4	Display message or query in a X window
     xmlcatmgr 2.2_2	SGML and XML catalog manager
     xmlcharent 0.3_2	XML character entities
     xmlto 0.0.26_2	Front-end to an XSL toolchain
     xmodmap 1.0.8	Utility for modifying keymaps and pointer button mappings in X
     xorg 7.7_1	X.Org complete distribution metaport
     xorg-apps 7.7_2	X.org apps meta-port
     xorg-docs 1.7,1	X.org documentation files
     xorg-drivers 7.7_2	X.org drivers meta-port
     xorg-fonts 7.7	X.org fonts meta-port
     xorg-fonts-100dpi 7.7	X.Org 100dpi bitmap fonts
     xorg-fonts-75dpi 7.7	X.Org 75dpi bitmap fonts
     xorg-fonts-cyrillic 7.7	X.Org Cyrillic bitmap fonts
     xorg-fonts-miscbitmaps 7.7	X.Org miscellaneous bitmap fonts
     xorg-fonts-truetype 7.7_1	X.Org TrueType fonts
     xorg-fonts-type1 7.7	X.Org Type1 fonts
     xorg-libraries 7.7_2	X.org libraries meta-port
     xorg-macros 1.19.0	X.Org development aclocal macros
     xorg-server 1.14.7_2,1	X.Org X server and related programs
     xpi-quick-locale-switcher 1.7.8.5	Quickly change and apply a different locale from the tools menu
     xpr 1.0.4	Utility for printing an X window dump
     xprop 1.2.2	Property displayer for X
     xproto 7.0.26	X11 protocol headers
     xrandr 1.4.3	Primitive command line interface to the RandR extension
     xrdb 1.1.0	X server resource database utility
     xrefresh 1.0.5	Refresh all or part of an X screen
     xset 1.2.3_1	User preference utility for X
     xsetmode 1.0.0	Set the mode for an X Input Device
     xsetroot 1.1.1	Root window parameter setting utility for X
     xterm 316	Terminal emulator for the X Window System
     xtrans 1.3.5	Abstract network code for X
     xvinfo 1.1.2	Print out X-Video extension adaptor information
     xwd 1.0.6	Dump an image of an X window
     xwininfo 1.1.3_1	Window information utility for X
     xwud 1.0.4	Image displayer for X
     yasm 1.2.0	Complete rewrite of the NASM assembler
     zip 3.0_1	Create/update ZIP files compatible with PKZIP


More information about the freebsd-x11 mailing list