Pages : 1
#1 Le 27/09/2020, à 10:32
- wyllyjon
Câble HDMI plus détecté
Bonjour à tous,
j'ai un soucis récent sur Ubuntu 18.04.5 : quand je branche mon écran externe sur l'ordi portable, celui-ci n'est plus détecté automatiquement. Je ne crois pas qu'il y ait eu de mise à jour d'Ubuntu, donc je ne sais pas ce qui a déclenché ce problème.
C'est relou dans les deux cas ; si mon écran est détecté, au lieu d'avoir juste à débrancher le câble et fermer l'ordi pour le mettre en veille, je suis obligé de le mettre en veille manuellement vu qu'il a toujours l'impression d'être branché à un écran externe.
Si mon écran n'est pas détecté, je ne sais pas comment faire pour le faire détecter, donc je ferme ma cession et la ré ouvre (ou je kill le serveur X)...
Bref, même après avoir cherché par moi-même, je n'ai rien trouvé qui m'aide, donc je fais appel à vos lumières !
Merci à tous et bonne journée !
Jonathan
Hors ligne
#2 Le 27/09/2020, à 11:34
- xubu1957
Re : Câble HDMI plus détecté
Bonjour,
Montre, en te servant du Retour utilisable de commande :
lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
xrandr
uname -a
et :
dpkg -l | grep -v ^ii
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 28/09/2020, à 09:59
- wyllyjon
Re : Câble HDMI plus détecté
A noter que l'écran externe est connecté et reconnu là.
jon@jon-N76VZ:~$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
Kernel driver in use: i915
Kernel modules: i915
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1) (prog-if 00 [VGA controller])
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
jon@jon-N76VZ:~$
jon@jon-N76VZ:~$ xrandr
Screen 0: minimum 8 x 8, current 3600 x 1080, maximum 16384 x 16384
HDMI-0 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm
1680x1050 59.95*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
LVDS-1-1 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 382mm x 215mm
1920x1080 60.01*+ 60.01 59.97 59.96 59.93 40.01
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
VGA-1-1 disconnected (normal left inverted right x axis y axis)
1680x1050 (0x4b) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1280x1024 (0x53) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1024x768 (0x68) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x77) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
640x480 (0x86) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
jon@jon-N76VZ:~$
jon@jon-N76VZ:~$ uname -a
Linux jon-N76VZ 4.15.0-117-generic #118-Ubuntu SMP Fri Sep 4 20:02:41 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
jon@jon-N76VZ:~$
jon@jon-N76VZ:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=============================================-========================================================-============-=====================================================================================================================================================================================================================
rc account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - facebook
rc account-plugin-flickr 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - flickr
rc account-plugin-google 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon
rc account-plugin-twitter 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - twitter
rc adobe-flashplugin 1:20191009.1-0ubuntu0.18.04.1 amd64 Adobe Flash Player plugin
rc app-install-data 15.10 all Ubuntu applications (data files)
rc appmenu-qt5 0.3.0+16.04.20170216-0ubuntu1 amd64 application menu for Qt5
rc apt-xapian-index 0.47ubuntu13 all maintenance and search tools for a Xapian index of Debian packages
rc authbind 2.1.1+nmu1 amd64 Allows non-root programs to bind() to low ports
rc brackets 1.10.0-17483 amd64 Brackets
rc breeze-icon-theme 4:5.44.0-0ubuntu1 all Default Plasma icon theme.
rc ca-certificates-java 20160321 all Common CA certificates (JKS keystore)
rc cgmanager 0.39-2ubuntu5 amd64 Central cgroup manager daemon
rc clamav-base 0.99.2+dfsg-0ubuntu0.16.04.1 all anti-virus utility for Unix - base package
rc clamav-freshclam 0.99.2+dfsg-0ubuntu0.16.04.1 amd64 anti-virus utility for Unix - virus database update utility
rc cryptkeeper 0.9.5-5.1ubuntu4 amd64 EncFS system tray applet for GNOME
rc cvs 2:1.12.13+real-12 amd64 Concurrent Versions System
rc dvdrip 1:0.98.11-0ubuntu6 all perl front end for transcode and ffmpeg
rc eclipse-platform 3.8.1-5.1 amd64 Eclipse platform without development plug-ins
rc encfs 1.9.2-2build2 amd64 encrypted virtual filesystem
rc esound-common 0.2.41-11 all Enlightened Sound Daemon - Common files
rc ethtool 1:4.15-0ubuntu1 amd64 display or change Ethernet device settings
rc flashplugin-installer 32.0.0.142ubuntu0.18.04.1 amd64 Adobe Flash Player plugin installer
rc fonts-croscore 20171026-2 all width-compatible fonts for improved on-screen readability
rc fonts-droid 1:4.3-3ubuntu1.2 all handheld device font with extensive style and language support
rc fonts-unfonts-core 1:1.0.2-080608-14 all Un series Korean TrueType fonts
rc fonts-wqy-microhei 0.2.0-beta-3 all Sans-serif style CJK font derived from Droid
rc foomatic-filters 4.0.17-8 amd64 OpenPrinting printer support - filters
rc foremost 1.5.7-6 amd64 forensic program to recover lost files
rc gadmin-openvpn-client 0.1.2-4 amd64 GTK+ configuration tool for openvpn (client)
rc gbrainy 1:2.2.5-1 all brain teaser game and trainer to have fun and to keep your brain trained
rc gem 1:0.93.3-9build1 amd64 Graphics Environment for Multimedia - Pure Data library
rc gnome-user-share 3.18.3-3 amd64 User level public file sharing via WebDAV
rc gstm 1.2-8.1ubuntu1 amd64 SSH tunnel manager for GNOME
rc gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4ubuntu2~gcc5.1 amd64 GStreamer plugins from the "good" set
rc gtans 1.99.0-2 amd64 Tangram (puzzle) game using GTK+
rc gtk-recordmydesktop 0.3.8-4.1ubuntu1 all Graphical frontend for recordMyDesktop screencast tool
rc hplip 3.16.3+repack0-1 amd64 HP Linux Printing and Imaging System (HPLIP)
rc imagemagick-common 8:6.9.7.4+dfsg-16ubuntu6.4 all image manipulation programs -- infrastructure dummy package
rc initscripts 2.88dsf-59.3ubuntu2 amd64 scripts for initializing and shutting down the system
rc insserv 1.14.0-5ubuntu3 amd64 boot sequence organizer using LSB init.d script dependency information
rc java-common 0.56ubuntu2 all Base package for Java runtimes
rc kde-runtime 4:17.08.3-0ubuntu1 amd64 runtime components from the official KDE release
rc kde-runtime-data 4:17.08.3-0ubuntu1 all shared data files for the KDE base runtime module
rc kdelibs5-data 4:4.14.38-0ubuntu3 all core shared data for all KDE Applications
rc kdepimlibs-data 4:15.12.3-0ubuntu1 all kdepimlibs - data files
rc kdepimlibs-kio-plugins 4:15.12.3-0ubuntu1 amd64 kio slaves used by KDE PIM applications
rc kerneloops-daemon 0.12+git20140509-2ubuntu1 amd64 kernel oops tracker
rc language-pack-en-base 1:14.04+20150219 all translations for language English
rc language-pack-gnome-en-base 1:14.04+20150219 all GNOME translations for language English
rc libamd2.3.1:amd64 1:4.2.1-3ubuntu1 amd64 approximate minimum degree ordering library for sparse matrices
rc libapache2-mod-dnssd 0.6-3.2 amd64 Zeroconf support for Apache 2 via avahi
rc libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.19 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
rc libatkmm-1.6-1:amd64 2.22.7-2ubuntu1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries)
rc libattica0.4:amd64 0.4.2-2 amd64 Qt library that implements the Open Collaboration Services API
rc libavcodec54:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav codec library
rc libavformat54:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav file format library
rc libavutil52:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav utility library
rc libbasicusageenvironment0 2014.01.13-1 amd64 multimedia RTSP streaming library (BasicUsageEnvironment class)
rc libbind9-90 1:9.9.5.dfsg-3ubuntu0.8 amd64 BIND9 Shared Library used by BIND
rc libboost-date-time1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 set of date-time libraries based on generic programming concepts
rc libboost-system1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 Operating system (e.g. diagnostics support) library
rc libc6-i386 2.27-3ubuntu1 amd64 GNU C Library: 32-bit shared libraries for AMD64
rc libcairomm-1.0-1:amd64 1.10.0-1ubuntu3 amd64 C++ wrappers for Cairo (shared libraries)
rc libcamd2.3.1:amd64 1:4.2.1-3ubuntu1 amd64 symmetric approximate minimum degree library for sparse matrices
rc libcamel-1.2-45 3.10.4-0ubuntu1.5 amd64 Evolution MIME message handling library
rc libccolamd2.8.0:amd64 1:4.2.1-3ubuntu1 amd64 constrained column approximate library for sparse matrices
rc libcdr-0.0-0 0.0.15-1ubuntu1 amd64 library for reading and converting Corel DRAW files
rc libcheese-gtk23:amd64 3.10.2-0ubuntu2 amd64 tool to take pictures and videos from your webcam - widgets
rc libcheese7:amd64 3.10.2-0ubuntu2 amd64 tool to take pictures and videos from your webcam - base library
rc libchm1 2:0.40a-3 amd64 library for dealing with Microsoft CHM files
rc libcholmod2.1.2:amd64 1:4.2.1-3ubuntu1 amd64 sparse Cholesky factorization library for sparse matrices
rc libclucene-contribs1:amd64 2.3.3.4-4build1 amd64 language specific text analyzers (runtime)
rc libclucene-core1:amd64 2.3.3.4-4build1 amd64 core library for full-featured text search engine (runtime)
rc libcmis-0.4-4 0.4.1-3ubuntu4 amd64 CMIS protocol client library
rc libcogl-pango15:amd64 1.16.2-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer
rc libcogl15:amd64 1.16.2-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer
rc libcolamd2.8.0:amd64 1:4.2.1-3ubuntu1 amd64 column approximate minimum degree ordering library for sparse matrices
rc libcolord1:amd64 1.0.6-1 amd64 system service to manage device colour profiles -- runtime
rc libcolorhug1:amd64 1.0.6-1 amd64 library to access the ColorHug colourimeter -- runtime
rc libcolumbus1:amd64 1.1.0+14.04.20140325.3-0ubuntu1 amd64 error tolerant matching engine - shared library
rc libdb5.3-java-jni:amd64 5.3.28-3ubuntu3 amd64 Berkeley v5.3 Database Libraries for Java
rc libdns100 1:9.9.5.dfsg-3ubuntu0.8 amd64 DNS Shared Library used by BIND
rc libdouble-conversion1v5:amd64 2.0.1-3ubuntu2 amd64 routines to convert IEEE floats to and from strings
rc libdvbpsi8:amd64 1.0.0-3 amd64 library for MPEG TS and DVB PSI tables decoding and generating
rc libebackend-1.2-7 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers
rc libebml4:amd64 1.3.0-2+deb8u1build0.14.04.1 amd64 access library for the EBML format (shared library)
rc libebook-1.2-14 3.10.4-0ubuntu1.5 amd64 Client library for evolution address books
rc libebook-contacts-1.2-0 3.10.4-0ubuntu1.5 amd64 Client library for evolution contacts books
rc libecal-1.2-16 3.10.4-0ubuntu1.5 amd64 Client library for evolution calendars
rc libedata-book-1.2-20 3.10.4-0ubuntu1.5 amd64 Backend library for evolution address books
rc libedata-cal-1.2-23 3.10.4-0ubuntu1.5 amd64 Backend library for evolution calendars
rc libedataserver-1.2-18 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers
rc libelfg0:amd64 0.8.13-5 amd64 an ELF object file access library
rc libesd0:amd64 0.2.41-11 amd64 Enlightened Sound Daemon - Shared libraries
rc libexiv2-12 0.23-1ubuntu2 amd64 EXIF/IPTC metadata manipulation library
rc libfarstream-0.1-0:amd64 0.1.2-3ubuntu1 amd64 Audio/Video communications framework: core library
rc libfarstream-0.2-2:amd64 0.2.3-1ubuntu2 amd64 Audio/Video communications framework: core library
rc libfreerdp1:amd64 1.0.2-2ubuntu1 amd64 RDP client for Windows Terminal Services (library)
rc libfriends0:amd64 0.1.2+14.04.20131108.1-0ubuntu1 amd64 Provides an API for accessing social networks
rc libfs6:amd64 2:1.0.7-1 amd64 X11 Font Services library
rc libftgl2:amd64 2.1.3~rc5-4+nmu1 amd64 library to render text in OpenGL using FreeType
rc libgcrypt11:i386 1.5.3-2ubuntu4.3 i386 LGPL Crypto library - runtime library
rc libgdata13 0.14.1-1 amd64 Library for accessing GData webservices - shared libraries
rc libgdbm3:amd64 1.8.3-13.1 amd64 GNU dbm database routines (runtime version)
rc libgee2:amd64 0.6.8-1ubuntu1 amd64 GObject based collection library
rc libgegl-0.2-0:amd64 0.2.0-4ubuntu1 amd64 Generic Graphics Library
rc libgif4:amd64 4.1.6-11 amd64 library for GIF images (library)
rc libgif4:i386 4.1.6-11 i386 library for GIF images (library)
rc libgl1-mesa-dri-lts-vivid:amd64 3:13 amd64 Transitional package for libgl1-mesa-dri-lts-vivid
rc libgl1-mesa-dri-lts-vivid:i386 3:13 i386 Transitional package for libgl1-mesa-dri-lts-vivid
rc libglade2-0:i386 1:2.6.4-2 i386 library to load .glade files at runtime
rc libglew1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler - runtime environment
rc libglewmx1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler (Multiple Rendering Contexts)
rc libglibmm-2.4-1c2a:amd64 2.39.93-0ubuntu1 amd64 C++ wrapper for the GLib toolkit (shared libraries)
rc libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
rc libgnome-control-center1 1:3.6.3-0ubuntu56.1 amd64 utilities to configure the GNOME desktop
rc libgnome-desktop-3-7 3.8.4-0ubuntu3.2 amd64 Utility library for loading .desktop files - runtime files
rc libgnomevfs2-extra:amd64 1:2.24.4-6.1ubuntu2 amd64 GNOME Virtual File System (extra modules)
rc libgnutls26:i386 2.12.23-12ubuntu2.5 i386 GNU TLS library - runtime library
rc libgnutls28:amd64 3.2.11-2ubuntu1.1 amd64 GNU TLS library - main runtime library
rc libgoocanvas-2.0-9:amd64 2.0.2-2 amd64 Canvas widget for GTK+ - shared library
rc libgphoto2-port10:amd64 2.5.3.1-1ubuntu2.2 amd64 gphoto2 digital camera port library
rc libgphoto2-port10:i386 2.5.3.1-1ubuntu2.2 i386 gphoto2 digital camera port library
rc libgrip0 0.3.9+15.10.20150729-0ubuntu1 amd64 multitouch gestures for GTK+ apps
rc libgroupsock1 2014.01.13-1 amd64 multimedia RTSP streaming library (network interfaces and sockets)
rc libgsl0ldbl 1.16+dfsg-1ubuntu1 amd64 GNU Scientific Library (GSL) -- library package
rc libgsoap4:amd64 2.8.16-2 amd64 Runtime libraries for gSOAP
rc libgstreamer-plugins-base0.10-0:i386 0.10.36-2 i386 GStreamer libraries from the "base" set
rc libgstreamer0.10-0:i386 0.10.36-1.5ubuntu1 i386 Core GStreamer libraries and elements
rc libgtkmm-2.4-1c2a:amd64 1:2.24.4-1ubuntu1 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgtkmm-3.0-1:amd64 3.10.1-0ubuntu2 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgtop2-7 2.28.5-2 amd64 gtop system monitoring library (shared)
rc libhogweed2:amd64 2.7.1-1ubuntu0.1 amd64 low level cryptographic library (public-key cryptos)
rc libhybris 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Allows to run bionic-based HW adaptations in glibc systems - libs
rc libical1 1.0-0ubuntu1 amd64 iCalendar library implementation in C (runtime)
rc libidl0:amd64 0.8.14-0.2ubuntu4 amd64 library for parsing CORBA IDL files
rc libilmbase6:amd64 1.0.1-6ubuntu1 amd64 several utility libraries from ILM used by OpenEXR
rc libimobiledevice4:amd64 1.1.5+git20140313.bafe6a9e-0ubuntu1.1 amd64 Library for communicating with the iPhone and iPod Touch
rc libisc95 1:9.9.5.dfsg-3ubuntu0.8 amd64 ISC Shared Library used by BIND
rc libisccc90 1:9.9.5.dfsg-3ubuntu0.8 amd64 Command Channel Library used by BIND
rc libisccfg90 1:9.9.5.dfsg-3ubuntu0.8 amd64 Config File Handling Library used by BIND
rc libisl10:amd64 0.12.2-1 amd64 manipulating sets and relations of integer points bounded by linear constraints
rc libjson-c2:i386 0.11-4ubuntu2 i386 JSON manipulation library - shared library
rc libkf5gapi-data 5.1.0-1ubuntu1 all Google API library for KDE -- data files
rc libkf5libkdepim5 4:15.12.3-0ubuntu1.1 amd64 KDE PIM library
rc libkf5libkleo5 4:15.12.3-0ubuntu1.1 amd64 certificate based crypto library
rc libkf5messageviewer5 4:15.12.3-0ubuntu1.1 amd64 message viewer library
rc liblivemedia23 2014.01.13-1 amd64 multimedia RTSP streaming library
rc libllvm3.6:amd64 1:3.6-2ubuntu1~trusty1 amd64 Modular compiler and toolchain technologies, runtime library
rc libllvm3.6:i386 1:3.6-2ubuntu1~trusty1 i386 Modular compiler and toolchain technologies, runtime library
rc liblouis2:amd64 2.5.3-2ubuntu1 amd64 Braille translation library - shared libs
rc liblwres90 1:9.9.5.dfsg-3ubuntu0.8 amd64 Lightweight Resolver Library used by BIND
rc libmagick++5:amd64 8:6.7.7.10-6ubuntu3.1 amd64 object-oriented C++ interface to ImageMagick
rc libmagickcore5:amd64 8:6.7.7.10-6ubuntu3.1 amd64 low-level image manipulation library
rc libmagickwand5:amd64 8:6.7.7.10-6ubuntu3.1 amd64 image manipulation library
rc libmatroska6:amd64 1.4.1-2+deb8u1build0.14.04.1 amd64 extensible open standard audio/video container format (shared library)
rc libmbim-glib0:amd64 1.6.0-2ubuntu0.1 amd64 Support library to use the MBIM protocol
rc libmetacity-private0a 1:2.34.13-0ubuntu4.1 amd64 library for the Metacity window manager
rc libminiupnpc8 1.6-3ubuntu2.14.04.2 amd64 UPnP IGD client lightweight library
rc libmspub-0.0-0 0.0.6-1ubuntu2 amd64 library for parsing the mspub file structure
rc libmysqlclient18:i386 5.5.50-0ubuntu0.14.04.1 i386 MySQL database client library
rc libnettle4:amd64 2.7.1-1ubuntu0.1 amd64 low level cryptographic library (symmetric and one-way cryptos)
rc libntrack-qt4-1 016-1.3 amd64 Qt 4 API for ntrack
rc libntrack0 016-1.3 amd64 lightweight connectivity tracking library
rc libofx6:amd64 1:0.9.10-1build2 amd64 library to support the Open Financial Exchange format
rc libopencc1:amd64 0.4.3-2build1 amd64 simplified-traditional chinese conversion library - runtime
rc libopencv-calib3d2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Camera Calibration library
rc libopencv-contrib2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision contrib library
rc libopencv-core2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision core library
rc libopencv-features2d2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Feature Detection and Descriptor Extraction library
rc libopencv-flann2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Clustering and Search in Multi-Dimensional spaces library
rc libopencv-highgui2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision High-level GUI and Media I/O library
rc libopencv-imgproc2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Image Processing library
rc libopencv-legacy2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision legacy library
rc libopencv-ml2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Machine Learning library
rc libopencv-objdetect2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Object Detection library
rc libopencv-video2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Video analysis library
rc libopenexr6:amd64 1.6.1-7ubuntu1 amd64 runtime files for the OpenEXR image library
rc libopenjpeg2:amd64 1.3+dfsg-4.7ubuntu1 amd64 JPEG 2000 image compression/decompression library
rc libopenjpeg5:amd64 1:1.5.2-3.1 amd64 JPEG 2000 image compression/decompression library - runtime
rc libopenobex1 1.5-2.1 amd64 OBEX protocol library
rc liborcus-0.6-0 0.5.1-7 amd64 library for processing spreadsheet documents
rc libpangomm-1.4-1:amd64 2.34.0-1ubuntu1 amd64 C++ Wrapper for pango (shared libraries)
rc libpangox-1.0-0:i386 0.0.2-5 i386 pango library X backend
rc libpaps0 0.6.8-7ubuntu1 amd64 UTF-8 to PostScript converter library using Pango
rc libparted0debian1:amd64 2.3-19ubuntu1.14.04.1 amd64 disk partition manipulator - shared library
rc libperl5.22:amd64 5.22.1-9ubuntu0.5 amd64 shared Perl library
rc libplist1:amd64 1.10-1 amd64 Library for handling Apple binary and XML property lists
rc libpocketsphinx1 0.8.0+real-0ubuntu6 amd64 lightweight speech recognition - library
rc libpoppler44:amd64 0.24.5-2ubuntu4.4 amd64 PDF rendering library
rc libpostproc52 6:0.git20120821-4 amd64 FFmpeg derived postprocessing library
rc libprotobuf8:amd64 2.5.0-9ubuntu1 amd64 protocol buffers C++ library
rc libproxy1:amd64 0.4.11-0ubuntu4 amd64 automatic proxy configuration management library (shared)
rc libpython3.4:amd64 3.4.3-1ubuntu1~14.04.3 amd64 Shared Python runtime library (version 3.4)
rc libpython3.4-minimal:amd64 3.4.3-1ubuntu1~14.04.3 amd64 Minimal subset of the Python language (version 3.4)
rc libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.4 amd64 Minimal subset of the Python language (version 3.5)
rc libpyzy-1.0-0 1.0.1-4 amd64 Chinese PinYin and Bopomofo conversion library
rc libqmi-glib0:amd64 1.4.0-1 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol
rc libqpdf13:amd64 5.1.1-1 amd64 runtime library for PDF transformation/inspection software
rc libquvi7:amd64 0.4.1-3 amd64 library for parsing video download links (runtime libraries)
rc libraw9:amd64 0.15.4-1 amd64 raw image decoder library
rc librhythmbox-core8 3.0.2-0ubuntu2 amd64 support library for the rhythmbox music player
rc librlog5v5 1.4-4 amd64 flexible message logging library
rc librtaudio4:amd64 4.0.12~ds0-1ubuntu1 amd64 C++ library for realtime audio input/ouput
rc librtmidi1:amd64 2.0.1~ds0-3ubuntu1 amd64 C++ library for realtime MIDI input/ouput
rc librtmidi2v5:amd64 2.1.0~ds0-4 amd64 C++ library for realtime MIDI input/ouput
rc libsane:amd64 1.0.25+git20150528-1ubuntu2.16.04.1 amd64 API library for scanners
rc libsane:i386 1.0.25+git20150528-1ubuntu2.16.04.1 i386 API library for scanners
rc libsane-hpaio:amd64 3.16.3+repack0-1 amd64 HP SANE backend for multi-function peripherals
rc libsasl2-modules:i386 2.1.26.dfsg1-14build1 i386 Cyrus SASL - pluggable authentication modules
rc libsdl-ttf2.0-0:amd64 2.0.11-3 amd64 TrueType Font library for Simple DirectMedia Layer 1.2, libraries
rc libsidplay1 1.36.59-5ubuntu1 amd64 SID (MOS 6581) emulation library
rc libsidplay2v5 2.1.1-14ubuntu2 amd64 SID (MOS 6581) emulation library
rc libsigc++-2.0-0c2a:amd64 2.2.10-0.2ubuntu2 amd64 type-safe Signal Framework for C++ - runtime
rc libsnmp-dev 5.7.3+dfsg-1.8ubuntu3.1 amd64 SNMP (Simple Network Management Protocol) development files
rc libsox2:amd64 14.4.1-5 amd64 SoX library of audio effects and processing
rc libsphinxbase1 0.8-0ubuntu10 amd64 Sphinx base libraries
rc libstk0c2a:amd64 4.4.4-4 amd64 Sound Synthesis Toolkit
rc libswscale2:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav video scaling library
rc libsystemd-daemon0:amd64 204-5ubuntu20.19 amd64 systemd utility library
rc libsystemd-journal0:amd64 204-5ubuntu20.19 amd64 systemd journal utility library
rc libsystemd-login0:amd64 204-5ubuntu20.19 amd64 systemd login utility library
rc libt1-5 5.1.2-3.6ubuntu1 amd64 Type 1 font rasterizer library - runtime
rc libtag1-vanilla:amd64 1.9.1-2 amd64 audio meta-data library - vanilla flavour
rc libtar0 1.2.20-4 amd64 C library for manipulating tar archives
rc libthumbnailer0:amd64 1.1+14.04.20150205-0ubuntu1 amd64 generate thumbnails from files
rc libtidy-0.99-0 20091223cvs-1.5 amd64 HTML syntax checker and reformatter - library
rc libtinyxml2.6.2:amd64 2.6.2-2 amd64 C++ XML parsing library
rc libts-0.0-0:amd64 1.0-12 amd64 touch screen library
rc libtxc-dxtn-s2tc0:amd64 0~git20131104-1.1 amd64 Texture compression library for Mesa
rc libtxc-dxtn-s2tc0:i386 0~git20131104-1.1 i386 Texture compression library for Mesa
rc libumfpack5.6.2:amd64 1:4.2.1-3ubuntu1 amd64 sparse LU factorization library
rc libunistring0:amd64 0.9.3-5.2ubuntu1 amd64 Unicode string library for C
rc libunityvoice1:amd64 0.1+14.04.20140304-0ubuntu1 amd64 client library for Unity voice service
rc libupower-glib1:amd64 0.9.23-2ubuntu1 amd64 abstraction for power management - shared library
rc libusageenvironment1 2014.01.13-1 amd64 multimedia RTSP streaming library (UsageEnvironment classes)
rc libusbmuxd2 1.0.8-2ubuntu1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
rc libvisio-0.0-0 0.0.31-1ubuntu2 amd64 library for parsing the visio file structure
rc libvlccore7 2.1.6-0ubuntu14.04.2 amd64 base library for VLC and its modules
rc libvlccore8 2.2.2-5ubuntu0.16.04.4 amd64 base library for VLC and its modules
rc libvncserver0:amd64 0.9.9+dfsg-1ubuntu1.1 amd64 API to write one's own vnc server
rc libvpx1:i386 1.3.0-2 i386 VP8 video codec (shared library)
rc libvte-2.90-9 1:0.34.9-1ubuntu2 amd64 Terminal emulator widget for GTK+ 3.0 - runtime files
rc libvte-2.90-common 1:0.34.9-1ubuntu2 all Terminal emulator widget for GTK+ 3.0 - common files
rc libwebrtc-audio-processing-0:amd64 0.1-3ubuntu1~gcc5.1 amd64 AudioProcessing module from the WebRTC project.
rc libwpd-0.9-9 0.9.9-1 amd64 Library for handling WordPerfect documents (shared library)
rc libwpg-0.2-2 0.2.2-1ubuntu1 amd64 WordPerfect graphics import/convert library (shared library)
rc libwps-0.2-2 0.2.9-2ubuntu1 amd64 Works text file format import filter library (shared library)
rc libwxbase2.8-0:amd64 2.8.12.1+dfsg-2ubuntu2 amd64 wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit
rc libwxgtk-media2.8-0:amd64 2.8.12.1+dfsg-2ubuntu2 amd64 wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library runtime)
rc libwxgtk2.8-0:amd64 2.8.12.1+dfsg-2ubuntu2 amd64 wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
rc libx264-142:amd64 2:0.142.2389+git956c8d8-2 amd64 x264 video coding library
rc libxapian22 1.2.16-2ubuntu1 amd64 Search engine library
rc libxcb-util0:amd64 0.3.8-2ubuntu1 amd64 utility libraries for X C Binding -- atom, aux and event
rc libxft2:i386 2.3.2-1 i386 FreeType-based font drawing library for X
rc libxml-commons-resolver1.1-java 1.2-7build1 all XML entity and URI resolver library
rc libxtables10 1.4.21-1ubuntu1 amd64 netfilter xtables library
rc libxtst6:i386 2:1.2.2-1 i386 X11 Testing -- Record extension library
rc libyaml-cpp0.3v5:amd64 0.3.0-1.2 amd64 YAML parser and emitter for C++ (0.3 series)
rc linux-image-3.19.0-25-generic 3.19.0-25.26~14.04.1 amd64 Linux kernel image for version 3.19.0 on 64 bit x86 SMP
rc linux-image-3.19.0-51-generic 3.19.0-51.58~14.04.1 amd64 Linux kernel image for version 3.19.0 on 64 bit x86 SMP
rc linux-image-4.15.0-38-generic 4.15.0-38.41 amd64 Signed kernel image generic
rc linux-image-4.15.0-39-generic 4.15.0-39.42 amd64 Signed kernel image generic
rc linux-image-4.15.0-42-generic 4.15.0-42.45 amd64 Signed kernel image generic
rc linux-image-4.15.0-43-generic 4.15.0-43.46 amd64 Signed kernel image generic
rc linux-image-4.15.0-44-generic 4.15.0-44.47 amd64 Signed kernel image generic
rc linux-image-4.15.0-45-generic 4.15.0-45.48 amd64 Signed kernel image generic
rc linux-image-4.15.0-47-generic 4.15.0-47.50 amd64 Signed kernel image generic
rc linux-image-4.15.0-48-generic 4.15.0-48.51 amd64 Signed kernel image generic
rc linux-image-4.15.0-50-generic 4.15.0-50.54 amd64 Signed kernel image generic
rc linux-image-4.15.0-51-generic 4.15.0-51.55 amd64 Signed kernel image generic
rc linux-image-4.15.0-52-generic 4.15.0-52.56 amd64 Signed kernel image generic
rc linux-image-4.15.0-54-generic 4.15.0-54.58 amd64 Signed kernel image generic
rc linux-image-4.15.0-55-generic 4.15.0-55.60 amd64 Signed kernel image generic
rc linux-image-4.15.0-58-generic 4.15.0-58.64 amd64 Signed kernel image generic
rc linux-image-4.15.0-60-generic 4.15.0-60.67 amd64 Signed kernel image generic
rc linux-image-4.15.0-62-generic 4.15.0-62.69 amd64 Signed kernel image generic
rc linux-image-4.15.0-64-generic 4.15.0-64.73 amd64 Signed kernel image generic
rc linux-image-4.15.0-66-generic 4.15.0-66.75 amd64 Signed kernel image generic
rc linux-image-4.15.0-70-generic 4.15.0-70.79 amd64 Signed kernel image generic
rc linux-image-4.15.0-72-generic 4.15.0-72.81 amd64 Signed kernel image generic
rc linux-image-4.15.0-74-generic 4.15.0-74.84 amd64 Signed kernel image generic
rc linux-image-4.15.0-76-generic 4.15.0-76.86 amd64 Signed kernel image generic
rc linux-image-4.15.0-88-generic 4.15.0-88.88 amd64 Signed kernel image generic
rc linux-image-4.15.0-91-generic 4.15.0-91.92 amd64 Signed kernel image generic
rc linux-image-4.15.0-99-generic 4.15.0-99.100 amd64 Signed kernel image generic
rc linux-image-4.4.0-101-generic 4.4.0-101.124 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-103-generic 4.4.0-103.126 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-104-generic 4.4.0-104.127 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-109-generic 4.4.0-109.132 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-112-generic 4.4.0-112.135 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-116-generic 4.4.0-116.140 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-119-generic 4.4.0-119.143 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-122-generic 4.4.0-122.146 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-124-generic 4.4.0-124.148 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-127-generic 4.4.0-127.153 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-128-generic 4.4.0-128.154 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-130-generic 4.4.0-130.156 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-131-generic 4.4.0-131.157 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-133-generic 4.4.0-133.159 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-134-generic 4.4.0-134.160 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-135-generic 4.4.0-135.161 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-137-generic 4.4.0-137.163 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-138-generic 4.4.0-138.164 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-31-generic 4.4.0-31.50 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-34-generic 4.4.0-34.53 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-36-generic 4.4.0-36.55 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-38-generic 4.4.0-38.57 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-42-generic 4.4.0-42.62 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-43-generic 4.4.0-43.63 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-45-generic 4.4.0-45.66 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-47-generic 4.4.0-47.68 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-53-generic 4.4.0-53.74 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-57-generic 4.4.0-57.78 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-59-generic 4.4.0-59.80 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-62-generic 4.4.0-62.83 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-64-generic 4.4.0-64.85 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-66-generic 4.4.0-66.87 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-70-generic 4.4.0-70.91 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-71-generic 4.4.0-71.92 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-72-generic 4.4.0-72.93 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-75-generic 4.4.0-75.96 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-77-generic 4.4.0-77.98 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-78-generic 4.4.0-78.99 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-79-generic 4.4.0-79.100 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-81-generic 4.4.0-81.104 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-83-generic 4.4.0-83.106 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-93-generic 4.4.0-93.116 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-96-generic 4.4.0-96.119 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-97-generic 4.4.0-97.120 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-98-generic 4.4.0-98.121 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-3.19.0-25-generic 3.19.0-25.26~14.04.1 amd64 Linux kernel extra modules for version 3.19.0 on 64 bit x86 SMP
rc linux-image-extra-3.19.0-51-generic 3.19.0-51.58~14.04.1 amd64 Linux kernel extra modules for version 3.19.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-101-generic 4.4.0-101.124 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-103-generic 4.4.0-103.126 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-104-generic 4.4.0-104.127 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-109-generic 4.4.0-109.132 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-112-generic 4.4.0-112.135 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-116-generic 4.4.0-116.140 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-119-generic 4.4.0-119.143 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-122-generic 4.4.0-122.146 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-124-generic 4.4.0-124.148 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-127-generic 4.4.0-127.153 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-128-generic 4.4.0-128.154 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-130-generic 4.4.0-130.156 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-131-generic 4.4.0-131.157 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-133-generic 4.4.0-133.159 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-134-generic 4.4.0-134.160 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-135-generic 4.4.0-135.161 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-137-generic 4.4.0-137.163 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-138-generic 4.4.0-138.164 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-31-generic 4.4.0-31.50 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-34-generic 4.4.0-34.53 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-36-generic 4.4.0-36.55 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-38-generic 4.4.0-38.57 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-42-generic 4.4.0-42.62 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-43-generic 4.4.0-43.63 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-45-generic 4.4.0-45.66 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-47-generic 4.4.0-47.68 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-53-generic 4.4.0-53.74 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-57-generic 4.4.0-57.78 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-59-generic 4.4.0-59.80 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-62-generic 4.4.0-62.83 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-64-generic 4.4.0-64.85 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-66-generic 4.4.0-66.87 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-70-generic 4.4.0-70.91 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-71-generic 4.4.0-71.92 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-72-generic 4.4.0-72.93 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-75-generic 4.4.0-75.96 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-77-generic 4.4.0-77.98 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-78-generic 4.4.0-78.99 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-79-generic 4.4.0-79.100 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-81-generic 4.4.0-81.104 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-83-generic 4.4.0-83.106 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-93-generic 4.4.0-93.116 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-96-generic 4.4.0-96.119 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-97-generic 4.4.0-97.120 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-98-generic 4.4.0-98.121 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-38-generic 4.15.0-38.41 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-39-generic 4.15.0-39.42 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-42-generic 4.15.0-42.45 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-43-generic 4.15.0-43.46 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-44-generic 4.15.0-44.47 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-45-generic 4.15.0-45.48 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-47-generic 4.15.0-47.50 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-48-generic 4.15.0-48.51 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-50-generic 4.15.0-50.54 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-51-generic 4.15.0-51.55 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-52-generic 4.15.0-52.56 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-54-generic 4.15.0-54.58 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-55-generic 4.15.0-55.60 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-58-generic 4.15.0-58.64 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-60-generic 4.15.0-60.67 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-62-generic 4.15.0-62.69 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-64-generic 4.15.0-64.73 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-66-generic 4.15.0-66.75 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-70-generic 4.15.0-70.79 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-72-generic 4.15.0-72.81 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-74-generic 4.15.0-74.84 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-88-generic 4.15.0-88.88 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-91-generic 4.15.0-91.92 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-99-generic 4.15.0-99.100 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-38-generic 4.15.0-38.41 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-39-generic 4.15.0-39.42 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-42-generic 4.15.0-42.45 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-43-generic 4.15.0-43.46 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-44-generic 4.15.0-44.47 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-45-generic 4.15.0-45.48 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-47-generic 4.15.0-47.50 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-48-generic 4.15.0-48.51 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-50-generic 4.15.0-50.54 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-51-generic 4.15.0-51.55 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-52-generic 4.15.0-52.56 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-54-generic 4.15.0-54.58 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-55-generic 4.15.0-55.60 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-58-generic 4.15.0-58.64 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-60-generic 4.15.0-60.67 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-62-generic 4.15.0-62.69 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-64-generic 4.15.0-64.73 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-66-generic 4.15.0-66.75 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-70-generic 4.15.0-70.79 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-72-generic 4.15.0-72.81 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-74-generic 4.15.0-74.84 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-88-generic 4.15.0-88.88 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-91-generic 4.15.0-91.92 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-99-generic 4.15.0-99.100 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-signed-image-3.19.0-51-generic 3.19.0-51.58~14.04.1 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-101-generic 4.4.0-101.124 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-103-generic 4.4.0-103.126 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-104-generic 4.4.0-104.127 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-109-generic 4.4.0-109.132 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-112-generic 4.4.0-112.135 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-116-generic 4.4.0-116.140 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-119-generic 4.4.0-119.143 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-122-generic 4.4.0-122.146 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-124-generic 4.4.0-124.148 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-127-generic 4.4.0-127.153 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-128-generic 4.4.0-128.154 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-130-generic 4.4.0-130.156 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-131-generic 4.4.0-131.157 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-133-generic 4.4.0-133.159 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-134-generic 4.4.0-134.160 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-135-generic 4.4.0-135.161 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-137-generic 4.4.0-137.163 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-138-generic 4.4.0-138.164 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-31-generic 4.4.0-31.50 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-34-generic 4.4.0-34.53 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-36-generic 4.4.0-36.55 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-38-generic 4.4.0-38.57 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-42-generic 4.4.0-42.62 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-43-generic 4.4.0-43.63 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-45-generic 4.4.0-45.66 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-47-generic 4.4.0-47.68 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-51-generic 4.4.0-51.72 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-53-generic 4.4.0-53.74 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-57-generic 4.4.0-57.78 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-59-generic 4.4.0-59.80 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-62-generic 4.4.0-62.83 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-64-generic 4.4.0-64.85 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-66-generic 4.4.0-66.87 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-70-generic 4.4.0-70.91 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-71-generic 4.4.0-71.92 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-72-generic 4.4.0-72.93 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-75-generic 4.4.0-75.96 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-77-generic 4.4.0-77.98 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-78-generic 4.4.0-78.99 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-79-generic 4.4.0-79.100 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-81-generic 4.4.0-81.104 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-83-generic 4.4.0-83.106 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-93-generic 4.4.0-93.116 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-96-generic 4.4.0-96.119 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-97-generic 4.4.0-97.120 amd64 Signed kernel image generic
rc linux-signed-image-4.4.0-98-generic 4.4.0-98.121 amd64 Signed kernel image generic
rc menu 2.1.46ubuntu1 amd64 generates programs menu for all menu-aware applications
rc mercurial 3.7.3-1ubuntu1 amd64 easy-to-use, scalable distributed version control system
rc mercurial-common 3.7.3-1ubuntu1 all easy-to-use, scalable distributed version control system (common files)
rc module-assistant 0.11.8 all tool to make module package creation easier
rc mountall 2.54ubuntu1 amd64 filesystem mounting tool
rc mysql-server-5.5 5.5.50-0ubuntu0.14.04.1 amd64 MySQL database server binaries and system database setup
rc ntrack-module-libnl-0 016-1.3 amd64 libnl based ntrack module
rc numptyphysics 0.2+svn157-0.2 amd64 crayon based physics puzzle game
rc nvidia-384 390.77-0ubuntu0.18.04.1 amd64 Transitional package for nvidia-driver-390
rc nvidia-opencl-icd-384 390.77-0ubuntu0.18.04.1 amd64 Transitional package for nvidia-headless-390
rc obex-data-server 0.4.6-0ubuntu4 amd64 D-Bus service for OBEX client and server side functionality
rc ocqt562+240-libqt5core5a:amd64 5.6.2-14+5.1 amd64 Qt 5 core module
rc ocqt562+240-libqt5dbus5:amd64 5.6.2-14+5.1 amd64 Qt 5 D-Bus module
rc ocqt562+240-libqt5keychain1 0.8.90-1+1.1 amd64 Cross platform password store library
rc ocqt562+240-libqt5sql5:amd64 5.6.2-14+5.1 amd64 Qt 5 SQL module
rc ocqt562+240-libqt5xml5:amd64 5.6.2-14+5.1 amd64 Qt 5 XML module
rc ocqt562-libqt5core5a:amd64 5.6.2-1+22.1 amd64 Qt 5 core module
rc ocqt562-libqt5dbus5:amd64 5.6.2-1+22.1 amd64 Qt 5 D-Bus module
rc ocqt562-libqt5keychain1 0.7.0-1+4.3 amd64 Cross platform password store library
rc ocqt562-libqt5sql5:amd64 5.6.2-1+22.1 amd64 Qt 5 SQL module
rc ocqt562-libqt5xml5:amd64 5.6.2-1+22.1 amd64 Qt 5 XML module
rc onboard 1.2.0-0ubuntu5 amd64 Simple On-screen Keyboard
rc openbsd-inetd 0.20091229-2ubuntu3 amd64 OpenBSD Internet Superserver
rc openjdk-7-jre-headless:amd64 7u101-2.6.6-0ubuntu0.14.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc openjdk-8-jre-headless:amd64 8u91-b14-3ubuntu1~16.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc overlay-scrollbar-gtk3:amd64 0.2.16+r359+14.04.20131129-0ubuntu1 amd64 GTK 3 module for overlay scrollbars
rc oxygen-icon-theme 5:5.44.0-0ubuntu1 all Oxygen icon theme
rc paman 0.9.4-1ubuntu5 amd64 PulseAudio Manager
rc pencil 3.0.4-49 amd64 An open-source GUI prototyping tool that is available for ALL platforms.
rc perl-modules 5.18.2-2ubuntu1.1 all Core Perl modules
rc phonon:amd64 4:4.10.0-2 amd64 multimedia framework from KDE using Qt 4 - metapackage
rc php5-cli 5.5.9+dfsg-1ubuntu4.19 amd64 command-line interpreter for the php5 scripting language
rc php5-readline 5.5.9+dfsg-1ubuntu4.19 amd64 Readline module for php5
rc php7.0-bcmath 7.0.32-2+ubuntu16.04.1+deb.sury.org+1 amd64 Bcmath module for PHP
rc php7.0-curl 7.0.32-2+ubuntu16.04.1+deb.sury.org+1 amd64 CURL module for PHP
rc php7.0-gd 7.0.32-2+ubuntu16.04.1+deb.sury.org+1 amd64 GD module for PHP
rc php7.0-mysql 7.0.32-2+ubuntu16.04.1+deb.sury.org+1 amd64 MySQL module for PHP
rc php7.0-zip 7.0.32-2+ubuntu16.04.1+deb.sury.org+1 amd64 Zip module for PHP
rc php7.1-curl 7.1.23-3+ubuntu16.04.1+deb.sury.org+1 amd64 CURL module for PHP
rc pidgin 1:2.12.0-1ubuntu4 amd64 graphical multi-protocol instant messaging client
rc pm-utils 1.4.1-17 all utilities and scripts for power management
rc puredata-core 0.46.7-3 amd64 realtime computer music and graphics system - core components
rc python-cupshelpers 1.4.3+20140219-0ubuntu2.6 all Python modules for printer configuration with CUPS
rc python-ubuntu-sso-client 13.10-0ubuntu11 all Ubuntu Single Sign-On client - Python library
rc python3-aptdaemon.pkcompat 1.1.1+bzr982-0ubuntu14 all PackageKit compatibilty for AptDaemon
rc python3.4 3.4.3-1ubuntu1~14.04.3 amd64 Interactive high-level object-oriented language (version 3.4)
rc python3.4-minimal 3.4.3-1ubuntu1~14.04.3 amd64 Minimal subset of the Python language (version 3.4)
rc python3.5-minimal 3.5.2-2ubuntu0~16.04.4 amd64 Minimal subset of the Python language (version 3.5)
rc samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 amd64 SMB/CIFS file, print, and login server for Unix
rc sbackup 0.11.6-0ubuntu1 all Simple Backup Suite for desktop use (core functionality)
rc sbackup-gtk 0.11.6-0ubuntu1 all Simple Backup Suite GTK+ graphical user interface
rc signal-desktop 1.27.4 amd64
rc snap-confine 2.25 amd64 Transitional package for snapd
rc snapd-login-service 1.33-0ubuntu0.16.04.1 amd64 Daemon to allow non-root access to snapd
rc software-center 16.01+16.04.20160420 all Utility for browsing, installing, and removing software
rc systemd-services 204-5ubuntu20.19 amd64 systemd runtime services
rc systemd-shim 9-1bzr4ubuntu1 amd64 shim for systemd
rc sysv-rc 2.88dsf-59.3ubuntu2 all System-V-like runlevel change mechanism
rc tcl8.5 8.5.19-1 amd64 Tcl (the Tool Command Language) v8.5 - shell
rc telepathy-indicator 0.3.1+14.10.20140908-0ubuntu1 amd64 Desktop service to integrate Telepathy with the messaging menu.
rc tk8.5 8.5.19-1ubuntu1 amd64 Tk toolkit for Tcl and X11, v8.5 - windowing shell
rc tomcat7 7.0.68-1ubuntu0.1 all Servlet and JSP engine
rc toshset 1.76-4 amd64 Access much of the Toshiba laptop hardware interface
rc tsconf 1.0-12 all touch screen library common files
rc ttf-punjabi-fonts 1:0.5.14ubuntu1 all Free TrueType fonts for the Punjabi language
rc ubuntuone-client-data 15.10+15.10.20151007 all Data files for Ubuntu One
rc unity-lens-friends 0.1.3+14.04.20140317-0ubuntu1 amd64 Friends scope for unity
rc unity-webapps-common 2.4.17+15.10.20150616-0ubuntu2 all Unity WebApp integration scripts
rc unity-webapps-service 2.5.0~+16.04.20160201-0ubuntu1 amd64 Service for Web Apps integration with the Unity desktop
rc upstart 1.13.2-0ubuntu21.1 amd64 event-based init daemon - essential binaries
rc virtualbox-5.1 5.1.2-108956~Ubuntu~trusty amd64 Oracle VM VirtualBox
rc vivaldi-stable 2.9.1705.41-1 amd64 Experience the web in a whole new way with Vivaldi.
rc vlc-nox 2.2.2-5ubuntu0.16.04.4 amd64 multimedia player and streamer (without X support)
rc webbrowser-app 0.23+16.04.20161028-0ubuntu2 amd64 Ubuntu web browser
rc winbind 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 amd64 service to resolve user and group information from Windows NT servers
rc wodim 9:1.1.11-3ubuntu2 amd64 command line CD/DVD writing tool
rc xfonts-mathml 6ubuntu1 all Type1 Symbol font for MathML
rc xine-ui 0.99.9-1.2 amd64 the xine video player, user interface
rc xserver-xorg-video-vmware-lts-vivid 3:13 amd64 Transitional package for xserver-xorg-video-vmware-lts-vivid
jon@jon-N76VZ:~$
Hors ligne
#4 Le 28/09/2020, à 10:24
- xubu1957
Re : Câble HDMI plus détecté
Bonjour,
Pour nettoyer :
Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :
dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P
Montre :
ubuntu-drivers devices
et :
dpkg -l | grep nvidia
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 29/09/2020, à 10:35
- wyllyjon
Re : Câble HDMI plus détecté
Bonjour et merci !
J'ai bien nettoyé avec la commande fournie et voici le résultats des deux autres commandes :
jon@jon-N76VZ:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00000FD1sv00001043sd00002103bc03sc00i00
vendor : NVIDIA Corporation
model : GK107M [GeForce GT 650M] (N56VZ)
driver : nvidia-340 - distro non-free
driver : nvidia-driver-418-server - distro non-free recommended
driver : nvidia-driver-390 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
jon@jon-N76VZ:~$
jon@jon-N76VZ:~$ dpkg -l | grep nvidia
ii libnvidia-cfg1-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVIDIA binary OpenGL/GLX configuration library
ii libnvidia-common-390 390.138-0ubuntu0.18.04.1 all Shared files used by the NVIDIA libraries
ii libnvidia-compute-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVIDIA libcompute package
ii libnvidia-compute-390:i386 390.138-0ubuntu0.18.04.1 i386 NVIDIA libcompute package
ii libnvidia-decode-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVIDIA Video Decoding runtime libraries
ii libnvidia-decode-390:i386 390.138-0ubuntu0.18.04.1 i386 NVIDIA Video Decoding runtime libraries
ii libnvidia-encode-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVENC Video Encoding runtime library
ii libnvidia-encode-390:i386 390.138-0ubuntu0.18.04.1 i386 NVENC Video Encoding runtime library
ii libnvidia-fbc1-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVIDIA OpenGL-based Framebuffer Capture runtime library
ii libnvidia-fbc1-390:i386 390.138-0ubuntu0.18.04.1 i386 NVIDIA OpenGL-based Framebuffer Capture runtime library
ii libnvidia-gl-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii libnvidia-gl-390:i386 390.138-0ubuntu0.18.04.1 i386 NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii libnvidia-ifr1-390:amd64 390.138-0ubuntu0.18.04.1 amd64 NVIDIA OpenGL-based Inband Frame Readback runtime library
ii libnvidia-ifr1-390:i386 390.138-0ubuntu0.18.04.1 i386 NVIDIA OpenGL-based Inband Frame Readback runtime library
ii nvidia-compute-utils-390 390.138-0ubuntu0.18.04.1 amd64 NVIDIA compute utilities
ii nvidia-dkms-390 390.138-0ubuntu0.18.04.1 amd64 NVIDIA DKMS package
ii nvidia-driver-390 390.138-0ubuntu0.18.04.1 amd64 NVIDIA driver metapackage
ii nvidia-kernel-common-390 390.138-0ubuntu0.18.04.1 amd64 Shared files used with the kernel module
ii nvidia-kernel-source-390 390.138-0ubuntu0.18.04.1 amd64 NVIDIA kernel source package
ii nvidia-prime 0.8.8.2 all Tools to enable NVIDIA's Prime
ii nvidia-settings 440.82-0ubuntu0.18.04.1 amd64 Tool for configuring the NVIDIA graphics driver
ii nvidia-utils-390 390.138-0ubuntu0.18.04.1 amd64 NVIDIA driver support binaries
ii xserver-xorg-video-nvidia-390 390.138-0ubuntu0.18.04.1 amd64 NVIDIA binary Xorg driver
jon@jon-N76VZ:~$
Merci pour votre aide et bonne journée !
Hors ligne
#6 Le 29/09/2020, à 10:41
- xubu1957
Re : Câble HDMI plus détecté
Bonjour,
Fournis les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#7 Le 29/09/2020, à 10:58
- wyllyjon
Re : Câble HDMI plus détecté
Voilà !
jon@jon-N76VZ:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-3.19.0-59 3.19.0-59.66~14.04.1 all
ii linux-headers-3.19.0-59-generic 3.19.0-59.66~14.04.1 amd64
ii linux-image-3.19.0-59-generic 3.19.0-59.66~14.04.1 amd64
ii linux-image-extra-3.19.0-59-generic 3.19.0-59.66~14.04.1 amd64
ii linux-signed-image-3.19.0-59-generic 3.19.0-59.66~14.04.1 amd64
ii linux-headers-3.19.0-61 3.19.0-61.69~14.04.1 all
ii linux-headers-3.19.0-61-generic 3.19.0-61.69~14.04.1 amd64
ii linux-image-3.19.0-61-generic 3.19.0-61.69~14.04.1 amd64
ii linux-image-extra-3.19.0-61-generic 3.19.0-61.69~14.04.1 amd64
ii linux-signed-image-3.19.0-61-generic 3.19.0-61.69~14.04.1 amd64
ii linux-headers-3.19.0-64 3.19.0-64.72~14.04.1 all
ii linux-headers-3.19.0-64-generic 3.19.0-64.72~14.04.1 amd64
ii linux-image-3.19.0-64-generic 3.19.0-64.72~14.04.1 amd64
ii linux-image-extra-3.19.0-64-generic 3.19.0-64.72~14.04.1 amd64
ii linux-signed-image-3.19.0-64-generic 3.19.0-64.72~14.04.1 amd64
ii linux-headers-3.19.0-65 3.19.0-65.73~14.04.1 all
ii linux-headers-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-image-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-image-extra-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-signed-image-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-headers-4.4.0-31 4.4.0-31.50 all
ii linux-headers-4.15.0-112 4.15.0-112.113 all
ii linux-headers-4.15.0-112-generic 4.15.0-112.113 amd64
ii linux-image-4.15.0-112-generic 4.15.0-112.113 amd64
ii linux-modules-4.15.0-112-generic 4.15.0-112.113 amd64
ii linux-modules-extra-4.15.0-112-generic 4.15.0-112.113 amd64
ii linux-headers-4.15.0-117 4.15.0-117.118 all
ii linux-headers-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-image-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-modules-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-modules-extra-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-headers-4.15.0-118 4.15.0-118.119 all
ii linux-headers-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-image-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-modules-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-modules-extra-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-generic 4.15.0.118.105 amd64
ii linux-headers-generic 4.15.0.118.105 amd64
ii linux-image-generic 4.15.0.118.105 amd64
ii linux-signed-generic 4.15.0.118.105 amd64
ii linux-signed-image-generic 4.15.0.118.105 amd64
Noyau courant : 4.15.0-117-generic x86_64
jon@jon-N76VZ:~$
Hors ligne
#8 Le 29/09/2020, à 11:13
- xubu1957
Re : Câble HDMI plus détecté
Pour dégager les noyaux anciens 3.19 et 4.4, il faut utiliser la procédure de la Doc > kernel#via_autoremove
En pratique, si un ou plusieurs vieux noyaux résistent à la purge, il suffit de passer cette commande dans le terminal :
apt-mark showmanual | grep -E "linux-.*[0-9]" | grep -v "hwe" | xargs -r sudo apt-mark auto
Puis de repasser la commande de nettoyage automatique :
sudo apt autoremove --purge -y
Après cela, il ne restera que le dernier noyau et l'avant-dernier
_ _ _
Que renvoie :
xrandr -q
?
Dernière modification par xubu1957 (Le 29/09/2020, à 11:18)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#9 Le 29/09/2020, à 13:11
- wyllyjon
Re : Câble HDMI plus détecté
jon@jon-N76VZ:~$ xrandr -q
Screen 0: minimum 8 x 8, current 3600 x 1080, maximum 16384 x 16384
HDMI-0 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm
1680x1050 59.95*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
LVDS-1-1 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 382mm x 215mm
1920x1080 60.01*+ 60.01 59.97 59.96 59.93 40.01
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
VGA-1-1 disconnected (normal left inverted right x axis y axis)
1680x1050 (0x4b) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1280x1024 (0x53) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1024x768 (0x68) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x77) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
640x480 (0x86) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
jon@jon-N76VZ:~$
et après le nettoyage :
jon@jon-N76VZ:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-3.19.0-65 3.19.0-65.73~14.04.1 all
ii linux-headers-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-headers-4.15.0-117 4.15.0-117.118 all
ii linux-headers-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-image-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-modules-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-modules-extra-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-headers-4.15.0-118 4.15.0-118.119 all
ii linux-headers-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-image-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-modules-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-modules-extra-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-generic 4.15.0.118.105 amd64
ii linux-headers-generic 4.15.0.118.105 amd64
ii linux-image-generic 4.15.0.118.105 amd64
ii linux-signed-generic 4.15.0.118.105 amd64
ii linux-signed-image-generic 4.15.0.118.105 amd64
Noyau courant : 4.15.0-117-generic x86_64
jon@jon-N76VZ:~$
Dernière modification par wyllyjon (Le 29/09/2020, à 13:12)
Hors ligne
#10 Le 29/09/2020, à 13:15
- xubu1957
Re : Câble HDMI plus détecté
Je trouve ce bug > bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185 Secondary monitor not connecting in 18.04 LTS
_ _ _
Montre :
sudo du -ah --max-depth=2 /boot | sort -h | tail -23
Dernière modification par xubu1957 (Le 29/09/2020, à 13:17)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#11 Le 29/09/2020, à 13:19
- wyllyjon
Re : Câble HDMI plus détecté
jon@jon-N76VZ:~$ sudo du -ah --max-depth=2 /boot | sort -h | tail -23
[sudo] Mot de passe de jon :
4,0K /boot/efi/BOOTSECT.BAK
4,0K /boot/grub/grubenv
4,0K /boot/grub/themes
16K /boot/grub/grub.cfg
144K /boot/grub/locale
180K /boot/memtest86+.bin
184K /boot/memtest86+.elf
184K /boot/memtest86+_multiboot.bin
216K /boot/config-4.15.0-117-generic
216K /boot/config-4.15.0-118-generic
2,3M /boot/grub/fonts
2,3M /boot/grub/unicode.pf2
3,2M /boot/grub/x86_64-efi
3,9M /boot/System.map-4.15.0-117-generic
3,9M /boot/System.map-4.15.0-118-generic
8,0M /boot/grub
8,0M /boot/vmlinuz-4.15.0-117-generic
8,0M /boot/vmlinuz-4.15.0-118-generic
50M /boot/efi
50M /boot/efi/EFI
68M /boot/initrd.img-4.15.0-117-generic
68M /boot/initrd.img-4.15.0-118-generic
218M /boot
jon@jon-N76VZ:~$
Hors ligne
#12 Le 29/09/2020, à 13:22
- xubu1957
Re : Câble HDMI plus détecté
ii linux-headers-3.19.0-65 3.19.0-65.73~14.04.1 all
ii linux-headers-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
Je vais demander un avis pour ce reliquat !
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#13 Le 29/09/2020, à 13:35
- cqfd93
Re : Câble HDMI plus détecté
Bonjour,
Les virer avec apt, tout simplement :
sudo apt purge linux-headers-3.19.0-65 linux-headers-3.19.0-65-generic
− cqfd93 −
Hors ligne
#14 Le 29/09/2020, à 13:56
- xubu1957
Re : Câble HDMI plus détecté
Bonjour cqfd93 et merci !
Je n'arrive pas à piger pourquoi le système avait enlevé les trois autres paquets, visibles au #7 :
ii linux-image-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-image-extra-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
ii linux-signed-image-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
et pas ces deux là.
Dernière modification par xubu1957 (Le 29/09/2020, à 14:01)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#15 Le 29/09/2020, à 13:59
- wyllyjon
Re : Câble HDMI plus détecté
sudo apt purge linux-headers-3.19.0-65 linux-headers-3.19.0-65-generic
J'ai bien exécuté cette commande
Hors ligne
#16 Le 29/09/2020, à 14:08
- xubu1957
Re : Câble HDMI plus détecté
J'ai lu dans > askubuntu.com/questions/1238057/hdmi-monitor-not-working-simultaneously-with-laptop-monitor
J'ai connecté un écran de contrôle externe connecté à l'ordinateur portable via la sortie de l'ordinateur portable HDMI. Le moniteur externe ne fonctionne dans Ubuntu que lorsque je vais dans le BIOS et que je sélectionne HDMI. Cependant, le moniteur d'ordinateur portable ne fonctionne pas simultanément. Le moniteur interne de l'ordinateur portable ne fonctionne dans Ubuntu que lorsque je vais dans le BIOS et que je sélectionne Moniteur système. Cependant, le moniteur HDMI ne fonctionne pas simultanément.
Que renvoie :
xrandr -q
?
_ _ _
Je trouve aussi, pour un ordi ASUS N76VZ :
Bonjour
Tu as 2 carte graphique (une intel et une nvidia - donc techno optimus) il est possible que ce soit la carte nvidia qui gère l'hdmi.
Si c'est bien ça tu dois démarrer le système sur la carte nvidia avec PRIME pour "avoir une chance" de faire sortir le son via l'hdmi.
> Branchement TV en hdmi mais pas de son
Dernière modification par xubu1957 (Le 29/09/2020, à 14:22)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#17 Le 29/09/2020, à 14:24
- wyllyjon
Re : Câble HDMI plus détecté
jon@jon-N76VZ:~$ xrandr -q
Screen 0: minimum 8 x 8, current 3600 x 1080, maximum 16384 x 16384
HDMI-0 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm
1680x1050 59.95*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
LVDS-1-1 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 382mm x 215mm
1920x1080 60.01*+ 60.01 59.97 59.96 59.93 40.01
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
VGA-1-1 disconnected (normal left inverted right x axis y axis)
1680x1050 (0x4b) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1280x1024 (0x53) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1024x768 (0x68) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x77) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
640x480 (0x86) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
jon@jon-N76VZ:~$
Pour ma part, l'écran externe fonctionne, c'est juste la détection automatique de connexion/déconnexion du câble HDMI qui ne fonctionne plus. Si je met mon ordi en veille et que je le réouvre, il prend en compte le nouvel état (branché/débranché) de mon écran
Dernière modification par wyllyjon (Le 29/09/2020, à 14:26)
Hors ligne
#18 Le 29/09/2020, à 14:38
- xubu1957
Re : Câble HDMI plus détecté
Je vois au #5 :
nvidia-driver-418-server - distro non-free recommended
Je ne suis pas capable d'expliquer pourquoi le système voudrait une version du pilote plus récente, pour serveur, il faut les avis d'aidants connaisseurs.
_ _ _
(edit=messages regroupés)
_ _ _
Vu :
danielrichter2007-grub-customizer-trusty.list
danielrichter2007-grub-customizer-trusty.list.distUpgrade
danielrichter2007-grub-customizer-trusty.list.save
dans ton fil > Ordinateur qui rame. Comment optimiser ?
et le rodéo > Webcam toujours allumée, à titre d'information,peux-tu montrer le sources.list :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
?
Dernière modification par xubu1957 (Le 29/09/2020, à 14:58)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#19 Le 29/09/2020, à 14:42
- cqfd93
Re : Câble HDMI plus détecté
Bonjour cqfd93 et merci !
Je n'arrive pas à piger pourquoi le système avait enlevé les trois autres paquets, visibles au #7 :
ii linux-image-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64 ii linux-image-extra-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64 ii linux-signed-image-3.19.0-65-generic 3.19.0-65.73~14.04.1 amd64
et pas ces deux là.
Je n'en ai aucune idée.
− cqfd93 −
Hors ligne
#20 Le 29/09/2020, à 14:53
- wyllyjon
Re : Câble HDMI plus détecté
jon@jon-N76VZ:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-4.15.0-117 4.15.0-117.118 all
ii linux-headers-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-image-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-modules-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-modules-extra-4.15.0-117-generic 4.15.0-117.118 amd64
ii linux-headers-4.15.0-118 4.15.0-118.119 all
ii linux-headers-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-image-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-modules-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-modules-extra-4.15.0-118-generic 4.15.0-118.119 amd64
ii linux-generic 4.15.0.118.105 amd64
ii linux-headers-generic 4.15.0.118.105 amd64
ii linux-image-generic 4.15.0.118.105 amd64
ii linux-signed-generic 4.15.0.118.105 amd64
ii linux-signed-image-generic 4.15.0.118.105 amd64
Noyau courant : 4.15.0-117-generic x86_64
jon@jon-N76VZ:~$
Hors ligne
#21 Le 29/09/2020, à 14:56
- xubu1957
Re : Câble HDMI plus détecté
Me suis trompé de commande, c'est :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#22 Le 29/09/2020, à 15:19
- wyllyjon
Re : Câble HDMI plus détecté
jon@jon-N76VZ:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.d/mongodb-org-4.0.list
1 deb [arch=amd64] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse
/etc/apt/sources.list.d/skype-stable.list
1 # deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers bionic
/etc/apt/sources.list.d/nodesource.list
1 # deb https://deb.nodesource.com/node_7.x bionic main # désactivé pour la mise à niveau vers bionic
2 # deb-src https://deb.nodesource.com/node_7.x bionic main # désactivé pour la mise à niveau vers bionic
/etc/apt/sources.list.d/hugin-ubuntu-hugin-builds-bionic.list
1 deb http://ppa.launchpad.net/hugin/hugin-builds/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/hugin/hugin-builds/ubuntu bionic main
/etc/apt/sources.list.d/sublime-text.list
1 deb https://download.sublimetext.com/ apt/stable/
/etc/apt/sources.list.d/danielrichter2007-grub-customizer-trusty.list
1 # deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
2 # deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu trusty main
/etc/apt/sources.list.d/signal-xenial.list
1 deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main
/etc/apt/sources.list.d/google-chrome.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 # deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers xenial
/etc/apt/sources.list.d/brave-browser-release-bionic.list
1 deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ bionic main
/etc/apt/sources.list.d/steam.list
1 # deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam # désactivé pour la mise à niveau vers bionic
2 # deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam # désactivé pour la mise à niveau vers bionic
/etc/apt/sources.list.d/ondrej-ubuntu-php-xenial.list
1 # deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main
/etc/apt/sources.list.d/teamviewer.list
1 ### TeamViewer DEB repository list
2
3 ### NOTE: Manual changes to this file
4 ### - prevent it from being updated by TeamViewer package updates
5 ### - will be lost after using the 'teamviewer repo' command
6 ### The original file can be restored with this command:
7 ### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
8 ### which has the same effect as 'teamviewer repo default'
9
10 ### NOTE: It is preferred to use the following commands to edit this file:
11 ### teamviewer repo - show current repository configuration
12 ### teamviewer repo default - restore default configuration
13 ### teamviewer repo disable - disable the repository
14 ### teamviewer repo main [stable] - make all TeamViewer packages available (default)
15 ### teamviewer repo tv14 [stable] - make TeamViewer 14 packages available
16 ### stable omit preview and beta releases
17
18
19 ### Choose stable main to receive updates for TeamViewer 14 and upcoming major releases
20 ### Choose preview main to receive early updates for TeamViewer 14 and to receive major beta releases
21
22 ### Choose stable tv14 to receive updates for TeamViewer 14
23 ### Choose preview tv14 to receive early updates for TeamViewer 14
24
25 # deb http://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers bionic
26 # deb http://linux.teamviewer.com/deb preview main # désactivé pour la mise à niveau vers bionic
27
28 # deb http://linux.teamviewer.com/deb stable tv14
29 # deb http://linux.teamviewer.com/deb preview tv14
/etc/apt/sources.list.d/owncloud-client.list
1 # deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.10/ / # désactivé pour la mise à niveau vers xenial
2 # deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.10/ / # désactivé pour la mise à niveau vers xenial
3 # deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.04/ / # désactivé pour la mise à niveau vers bionic
4 # deb-src http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.04/ / # désactivé pour la mise à niveau vers bionic
/etc/apt/sources.list.d/plushuang-tw-ubuntu-uget-stable-xenial.list
1 # deb http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 # deb-src http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu xenial main
/etc/apt/sources.list.d/playonlinux.list
1 # deb http://deb.playonlinux.com/ trusty main # désactivé pour la mise à niveau vers bionic
/etc/apt/sources.list.d/pellesimon-ubuntu-ppa-xenial.list
1 # deb http://ppa.launchpad.net/pellesimon/ppa/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 # deb-src http://ppa.launchpad.net/pellesimon/ppa/ubuntu xenial main
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 14.04.3 LTS _Trusty Tahr_ - Beta amd64 (20150805)]/ trusty main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
6 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
11 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
17 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
19 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
27 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
29 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
37 deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
38
39 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
40 deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
41 deb http://security.ubuntu.com/ubuntu bionic-security universe
42 deb-src http://security.ubuntu.com/ubuntu bionic-security universe
43 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
44 deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
45
46 ## Uncomment the following two lines to add software from Canonical's
47 ## 'partner' repository.
48 ## This software is not part of Ubuntu, but is offered by Canonical and the
49 ## respective vendors as a service to Ubuntu users.
50 deb http://archive.canonical.com/ubuntu bionic partner
51 deb-src http://archive.canonical.com/ubuntu bionic partner
52
jon@jon-N76VZ:~$
Hors ligne
#23 Le 29/09/2020, à 15:29
- xubu1957
Re : Câble HDMI plus détecté
Pour ma part, l'écran externe fonctionne, c'est juste la détection automatique de connexion/déconnexion du câble HDMI qui ne fonctionne plus. Si je met mon ordi en veille et que je le réouvre, il prend en compte le nouvel état (branché/débranché) de mon écran
Il faut des aidants experts.
Comme veille_et_hibernation, c'est clair comme une bouteille d'encre.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
Pages : 1