PDA

View Full Version : [lubuntu] 11.10 and force hdmi



zerocooler
December 27th, 2011, 01:03 AM
I got some serious issues (since i consider myself a linux newbie) with my new setup
MSI-H57M-ED65
with I5-661 CPU
OS lxde ubuntu 11.10

Cant force to start X with default 1920x1080 when my amplituner is connected to hdmi but OFF
any chance to get some support with that?

here is my xorg.conf


Section "ServerLayout"
Identifier "Default Layout"
Screen "TV"
EndSection

Section "Device"
Identifier "Intel HD Graphics"
Driver "intel"
VendorName "INTEL Corporation"
BusID "PCI:0:2:0"
Option "monitor-VGA1" "none"
Option "monitor-DP1" "none"
Option "monitor-HDMI1" "none"
Option "monitor-HDMI2" "none"
Option "monitor-HDMI3" "HCG"
Option "monitor-DP2" "none"
Option "monitor-DP3" "none"
Option "ModeDebug" "true"
Option "UseDisplayDevice" "HCG"
Option "ConnectedMonitor" "HCG"
Option "UseEDID" "FALSE"
EndSection

Section "Monitor"
Identifier "HCG"
VendorName "HarmanKardon"
# Option "enable" "true"
HorizSync 14.0 - 70.0
VertRefresh 24.0 - 62.0
Option "DPMS" "true"
Modeline "1920x1080@24p" 74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
Modeline "1920x1080@50p" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
Modeline "1920x1080@59.94p" 148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
Modeline "1920x1080@60p" 148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync

EndSection

Section "Monitor"
Identifier "none"
Option "Ignore" "true"
EndSection

Section "Screen"
Identifier "TV"
Device "Intel HD Graphics"
Monitor "HCG"
Option "ColorRange" "Full"
Option "ColorSpace" "RGB"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080@50p" "1920x1080@59.94p" "1920x1080@24p" "1920x1080@60p"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "false"
EndSection

zerocooler
December 27th, 2011, 02:51 PM
really no one can come up with an idea how do fix that?