From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ORqlt-0004S5-Gr for garchives@archives.gentoo.org; Thu, 24 Jun 2010 18:03:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A53FE0678; Thu, 24 Jun 2010 18:02:18 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E3926E0678 for ; Thu, 24 Jun 2010 18:02:17 +0000 (UTC) Received: by wyb34 with SMTP id 34so1628743wyb.40 for ; Thu, 24 Jun 2010 11:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=/ffKZjVjYpzZfQQTn3LeH5qplL9vTOjo6pdxOv3W4h4=; b=c90gRFRW1Zhz8h9o6O36f/Q8ed/0AYUS4jCyydPTV2OGmFh7SjhwEfdl7YzEm4kgcc ZNuFC/HpFM50W7+EsNmmq+vA4+HE8wgv85iCgRSNmcPlcbSJF4Tw0ud1ehzJxjx5EzdR PJN29btbBfFTeDGUjCXFQNu6ibhyJocenPIbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=HitxUr+hWoHxqZKpQv/OM5Cj7C4DFcEkq0ilJKq0lwLvWp1Hdh6Lrp7Nzd83VFnhXf v2niNKF31W9y+9xuekRjf4aKVk3wRlvTLvUbBecrWANkvO8WiKgcA0BhwKm3FfteBFJe 4doN0seFdfDPuJkRM5PxtJ2qbwmksi21LmVU8= Received: by 10.216.186.5 with SMTP id v5mr4164031wem.51.1277402537336; Thu, 24 Jun 2010 11:02:17 -0700 (PDT) Received: from akagi.localnet (dslb-088-073-048-220.pools.arcor-ip.net [88.73.48.220]) by mx.google.com with ESMTPS id l70sm808893weq.0.2010.06.24.11.02.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Jun 2010 11:02:15 -0700 (PDT) From: Matthias Krebs To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] unable to drive the VGA output Date: Thu, 24 Jun 2010 20:02:13 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo_bananas; KDE/4.4.4; x86_64; ; ) References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201006242002.13449.mathias.krebs@gmail.com> X-Archives-Salt: 5ecf8997-d659-4387-b43a-88e4e424b385 X-Archives-Hash: 24e7ed86072e1e648fad84ea64ba0ef7 Am Donnerstag 24 Juni 2010, 01:14:44 schrieb Allan Gottlieb: > Laptop: dell E6510 > Gentoo: ~amd64 > Graphics: nvidia VVS 3100M > > I am unable to drive the VGA output. Symptoms include > > * Executing "xrandr" does not mention LVDS or VGA > (and using --output VGA gives a warning that VGA doesn't exist) try with default like : xrandr --output default --mode 1280x1024 xrandr without options show the available resolutions, second line shows the output names, like "DVI-0 connected" or "default connected". on my one box with the nvidia driver i have "default connected" > * Pushing Fn-F8 produces a "p" (the keycap of f8 shows in blue a picture > of a laptop and a monitor) instead of showing the screen on the other > display. > > The xorg.conf file generated by nvidia-xconfig (below) is fairly simple. > I just added the module section at the end. > > Any help would be appreciated. > > allan > > ================================================================ > > # nvidia-xconfig: X configuration file generated by nvidia-xconfig > # nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Apr 22 > 20:35:23 PDT 2010 > > Section "ServerLayout" > Identifier "Layout0" > Screen 0 "Screen0" > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "Mouse0" "CorePointer" > EndSection > > Section "Files" > EndSection > > Section "InputDevice" > # generated from data in "/etc/conf.d/gpm" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" > Option "Device" "/dev/input/mice" > Option "Emulate3Buttons" "no" > Option "ZAxisMapping" "4 5" > EndSection > > Section "InputDevice" > # generated from default > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Unknown" > ModelName "Unknown" > HorizSync 28.0 - 33.0 > VertRefresh 43.0 - 72.0 > Option "DPMS" > EndSection > > Section "Device" > Identifier "Device0" > Driver "nvidia" > VendorName "NVIDIA Corporation" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Device0" > Monitor "Monitor0" > DefaultDepth 24 > SubSection "Display" > Depth 24 > EndSubSection > EndSection > > Section "Module" > # Load "dri" > load "glx" > EndSection