On 2023-12-13 16:23, Vít Smolík wrote:
st 13. 12. 2023 v 16:58 odesílatel <stefan11111@shitposting.expert> napsal:

On 2023-12-13 14:55, Vít Smolík wrote:
> st 13. 12. 2023 v 9:28 odesílatel <stefan11111@shitposting.expert>
> 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.<some number>.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.

Reply via email to