You are not logged in.
Hello,
I've got a really weird problem with an Arch Linux - Intel - NVIDIA Optimus Setup.
Everything is working fine as documented on the Wiki. No problems so far.
But my KDM login manager does display the background image multiple times.
(repeated on y axis and x axis)
I took a photo:
Here is my xorg.conf:
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
# e.g. BusID "PCI:1:0:0"
Option "UseEdidDpi" "False"
Option "DPI" "96 x 96"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "UseDisplayDevice" "none"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSectionThe UseDisplayDevice option does manipulates the result. With this option set it looks the way as the photo.
If I commet this option out I've got only a 4 way duplication - the splits are much bigger.
Before installing the nvidia package with deps everything worked fine - except the graphic-performance. ![]()
Can anyone help me?
Thanks, Jack.
-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
Offline