From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 17:48:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 548D5106564A for ; Fri, 13 Feb 2009 17:48:44 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0248FC19 for ; Fri, 13 Feb 2009 17:48:44 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [31.33.7.200] ([69.70.93.206]) by VL-MH-MR002.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KF0001JQMSE2MD0@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Fri, 13 Feb 2009 12:48:14 -0500 (EST) Message-id: <4995B261.40307@optiksecurite.com> Date: Fri, 13 Feb 2009 12:48:17 -0500 From: =?ISO-8859-1?Q?Francis_Dub=E9?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) To: freebsd-questions@freebsd.org Subject: Xorg - Resolution issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 17:48:44 -0000 Hi everyone, I got this TV : http://www.samsung.com/ca/consumer/detail/spec.do?group=tv&type=tv&subtype=lcd&model_cd=LN40A330J1DXZC&fullspec=F I'm trying to use it as my screen under FreeBSD 7.1-RELEASE with a resolution of 1366x768 which is suposed to be suported by the TV, acording with the TV's specs. I did the same with another very similar TV and it was working #1 without having to create any Xorg.conf, a plain startx and the display was perfect (1366x768). With my new TV, X only start in 1280x720. So I created a config file with Xorg -configure, then I tried to force Xorg to use 1366x768 but it keeps loading in 1280x720. In my Xorg.0.log it looks like there's no support for the resolution I want : [...] (==) Using config file: "/etc/X11/xorg.conf" [...] (II) RADEON(0): Panel infos found from DDC detailed: 1280x720 [...] (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 74.2 MHz Image Size: 160 x 90 mm (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0 (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 74.2 MHz Image Size: 160 x 90 mm (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0 (II) RADEON(0): Ranges: V min: 23 V max: 61 Hz, H min: 26 H max: 68 kHz, PixClock max 150 MHz (II) RADEON(0): Monitor name: SAMSUNG [...] (II) RADEON(0): Output DVI-0 using initial mode 1280x720 [...] This is how i configured my resolution in my /etc/X11/xorg.conf : [...] Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1366x768" EndSubSection EndSection [...] My video card is a Radeon HD 3450 and my Xorg version is xorg-7.3_2 Also, the only other resolution "supported" by the TV according to the log file would be 1920x540...but it's not supported by the TV ! Am I missing something ? Thanks for reading. Francis