You are not logged in.

#1 2008-12-03 07:48:00

magicrhesus
Member
From: Belgium
Registered: 2008-12-03
Posts: 43

xorg and dualscreen

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"
EndSection

Offline

#2 2008-12-03 13:27:12

magicrhesus
Member
From: Belgium
Registered: 2008-12-03
Posts: 43

Re: xorg and dualscreen

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

#3 2008-12-03 13:30:35

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: xorg and dualscreen

Yep - I had the same issue and it is caused by a change in gtk2: http://bugs.archlinux.org/task/12315

Offline

#4 2008-12-03 14:02:40

magicrhesus
Member
From: Belgium
Registered: 2008-12-03
Posts: 43

Re: xorg and dualscreen

Ok thanks, I'll be patient till it's resolved

Offline

#5 2008-12-03 14:10:56

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: xorg and dualscreen

or you could use this as an opportunity to learn the use of ABS, makepkg and making small adjustments to PKGBUILDs.

Offline

Board footer

Powered by FluxBB