public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: stefan11111 <stefan11111@shitposting.expert>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Wine problems
Date: Tue, 23 Jan 2024 14:54:31 +0000	[thread overview]
Message-ID: <35e51927c79922c4b365b32884b3ae3f@shitposting.expert> (raw)
In-Reply-To: <c4437fe9d9ba4fad69f87387330fb4e7@shitposting.expert>

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

Finally got it to work.
I added the working xorg.conf for nvidia prime as an attachment.
Maybe it will help someone else too.
Please tell me if you see anything in it that shouldn't be there.
Thanks to all who helped me with this.

-- 
Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz

COMMON_FLAGS="-O3 -pipe -march=native -ftree-vectorize -ffast-math 
-funswitch-loops -fuse-linker-plugin -flto -fdevirtualize-at-ltrans 
-fno-plt -fno-semantic-interposition -fno-common -falign-functions=32 
-fgraphite-identity -floop-nest-optimize"

USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto 
libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal 
strip system-man"

INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd 
/usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus 
/lib/udev /usr/share/icons /usr/share/applications 
/usr/share/gtk-3.0/emoji"

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 1823 bytes --]

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 525.147.05

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    Screen      0  "Screen1"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    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"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "modesetting"
    VendorName     "NVIDIA Corporation"
    ChipId          0x0
    ChipRev         0x0
    IRQ             0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option         "metamodes" "1920x1080 +0+0 {ForceCompositionPipeline=On}"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option         "metamodes" "1920x1080 +0+0 {ForceCompositionPipeline=On}"
EndSection

  reply	other threads:[~2024-01-23 14:54 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 18:31 [gentoo-user] Wine problems stefan11111
2023-12-11 19:01 ` stefan11111
2023-12-11 19:30   ` netfab
2023-12-11 20:01     ` stefan11111
2023-12-12  5:47       ` Vít Smolík
2023-12-12 14:46       ` Vít Smolík
2023-12-12 19:09         ` stefan11111
2023-12-12 19:15           ` Vít Smolík
2023-12-12 20:30             ` stefan11111
2023-12-12 20:49               ` Vít Smolík
2023-12-12 21:16                 ` stefan11111
2023-12-12 21:22                   ` Vít Smolík
2023-12-12 21:55                     ` stefan11111
2023-12-12 22:08                       ` Vít Smolík
2023-12-12 22:25                         ` stefan11111
2023-12-12 22:49                           ` Vít Smolík
2023-12-12 22:54                             ` stefan11111
2023-12-12 22:59                               ` Vít Smolík
2023-12-12 23:31                                 ` stefan11111
2023-12-13  5:34                                   ` Vít Smolík
2023-12-13  8:27                                     ` stefan11111
2023-12-13 14:55                                       ` Vít Smolík
2023-12-13 15:57                                         ` stefan11111
2023-12-13 16:23                                           ` Vít Smolík
2023-12-13 18:46                                             ` stefan11111
2023-12-13 18:50                                               ` stefan11111
2023-12-13 19:21                                                 ` Vít Smolík
2023-12-13 19:26                                                   ` Vít Smolík
2023-12-13 19:29                                                   ` stefan11111
2023-12-13 19:35                                                     ` Vít Smolík
2023-12-13 19:44                                                       ` stefan11111
2023-12-13 19:58                                                         ` Vít Smolík
2023-12-13 20:05                                                           ` stefan11111
2023-12-13 20:13                                                             ` Vít Smolík
2023-12-13 20:25                                                               ` stefan11111
2023-12-13 20:32                                                                 ` Vít Smolík
2023-12-13 22:19                                                                   ` stefan11111
2023-12-14  9:31                                                                     ` Vít Smolík
2023-12-14 13:49                                                                     ` Vít Smolík
2023-12-19 10:27                                                     ` stefan11111
2024-01-23 14:54                                                       ` stefan11111 [this message]
2023-12-12 22:42                         ` stefan11111
2023-12-12 22:44                           ` Vít Smolík
2023-12-12 22:10                       ` Jack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35e51927c79922c4b365b32884b3ae3f@shitposting.expert \
    --to=stefan11111@shitposting.expert \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox