Debian Installation :: No Internet - Wheezy Install On Wiped Acer C720 Chrome

Feb 22, 2015

uname -a
Code: Select allLinux OpalMint 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux

lspci -nnk | grep -iA2 net
Code: Select all01:00.0 Network controller [0280]: Atheros Communications Inc. AR9462 Wireless Network Adapter [168c:0034] (rev 01)
        Subsystem: Foxconn International, Inc. Device [105b:e058]
        Kernel driver in use: ath9k

[Code] ....

View 14 Replies


ADVERTISEMENT

Debian Installation :: Acer C720 Trackpad Not Working?

Aug 29, 2015

I just installed version 8.1 on my c720 and everything works out of the box except the track pad. I am new to Linux so I am lost on how to check for the correct drivers or any other solution.

I have heard that the newer kernel versions added built in support but I am not sure if changing that will cause compatibility problems with any other program that I install later.

View 5 Replies View Related

Debian Hardware :: Acer C720 Chromebook - SSD Not Detected In Parted Magic

Jun 19, 2015

Parted Magic doesn't detect the SSD for some reason. I've been trying to install ANY form of Linux onto my chromebook, wiping the SSD first and then installing Linux to it. For the last few months actively trying to do so, all has failed. I decided to get an m.2 connector that plugins into a gpu slot to connect it to my desktop (the SSD is micro-sized...) and it fits perfectly, but when opening Parted Magic from a simple USB drive, all my devices show up except my SSD.

Previously, the installations of Linux onto my Chromebook have always failed with a "not enough memory" message, trying all solutions found online and responding to other's posts, they suggested me to do this since they can't see the problem either. I never knew a basic wipe on an SSD, and installation of Linux would be so difficult. Everyone online says "it's so easy even without crouton" and is plug-in-play essentially. No, it is not.

View 10 Replies View Related

Debian Installation :: Jessie Netinst Fails For Chrome Book Pixel

Feb 8, 2015

I have been happily running Wheezy on the Chromebook Pixel with little or not issues. Recently I needed to re-install and decided to try Jessie. Again I was following the excellent instructions at [URL] .... except with the Jessie image.

However everytime I went to install it (after adding in the mem=4G line) it just rebooted and brought me back to the same install screen again. I just downloaded the Wheezy image again and it is installing now perfectly.

View 1 Replies View Related

Debian Installation :: 64bit Stable / Jessie Still Shows Chrome Update Errors?

Mar 12, 2016

I am having this problem on my old 64-bit Debian box (stable's Jessie) box, but nothing seems to fix it from what I saw online like in [URL] ... and other forums. Maybe I missed something?

Code: Select all$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://ftp.us.debian.org jessie InRelease
Hit http://security.debian.org jessie/updates InRelease

[Code] ....

View 14 Replies View Related

Debian Installation :: Install Ubuntu 14.04 Alongside Wheezy

Apr 23, 2015

I have a laptop primarily used for a client work. It is running Debian Wheezy, and wish to keep it intact in case I need to do more work for client.

I would like to install Ubuntu 14.04 alongside Debian, and use Ubuntu as a bit of a play/experiment area, etc... HD has lots of space (600GB free), and as far as I can tell Grub is installed in MBR.

I did some searches, and from what I can tell, it sounds like I can just install Ubuntu from ISO file, specify how much space to use (say 400GB), and that's it. This sounds almost too easy. Once I install and restart machine, will there be selection for what Distro to boot.

View 6 Replies View Related

Debian Installation :: Wheezy Sources Not Working After Install?

Apr 7, 2011

I have just installed Wheezy after repartitioning and had to set up my sources list myself as (most of it) was not done for me. I have just added the main official repository,security updates and the multimedia repository. To be honest I'm not sure if any of them are working when I do an update in aptitude, I think the multimedia one might be. The CD ROM isn't even working despite the fact I have done apt-cdrom add.I am getting the following when run aptitude update:

Ign cdrom://[Debian GNU/Linux testing _Wheezy_ - Official Snapshot i386 CD Binary-1 20110328-05:16] wheezy InRelease
Ign cdrom://[Debian GNU/Linux testing _Wheezy_ - Official Snapshot i386 CD Binary-1

[code]....

View 6 Replies View Related

Debian Installation :: Wheezy Install 7.8.0 - Cannot Stay Connected Through WiFi

Apr 2, 2015

I love using wheezy but i keep having to take my computer downstairs to hook it up to router through ethernet, i need it to connect through wifi and stay connected.

heres my problem, if i use live image and connect to network its fine but during installation process it gets to the network configuration, it will keep disconnecting at dhcp and if i try and continue it gives me the error packages broken due to it not staying connected.

MY WIFI CARD IS A TP-LINK WDN 4800

if i try and just do a net install then it doesnt show my wifi network.

it uses in both cases ar93xx atheros driver for installing, i just need to know how i can try and keep a stable connection over wifi so it can install over wifi so i dont have to keep taking pc downstairs to install it.

i done something that stopped me being able to login into wheezy i was left at black screen with blinking command line, i have reverted to mint debian until i can get a stable connection over wifi to install wheezy again.

View 14 Replies View Related

Debian Installation :: Fresh RAID1 Wheezy Install - GRUB Just Does Not Work

Jul 26, 2014

I have a VIA Epia M 5000 system with 2 western digital 1TB NAS SATA drives connected through SATA<->IDE adapter. Everything installs and writes as expected except... grub. It never boots, after a message 'Grub loading' I always get 'error: no such disk'. I've tried numerous times and has been attemping to fix the issue for the past 2 days.

/dev/sda
0.999TB 0xfd linux raid autodetect partition
1GB 0xfd linux raid autodetect, logical partition

/dev/sdb exactly the same
0.999TB 0xfd linux raid autodetect partition
1GB 0xfd linux raid autodetect

/dev/md0
RAID1 of /dev/sda1 and /dev/sdb1
marked as ext4, boot point /

/dev/md1
RAID1 of /dev/sda5 and /dev/sdb5
marked as swap

update-grub2 in rescue mode generates grub.cfg with SET root=/mduuid/UUID_OF_SDA1
then after that there's search --no-floppy etc --set root=/mduuid/UUID_OF_MD0

I'm writing this from memory but simply the two uuids are different. Is this correct? I get those UUIDs to compare from blkid. All partitions are marked as bootable. grub-install /dev/sda and grub-install /dev/sdb produces no errors. grub-install /dev/md0 does not work, complains about superblocks or something similar.

Grub.cfg file contains insmod raid mdraid1x and similar lines, so that should be ok. Grub drops to rescue mode with message error: no such disk. Not device, but disk. Google finds many results for 'no such device' error, but I am not getting that error. 'ls' produces
(hd0) (hd0,msdos1) (hd1) (hd1,msdos1) ls ANY_VALID_PATH produces empty newline being printed, nothing more.

setting prefixes manually does not work, with error message 'error: file not found'. ls (hd0,msdos1)/boot/grub also produces empty line being printed. Rescue CD and auto-assemble of md0 and md1 works, the files are there, everything okay, except grub.

View 3 Replies View Related

Debian Installation :: Select And Install Software Failing In Wheezy Stable

Oct 17, 2014

I am trying to install Debian wheezy 7.6 stable, i made a bootable pen drive with netinst but when it arrives the select and install software part i got a error that i cant know what error is because it does not show its name. Just appear a red screen saying that a part in installation fails: Select and install software. I guess that this error is when it is installing tasksel.

View 2 Replies View Related

Debian Installation :: Wheezy Network Install On Laptop No Keyboard Or Mouse?

Apr 19, 2011

anyway the reason for my posti downloaded a network install of wheezypartitioned and loaded wheezy on to a dell latitude d600now after installation the keyboard and mouse ( touchpad or nipple ) do not functionsince this inconvenience i have been plugging in a usb keyboard and mouse at the graphical login then using them to work the laptopAfter a reboot the usb peripherals do need to be uplugged and reconnected otherwise they also do not functioni am obviously missing something vital here but i am not sure where to start, kernel 2.6.38.2-686
i have loaded the non-free repos added the various firmware files etc. to get wireless and bluetooth to functionbut the keyboard and mouse has me stumped i have searched the forum and google but haven't come across anyone with the same issue.Some forum suggestions have been to reconfigure xorg.conf but this does not exist on this installevdev - the event driver is thereudev - the kernel device manager is also there

View 13 Replies View Related

Debian Installation :: Install Wheezy On Any System With Either AMD / ATI 68xx Or 69xx Card?

Aug 26, 2011

Has anyone had any luck in trying to install wheezy (latest testing snapshot available) on any system with either a AMD/ATI 68xx or 69xx card?All goes well in the install, but on reboot, all that is seen is a "_" and no text, and it hard locks.I am pretty sure this is a conflict with the video card drivers that get installed by default (and which should be blacklisted), but I have no idea how to fix it.The recovery mode don't work either, it is the same "_" with no text, and it ends up hard locking. There is no chance at getting access to a console at all.

View 5 Replies View Related

Debian Installation :: Install Cifs-utils On Wheezy Armhf 404 File Not Found

Aug 12, 2014

Install cifs-utils on wheezy armhf
apt-get install cifs-utils --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code] ....

View 7 Replies View Related

Debian :: No Internet After Upgrade From Wheezy To Jessie

May 27, 2015

I upgraded my Wheezy 7.8 to make sure all packages were installed Before taking the next step to upgrade to Jessie.I upgraded to Jessie and it seemed to run OK....but after reboot I had no network Connection..I checked ifconfig and the wrong network card mac address is being assigned to the wrong card....?I have a clonezilla server on my server, so this was my network interfaces before and after upgrade

Code: Select all# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback

[code]...

I even checked nano /etc/resolv.conf and sure enough my gateway was the same for my Internet eth0.When I ran ifconfig I could see that the eth0 mac address was set as eth1..I tried to reset my drbl for clonezilla but that only sees the vmware Connection and not my actural cards.. have taken alook at /etc/udev/rules.d/70-persistent-net.rules and the assignment is right but not ifconfig?

View 14 Replies View Related

Debian Configuration :: Wheezy I386 - No Internet Access After Uninstall Gnome

Jun 20, 2015

I'm using Debian Wheezy i386.

I've tried to uninstall gnome as below :

Code: Select all# aptitude purge `dpkg --get-selections | grep gnome | cut -f 1`
# aptitude -f install
# aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1`
# aptitude -f install

And gnome successfully removed.

After reboot, system started in tty and I plugged Wired Network cable to access Internet but I have no Internet!

Content of "/etc/apt/sources.list" :
Code: Select alldeb http://ftp.au.debian.org/debian wheezy main
deb-src http://ftp.au.debian.org/debian wheezy main

Output of `ifconfig` :

View 2 Replies View Related

Ubuntu Installation :: Can't Install 10.10 On Newly Wiped Laptop

Feb 2, 2011

I recently decided to wipe my laptop using Dariks Boot and Nuke. This, of course irreversibly wipes out a hard drive. I downloaded 10.10 and burned to a CD and booted from cd, then this error comes up.

I have installed Ubuntu 10.10 on my laptop before. Then I had wiped it and put Windows 7 and now I wiped and want to install Ubuntu again.

View 2 Replies View Related

Ubuntu Installation :: Install 10.10 Wiped Drive \ No Operating System At All?

Dec 25, 2010

So I was installing 10.10 to be my only operating system on my 3 year old custom built computer and all of a sudden it stopped working at the point of "whenever you are ready" but not letting me go forward because it still was loading. I waited a long time and it was frozen so I restarted my computer and now I don't have anything on it. No operating system at all. Except the symbol " _ " blinking rapidly. Nothing is working and I just want to run 10 on my desktop

View 7 Replies View Related

Fedora Installation :: DVD FC12 Install / Upgrade Wiped Everything On Disk Old FC11

Nov 24, 2009

Was using preupgrade from FC11x64 to 12x64. Preupgrade caused alot of problems like /boot not enough diskspace. After some searching found the steps and preupgrade proceed happily but after reboot got kernel panic grrr.

Took 3 days to find another machine to download and burn the FC12x64 disk. So I booted via the FC12x64 disk and selected the 1st option to install/upgrade. I thought it is upgrade and so choose replace my existing linux system however it wiped out everything on the disk. I have some important data in my home directory. I think it is in LVM, not a partition like /dev/sda1. How can I recover them? Was using stock settings.

View 3 Replies View Related

Ubuntu Installation :: Boot Loader Get Wiped If Did A Fresh Install Of Window 7 To The Drive?

May 23, 2010

I want to properly install Unbuntu on my multi boot pc. I would like to install to E partition which is currently ntfs. I have never installed Linux. What drive should the boot loader go? I can format E partition during install? Does it still need a swap file partition? If so, can that be made from E partition? How big? I'd like to have a boot menu to choose Ubuntu or a choice that takes me to the windows boot loader. Would that boot loader get wiped if I did a fresh install of 7 to the I drive? Also, what would be the proper way to upgrade Ubuntu? I see a lot of post where people are doing it wrong.

Here is my drives layout. Should install Ubuntu to my SSD J drive instead? I tried the live CD. Seems to work well. I have a Asus Max Formula MB, Phenom II 6core, ATI 4870. MB has a built in Via sound card. Not sure if that was working.

View 1 Replies View Related

Debian Configuration :: Internet For Acer Extensa 5220 Laptop On Stretch

Jul 20, 2015

I have installed debian stretch on this machine, but can't get wired ethernet running. Using Slitaz live disc, the wired connection works. Guess I am missing a package or two.

Slitaz system (2.6.37) info reports:

Code: Select alltg3:  Broadcom Tigon3 ethernet driver
ath5k : Support for 5xxx series of Atheros 802.11 wireless LAN cards
ath:  Shared library for Atheros wireless LAN cards
mac80211:  IEEE 802.11 subsystem
cfg80211:  wireless configuration support
rfkill:  RF switch support

PCI device list:

Code: Select allEthernet controller:  Broadcom Corporation Netlink BCM5787M Gigabit Ethernet PCI Express
Ethernet controller:  Atheros Communications Inc. AR242x/AR542x Wireless Network Adaptor

Interfaces: lo, dummy0, eth0, wlan0

So it looks to me I need drivers for:

wired interface - Broadcom BCM5787M
wireless interface - Atheros Communications Inc. AR242x/AR542x

The debian scratch I have installed on the laptop gives me this info:

Code: Select alllspci -vvnn | grep -A 9 Network
04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01)
   Subsystem: Quanta Microsystems, Inc Device [1a32:0105]
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-

[Code] ....

Output of lsmod:
Code: Select allModule                  Size  Used by
cpufreq_stats          12694  0
cpufreq_powersave      12422  0
binfmt_misc            12733  1
cpufreq_conservative    13872  0

[Code] ...

It looks like the required modules have been loaded, e.g. for wired, tg3

dmesg contains:
Code: Select all[    1.861173] PTP clock support registered
[    1.862488] tg3.c:v3.137 (May 11, 2014)
[    1.892663] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95787m) rev b002] (PCI Express) MAC address 00:1d:72:15:e4:4d

[Code] ....

My etc/network/interfaces file is:
Code: Select all# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

[Code] ....

And ifconfig yields:

Code: Select allifconfig
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:70 errors:0 dropped:0 overruns:0 frame:0
          TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:22264 (21.7 KiB)  TX bytes:22264 (21.7 KiB)

So no eth0. How can I fix this?

View 11 Replies View Related

Debian Multimedia :: Chrome Hangouts Shows On All Desktops

Mar 11, 2015

This just started happening and defeats the purpose of having multiple desktops. Both the floating icon and chat windows are displayed across all desktops. I can't tell if this is intentional or not..Or maybe there is something in gnome-shell that can remedy this?

View 3 Replies View Related

Debian Multimedia :: Chrome Browser Broken After Upgrade?

Sep 18, 2015

My chrome browser has been broken since the last upgrade. I did (just a regular "apt-get upgrade").

I get this when I try to run the browser from a console :

Code: Select alldarko@paris:~$ google-chrome
[3229:3229:0918/103229:ERROR:nss_util.cc(845)] After loading Root Certs, loaded==false: NSS error code: -8018
[3229:3229:0918/103259:ERROR:zygote_host_impl_linux.cc(541)] Failed to send GetTerminationStatus message to zygote
[3229:3229:0918/103259:ERROR:zygote_host_impl_linux.cc(541)] Failed to send GetTerminationStatus message to zygote

So to be more specific :

My system is :
Code: Select alldarko@paris:~$ uname -a ; cat /etc/debian_version ; cat /etc/issue
Linux paris 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) i686 GNU/Linux
8.2
Debian GNU/Linux 8
l

I run the Xfce desktop

The problem is the same whether is use google-chrome stable, beta, unstable, or chromium

View 14 Replies View Related

Debian Multimedia :: Why Chrome Is Not Playing HTML5 Videos

Apr 19, 2016

I am using chrome Version 50.0.2661.75 (64-bit) running on Debian (Gnome).

I am having the following problem, since yesterday every time I want to play a video (for ex [URL]watch?v=UF8uR6Z6KLc) The music, logo in the video and functions work but the video doesn't play. I reinstalled Chrome, clean all the data, disable all the plugins, I tried as incognito and several other options and it doesn't work, before yesterday it was working (yesterday I updated all Debians packages).

View 4 Replies View Related

Debian :: Can't Install JDK 8 In Wheezy

Apr 19, 2015

I dont want openjdk packages on my system, in Kubuntu I had a few troubles with them trying to make SqlDeveloper to work around. So this is what I see after a java -version:

Code: Select alledgardo@debian:~$ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
edgardo@debian:~$

I've been uninstalling openjdk from synaptic and with other few commands on the terminal so far and I think I probably broke it. I have no /usr/lib/jvm folder only /usr/lib/java/jdk1.8.0_45.But everytime I wish to start up Eclipse it shows the logo for a few seconds and that's it.... never gets opened. And in /usr/bin$ I only have this symbolic link....

Code: Select alllrwxrwxrwx 1 root   root          22 abr 19 18:57 java -> /etc/alternatives/java

I've tried different tutorials I found surfing the web but none of 'em seem to work.

View 2 Replies View Related

Debian :: Google Chrome Set To Enable To Listen Using Audio Capture

Jun 24, 2015

I use Firefox 99% of the time but what did you all think about this?

Audio capture of microphone allowed from Google Chrome.

[URL] ...

View 2 Replies View Related

Debian :: Install Octave 4 In Wheezy

Nov 19, 2015

I am trying to install octave 4 in my debian wheezy, and I am getting following error after I have executed ./configure

checking for sgemm_ in -lmkl... (cached) no
checking for sgemm_ in -framework vecLib... no
checking for sgemm_ in -lcxml... (cached) no
checking for sgemm_ in -ldxml... (cached) no
checking for sgemm_ in -lscs... (cached) no
checking for sgemm_ in -lcomplib.sgimath... (cached) no
checking for sgemm_ in -lblas... (cached) no
checking for sgemm_ in -lblas... (cached) no

configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings.

I have tried to find a solution about issues installing octave 4 from binaries. I can not use octave from the repository as it is old for my studies.

View 1 Replies View Related

Debian Multimedia :: (xfce) Can't Copy Part Of A Webpage Using Chrome Or Firefox

Oct 18, 2015

I'm using:

Kernel 3.13.0-65-generic (i686)
Intel 945G video card
Xubuntu 14.04.3 with XFCE 4.10
Firefox 41.0.1
Google Chrome 45.0.2454.101
Dell generic usb mouse

I cannot copy a portion of an entire webpage using Google Chrome or Firefox when copying downwards.

Upwards works.

I've have this issue on the same machine with the following systems:

Debian 8 Jessie XFCe with XFCE 4.10 using Firefox or Google Chrome
Xubuntu 14.04 with XFCE 4.10 and 4.12 using Firefox or Google Chrome
Xubuntu 12.04 live cd using Firefox

This doesn't happen on the same machine with the following systems:

Debian 8 Jessie KDE using Firefox or Google Chrome
Kubuntu 15.04 live DVD using Firefox
LibreOffice Writer
LibreOffice Calc
Mousepad

[URL]

Ex. Go to google.com and paste this in the search area:

can highlight by going upwards but not downwards xfce My mouse can highlight the first line starting with the word "ssh" and the last line ending with the word "everything ..."

My mouse cursor cannot go past the last line "expressions can match many items, but evidently not everything ..."

If I scroll upward, I can copy the entire webpage.

KDE 4.x I don't have this issue.

Using Win7 on a laptop with Firefox 41.0.2 and I'm able to scroll downwards without any issues using the same mouse that was connected to the machine with Xubuntu 14.04.

Sometimes I come across fixes for linux issues on websites. I copy the information and email it to myself for future reference in case I have to reinstall the OS again. I can do a ctrl A and ctrl c but then the entire website is copied. The ads on the side, etc.

If I put my left mouse cursor on the first word in a thread and drag/highlight downwards, my mouse cursor stops line 35 on the page. If I do the same thing but backwards, my mouse cursor goes all the way up the page. This only happens on Firefox and Google Chrome. This doesnt' happen with mousepad, Libre writer or Libre calc.

View 7 Replies View Related

Debian :: Install Ubuntu's Kernel In Wheezy ?

Jun 13, 2011

I know from a myriad of posts on these forums that Ubuntu is more bleeding edge than Debian Testing. Since, Debian'w own kernel is misbehaving rejecting my video chip (i915), I am tempted to install Ubuntu's kernel in Wheeze.

So, the golden question is: Is it logical and feasible to install Ubuntu's kernel in Wheezy? Wheezy's kernel is 2.6.38.

View 4 Replies View Related

Debian Installation :: Wheezy To SSD Drive?

Jan 6, 2013

Just re-installed Wheezy to ssd-drive and noticed that everything works much faster than before. For the older install I made some changes to /etc/fstab (I think) which I found from the web. I don't remember exactly what changes.

Question is: what's the situatation with Wheezys beta4-release and ssd-drive? Do I have to edit something at the moment, or does the installer notice ssd-drive and make everything needed?

View 7 Replies View Related

Debian :: Install Windows Font In Raspbian Wheezy

Mar 24, 2015

I managed to install LibreOffice. I've only a little experience with Ubuntu and none at all with Debian.

My 1st project is relatively simple. Pro Screenwriting software can be kinda costly, a hundred & change, at least.

With expanding contests, YouTube & the like, writers interest has been growing; and these day most submissions are pdf not paper. (The BBC Writersroom is a fantastic resource, and even allows unsolicited submissions). [URL] ....

Some years ago, Alan Baird got an award from Sun Micro for developing a set of free format templates called Screenwright for Open Office. Including both US & A4, as well as radio, sitcom, theatre and movies; these have now been ported to Libre Office under Creative Commons usage. [URL] ....

I believe these should work well and fairly fast on the new Pi, as most spec scripts are vastly more white space than word count.

There is a minor problem tho, which first came up with 'New Courier' on Windows machines. The 'page per minute' rule is still important enough that the different line/page length spacing of 'Courier-like' fonts is unacceptable in a submission.

The standard Courier font can be had from [URL] ....

That font set is a zip file which should be extracted and then the 3 fonts are to be dragged into the Windows fonts directory.

So how exactly do I do that with Rasperian Wheezy? Do I extract on the Pi or on the windows machine? Are fonts like most documents, readable on any distro, or do they need to be converted somehow?

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved