From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 09:09:11 2008 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 57E641065670 for ; Tue, 11 Nov 2008 09:09:11 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id DBD6D8FC13 for ; Tue, 11 Nov 2008 09:09:10 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id mAB98vm1023507; Tue, 11 Nov 2008 10:08:57 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id mAB98sWp023504; Tue, 11 Nov 2008 10:08:57 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Tue, 11 Nov 2008 10:08:54 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: Polytropon In-Reply-To: <20081111082553.a41d76e1.freebsd@edvax.de> Message-ID: References: <20081111082553.a41d76e1.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: X11: 1280x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2008 09:09:11 -0000 On Tue, 11 Nov 2008, Polytropon wrote: > On Tue, 11 Nov 2008 07:47:37 +0100 (CET), Pieter Donche wrote: >> I installed KDE and the KDM display manager in FreeBSD. >> On my portable I have a non-US keyboard (a european country layout), >> in KDE I can set it to the appropriate keyboard layout. >> KDM login window is still in US qwerty keyboard, which makes me have >> to enter my password with different keystrokes :-) How to set an >> appropriate keyboard in KDM? > > I don't know, but you can set your keyboard layout generally for X, > so you have this layout everywhere (e. g. when you're running > something different than KDE, as well as in xdm or kdm). > > Just change your /etc/X11/xorg.conf to fit your needs, according > to this example: > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "de" > Option "AutoRepeat" "250 30" > EndSection OK, that was it for the keyboard matter. Thx.. Similar question: my portable is 1280x768 pixels, but KDE comes up in 1024x768, making 'wide' icons and text :-( I tried to add in the /etc/X11/xorg.conf in Section "Screen" for all entries in Subsection "Display" (different Depths), a line Modes "1280x784" ... but this does not help.. In KDE menu / Settings / peripherals / Display / the only choice for Screen Size remains 1024x768 without alternatives (as before) ... How to remedy?