Installation GhostBSD 18.08-2018-08-14-17 iso

Share your ideas, questions or suggestions with us here.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by ericbsd »

Do you still have GhostBSD 2018-09-14-10-40 installed?

If so can you give me

Code: Select all

cat /etc/X11/xorg.conf
and

Code: Select all

pkg info | grep nvidia-driver
Also, run xconfig to see if there is an error.

I do not have old Nvidia hardware that I can test for the moment.
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by slughorn »

cat /etc/X11/xorg.conf
delivers
# XFree86 configuration file for RoFreeSBIE
Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection

pkg info | grep nvidia-driver

no output

xconfig

no output
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by ericbsd »

Ok look like the driver did not get installed.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by ericbsd »

could you give me the output of

Code: Select all

pciconf -lv | grep -B 4 VGA | grep device | cut -f2 -d '[' | cut -f1 -d ']'
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by ericbsd »

Oh, I have found what is the problem, the first boot does not have the internet running. That screw xconfig script.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by ericbsd »

I have a new iso for you to try https://download.ghostbsd.org/releases/ ... -15-18.iso. let me know how it goes for you.
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by slughorn »

Thanks. I download it without delay.
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: Installation GhostBSD 18.08-2018-08-14-17 iso

Post by slughorn »

Today I installed GhostBSD 2018-09-19-15-18.iso.
Installation went well, but I got this message:
1.
Fehler beim Aktivieren der XKB-Konfiguration.
Das kann unter folgenden Umständen passieren:
. ein Fehler in der Bibliothek libxklavier
. ein Fehler im X-Server (xkbcomp, xmodmap-Werkzeug)
. X-Server mit inkompatibler Umsetzung von libxkbfile

Versionsdaten des X-Servers: The X.Org Foundation 11804000

xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING)="base", "pc105", "us", ""," "
_XKB_RULES_NAMES(STRING)="base", "pc105", "de", ""," "

gsettings list-keys org.mate.peripherals-keyboard-xkb.kdb
Kein derartiges Schema >>org.mate.peripherals-keyboard-xkb.kdb<<

2. I got no internet connection: All network cards disabled
If I click on enable: nothing happened.

3. If I connect a USB-stick with USB2 the stick is connected. If I connect an external harddisk with USB3- the connection does not work. I can not see all my safed data.

4. If I like to look a video from bought DVD - nothing happens. mplayer and GnomeMplayer do not work.
Post Reply