LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-20-2017, 02:08 PM   #1
pconstantatos
LQ Newbie
 
Registered: Dec 2016
Posts: 29

Rep: Reputation: Disabled
No video acceleration


Good evening to all. I have a very old Fujitsu Siemens Primergy Econel 200 that I want to use as a server. It has 512mb Ram and 4 HDD's of 2TB each. I installed Mint 18.1 but at start-up I get a message that I have no video acceleration. It appears this is a problem associated with Mint as when I tried a live CD with Ubuntu 14.04 I did not get the same message. Can anyone suggest what I can do to correct the problem? If Mint is not compatible ( I love it as I use the same OS on another 4 machines) what would be a suitable OS to go for? (Mint runs very well on a number of machines I have from the same era like a Fujitsu Siemens Esprimo and a couple of Dell Optiplex 745's. I have no problem adding RAM to the Primergy if needed.
 
Old 01-20-2017, 02:35 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hey pconstantatos,

With that amount of memory, especially for a server, I would stick to the command line. Install any distro you like that offers you the option of a bare bones install that you can build on afterward. I wouldn't even install xorg unless absolutely necessary and definitely not a GUI of any kind. My own linux (Arch, in my case) server is configured this way, even if it has a lot more RAM. I do all my accessing remotely through ssh.

My 2 cents ... ;-)

Last edited by Rickkkk; 01-20-2017 at 02:46 PM.
 
Old 01-20-2017, 02:44 PM   #3
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Likely because the 8mb ATI RAGE XL does not support acceleration. Boot the Ubuntu live CD and go check the logs to see which xorg video driver is loaded. Check /var/log/Xorg.0.log

Then boot Mint in single user mode (command line only) and check the same log file to see if Mint loaded the same driver.

When posting back, you can attach a copy of the log file to help troubleshoot by selecting the "Go Advanced" link. Post a copy from both if you can't comprehend what you see in them for comparison sake.

Last edited by Brains; 01-20-2017 at 02:51 PM. Reason: Asking to post the Xorg.0.log file
 
Old 01-21-2017, 01:41 AM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Brains View Post
Likely because the 8mb ATI RAGE XL does not support acceleration.
+1

I would agree. I found a thread over at the Mint forums concerning someone else who had this same issue. You can see it here.

Most likely, you are running in software rendering mode in Ubuntu, as well. If so, for some reason, it's not saying anything about it. To verify this while running Ubuntu, you can open a terminal and run the following command...

Code:
glxinfo
If you get an error message, you probably need to install the utility that provides this information...

Code:
sudo apt-get install mesa-utils
Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Please post the results along with the information Brains has requested.

Regards...

Last edited by ardvark71; 01-21-2017 at 01:42 AM. Reason: Added wordage.
 
Old 01-21-2017, 05:13 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
are you sure you have 8TB of hd? it has no relation to your other hardware, you would have been much better off to buy only 6TB of hd and spend the rest on some newer computer.
in any case, 512mb of ram is not much, not even for a server.
linux mint is not a server distro.
you can forget about running a gui decently on that machine; i recommend debian stable.
 
Old 01-21-2017, 08:07 AM   #6
pconstantatos
LQ Newbie
 
Registered: Dec 2016
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thanks ladies and gentlemen
I installed ubuntu server 16.10 and all seems to run smoothly.
I found two more DDR1 Ram X 1GB and plan to install those as well. And yes, I have 4 HDDs of 2TB each and two external (2TB each) on a dock. So this makes 8 internal + 4 external
 
Old 01-21-2017, 01:24 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by pconstantatos View Post
Thanks ladies and gentlemen
You're welcome

Regards...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Video 3D acceleration? lucmove Linux - Games 4 10-29-2016 09:33 PM
LXer: MPV 0.17.0 Open-Source Video Player Adds a Direct3D11 Video Acceleration Decoder LXer Syndicated Linux News 0 04-12-2016 05:51 AM
[SOLVED] Video Acceleration? gael33 Linux - Newbie 36 06-13-2013 10:04 AM
video acceleration ? or what ... please help trukin Linux - Software 2 06-05-2007 03:53 PM
WHY cant i get video acceleration V_LESTAT Linux - Newbie 16 02-25-2004 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration