From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 08:40:16 2010 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 1809F1065696 for ; Wed, 22 Sep 2010 08:40:16 +0000 (UTC) (envelope-from sdb@ssr.com) Received: from mailhost.ssr.com (mailhost.ssr.com [199.4.235.5]) by mx1.freebsd.org (Postfix) with SMTP id BE8848FC1C for ; Wed, 22 Sep 2010 08:40:15 +0000 (UTC) Received: (qmail 1786 invoked by uid 103); 22 Sep 2010 08:11:17 -0000 Date: 22 Sep 2010 08:11:17 -0000 Message-ID: <20100922081117.1785.qmail@ssr.com> From: Scott Ballantyne To: freebsd-questions@freebsd.org Subject: Widescreen Monitor and X Help please 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: Wed, 22 Sep 2010 08:40:16 -0000 Hello, I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been done clearly, I'm very impressed and hat's off to the developers. Unfortunately I've hit a snag with X. I have an LG "Flatron" W2253, a 5750 graphics card and I have not been able to get them to work with X at all. Following the handbook's instructions: Xorg -config xorg.conf.new with and without the -retro option just give me a black screen from which there is no escape. I have to log into the machine from somewhere else on the network to reboot it. Killing the Xorg process doesn't help. Following the instructions on widescreen monitors, I have extracted a modeline from the log files: Section "Monitor" #DisplaySize 490 320 # mm Identifier "Monitor0" VendorName "LG (GSM)" ModelName "W2253" # HorizSync 30.0 - 83.0 # VertRefresh 56.0 - 75.0 ModeLine "1920x1080" 138.5 1920 1968 2000 2080 1080 1083 1088 1111 # Option "DPMS" EndSection And I have modified the screen as follows: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1080" EndSubSection EndSection None of this has helped. If anyone can assist me, I would be very grateful. Thanks a lot, Scott -- sdb@ssr.com