From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3597D158013 for ; Wed, 13 Dec 2023 18:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE8732BC02E; Wed, 13 Dec 2023 18:50:32 +0000 (UTC) Received: from mail.pissmail.com (mail.pissmail.com [173.249.47.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EE1C2BC019 for ; Wed, 13 Dec 2023 18:50:32 +0000 (UTC) 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shitposting.expert; s=dkim; t=1702493431; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bx+nVuyunGE6G/WAZ223nuj/qlYfzrGyQ59rZDgLsz4=; b=O6m7tJ315wcIJgOG4U3eseiS+VhIBSmPghBlWUy9EWhY4azHT7elOkEtzCRUD/2Tb06t0X m84rz/Bz29ODGCGpaOZRagwGL8yCUbPzCV8feBgWwEvX/wvXg6zBttLVN1f1fH+yEO//Ke V0+hCXa6ievHGUFiC5ZBM5X9JUc/sQITSr50XmiNA5tHzrdyie9ob6n8IF/Ud6ncGRdFbp 67+enptikmp5IUo904VEv+YA8RAb/RVYz7pBvARNg3F16a2SvHYgRuNPzweRZZoqjr+9rJ HFFVATajcV/0Ni/W16wSK5zc2OKtp76Sp0tjN8qUk8hHell1IaeLJdFfVU6ruA== Date: Wed, 13 Dec 2023 18:50:30 +0000 From: stefan11111@shitposting.expert To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Wine problems In-Reply-To: <7fa8b0003ea951500d67b4651a87aea5@shitposting.expert> References: <405e0e1486cfddde2c86f8c5e883858b@shitposting.expert> <20231211203004.23de0ac5@coreI5.home> <163e848b5386f0cc7ce88d7ce38ddf14@shitposting.expert> <0a20d2fb629cea752b2bc104db368bbc@shitposting.expert> <4d2bf7537c793f7b15b9bf5e84a612f7@shitposting.expert> <480c92d9db2724d7e7e9681f0e182cab@shitposting.expert> <824c5e3e2e84816be6ab004519c04e20@shitposting.expert> <07db67234b68acd6c3dc3b6ad05a6ec6@shitposting.expert> <8eb61eb31f9006b624fbec1995b73183@shitposting.expert> <7fa8b0003ea951500d67b4651a87aea5@shitposting.expert> Message-ID: X-Sender: stefan11111@shitposting.expert Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Authentication-Results: mail.pissmail.com; auth=pass smtp.mailfrom=stefan11111@shitposting.expert X-Spamd-Bar: / X-Archives-Salt: ed29bd5d-eea8-4538-9f0c-5a37f554f8c6 X-Archives-Hash: fd6ad1fa5e953974f3e39cf060883662 On 2023-12-13 18:46, stefan11111@shitposting.expert wrote: > On 2023-12-13 16:23, Vít Smolík wrote: >> st 13. 12. 2023 v 16:58 odesílatel >> napsal: >>> >>> On 2023-12-13 14:55, Vít Smolík wrote: >>> > st 13. 12. 2023 v 9:28 odesílatel >>> > napsal: >>> >> >>> >> On 2023-12-13 05:34, Vít Smolík wrote: >>> >> > okay, then dont worry about this. >>> >> > chceck the xorg log it should be in /var/log/Xorg..log. >>> >> > also check if both the nvidia and intel drivers are loaded correctly. >>> >> > >>> >> > May the Force be with you, >>> >> > Vít Smolík. >>> >> > >>> >> >>> >> I added the Xorg.0.log from optimus as an attachment. >>> > okay, i checked and i saw these lines: >>> > >>> >> [ 32496.682] (**) modeset(1): claimed PCI slot 0@0:2:0 >>> >> [ 32496.682] (II) modeset(1): using default device >>> >> [ 32496.682] (EE) Screen 1 deleted because of no matching config >>> >> section. >>> >> [ 32496.682] (II) UnloadModule: "modesetting" >>> > >>> > i think the third line from this citation may be the concern, make >>> > sure you installed the proprietary nvidia drivers, and disabled >>> > nouveau (pretty sure you already did that) >>> > could you send your xorg.conf? it seems to me that the config that >>> > nvidia-xconfig made is faulty. >>> > >>> > -- >>> > May the Force be with you, >>> > Vít Smolík. >>> I added my xorg.conf as an attachment >> okay, try adding this line right after the "Device" line in the >> "Screen" section: >> >> GPUDevice "InactiveDevice1" >> >> The config should then look like this: >> >>> Section "Screen" >>> Identifier "Screen0" >>> Device "Device0" >>> GPUDevice "InactiveDevice1" >>> Monitor "Monitor0" >>> DefaultDepth 24 >>> Option "AllowEmptyInitialConfiguration" "True" >>> SubSection "Display" >>> Depth 24 >>> EndSubSection >>> EndSection >> (i don't know how the formating will look in this email, but the >> "GPUDevice" line will be indented the same as the "Device" line) >> >> after that, save the config file and start X > Doing this did have an effect, but not the desired effect. > I still don't see xorg's display on the laptop screen, but if I > connect an hdmi cable to the laptop, I get output on an external > monitor. Good news, proton works. I don't get sound with proton though, but that is a known issues with steam's runtime that can be fixed. Thanks for helping me so far. Maybe I can even get the display to work on the laptop's screen.