From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 17:02:49 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2D854C7 for ; Sun, 4 Jan 2015 17:02:49 +0000 (UTC) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C19B26E8 for ; Sun, 4 Jan 2015 17:02:49 +0000 (UTC) Received: from r56.edvax.de (port-92-195-85-165.dynamic.qsc.de [92.195.85.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 4C50327810; Sun, 4 Jan 2015 18:02:40 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id t04H2eUu002809; Sun, 4 Jan 2015 18:02:40 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 4 Jan 2015 18:02:40 +0100 From: Polytropon To: Xavier Freebsd Questio Subject: Re: emulate a Xorg configuration of GNU/Linux (Fedora 21) on FreeBSD Message-Id: <20150104180240.6c6cf30b.freebsd@edvax.de> In-Reply-To: <8D1F6518B6F7572-15D0-ABA6@webmail-vm170.sysops.aol.com> References: <8D1F641A1D2B4CB-15D0-A6C2@webmail-vm170.sysops.aol.com> <20150104153549.70c269ae.freebsd@edvax.de> <8D1F6518B6F7572-15D0-ABA6@webmail-vm170.sysops.aol.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Xavier Freebsd Questio via freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 17:02:49 -0000 On Sun, 4 Jan 2015 11:20:52 -0500, Xavier Freebsd Questio via freebsd-questions wrote: > I have this keyboard: > > http://tinyurl.com/ltjj2a2 This one? http://4.bp.blogspot.com/-XJlzFI79lWQ/VFHSMP0KOsI/AAAAAAAAJOc/dVyuwlnbcMs/s1600/ES1_3.jpg > Your refer to "Fn" F5 and F6 keys ? Correct. > I try it and don't get output for > VGA external connector when I plugin it in HDMI input connector of TV. Ah! That could be the problem! HDMI isn't capable of mapping _all_ imaginable DVI (or VGA) outputs generated by a computer. This usually shows that you can use a TV as a computer monitor in many cases, but not in all cases. This might be such a case. A common problem seems to be that HDMI probably doesn't transmit the DDC information properly, so the external screen isn't detected correctly, and therefore all the autodetect magic fails. Another problem could be that those keys don't work, or to be precise: They require a proprietary driver to work, which means that their function is not "in the laptop", but "in the vendor-supplied software", which is bad. > My actual /etc/X11/xorg.conf is: > > http://pastebin.com/ji5QgvE6 The significant parts are: Section "Device" Identifier "Card1" Driver "vesa" BusID "PCI:0:2:0" EndSection Maybe you cannot use VESA together with the limited range of valid HDMI resolutions... > Any idea ? First, try to load X with the correct driver for the video "card" in your system. Then you can go ahead and fine-tune xorg.conf with the _actual_ configuration data of the TV screen: size (inches or centimeters), pixels (the _real_ number of them), DPI and so on. You can define the settings for the mode it supports. Probably you have to review the technical parameters in the manual. You could use the following sections as templates: # snippet from /etc/X11/xorg.conf Section "Monitor" Identifier "Monitor0" VendorName "Eizo" ModelName "FlexScan F980" HorizSync 30.0 - 137.0 VertRefresh 50.0 - 160.0 Option "DPMS" "false" DisplaySize 410 305 EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "G73 [GeForce 7600 GS]" BusID "PCI:2:0:0" Screen 0 Option "NvAGP" "3" Option "UseEdid" "FALSE" Option "UseEdidDpi" "FALSE" Option "DPI" "96 x 96" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Visual "TrueColor" Modes "1400x1050" "1152x864" "1024x768" "800x600" "640x480" "320x240" EndSubSection EndSection # end of file snippet You can see some simplification here. Please note that this example is from my home computer which uses a CRT, so there is no "the one" screen size and no fixed DPI value. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...