LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-29-2015, 07:14 AM   #1
sachinmm
Member
 
Registered: Oct 2015
Posts: 67

Rep: Reputation: Disabled
"the system is running in low-graphics mode" ==> your screen,graphics card and input device setting could not be detected correctly.you will


i am using ubuntu 12.04 32 bit

when i start my pc and login to my user it shows following window ==>

"the system is running in low-graphics mode" ==>
your screen,graphics card and input device setting could not be detected
correctly.you will need to configure these yourself.


in my pc there are 2 os first windows 7 and second ubuntu 12.04..my windows
is properly running but when i login to ubuntu it shows above message i
cant access to
it cant be fix....
 
Old 12-29-2015, 09:34 AM   #2
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
which desktop environment are you using?

are you updating/grading regularly and properly?

also, pleast post output of:
Code:
lspci -k  grep -iEA5 'vga|3d'
xrandr
 
Old 12-29-2015, 07:40 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,272
Blog Entries: 28

Rep: Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124
This may cast more light on what's going on: http://askubuntu.com/questions/14160...ics-mode-error
 
Old 12-30-2015, 03:27 AM   #4
sachinmm
Member
 
Registered: Oct 2015
Posts: 67

Original Poster
Rep: Reputation: Disabled
sachin@Atishay:/$ lspci -k grep -iEA5 'vga|3d'
Usage: lspci [<switches>]

Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree

Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers

Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS

Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's

Other options:
-i <file> Use specified ID database instead of EA5
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable `bus mapping' mode (dangerous; root only)

PCI access options:
-A <method> Use the specified PCI access method (see `-A help' for a list)
-O <par>=<val> Set PCI access parameter (see `-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file

sachin@Atishay:/$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
VGA1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
1366x768 59.8*+
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
 
Old 12-30-2015, 03:35 AM   #5
sachinmm
Member
 
Registered: Oct 2015
Posts: 67

Original Poster
Rep: Reputation: Disabled
now automatic i have login to my user account
but when i execute the command it shoe more space to occupied instead it is
free..
sometime error show and some time not

sachin@Atishay:~/ltib$ df -h
Filesystem Size Used Avail Use Mounted on
/dev/sda6 285G 253G 30G 90% /
udev 2.0G 4.0K 2.0G 1% /dev
tmpfs 392M 864K 391M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 2.0G 17M 1.9G 1% /run/sh
 
Old 12-30-2015, 03:36 AM   #6
sachinmm
Member
 
Registered: Oct 2015
Posts: 67

Original Poster
Rep: Reputation: Disabled
after entering via ctrl+alt+f2 i clean some unnecessary data and files.

which create some temporary empty space so that i can login as normal user
then i removed all data on trash.

but again in doing sudo apt-get update or upgrade same issue appears.

also on my system i am using windows 7 along with ubuntu 12.04 in my case
when i log in using windows it works perfectly.

i am not sure is it issue regarding disk partition where my ubuntu tooks
some extra space as required
 
Old 12-30-2015, 05:26 AM   #7
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
^ one problem at a time, ok?
right now we're talking about graphics.
however, not being able to update/grade is a serious problem.
please start a new thread for that.

============================================

Quote:
Originally Posted by sachinmm View Post
sachin@Atishay:/$ lspci -k grep -iEA5 'vga|3d'
Usage: lspci [<switches>]
i'm sorry, i missed one sign there (or maybe the forum software swallowed it?).
it should be:
Code:
lspci -k  | grep -iEA5 'vga|3d'
and please use code tags for code, see my signature below.
 
Old 12-31-2015, 12:01 AM   #8
sachinmm
Member
 
Registered: Oct 2015
Posts: 67

Original Poster
Rep: Reputation: Disabled
hello i think the graphics issue was solved but the disk space again show full and it is incresed slowly..


sachin@Atishay:~$ df -h
Filesystem Size Used Avail Use Mounted on
/dev/sda6 285G 221G 62G 79% /
udev 2.0G 4.0K 2.0G 1% /dev
tmpfs 392M 864K 391M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 2.0G 83M 1.9G 5% /run/shm

Last edited by sachinmm; 12-31-2015 at 12:03 AM.
 
Old 01-04-2016, 12:28 AM   #9
sachinmm
Member
 
Registered: Oct 2015
Posts: 67

Original Poster
Rep: Reputation: Disabled
finally i have erase old and install new one ubuntu solved the
issue..
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trying to install Ubuntu 12.04.5, system running in low-graphics mode ben44b Linux - Hardware 2 08-24-2015 09:17 PM
[SOLVED] "No system tray detected on this system" error on MATE desktop after nvidia graphics upgrade. lensilvan Slackware 14 07-23-2014 11:36 PM
Ubuntu 14.04 install "low graphics mode" 0men Linux - Newbie 1 05-20-2014 01:58 PM
NVidia drivers stopped working, thrown into "low-graphics mode", Ubuntu caibbor Linux - Software 3 01-05-2014 09:56 PM
[SOLVED] just installed Slackware....Lilo>Select "Ubuntu">>> "Ubuntu is in low graphics mode"? Ubunoob001 Slackware 14 09-16-2010 04:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:12 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