Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

[SOLVED] Wrong EDID confuses dual monitor setup

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
Nitro_146
Apprentice
Apprentice
User avatar
Posts: 221
Joined: Wed Mar 02, 2005 8:34 pm
Location: Digne les bains, France
Contact:
Contact Nitro_146
Website

[SOLVED] Wrong EDID confuses dual monitor setup

  • Quote

Post by Nitro_146 » Sat Oct 22, 2011 2:47 pm

Hi all,

I Just upgraded my PC to Sandy bridge (core i5 2500K on Asrock z68 pro3-M) this week-end.
I just installed my old hard drive into the new box, tweaked some things, and everything is running fine ... except the dual monitor setup.

On my previous machine I had a nvidia card, and managed to make it work as expected (using a custom xorg.conf).
On the new machine I am using the integrated graphic controler with two TFT monitors :
- 1280x1024 on the VGA1
- 1920x1200 on the DVI1
The VGA is rotated, and placed on the left of the primary DVI.

The VGA only TFT panel is detected as only 1024x768 capable, and therfore the gui tool does not allow me to configure my setup as needed.

If I force the mode using xrandr, it works as expected.

Code: Select all

xrandr --addmode VGA1 1280x1024
However, altough I have searched the web, and tried some solutions, such as seting the xrandr in .xprofile or xdm init file, I am not satisfied. When X starts up, only one monitor is on. I have to manually deactivate it and reactivate again with the GUI tool to get my dual sceen working.
I did not succeed in writing a working xorg.conf file.
The login screen, that used to nicely display on the primary screen is now on both panels, and looks ugly (bad resolution).
Last edited by Nitro_146 on Tue Nov 01, 2011 9:05 pm, edited 1 time in total.
Linux, cause booting is for adding new hardware
Top
Jaglover
Watchman
Watchman
User avatar
Posts: 8291
Joined: Sun May 29, 2005 1:57 am
Location: Saint Amant, Acadiana

  • Quote

Post by Jaglover » Sun Oct 23, 2011 1:15 am

I'm sure this can be solved with correct xorg.conf, there is also an option to ignore EDID and use custom settings.
My Gentoo installation notes.
Please learn how to denote units correctly!
Top
Nitro_146
Apprentice
Apprentice
User avatar
Posts: 221
Joined: Wed Mar 02, 2005 8:34 pm
Location: Digne les bains, France
Contact:
Contact Nitro_146
Website

  • Quote

Post by Nitro_146 » Sun Oct 23, 2011 6:05 am

I know that it exists, but I have been unable to make a working xorg.com !

I find a lot of help using an nvidia or ati card, ant almost nothing for sandybridge igp.

Il will continue to search, since it took me 10 minutes this morning to get a working dual screen :'(
Linux, cause booting is for adding new hardware
Top
Jaglover
Watchman
Watchman
User avatar
Posts: 8291
Joined: Sun May 29, 2005 1:57 am
Location: Saint Amant, Acadiana

  • Quote

Post by Jaglover » Sun Oct 23, 2011 12:39 pm

Xorg log usually gives good hints for xorg.conf.
My Gentoo installation notes.
Please learn how to denote units correctly!
Top
krinn
Watchman
Watchman
User avatar
Posts: 7476
Joined: Fri May 02, 2003 6:14 am

  • Quote

Post by krinn » Sun Oct 23, 2011 12:43 pm

emerge -a read-edid

you'll get your monitor settings (with luck last time i try it wasn't working)
Top
Nitro_146
Apprentice
Apprentice
User avatar
Posts: 221
Joined: Wed Mar 02, 2005 8:34 pm
Location: Digne les bains, France
Contact:
Contact Nitro_146
Website

  • Quote

Post by Nitro_146 » Sun Oct 23, 2011 12:49 pm

The problem with Xorg.log is that there is not errors... It just does not work as expected.

Concerning read-edid I already gave a try. The program just hangs when launched, doing nothing...
Linux, cause booting is for adding new hardware
Top
anath0r
n00b
n00b
Posts: 10
Joined: Thu Aug 10, 2006 6:46 pm

same problem here

  • Quote

Post by anath0r » Sun Oct 23, 2011 1:54 pm

I'm touched with similar problem after kernel upgrade on the same machine config (laptop + LCD).
Im trying to set resolution to 1650x1050. By default it always worked as xorg setting and now the logfile comes with sth like this:

Code: Select all

(II) intel(0): Output VGA1 using monitor section VGA1
(**) intel(0): Option "PreferredMode" "1680x1050"
(**) intel(0): Option "Primary" "True"
(II) intel(0): EDID for output VGA1
(II) intel(0): Printing probed modes for output VGA1
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
As above I tried to make it work by xrandr but it doesn't solve the edid problem.

Code: Select all

anath0r@mistral ~ $ cvt 1680 1050
# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
anath0r@mistral ~ $ xrandr --newmode "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
anath0r@mistral ~ $ xrandr --addmode VGA1 1680x1050_60
anath0r@mistral ~ $ xrandr --output VGA1 --mode 1680x1050_60
BTW. Where is the best location to put these commands on autostart?
Top
Nitro_146
Apprentice
Apprentice
User avatar
Posts: 221
Joined: Wed Mar 02, 2005 8:34 pm
Location: Digne les bains, France
Contact:
Contact Nitro_146
Website

  • Quote

Post by Nitro_146 » Sun Oct 23, 2011 3:01 pm

My xrandr stuff is in /etc/X11/xdm/Init (I write this by memory, since I am not at home for one week)

If this can help, try to boot a ubuntu 11.10 live CD. On my system the ubuntu edid version works well and recognises the right settings for my monitor.

Il will check the versions used and try to update from ~amd64 to see if this work
Linux, cause booting is for adding new hardware
Top
Nitro_146
Apprentice
Apprentice
User avatar
Posts: 221
Joined: Wed Mar 02, 2005 8:34 pm
Location: Digne les bains, France
Contact:
Contact Nitro_146
Website

  • Quote

Post by Nitro_146 » Tue Nov 01, 2011 9:04 pm

Curiously It is now working...

The only thing I changed, except some upgrade that are not related to Xorg nor intel driver are :

- Modify the kernel to support EFI GPT disks partitions
- Unplug/plug the monitor cable (I needed it for some testing on another computer).

Would it be possible that it was due to the VGA cable not being properly plugged ?
Linux, cause booting is for adding new hardware
Top
s_bernstein
Apprentice
Apprentice
Posts: 172
Joined: Sat Mar 11, 2006 6:36 am
Location: Bremen, Germany

  • Quote

Post by s_bernstein » Wed Nov 02, 2011 5:54 am

Nitro_146 wrote:Would it be possible that it was due to the VGA cable not being properly plugged ?
I don't think so. It's more likely that the crappy intel graphics driver had a good day and recognize your monitor or the updates you made did something to help with the problem.
Top
Post Reply

10 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic