LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-14-2010, 10:06 AM   #1
pauljam20
Member
 
Registered: Mar 2009
Location: UK
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 23
Locked screen flashes between vertical bars and terminal screen


Ubuntu 9.04 works fine, I have just installed Ubuntu 10.04 Lucid Lynx without problems, it runs fine but after a while the screen starts flashing and the only way out is to reboot with ctrl-alt-del.

First of all I get a pale purple screen with blocks of random colour in the middle then it goes on to flashing between two screens. In one the top half of the screen is vertical black and white stripes and the bottom half is black, in the other it is a terminal screen with this distributed across it:
----
Starting common Unix printing system cupsed
Pulse Audio configured for per-user-sessions
Enabling additional executable binary formats binfmt support
Checking battery state
----
On the latest occasion the text was "could not write bytes: Broken pipe" repeated all over the screen, followed by "checking battery state".
 
Old 05-15-2010, 03:24 PM   #2
thecarpy
Member
 
Registered: Apr 2005
Location: France
Distribution: Devuan, Suse, Slackware
Posts: 130

Rep: Reputation: 21
1. have you tried to reboot with Alt+PrintScreen+ sequentially reisub, maintain Alt+PrintScreen down and slowly, leaving like three seconds between each one, hit r e i s u b? I remember this with "Raising Elephants Is So Utterly Boring"? That way, the disks are sync'ed and mounted read-only before reboot, which is safer.
2. Check your screensaver settings ... set it to none. System > Settings > Screensaver
 
Old 05-16-2010, 10:24 AM   #3
pauljam20
Member
 
Registered: Mar 2009
Location: UK
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 23
Locked screen flashes

thecarpy
I have removed all the screensaver and power management settings as in the past (with Mandriva perhaps?) one of them put the computer into a state I couldn't get it out of.

Quote:
Originally Posted by thecarpy View Post
1. have you tried to reboot with Alt+PrintScreen+ sequentially reisub, maintain Alt+PrintScreen down and slowly, leaving like three seconds between each one, hit r e i s u b? I remember this with "Raising Elephants Is So Utterly Boring"? That way, the disks are sync'ed and mounted read-only before reboot, which is safer.
2. Check your screensaver settings ... set it to none. System > Settings > Screensaver
 
Old 05-16-2010, 10:47 AM   #4
pauljam20
Member
 
Registered: Mar 2009
Location: UK
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 23
Locked screen flashes

It has been suggested that I should re-install the video driver by pressing F4 when booting from disk, I couldn't find an appropriate option - see attached screen shots when pressing F4 and F6.
Attached Thumbnails
Click image for larger version

Name:	IMG_1080.jpg
Views:	18
Size:	264.0 KB
ID:	3577   Click image for larger version

Name:	IMG_1081.jpg
Views:	17
Size:	268.0 KB
ID:	3578  
 
Old 05-16-2010, 11:02 AM   #5
thecarpy
Member
 
Registered: Apr 2005
Location: France
Distribution: Devuan, Suse, Slackware
Posts: 130

Rep: Reputation: 21
What is your graphics card? can you post the contents of /etc/X11/xorg.conf (if you have a file named like that)
What is the output of
Code:
lspci
Do you get any errors in Xorg log file? Xorg log file is located in:
/var/log/Xorg.0.log ... the zero can also be one (1), post both parts where you have an error ... a line with an error starts with (EE).

Last edited by thecarpy; 05-16-2010 at 11:04 AM.
 
Old 05-16-2010, 11:53 AM   #6
pauljam20
Member
 
Registered: Mar 2009
Location: UK
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 23
Flashing screen locks

thecarpy
I have tried your recommendation, and alt-prtscr-R then alt-prtscr-E stops it and enables me to open another session.

Answers to your questions:
1) Intel 82845 G/GL Brookdale G/GE.
2) There is no xorg.conf file.
3) Output from lspci is at end of this posting.
4) /var/log/Xorg.0.log - have versions: 0, 0 old, 1, 2, 3, 4 and 4 old. Version 1, 2 and 3 all have what looks like a relevant error, I have attached a file:
(EE) intel(0): No valid modes.
(II) UnloadModule: "intel"
(II) UnloadModule: "ch7017"
(II) Unloading /usr/lib/xorg/modules/drivers/ch7017.so
(II) UnloadModule: "tfp410"
(II) Unloading /usr/lib/xorg/modules/drivers/tfp410.so
(II) UnloadModule: "ivch"
(II) Unloading /usr/lib/xorg/modules/drivers/ivch.so
(II) UnloadModule: "ch7xxx"
(II) Unloading /usr/lib/xorg/modules/drivers/ch7xxx.so
(II) UnloadModule: "sil164"
(II) Unloading /usr/lib/xorg/modules/drivers/sil164.so
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules/libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.


Quote:
Originally Posted by thecarpy View Post
What is your graphics card? can you post the contents of /etc/X11/xorg.conf (if you have a file named like that)
What is the output of
Code:
lspci
Do you get any errors in Xorg log file? Xorg log file is located in:
/var/log/Xorg.0.log ... the zero can also be one (1), post both parts where you have an error ... a line with an error starts with (EE).
chris@chris-desktop:~$ lspci
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
02:05.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81)
Attached Files
File Type: log Xorg.1.log (10.0 KB, 13 views)
 
Old 05-23-2010, 05:50 PM   #7
pauljam20
Member
 
Registered: Mar 2009
Location: UK
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 23
I have found out what the problem is in 9.04 - it is nothing to do with the screen. I checked the meaning of an error I was seeing on startup - "Could not load lib/modules/2.6.32-22/generic/modules.dep” and this does not exist on disk, only one directory exists, although when I press [esc] in bootup I can see several options.
I imagine that when I accept the default at startup it can't find the version it wants which causes several problems.
All working on 9.04 now, but I'll forget about 10.04 until I have to!

Last edited by pauljam20; 05-23-2010 at 06:16 PM. Reason: To remove unnecessary comment.
 
Old 11-08-2010, 01:51 PM   #8
pauljam20
Member
 
Registered: Mar 2009
Location: UK
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 23
This is now solved (sort-of) as although I gave up on 10.04, I have installed Ubuntu 10.10 successfully.
There were a couple of file access problems to fix and I had to reselect the display. I've no idea whether they might have caused the 10.04 problem.
 
  


Reply

Tags
flash, lock, screen



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] Screen flashes on reboot/shutdown angelsguitar Linux - Hardware 2 06-23-2009 08:20 AM
VERTICAL screen: 768x1024 framebuffer mode (screen mounted verticaly!)? versatilstudio Linux - General 0 11-08-2008 05:29 AM
Cannot input keystrokes, screen flashes blank nym Linux - Desktop 1 01-07-2007 01:53 AM
FC6: Screen Flashes in X... sancho Linux - Laptop and Netbook 1 10-30-2006 05:42 AM
when loading my screen flashes and monitor turns off. jdm Red Hat 2 07-02-2004 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:15 PM.

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