Hello Fedora Forum,
I am starting to get more used to Fedora 15 and GNOME 3, but I still have one outstanding issue remaining. Before explaining the problem, I am using GNOME 3 in Fallback mode because I prefer the look and feel of the gnome-panel over the gnome-shell. Plus, I have performance issues using x11vnc in regular GNOME 3 mode that I do not see in Fallback mode.
Here is the problem: I cannot use Separate X Sessions (TwinView "0") and get the gnome-panel to launch without crashing. The gnome-panel works fine when I set the screen back to TwinView "1".
Here are the error messages when running from a terminal window:
(gnome-panel:5205): Gtk-CRITICAL **: gtk_style_context_get_background_color: assertion `priv->widget_path != NULL' failed
(gnome-panel:5205): Gtk-CRITICAL **: gtk_style_context_get: assertion `priv->widget_path != NULL' failed
Segmentation fault (core dumped)
Versions:
rpm -qa|grep -i gnome-panel
gnome-panel-libs-3.0.0.1-4.fc15.x86_64
gnome-panel-3.0.0.1-4.fc15.x86_64
gnome-panel-devel-3.0.0.1-4.fc15.x86_64
uname -r
2.6.40.3-0.fc15.x86_64
OpenGL vendor string: NVIDIA Corporation
OpenGL version string: 3.3.0 NVIDIA 280.13
OpenGL renderer string: GeForce 9500 GT/PCI/SSE2
/etc/X11/xorg.conf:
# nvidia-settings: X configuration file generated by nvidia-settings
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9500 GT"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9500 GT"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-0: 1600x900 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Any help here would be greatly appreciated.
Thanks,
jsc219