Announcement

Collapse
No announcement yet.

DVI Output resolution problem on Intel DG35

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DVI Output resolution problem on Intel DG35

    Hi All,

    I have a problem getting the right resolution with DVI-D output connected to HDMI port of my TV, the resolution am getting is 1280x720 at 60 Hz. To my surprise there is no xorg.conf created even if I delete the xorg.conf file. VGA is working fine with same resolution.

    And dpkg-reconfigure xserver-xorg doesn't bring up anything.

    Where is it pulling the resolution values from? reason its not mentioned anywhere in my xorg file.

    A little background on the hardware. I am using the inbuilt DVI output with Intel DG35EC (http://www.intel.com/products/deskto...C-overview.htm) mainboard connected to HDMI port of my Samsung LCD TV.

    Have a cable with DVI output and HDMI into the TV.

    If anybody can help me locate the xorg or whatever file the DVI is taking the resolution from than it will be great.

    Please find below my xorg.conf output. As it is a 3 yr Old LCD TV the xorg file is almost blank and I manually created the file.

    Code:
    Section "Monitor"
    	Identifier	"Configured Monitor"
    	VendorName "Unknown"
    	ModelName "Unknown"
    	HorizSync 40.0 - 70.0
    	VertRefresh 50.0 - 70.0
    	Modeline "1024x768@70" 78.26 1024 1056 1352 1384 768 783 792 807
    EndSection
    
    Section "Screen"
    	Identifier	"Screen 0"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	DefaultDepth 24
    	SubSection "Display"
    		Viewport 0 0
    		Depth   24
    		Modes   "1024x768" "800x600"
    	EndSubSection
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    EndSection
    
    Section "ServerFlags"
    	Option	"DontZap"	"False"
    EndSection
    Any help will be greatly appreciated.

    Cheers,
    Cybeh
Working...
X