LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-25-2011, 12:14 AM   #1
austinium
Member
 
Registered: Nov 2007
Location: India
Distribution: Debian Stable, Debian Testing
Posts: 219

Rep: Reputation: 27
Debian Squeeze Monitor flickers occasionally


My monitor keeps flickering every now and then, i happens more than a couple of times in a day. I have Debian Squeeze installed, the system is updated.

Below is the relevant o/p from lspci -v

Code:
$lspci -v
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 0a) (prog-if 00 [VGA controller])
	Subsystem: Dell Device 0294
	Flags: bus master, fast devsel, latency 0, IRQ 26
	Memory at dfe00000 (32-bit, non-prefetchable) [size=512K]
	I/O ports at ecd8 [size=8]
	Memory at c0000000 (32-bit, prefetchable) [size=256M]
	Memory at dff00000 (32-bit, non-prefetchable) [size=1M]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:02.1 Display controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 0a)
	Subsystem: Dell Device 0294
	Flags: bus master, fast devsel, latency 0
	Memory at dfe80000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: <access denied>


I have xserver-xorg-video-intel v2:2.9.1-2 installed.

How do i fix this?

Edit: after making this post i noticed that there was update to v2:2.13.0-5 available so installed
xserver-xorg-video-intel v2:2.13.0-5. However, that doesnt seem to have helped the screen just flickered again.

Edit: I ran # cat /var/log/messages| tail -n 45 and found the following, could it be a bug in the driver?

Code:
# cat /var/log/messages| tail -n 45
Feb 25 09:10:03 vikram kernel: [    5.553577] [drm] Initialized drm 1.1.0 20060810
Feb 25 09:10:03 vikram kernel: [    5.772948] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 25 09:10:03 vikram kernel: [    5.775506] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
Feb 25 09:10:03 vikram kernel: [    5.775508] [drm] MTRR allocation failed.  Graphics performance may suffer.
Feb 25 09:10:03 vikram kernel: [    5.775590] [drm] set up 7M of stolen space
Feb 25 09:10:03 vikram kernel: [    5.999755] [drm] DAC-6: set mode 1280x1024 13
Feb 25 09:10:03 vikram kernel: [    6.024929] Console: switching to colour frame buffer device 160x64
Feb 25 09:10:03 vikram kernel: [    6.029862] fb0: inteldrmfb frame buffer device
Feb 25 09:10:03 vikram kernel: [    6.029863] registered panic notifier
Feb 25 09:10:03 vikram kernel: [    6.029882] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

Thanks,
Vikram

Last edited by austinium; 02-25-2011 at 12:31 AM. Reason: added details
 
Old 02-25-2011, 05:01 PM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
http://linuxindetails.wordpress.com/...ite-combining/
 
1 members found this post helpful.
Old 02-27-2011, 10:41 PM   #3
austinium
Member
 
Registered: Nov 2007
Location: India
Distribution: Debian Stable, Debian Testing
Posts: 219

Original Poster
Rep: Reputation: 27
I added the kernel parameters mentioned in the blog
Code:
$ dmesg |grep mtrr
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=UUID=34daade7-59de-4fb2-8db3-009fe79f68e6 ro quiet enable_mtrr_cleanup mtrr_spare_reg_nr=1
I am going to wait and see if screen flickers again, and then mark the thread closed.
 
Old 02-28-2011, 12:31 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I hope it works there isn't much information out there, that relates to your problem.
According to your dmesg output it appears that it may be solved. Fingers crossed for you.

Last edited by EDDY1; 02-28-2011 at 12:33 AM.
 
Old 02-28-2011, 11:06 PM   #5
austinium
Member
 
Registered: Nov 2007
Location: India
Distribution: Debian Stable, Debian Testing
Posts: 219

Original Poster
Rep: Reputation: 27
It's not flickered since the, iam going to wait some more(just in case) and then mark the thread closed.
Any idea why the MTRR allocation failed???
 
Old 03-01-2011, 06:20 AM   #6
austinium
Member
 
Registered: Nov 2007
Location: India
Distribution: Debian Stable, Debian Testing
Posts: 219

Original Poster
Rep: Reputation: 27
It flickered once today, couldnt get much from the logs (they were full of [21114.165386] VFS: busy inodes on changed media or resized disk sr0, but thats another issue, unclean eject of CD-ROM)
 
  


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
My monitor flickers until I smack it - why? BrianK Linux - Hardware 6 02-25-2007 10:26 PM
Monitor flickers LeetChris Linux - Laptop and Netbook 3 02-15-2007 02:09 AM
monitor flickers on IntelD865GLC with RedHat 9.0 jkmin Linux - Hardware 0 11-01-2004 11:26 AM
Monitor Flickers too much...plz help...!! jhazzy Linux - Newbie 13 08-17-2004 08:37 AM
Monitor flickers at random times linuxbotx Linux - Hardware 7 10-30-2003 11:21 PM

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

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