Debian Multimedia :: Get The EDID For LCD TV?

Aug 18, 2011

I'm not sure what has happened. The last update I did was on the 15th. I've rebooted a number of times since then and haven't updated/installed any packages. But clearly I must have changed something but for the life of me I can't remember changing any settings video related. Now X does not start. This is what I get now

[Code]...

View 3 Replies


ADVERTISEMENT

Debian Hardware :: Wheezy 7.9 - EDID / CVT And Xorg Log

Dec 4, 2015

I am running Wheezy 7.9, I have a Biostar motherboard with integrated Intel graphics (945 chip set), and a Viewsonic va912b 19" LCD monitor. I have recently been having problems with the computer not being able to read the EDID data from my monitor. About half the time the EDID is read okay. So, in order to set the monitor to the desired resolution I have created a shell script to set the resolution after I log in. Knowing that my monitor supports 1152x864 @75hz I used cvt to get the modeline info.

Code:

Select allroot@JohnBoy:/home/john# cvt 1152 864 75
# 1152x864 74.82 Hz (CVT 1.00M3) hsync: 67.71 kHz; pclk: 104.00 MHz
Modeline "1152x864_75.00"  104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync

Then I wrote this shell script.

Code: Select all#! /bin/sh
#! /etc/init.d/monitor_1152x864x75
#
#add monitor resolution not being found at startup
#data from cvt
xrandr --newmode 1152x864_75.00  104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync
xrandr --addmode VGA1 1152x864_75.00
exit 0

It works fine, but I see a difference between what cvt gives versus what I see in the xorg log file (when I get a good EDID read). Here is what I see in the xorg log.

Code: Select all[    17.611] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)

Notice that there are some small differences in the horizontal and vertical timings, cvt versus xorg log.

The biggest difference, to me, is that cvt has -hsync and the xorg log shows +hsync. I would assume that the data shown in the xorg log file is based on what was received from the EDID and therefore is what the monitor expects. Is that a correct assumption? And might using -hsync as per the cvt, versus +hsync, affect the monitor operation? Using -hsync does not appear to create any kind of video artifacts (tearing or distortions).

View 1 Replies View Related

Ubuntu Multimedia :: I915 0000:00:02.0: LVDS-1 - EDID Invalid

Feb 25, 2010

Lots of these in my dmesg, dont like that. Don't think it should be there. Don't know how to get rid of it. What i do know is:

It's intel graphic card related on Ubuntu 9.10 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:05:19 UTC 2010 i686 GNU/Linux On a EEEPC 1000H

View 5 Replies View Related

Ubuntu Multimedia :: Screen Settings And Xorg Configuration / EDID Trouble

Jan 19, 2010

A few months ago my monitor broke and began using an old one that does not have EDID.Since then i havent been able to configure my computer with a stable video configuration.I`ve tried a thousand times to edit xorg.conf and i actually got it let me use resolutions higher then 800x600, but when i reboot my computer my usuall setting 1024x768 gets switched back to a lower one - its a pain... my icons get scrambled, the gnome panels, etc.Do I need to edit any other file then xorg.conf?

And another thing I noticed today is that the gnome display manager does not recognise the higher resolution of nvidia-settings. Does it have a seperate settings file?

View 1 Replies View Related

Ubuntu Multimedia :: NoDDC Without Xorg.conf: No EDID Information Through Displayport/DVI

Apr 23, 2011

Apparently you can't get EDID information through a Displayport->DVI adapter. That means that a default install of Lucid (or Natty!) does not recognize the resolutions of any monitor connected with such an adapter.

I'd rather not create an entire multihead xorg.conf just to specify NoDDC. Is there any other way to pass that option to X?

View 1 Replies View Related

Debian :: Kworker Hogging CPU On New Jessie Install - EDID Checksum Is Invalid

May 16, 2015

I just installed jessie on a machine that had been running wheezy with no problems. Now I see that a kworker process is hogging nearly 100% of one of the CPUs. I am not sure how to proceed with solving the problem even after doing a number of Google searches.

I'm not sure if this is related, but I am getting the following when I run 'dmesg':

[ 3637.597975] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 42
[ 3637.597979] Raw EDID:
[ 3637.597981] 00 ff ff ff ff ff ff 00 4d d9 90 02 01 01 01 01

[Code] .....

My hardware is:
cpu:
Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz, 2333 MHz
Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz, 2000 MHz
keyboard:
/dev/input/event0 AT Translated Set 2 keyboard
mouse:
/dev/input/mice ImExPS/2 Logitech Explorer Mouse

[Code] ....

Here is the "top" display, showing 75.2% of the CPU on kworker/1:2 and 27.6% of the CPU on kworker/1.1:

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4731 root 20 0 0 0 0 R 72.5 0.0 0:53.73 kworker/1:2
28 root 20 0 0 0 0 S 27.6 0.0 0:58.69 kworker/1:1
1246 dan 20 0 1668476 132720 57548 S 2.7 4.3 0:42.33 gnome-shell
4673 dan 20 0 855208 158368 65568 S 2.7 5.2 0:28.44 iceweasel
815 root 20 0 201804 29020 18728 S 1.0 0.9 0:14.30 Xorg

[Code] ....

View 10 Replies View Related

Debian :: Xorg Log File - Six Identical Blocks Of Information Regarding EDID And Modeline Settings

Feb 4, 2016

I had problems with the system not reading the monitor EDID and have fixed the problem by adding an override file in xorg.conf.d and all of that seems to be working well (although the system has not failed to read the EDID since I implemented the override. go figure).

The thing that I am wondering about is something I see in the Xorg log file. At the end of the log file, after everything seems to be configured, there are six (6) identical blocks of information regarding the EDID and modeline settings. Is this normal or is X stuck in some kind of loop? Everything is working and I am not waiting an inordinate amount of time to log on, or after. Just curious. Here is the log file.

Code: Select all[    15.848]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    15.848] X Protocol Version 11, Revision 0
[    15.848] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[    15.848] Current Operating System: Linux JohnBoy 3.2.0-4-686-pae #1 SMP Debian 3.2.73-2+deb7u2 i686
[    15.848] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=5c593049-113a-44f6-87fd-511b71461dde ro quiet
[    15.848] Build Date: 09 February 2015  10:12:47AM

[Code] .....

View 2 Replies View Related

Ubuntu Multimedia :: DELL ST2310 Monitor DVI-D Unrecognized By UBUNTU - EDID Checksum Is Invalid?

Oct 1, 2010

I have got a very frustrating problem. I am not new to Ubuntu but this time I bit my tongue! Actually it is a problem related to my graphics card "Intel 945GM" , it is a real crap card but it is working fine with Windows XP pro (I use windows just for testing)!

Problem : My monitor DELL ST2310 would not work under DVI mode (only VGA mode is working fine)! I tested with Kubuntu, Ubuntu (several distos), Fedora 13.. Upon booting, I get this error message :

Code:
EDID checksum is invalid
remainder 130
the monitor DVI connection is working perfectly under Windows XP. This means the Intel 945GM cannot read the EDID hexadecimal data transmitted by the monitor through the DVI connection. Yet, System recognizes the graphic card's DVI-D port but set it as disconnected.

[Code]...

View 3 Replies View Related

Ubuntu Installation :: 11.04 LiveCD - EDID Checksum Invalid

Jul 17, 2011

I burned a new disk with ubuntu 11.04 image and I managed to boot the live cd using my external monitor, I've installed and went into my monitor settings, it displays my external monitor as unknown and doesn't even detect my laptop screen. Changing the driver being used in my xorg.conf to vesa allows me to boot properly and ubuntu uses my laptop screen (yet it still detects it as an unknown monitor). Installing any nvidia driver and using it breaks my system. Heres an image of the laptop when using the nvidia driver (btw I can still hear the ubuntu sound that plays when its reached the logon prompt).

View 2 Replies View Related

Fedora :: Extract Monitor Serial Number / Manufacture Date Using EDID?

Aug 29, 2010

I can not for the life of me determine how to get the monitor serial number / manufacture date using Extended Display Identification Data (EDID). Does anyone know? None of the following provide this info:

monitor-get-edid
monitor-edid --v
monitor-edid --MonitorsDB
monitor-get-edid | monitor-parse-edid
dmidecode -q

View 8 Replies View Related

Fedora Hardware :: ERROR : Radeon 0000:01:05.0: DVI-D-1: EDID Block 0 Invalid

Dec 27, 2010

I have installed a fresh copy of FC14 and when I logged in locally for the first time I was getting the error messages below. Now these same messages are filling up my messages log and it's running non stop in the background. Has anyone seen anything on this error? I have searched through Google looking for help and I'm not finding much.

This box is a simple file/web server with no monitor hooked up and no GUI. I have also included the lspci ouput below if that might help. Really looking for any suggestions or input on how I might stop the error reporting since is filling up my log files quickly.

[Code]....

View 2 Replies View Related

Ubuntu :: Screen Resolution - Don't Pass The EDID Info From The Screen To The OS

May 1, 2010

Before I upgrade to 10.4 It would be nice to find the best solution to this problem. I use a KVM switch that dont pass the EDID info from the screen to the OS. To solve this, that is, to get the correct screen resolution, i need to pass monitor and screen info to the OS at every startup. One way is to ad a script to /etc/gdm/init/default, or in KDE /etc/kde4/kdm/Xsetup.

View 2 Replies View Related

Debian Multimedia :: How To Install Multimedia Codecs Under Lenny With Gnome

May 29, 2010

How to install Multimedia Codecs under Lenny with Gnome?

View 3 Replies View Related

Debian Multimedia :: Browsers And Multimedia Players Conlict And Crash?

May 23, 2011

Using Debian stable. 64-Bit. I can play videos and music using Totem and VLC. And I can play audio files with audacious and Rhythmbox. And I can play flash in firefox and google-chrome. But, if I open audacious and then play a flash file in Firefox or google-chrome audacious crashes as well as other multimedia players that I have open such as Totem, VLC and/or Ryhthmbox.

Would like to know if you can offer some troubleshooting steps to take so that I can play a flash file in a browser and still play an mp3 file in the audio player without having to kill those processes and restart.

View 7 Replies View Related

Debian Multimedia :: XF86Audio Multimedia Keys Not Working In Squeeze

Jun 23, 2011

I finally installed Squeeze on my laptop and found out that the XF86Audio multimedia keys do not work.

When I press them, they're correctly identified by xev but they do not produce the desired effect (raise/lower/mute volume, play/pause/stop/prev/next song in media players like Sonata).

Funnily enough though, they do work in Audacious, which has its own plugin to manage XF86Audio media keys.

So it's like the action of pressing these keys is not intercepted by the system and no event is triggered.

I think this might be due to a missing package or configuration but I have no idea where to look...

View 1 Replies View Related

Debian Multimedia :: Streaming .avi Online | Multimedia Server

Apr 13, 2010

I want to stream .avi *divx/xvid* (because of the nice compression and quality) online and have all streams accessible through a web based library type thing. Something like Jinzora ( http://en.jinzora.com/ ) is what I am looking for, but it's buggy. I would even be satisfied with a web based library of streams that you click and open with an external program. I have searched a lot for this and the only thing I found that can do this how I want (if it worked right) was jinzora. I don't want to convert to mpeg4 or flv because of size and quality issues.

View 5 Replies View Related

Debian Multimedia :: How To Enable Multimedia Plugins In Browsers

Mar 15, 2011

I have Debian 6 installed. Is there a way for the web browsers (Iceweasel and Chromium) to recognize the multimedia plugins (gstreamer0.10) that were installed? about:plugins in the browser, references Gnash as the only plugin available.

View 7 Replies View Related

Debian Multimedia :: VLC Playback Broken By Deb-multimedia Upgrade

Jun 14, 2011

I am using debian squeeze and did an aptitude upgrade yesterday. Today I've found that VLC won't play any video; the files open and the audio plays, but the video is black. The aptitude log is below.

I note that VLC received a security upgrade a few days ago, but my suspicion is that the source of this problem is more likely to be the upgrade of libavcodec52 from version 4:0.5.2.6 -> 5:0.6.1+svn20101128-0.2. I believe this upgrade came from the debian-multimedia stable repo I have enabled.

Does this sound right, and what could I do to fix my VLC playback? This is new territory for me, and I'm slightly surprised that such an upgrade would come from the stable branch of debian-multimedia (although I know this is not an official source).

[Code].....

View 6 Replies View Related

Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check

Aug 18, 2011

Below is the recipe I've used to compile dwm from source on Squeeze

su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit

It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!

View 6 Replies View Related

Debian Multimedia :: Debian + XFCE Dual Monitor Behavior?

Feb 18, 2010

Just got a pretty fresh install of Debian/XFCE. Both monitors work out of the box on my 8400GS. I was unable to find an option to change it so I can span is as 1 work space instead of having them mirrored.

View 2 Replies View Related

Debian Multimedia :: Error - It Is Perfectly Working With Debian Lenny

Apr 23, 2010

I installed debian etch on my system. Installation done successfully, but when it boots up the X server is not starting and showing error. Note : It is perfectly working with debian lenny. Configuration : Intel DG41RQ ,1GB Ram ,160GB HDD.

View 1 Replies View Related

Debian Multimedia :: Exist Any Repository For Debian Lenny With Games?

Aug 28, 2010

Are exist any repository for debian lenny with games like nexuiz vdrift planeshift etc?

View 2 Replies View Related

Debian Multimedia :: Customize Desktop Debian Squeeze Xfce?

May 11, 2011

I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.

View 1 Replies View Related

Debian Multimedia :: 'Startup Disk Creator' For Debian Squeeze?

Jun 14, 2011

Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.

View 2 Replies View Related

Debian Multimedia :: Unable To Install On Another Debian Machine The Same Iceweasel 5?

Jul 31, 2011

I am running Debian testing on my box and iceweasel 5 with several addons. My question is the following: is there a way to export above all my addons settings to a file? I would like to be able to install on another debian machine the same iceweasel 5 and have the same addons installed (if I could have even the same toolbar it would be dream) automatically.

View 1 Replies View Related

Debian Multimedia :: No Synaptic Package Manager In Debian Squeeze?

Aug 22, 2011

I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.

[Code]...

View 5 Replies View Related

Debian Multimedia :: Debian Wheezy Xfce4, No Reboot, No Shutdown?

Sep 3, 2011

i have fresh installed debian wheezy xfce4, and using slim to start it but i can't get reboot, shutdown and thunar can't open flash and others volumes. i using .xinitrc (exec ck-launch-session startxfce4)

View 3 Replies View Related

Debian Multimedia :: Compile Mplayer Like In Multimedia?

Mar 22, 2011

I'm currently using Debian Testing with Debian Multimedia Sid repos. The current Mplayer (3:1.0~rc4+svn20110308-0.0) seems to be broken - I can't encode AAC to AC3 on-the-fly anymore. I'd like to compile the latest snapshot or SVN version, but what is the easiest way to compile it with the same options as the one in debian-multimedia.org?

View 3 Replies View Related

Debian Multimedia :: Multimedia Crashes On Squeeze ?

May 13, 2011

I've just installed Squeeze 6.01a from the xfce iso image on an old PIII which has been running Lenny with xfce without any problems. It's a fresh install after a reformat.

Sounds and multimedia apps like gxine and mplayer all worked fine on Lenny and other older versions. Now they don't - not gxine, not mplayer not even VLC. Run from the menu they all abort - and if run in an xterm they all crash with the following message -

Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting.

View 3 Replies View Related

Debian Multimedia :: Ripping Mp3 Cd On Pressario And Debian Etch

Feb 2, 2010

I have an old compaq pressario (with a compaq cd/dvd player + HP cd writer/Reader) with Debian Etch and a gnome desktop, and I would like to extract the mp3 dvd a friend gave me (He made it from bittorrent). On a XP box the cd is played without problem but I would like to extract and play each song on Etch. I have Sound juicer which works allright for usual audio cd but not with this mp3 thing. I have tried to define a new profile with params I have found on the net for mp3 but up to now without success. I even don't know if it's a problem of hardware being too old, or if I could solved this with the appropriate software

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved