hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #01883
No fun with windump
Hello List!
I (wanted to) play around with windump and so i messed with xorg.conf to
get my dual setup working (Fedora 15, Gnome3). Unfortunately when i
finally got a working xorg.conf (at least no errors in log), gnome-panel
segfaulted because of libcairo.
This seems to be a known bug in gnome 3 (was quite similar to
https://bugzilla.redhat.com/show_bug.cgi?id=706071 )
Did anyone manage to get a running gnome3/windump setup or had a similar
issue and can give me a little hint?
Once with working X, how exactly a program can be run with windump? Just
start with the nvidia display and then it should show up on intel
screen?
My xorg.conf is attached, unfortunately i forgot to copy the other logs
before restoring my system.
cheers,
Alex
p.s.:
http://xkcd.com/963/
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 270.41.06 (buildmeister@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) Mon Apr 18 15:14:00 PDT 2011
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
# use this if nvidia card is configured as secondary device
# Screen "Screen1"
# Screen "Screen0" RightOf "Screen1"
InputDevice "Keyboard0" "SendCoreEvents"
#InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "SendCoreEvents"
#InputDevice "Mouse0" "CorePointer"
EndSection
#Section "ServerFlags"
# Option "AllowEmptyInput" "no"
#EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 73.0
VertRefresh 43.0 - 72.0
Option "DPMS"
Modeline "1366x768" 75.44 1366 1414 1480 1560 768 774 782 806 -hsync -vsync
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
# replace this by your nvidia pci bus id (see lspci)
BusID "PCI:1:0:0"
Option "UseEDID" "false"
Option "ConnectedMonitor" "CRT"
EndSection
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "onboard"
# replace this by your intel pci bus id (see lspci)
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
# choose your native display resolution here
# Modes "1024x768"
Modes "1366x768"
EndSubSection
EndSection
Follow ups
References