top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Ubuntu running in low graphics mode

+1 vote
518 views

I am running Ubuntu 14.04. I booted up this morning and got that Ubuntu was running in low graphics mode. I have no mouse. I press enter. It then gives me a box that has several options. The top one, run in low graphics mode is marked. The keyboard is now dead. I cant get past this box I have tried several times with the same result. I didnt make any changes last night, nor were there any updates.

posted Sep 1, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Did you reboot the computer? If you have a video card that is separate from the processor it is possible that it has failed.
Yeah rebooted several times. The video card works fine when I use the live DVD to get to mail.
I would try booting with an older kernel.  Perhaps a newer kernel no longer supports the video card.  

1 Answer

0 votes

If the graphics card is not initialized correctly, there is probably also some indication of this in the system logs. Start with /var/log/dmesg, and possibly /var/log/Xorg.0.log if it gets as far as attempting to start X.

answer Sep 2, 2015 by Amit Mishra
Similar Questions
0 votes

Anyone know of a tool to create SVG files (or similar) using some kind of macro or command line?
For instance, if I want to draw several lines start starts at the same point, have the same length but different angles (this example is written in some kind of Basic looking pseudo code):

x=150
y=100
length=100
drawline x,y,length,0
drawline x,y,length,1.4
drawline x,y,length,2,8
drawline x,y,length,4.2
drawline x,y,length,5.6
drawline x,y,length,7.0

Or maybe even better; something like this:

x=150
y=100
length=100
For Angle=0 To 180 Step 1.4
 drawline x,y,length,angle
Next Angle

Another acceptable approach would be:

xStart=150
yStart=100
Length=100
For Angle=0 To 180 Step 1.4
xEnd=xStart+Length*sin(Angle*π/180)
yEnd=xStart+Length*cos(Angle*π/180)
  drawline xStart,yStart,xEnd,yEnd
Next Angle

I have had a quick look at Inkscape but I couldnt find any kind of command line or macro programming IDE there.

0 votes

I have tried to install WINE on my test laptop. I have no idea how to access it since nothing appears in the left hand toolbar. Is there any documentation to tell me how to install and use WINE? I remember using some years ago on Red Hat linux. I beleive it had a tool bar icon to start it and it had a folder for data files.

I have several programs for which I cannot find Ubuntu equivalent (MS Access, FreeBMD, BMDVerify, FreeReg and FTW) Are there any alternatives to WINE for running these programs?

+1 vote

I am not quite sure this can be done. I have a dual boot server with xp and ubuntu - each on their own drive. is there any way to use virtual box or something similar to run the xp OS a guest to ubuntu - that is already installed on the other physical drive than ubuntu is installed?

0 votes

On a computer running Ubuntu 16.04, I am trying to change the static IP address of an ethernet device, while the system is running. Therefore, I edit the file /etc/network/interfaces.d/${IFNAME} and then execute the command 'service networking restart'. But with that, the ethernet device is not switched to the new IP address, but it keeps the old address and gets the "new" address as secondary IP address. In former versions of Ubuntu, with the same steps as above, the old IP address was replaced by the new one.

What do I have to do now to switch the IP address without a reboot?

0 votes

I have a android app and want to run it on Linux. Any clue how to achieve this???

...