Sponsored Content
Top Forums UNIX for Beginners Questions & Answers How to update AMD drivers on mint 19? Post 303024873 by tomislav91 on Thursday 18th of October 2018 01:11:56 PM
Old 10-18-2018
How to update AMD drivers on mint 19?

i am searching and no lucky with it.
Does anyone really know how to update AMD drivers on mint 19?
It is HD540.
I tried to download and Ubuntu and Linux 64 bit from
Code:
Link ...... but only errors.

i just extracted it and execute with bash amd.....
and got this error

Code:
error: Detected X Server version 'XServer _64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib32:XServer _64a:none:4.15.0-20-generic:)

Installation will not proceed.

------ Post updated at 12:11 PM ------

Code:
lspci -nn | grep VGA                                                                                                                                                                                                  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI]                                                                                                                                                              Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9]

Moderator's Comments:
Mod Comment Code tags are your friend.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX on AMD

Can Sun Soloaris be installed on AMD processor? Thanks in Advance (1 Reply)
Discussion started by: irehman
1 Replies

2. Linux Benchmarks

AMD 1.2 Gentoo 1.4.3.8p1

Notes: CPU/Speed: 1195.993 Ram: 503 Megabytes Motherboard: biostart m7vkb Bus: Cache:256 KB Controller:VT82C586A Disk:Maxtor 93073U6 Load: Kernel:2.4.20-xfs-r3 Kernel ELF?: yes pgms: Results: BYTE UNIX Benchmarks (Version 3.11) System -- Linux box 2.4.20-xfs-r3 #1... (1 Reply)
Discussion started by: tnorth
1 Replies

3. UNIX Benchmarks

AMD-K5 Benchmark

AMD-K5 Processor at 133Mhz 32MB RAM 5 GB Hard Drive 10MB NIC 1MB ARC Graphics Card PS/1 Keyboard CD-ROM Floppy Drive Kickin' Fast BABY! hehe BYTE UNIX Benchmarks (Version 3.11) System -- FreeBSD evil-linux.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003... (0 Replies)
Discussion started by: Phobos
0 Replies

4. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

5. SuSE

Linux suse for AMD

Hi everybody I have a SLES 8 on my own desktop and now I want to install oracle on it so I should install service pack3 on it, but when I setup it my linux Os can't start up and it say "Kernel panic". My desktop's components is 1-CPU:AMD Athlon 3200+ 64bit 2-Mainboard :Asus A8N SLES... (2 Replies)
Discussion started by: hkoolivand
2 Replies

6. UNIX for Advanced & Expert Users

Oracle on Debian AMD-64

I see following error during pkg update: shell>apt-get update Failed to fetch http://oss.oracle.com/debian/dists/unstable/Release Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed Release file?) Reading package lists... Done W: Couldn't stat source... (0 Replies)
Discussion started by: mirusnet
0 Replies

7. Solaris

Solaris on AMD 770 chipset

hi is there anyone out there who has experience with installing Solaris on this chipset? there is one entry in the HCL doc about it (BigAdmin - HCL: Gigabyte GA-MA770-DS3 rev1.0 ) but that person apparently doesnt reply when another asks him some questions. im looking to install on... (3 Replies)
Discussion started by: Landser
3 Replies
MP(3X)																	    MP(3X)

NAME
itom, madd, msub, mult, mdiv, min, mout, pow, gcd, rpow - multiple precision integer arithmetic SYNOPSIS
typedef struct { int len; short *val; } mint; madd(a, b, c) msub(a, b, c) mult(a, b, c) mdiv(a, b, q, r) min(a) mout(a) pow(a, b, m, c) gcd(a, b, c) rpow(a, b, c) msqrt(a, b, r) mint *a, *b, *c, *m, *q, *r; sdiv(a, n, q, r) mint *a, *q; short *r; mint *itom(n) DESCRIPTION
These routines perform arithmetic on integers of arbitrary length. The integers are stored using the defined type mint. Pointers to a mint should be initialized using the function itom, which sets the initial value to n. After that space is managed automatically by the routines. madd, msub, mult, assign to their third arguments the sum, difference, and product, respectively, of their first two arguments. mdiv assigns the quotient and remainder, respectively, to its third and fourth arguments. sdiv is like mdiv except that the divisor is an ordi- nary integer. msqrt produces the square root and remainder of its first argument. rpow calculates a raised to the power b, while pow cal- culates this reduced modulo m. min andmout do decimal input and output. The functions are obtained with the loader option -lmp. DIAGNOSTICS
Illegal operations and running out of memory produce messages and core images. MP(3X)
All times are GMT -4. The time now is 09:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy