You are not logged in.
Pages: 1
Hello,
I have a strange problem since I updated xorg, in fact I'm using a laptop and a 20" in TwinView (8400M GS) on xfce. No problem to activate the dual screen by the nvidia-settings tool (like I've always done) but when I have my two screens working, one of them is 'limited' to use around 2/3 of a window that I drag to it... It's really strange because it's relative and not absolute.
My laptop is in 1280x800
My 20" is in 1600x1050 and is the primary device so it's on the laptop that I have a fractal of my window
my xorg.conf :
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Modes "1280x800" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSectionOffline
I identified the problem that is xfwm4, in fact if I kill xfwm4 and I restore it everything is fine but not from the beginning ?
Any ideas ?
Offline
Yep - I had the same issue and it is caused by a change in gtk2: http://bugs.archlinux.org/task/12315
Offline
Ok thanks, I'll be patient till it's resolved
Offline
or you could use this as an opportunity to learn the use of ABS, makepkg and making small adjustments to PKGBUILDs.
Offline
Pages: 1