From owner-freebsd-questions@FreeBSD.ORG Mon Apr 30 13:31:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE59616A407 for ; Mon, 30 Apr 2007 13:31:33 +0000 (UTC) (envelope-from victor.engmark@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 5B54113C4AE for ; Mon, 30 Apr 2007 13:31:33 +0000 (UTC) (envelope-from victor.engmark@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1273153nze for ; Mon, 30 Apr 2007 06:31:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=HXfkxaJekuUon6EPbpXWT2l2KX8pjiv8CJ2dSdPmrolgtKZt7GB3pPn8bvbIDEwrdSLbZDUCXzeWj0RHTqeHht8HKrLxh7uXSrutMBopNnmGIk3VBFPX2HDVyk7+cBdtipu01bNy8futzFFlDih2LTyaEW0ZlIjaSFZhhhKkrcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=I2yuFXJXUhBhc46zM9KGXn5e8L0hikmfXSfHTYL1peQwdgM7ZifIZItZJTqyINGe5aZqtIeCjSjqI0fSIlluhOWbobymDdBPcsEWBeduSV8l0GF7KztD/HB4rWYD2mHzunbNp+yE/T+hI1XprzV8zUz1AScgNEXZGUaibEMhgkU= Received: by 10.115.48.12 with SMTP id a12mr2015340wak.1177939892235; Mon, 30 Apr 2007 06:31:32 -0700 (PDT) Received: by 10.114.79.14 with HTTP; Mon, 30 Apr 2007 06:31:32 -0700 (PDT) Message-ID: <7d4f41f50704300631h76ab225fqf2e53cb52840fa56@mail.gmail.com> Date: Mon, 30 Apr 2007 15:31:32 +0200 From: "Victor Engmark" To: "FreeBSD Questions" , kde-freebsd@kde.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: OpenGL in KDE only on top 420 pixels 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: Mon, 30 Apr 2007 13:31:33 -0000 Hi all, I'm currently running KDE 3.5.6 on 6.2-RELEASE, and I've tested OpenGL with the screen savers from the "OpenGL Screen Sav..." [sic] category. The results so far: - KRotation doesn't work at all, but I don't get any error messages, and `grep -iR krotation /var/log/*` doesn't give any results. - KPendulum and Space work and are centered on the screen. - All the others (Bitmap Flag, Euphoria, Fireworks 3D, Flux, Gravity, Particle Fountain, and Solar Winds) use only the top 420 pixels of the screen. It looks as though the graphics has been displaced, because it doesn't look like it's been scaled to fit the area, and it also doesn't look like the bottom 630 px (my screen is 1400x1050 px) have been cropped. Searching Google and the KDE and x.orgbug databases didn't produce any results which seem related. Any tips? Here are the relevant parts of my /etc/X11/xorg.conf: Section "Monitor" Identifier "Dell Latitude D610 monitor" VendorName "SEC" ModelName "3450" DisplaySize 285.7 214.3 Option "DPMS" EndSection Section "Device" Identifier "Intel 915GM" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Dell Latitude D610 screen" Device "Intel 915GM" Monitor "Dell Latitude D610 monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1400x1050" "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1400x1050" "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1400x1050" "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1400x1050" "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "1024x768" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Also, I use the following to enable the native resolution: $ tail -1 /etc/rc.d/local /usr/local/bin/915resolution 3c 1400 1050 -- Victor Engmark Quidquid latine dictum sit, altum videtur - What is said in Latin, sounds profound