athlon 2600
512 ddr pc 2700 ram
160gb hda, 80gb hdb
geforce 4 ti 4200
Fedora Core 2, running Gnome 2.6
i always have two panels in gnome, and i have never had any trouble with them. not even on my laptop where i have the exact same programs and versions installed.
since it first booted up, all i did was install apt-get, install mozilla thunderbird, install opera, and i started making some small changes in some config files to make my video card work properly for games. i was doing what people told me to do with my laptop when i was trying to get Neverwinter Nights (a game) to run. the only difference was that was an ATI card, while on this desktop i have an Nvidia card.
the config changes:
/etc/X11/xorg.conf
from
Code: Select all
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
EndSection
Code: Select all
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
EndSection
the error:
when i first log in, it says something about "a panel is already running"
after everything was done loading, i opened a terminal:
Code: Select all
[siplus@localhost siplus]$ gnome-panel
(gnome-panel:4271): Gtk-WARNING **: Ignoring the separator setting
[siplus@localhost siplus]$
well, i'll just restart the complete system and see if that solves anything... i know i'm thinking in the windows-mode, but i dunno what else to do. i'll delete this post if that solves it