You are not logged in.

#1 2021-12-29 13:53:17

fettouhi
Member
Registered: 2007-05-07
Posts: 757

Issues with GSYNC and KDE

I recently got a new monitor (Brand is LG) that is G-SYNC compatible. I am using KDE Plasma as my desktop with Nvidia 1080 GTX using the closed-source drivers. I have a dual monitor setup. The new G-SYNC monitor is set as my primary monitor and is connected via Displayport. My other monitor is an Asus monitor (75 Hz) connected via HDMI. My issue currently with KDE is that when logging in and out of my desktop or rebooting that the positions of my widgets on my primary monitor are not remembered and I have to rearrange and resize them every time. Any ideas why this happens? Also when at the login screen only my HDMI monitor is active, the Displayport monitor is idle. Do I need to set something in system settings or xorg.conf?

Last edited by fettouhi (2021-12-29 14:08:33)

Offline

#2 2021-12-29 14:07:45

fettouhi
Member
Registered: 2007-05-07
Posts: 757

Re: Issues with GSYNC and KDE

Just an additional note. I was running a dual-screen setup before with an older HDMI Samsung screen as my secondary monitor. Here I had no issues with KDE desktop.

Offline

#3 2021-12-30 12:08:59

fettouhi
Member
Registered: 2007-05-07
Posts: 757

Re: Issues with GSYNC and KDE

Here are my xorg.conf files:

00-keyboard.conf:

Section "InputClass"
	Identifier "Keyboard Defaults"
		MatchIsKeyboard "on"
	Option "XkbLayout" "dk"
	Option "XkbModel" "pc105"
EndSection

10-evdev.conf:

Section "InputDevice"
	Identifier "Kone XTD"
	Driver "evdev"
	# Option "Device" "/dev/input/event3"
	Option "Phys" "usb-0000:00:1d.0/1.8.2/input0"
	Option "HWHEELRelativeAxisButtons" "7 6"
EndSection

Section "ServerLayout"
	Identifier "Default Layout"
	Screen 0 "Screen0" 0 0
	InputDevice "Kone XTD" "CorePointer"
	Option "Xinerama" "0"
EndSection

10-monitor.conf:

Section "Monitor"
	# HorizSync source: edid, VertRefresh source: edid
	Identifier "Monitor0"
 	VendorName "Unknown"
	ModelName "AUS VG245"
	HorizSync 30.0 - 90.0
	VertRefresh 40.0 - 75.0
	Option "DPMS"
EndSection

20-nvidia.conf:

Section "Device"
	Identifier "Nvidia Card"
	Driver "nvidia"
	BusID "PCI:1:0:0"
	VendorName "NVIDIA Corporation"
	Option "NoLogo" "true"
	BoardName "GeForce GTX 1080"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Device0"
	Monitor "Monitor0"
	DefaultDepth 24
	Option "Stereo" "0"
	Option "metamodes" "HDMI-0: 1920x1080_75 +1920+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On, AllowGSYNC=On, AllowGSYNCCompatible=On}, DP-4: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
	Option "SLI" "Off"
	Option "MultiGPU" "Off"
	Option "BaseMosaic" "off"
	SubSection "Display"
		Depth 24
	EndSubSection
EndSection

Offline

#4 2021-12-30 13:12:07

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,285

Re: Issues with GSYNC and KDE

The new G-SYNC monitor is set as my primary monitor

How and where did you set that (the xorg conf files you posted don't do that) ?


Also when at the login screen only my HDMI monitor is active, the Displayport monitor is idle

Is that a console login or a graphical login / display manager ?

Is the nvidia card the only graphics card in your system ?

Last edited by Lone_Wolf (2021-12-30 13:13:13)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB