- Thread Starter
- #51
HiDon't run that command. You're supposed to runstartx
.
Running startx as root user give same white screen error & output to terminal!
HiDon't run that command. You're supposed to runstartx
.
HiOh.. i think that u need to reinstall gnome/gdm .. trypkg upgrade -f
pkg install -f -R gdm
pkg upgrade -f
downloads the packages successfully. But after installing some packages it fails to install linux_base-c7, and quits without installing any further packages, the error output is:
cannot install package: kernel missing 64-bit Linux Support
pkg: PRE-INSTALL script failed
Runstartx
as that new user you just created. The profile corruption might be in root's profile settings. Point of attention, never run this as root in the first place.
Hi
pkg upgrade -f
downloads the packages successfully. But after installing some packages it fails to install linux_base-c7, and quits without installing any further packages, the error output is:Code:cannot install package: kernel missing 64-bit Linux Support pkg: PRE-INSTALL script failed
pkg install -f gdm
?Hiand pls check do u have these directory and files /usr/local/etc/xdg/autostart and inside something like this org.gnome.SettingsDaemon.xxxxxx.xxxxx
and ..startx
as normal user same error als before ..?service dbus onestart
now starts gdm ?
startx
as normal user reaches same white screen but output to console slightly changed (lesser warnings, no warning related to org.gnome.SettingsDaemon.xxxxx.xxxxx ). service dbus onestart
says dbus already running & gives pid.startx output with or without gdm stop is same.ok ..service gdm onestop
... then check status if it is stoped .. then try to runstartx
and pls provide us output from /var/log/gdm/:0-greater.log
Here see attached photo:pls stop gdm if running and provide output fromstartx
now
Did that also, same output!run as normal (new user created) and not as root
HiCan u try this onesetenv XDG_CURRENT_DESKTOP gnome
and then startx
I can confirm that there is something wrong with gnome-keyring or setting up environment variables?Hi
command fails for new user, so run as root, startx output changed, see attached photo.
Oct 23 19:44:17 gdm[84475]: Failed to remove greeter program access to the display. Trying to proceed.
gdm_enable="YES"
gnome_enable="YES"
HiI can confirm that there is something wrong with gnome-keyring or setting up environment variables?
Code:Oct 23 19:44:17 gdm[84475]: Failed to remove greeter program access to the display. Trying to proceed.
In my PC, there is a delay in loading gnome-session. About 30 seconds delay between GDM login and Gnome. It started IIRC, a day or 2 days back. I too created a test user to verify that, it's not gnome/gtk config files that is creating the issue.
![]()
Solved - GDM crashing after Gnome-3 packages upgraded to 3.36 version. I get a screen "Oh no! Something has gone wrong"
This is a clean installation of 12.1 RELEASE version. I updated pkg and latest Gnome-3 packages including gnome-shell were downloaded and installed. Some packages were re-installed, after pkg prompting to do so. But, the gdm screen ends with this white error message. What I did was, clearing...forums.freebsd.org
Also, for Gnome DE, following lines are enough. In my system, hal, dbus lines are not added in /etc/rc.conf .
Code:gdm_enable="YES" gnome_enable="YES"
HiRunstartx
as that new user you just created. The profile corruption might be in root's profile settings. Point of attention, never run this as root in the first place.