LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dell Inspiron 1525 Auto Reboots
#22
(03-11-2015, 05:38 PM)Hardcoretexan link Wrote: batman@BatComputer:~$ inxi -Fxz
System:    Host: BatComputer Kernel: 3.13.0-24-generic x86_64 (64 bit, gcc: 4.8.2)
          Desktop: Xfce 4.11.8 (Gtk 2.24.23) Distro: Ubuntu 14.04 trusty
Machine:  System: Dell product: Inspiron 1525
          Mobo: Dell model: 0U990C Bios: Dell version: A16 date: 10/16/2008
CPU:      Dual core Intel Core2 Duo CPU T5800 (-MCP-) cache: 2048 KB flags: (lm nx sse sse2 sse3 ssse3) bmips: 7979.86
          Clock Speeds: 1: 2000.00 MHz 2: 1600.00 MHz
Graphics:  Card: Intel Mobile GM965/GL960 Integrated Graphics Controller (primary) bus-ID: 00:02.0
          X.Org: 1.15.1 drivers: fbdev,vesa,intel Resolution: [email protected]
          GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits) GLX Version: 2.1 Mesa 10.1.3 Direct Rendering: Yes

I'm not sure what is causing the reboot problem, but it appears that the system is not loading the correct graphics driver for your Intel card.  Let's see if we can force it to load correct driver and see if that solves problem.

Boot into system however you can, then open a terminal.  Enter the following command:
Code:
gksu leafpad /etc/X11/xorg.conf
(NOTE:  the "X11" part is an "X" and two number 1's, not lowercase letter L's.)

Enter your password when asked for it, then your text editor (leafpad) will open up the file /etc/X11/xorg.conf.  I'm assuming that the file did not already exist, so you will probably see nothing but a blank page when it's opened.  That's fine.  Just add the following lines (including the indented formatting) as shown into the leafpad editor for that file.

Code:
Section "Device"
        Identifier "My device"
        Driver "intel"
EndSection

Now save the file (File -> Save) and close the text editor.  Close the terminal and all other open programs (if any), then reboot the computer.

If we're lucky, that might have been the problem.  Confirm after reboot that the Intel driver now shows for the graphics card by entering this command in a terminal:
Code:
inxi -Gx
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
Re: dell inspiron 1525 auto reboots - by altman - 03-08-2015, 08:19 PM
Re: dell inspiron 1525 auto reboots - by avj - 03-08-2015, 08:47 PM
Re: dell inspiron 1525 auto reboots - by altman - 03-08-2015, 08:49 PM
Re: dell inspiron 1525 auto reboots - by avj - 03-08-2015, 09:02 PM
Re: dell inspiron 1525 auto reboots - by altman - 03-08-2015, 09:18 PM
Re: dell inspiron 1525 auto reboots - by rokytnji - 03-09-2015, 06:07 PM
Re: dell inspiron 1525 auto reboots - by rokytnji - 03-09-2015, 06:10 PM
Re: dell inspiron 1525 auto reboots - by avj - 03-09-2015, 06:56 PM
Re: dell inspiron 1525 auto reboots - by avj - 03-09-2015, 09:01 PM
Re: dell inspiron 1525 auto reboots - by rokytnji - 03-09-2015, 09:21 PM
Re: dell inspiron 1525 auto reboots - by rokytnji - 03-09-2015, 11:53 PM
Re: dell inspiron 1525 auto reboots - by N4RPS - 03-10-2015, 12:22 AM
Re: Dell Inspiron 1525 Auto Reboots - by avj - 03-11-2015, 03:11 PM
Re: Dell Inspiron 1525 Auto Reboots - by gold_finger - 03-11-2015, 08:17 PM
Re: Dell Inspiron 1525 Auto Reboots - by avj - 03-13-2015, 06:10 PM
Re: Dell Inspiron 1525 Auto Reboots - by avj - 03-14-2015, 06:06 AM
Re: Dell Inspiron 1525 Auto Reboots - by avj - 03-16-2015, 03:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)