Hello, after a problem I had to redo my installation on my workstation dell Intel 8 cores, I spent three days compiling my graphical environment, Gnome, after choosing my option during the compilation Gnome does not work!
I followed my procedure of setting up gnome :
the output :
this is the /var/log/Xorg.0.log file :
I see that I have a problem with my video card ATI radeom with 1 gio memory, I understand too much because I did with another workstation with a card less recent. But an ati radeon in 2k.
Can be a problem with xorg and no Gnome, it looks for a VESA driver.
How do you see the problem
Regards
philippe
I followed my procedure of setting up gnome :
-------------------------------------------------------------------------------------
FreeBSD installation de gnome
-------------------------------------------------------------------------------------
cd /usr/ports/x11/xorg
make clean
make install clean
-------------------------------------------------------------------------------------
pw groupmod wheel -m phipo || pw groupmod wheel -m phipo
__________________________________________________________________________________
vi /boot/loader.conf
Add this line to the top of the file:
kern.vty=vt
------------------------------------------------------------------------------------
cd /usr/ports/x11/gnome3
make clean
make install clean
-----------------------------debug--------------------------------------------------
On databases/sqlite3 are these two are still enabled?
Code:
FTS3_TOKEN=on: Enable two-args version fts3_tokenizer
FTS4=on: Enable FTS3/4 (Full Text Search) module
make DISABLE_VULNERABILITIES=yes
-------------------------------------------------------------------------------------
/etc/fstab using the “vi”
proc /proc procfs rw 0 0
------------------------------------------------------------------------------------
/etc/rc.conf
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
gnome_enable="YES"
the output :
$ startx
xauth: file /home/phipo/.serverauth.944 does not exist
xauth: (argv):1: bad display name "dct-opiom:0" in "list" command
xauth: (stdin):1: bad display name "dct-opiom:0" in "add" command
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 10.3-STABLE i386
Current Operating System: FreeBSD dct-opiom 10.3-STABLE FreeBSD 10.3-STABLE #0 r320355: Mon Jun 26 15:17:40 UTC 2017 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 13 July 2017 09:46:43PM
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 16 01:33:47 2017
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
scfb trace: probe start
scfb trace: probe done
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
xauth: (argv):1: bad display name "dct-opiom:0" in "remove" command
$
this is the /var/log/Xorg.0.log file :
Code:
Build Operating System: FreeBSD 10.3-STABLE i386
Current Operating System: FreeBSD dct-opiom 10.3-STABLE FreeBSD 10.3-STABLE #0 r320355: Mon Jun 26 15:17:40 UTC 2017 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 13 July 2017 09:46:43PM
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 16 01:33:47 2017
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
scfb trace: probe start
scfb trace: probe done
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
xauth: (argv):1: bad display name "dct-opiom:0" in "remove" command
$ su
Password:
root@dct-opiom:/usr/home/phipo # nano /var/log/Xorg.0.log
GNU nano 2.8.5 File: /var/log/Xorg.0.log
[ 144.279] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[ 144.279] (EE) Failed to load /usr/local/lib/xorg/modules/drivers/vesa_drv.so: /usr$
[ 144.279] (II) UnloadModule: "vesa"
[ 144.279] (II) Unloading vesa
[ 144.279] (EE) Failed to load module "vesa" (loader failed, 7)
[ 144.279] (II) scfb: driver for wsdisplay framebuffer: scfb
[ 144.280] (--) Using syscons driver with X support (version 2.0)
[ 144.280] (--) using VT number 9
[ 144.427] (WW) Falling back to old probe method for scfb
[ 144.427] scfb trace: probe start
[ 144.427] scfb trace: probe done
[ 144.427] (EE) No devices detected.
[ 144.427] (EE)
Fatal server error:
[ 144.427] (EE) no screens found(EE)
[ 144.427] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 144.427] (EE) Please also check the log file at "/var/log/Xorg.0.log" for addition$
[ 144.427] (EE)
[ 144.577] (EE) Server terminated with error (1). Closing log file.
I see that I have a problem with my video card ATI radeom with 1 gio memory, I understand too much because I did with another workstation with a card less recent. But an ati radeon in 2k.
Can be a problem with xorg and no Gnome, it looks for a VESA driver.
How do you see the problem
Regards
philippe