Ubottu factoids
Home · Launchpad · Ubuntu database file
1
Order by
Name + ·
Name - ·
Popularity + ·
Popularity - ·
Date added + ·
Date added -
Factoid | Value | Author |
---|---|---|
binarydriver binarydrivers binarydrivershowto gatos nv | <reply> Most Linux graphics drivers are now open source (with binary firmware blobs). !Nvidia *kernel* drivers can be open source since series 515, but the main driver is now a firmware blob. More info: !nvidia !fglrx and https://help.ubuntu.com/community/VideoDriverHowto | Added by Seveas Date: 2006-07-16 15:07:36 Last edited by tomreyn Date: 2022-07-04 02:17:24 Requested 16404 times |
bcm43xx broadcom 43xx bcm-43xx bcm b43 bcm4313 | <reply> Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx | Added by Seveas Date: 2006-06-18 00:18:16 Last edited by rww Date: 2011-01-21 06:38:15 Requested 2800 times |
ntfs-3g ntfs3g | a Linux driver which allows read/write access to NTFS partitions. Installation instructions at https://help.ubuntu.com/community/MountingWindowsPartitions | Added by Seveas Date: 2006-08-11 19:48:36 Last edited by Seveas Date: 2007-04-21 09:57:49 Requested 2799 times |
fuse captive | <reply> FUSE (Filesystem in Userspace) is a !kernel driver that allows non-root users to create their own filesystems. See http://en.wikipedia.org/wiki/Filesystem_in_Userspace for more on FUSE. Some examples of filesystems that use FUSE are !ntfs-3g, sshfs and isofs. A full list of Filesystems that use FUSE is here: http://fuse.sourceforge.net/wiki/index.php/FileSystems | Added by apokryphos Date: 2006-06-19 11:48:16 Last edited by Amaranth Date: 2007-08-07 14:36:30 Requested 1130 times |
xconfig | <reply> To reconfigure your X server, open a console and type « sudo dpkg-reconfigure xserver-xorg » - To configure only the driver and resolution, type « sudo dpkg-reconfigure xserver-xorg -phigh » - See also !FixRes | Added by nalioth Date: 2006-08-07 20:14:52 Requested 683 times |
ext3 | the default filesystem on older versions of Ubuntu, and the most popular on Linux. You can read/write from Windows to ext3 via http://www.fs-driver.org | Added by apokryphos Date: 2006-06-18 21:35:14 Last edited by rww Date: 2011-01-02 04:11:40 Requested 623 times |
tv tvcard tv card dvb tuner | <reply> http://www.linuxtv.org/ has extensive information about using TV cards under Linux. Available viewers for analog cards: Zapping, tvtime (GTK/GNOME), Kaffeine, kdetv (KDE), xawtv, motv. For digital cards: Me-TV (GNOME), Klear (KDE), dvb-utils. For both analog and digital cards, !MythTV is a powerful framework. Your card may work the !IVTV drivers. See also !TV-Out | Added by LjL Date: 2007-05-29 19:19:48 Last edited by dax Date: 2017-11-10 22:29:00 Requested 497 times |
sabdfl sabdlf markshuttleworth mark mark shuttlworth mark shuttleworth shuttleworth | <reply> Mark "sabdfl" Shuttleworth is our favourite cosmonaut, the founder of Canonical and the primary driver behind Ubuntu. You can find pieces of his thinking at http://www.markshuttleworth.com | Added by Seveas Date: 2006-06-23 11:44:04 Requested 444 times |
stages | <reply> The Ubuntu Kernel gets updated in stages. If you have the updated kernel, but do not have the corresponding restricted modules, you may be leaving yourself with no X when you reboot. If you have compiled binary versions of your video driver, eg from the nVidia site, you will need to recompile them for the new kernel. This is normal, and not a bug. | Added by Hobbsee Date: 2007-10-06 16:47:05 Last edited by Hobbsee Date: 2007-10-06 16:48:34 Requested 310 times |
xorgconf xorg.conf | <reply> The /etc/X11/xorg.conf file is deprecated, but sometimes may still be needed to pass values to specific drivers. See `man xorg.conf` for file structure and syntax. For Ubuntu-specific documentation and more information, see also https://wiki.ubuntu.com/X/Config | Added by topyli Date: 2011-10-28 18:26:10 Last edited by dax Date: 2016-03-31 15:29:06 Requested 182 times |
reiserfs reiser | a journalling file system, which outperforms many others on I/O operations, but has drawbacks (such as increasing likelihood of data loss, and introducing latency unsuitable for gaming or real-time audio). Using !ext4, the default on Ubuntu, is *highly* recommended. A read-only Windows driver is available at http://p-nand-q.com/download/rfstool.html | Added by Seveas Date: 2006-06-19 13:33:32 Last edited by Pici Date: 2011-10-31 20:06:56 Requested 174 times |
amd ati fglrx amdgpu | <reply> On Ubuntu, AMD's official Linux graphics driver "amdgpu" is automatically loaded for matching hardware. Very old cards use driver "radeon" (r300, r600) instead. See the !man pages for X options, "modinfo -p <graphics-driver>" for kernel parameters. Both drivers are open source and integrate with MESA and !DRI. Drivers "amdgpu-pro", "fglrx" and "ati" are not supported here. | Added by knome Date: 2015-08-03 19:17:31 Last edited by tomreyn Date: 2022-06-17 18:21:56 Requested 171 times |
nvidia | <reply> Drivers for Nvidia graphics cards: (A) No gaming/CAD/CUDA needed or legacy hardware? Use "nouveau" (open source, lacks many features). (B) Otherwise, "nvidia" (proprietary driver, fully featured). Install using "ubuntu-drivers" CLI or apt - not from nvidia.com. Driver series, hardware support (release notes): https://www.nvidia.com/en-us/drivers/unix/ - Latest drivers !PPA: https://pad.lv/ppa/graphics-drivers | Added by apokryphos Date: 2006-06-18 00:21:10 Last edited by tomreyn Date: 2022-07-04 02:10:10 Requested 162 times |
nouveau | an open-source nvidia driver included by default since Ubuntu 10.04. Currently, 3D rendering is only partially supported. More information can be found at http://nouveau.freedesktop.org/wiki/ | See !nvidia for the closed-source Nvidia driver. | Added by Hobbsee Date: 2007-08-09 09:03:42 Last edited by rww Date: 2011-05-23 22:49:26 Requested 157 times |
modules | <reply> To compile modules and drivers that are not bundled with the standard kernel, for more info /msg $nick kernel , install the relevant package, usually called "<modulename>-source", and run « sudo module-assistant » (you will have to do this again after kernel updates). To prevent specific modules from loading, see /msg $nick blacklist | Added by LjL Date: 2007-01-26 02:51:55 Last edited by m4v Date: 2013-02-28 16:58:33 Requested 126 times |
vesa | the default video driver if X can't find a better one. Also see !x | Added by Seveas Date: 2006-06-19 09:19:10 Requested 120 times |
binarydriver-#ubuntu+1 | <deleted><reply> For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto | The ATI and nVidia binary drivers may not currently be installable. | Added by stdin Date: 2008-10-03 10:02:27 Last edited by tsimpson Date: 2012-04-26 17:51:59 Requested 95 times |
kmix | KDE's soundcard mixer program. Though small, it is full-featured. The program should give controls for each of your soundcards. KMix supports several platforms and sound drivers. Go to https://help.ubuntu.com/community/Kmix for complete information. | Added by Myrtti Date: 2008-05-26 20:45:57 Requested 17 times |
newfglrx | <deleted><reply> Ubuntu 16.04 and above do not contain AMD's proprietary "fglrx" video driver. Please use radeon or amdgpu instead (see https://help.ubuntu.com/community/RadeonDriver ). We do not recommend or support downloading fglrx from other sources; please do not ask for help with it here. | Added by dax Date: 2016-04-16 05:12:35 Last edited by tomreyn Date: 2022-06-17 18:27:55 Requested 14 times |
alsa-source | <deleted><reply> Want to use alsa 0.11? Grab and install http://archive.progeny.com/debian/pool/main/a/alsa-driver/alsa-source_1.0.11-2_all.deb, install linux-headers-$(uname -r) module-assistant and build-essential and run sudo module-assistant a-i alsa-source | Added by Seveas Date: 2006-06-19 11:27:10 Last edited by rww Date: 2011-09-09 04:45:14 Requested 10 times |
ifrename | <reply> ifrename allows you to rename interfaces at boot based on various criteria such as driver, mac address, etc. 'man ifrename' and 'man iftab' for details on configuration. | Added by imbrandon Date: 2006-06-27 04:00:58 Requested 5 times |
wineasio | <reply> wineasio is an ASIO driver for !wine. Due to licensing restrictions regarding the ASIO source, wineasio cannot be distributed as a binary. Any distribution of wineasio as a binary is illegal in most countries. See https://wiki.ubuntu.com/wineasio | Added by Eickmeyer Date: 2020-09-18 01:52:35 Requested 2 times |
binarydrivers | <alias> binarydriver | Added by Seveas Date: 2006-06-18 15:40:54 Requested 0 times |
binarydrivershowto | <alias> binarydriver | Added by apokryphos Date: 2006-06-18 15:41:05 Requested 0 times |
gatos | <alias> binarydriver | Added by Seveas Date: 2006-06-19 13:41:19 Requested 0 times |
nv | <alias> binarydriver | Added by ompaul Date: 2006-09-16 19:21:34 Requested 0 times |
©2006-2007 Dennis Kaarsemaker
©2008-2009 Terence Simpson
©2018 Krytarik Raido