Search found 4 matches

by dacha
Mon Dec 11, 2017 2:13 pm
Forum: Installing GhostBSD
Topic: Installer not starting X; nvidia vt issues?
Replies: 8
Views: 9164

Re: Installer not starting X; nvidia vt issues?

I worked around it using the following:

Code: Select all

Xorg -configure
cp /root/xorg.conf /etc/X11/xorg.conf
nano /etc/X11/xorg.conf (and change "nv" to "vesa")
startxfce4
But a real solution is sorely needed for less technical users.
by dacha
Mon Dec 11, 2017 1:09 pm
Forum: Installation and Maintenance of software
Topic: Eclipse IDE missing
Replies: 1
Views: 3137

Re: Eclipse IDE missing

$ sqlite3 /var/db/pkg/repo-GhostBSD.sqlite sqlite> .headers on sqlite> SELECT COUNT(*) FROM packages; COUNT(*) 26908 On https://www.freshports.org/how-big-is-it.php they say: # select count(*) from ports_all where status = 'A'; count ------- 32081 Why are we 5173 packages (16.12%) short ? Is this w...
by dacha
Mon Dec 11, 2017 7:29 am
Forum: Installation and Maintenance of software
Topic: Eclipse IDE missing
Replies: 1
Views: 3137

Eclipse IDE missing

Hi pkg search eclipse shows me the eclipse-gcj compiler and the game redeclipse , but not the Eclipse IDE itself (https://www.freshports.org/java/eclipse). Eclipse is in both the HEAD (https://svn.FreeBSD.org/ports/head/java/eclipse) and the Q3 (https://svn.FreeBSD.org/ports/branches/2017Q3/java/ecl...
by dacha
Sun Dec 10, 2017 12:19 pm
Forum: Installing GhostBSD
Topic: Installer not starting X; nvidia vt issues?
Replies: 8
Views: 9164

Installer not starting X; nvidia vt issues?

Hi No matter which Grub option I choose, the installer for GhostBSD 11.1 won't start X11 :(. It appears that my NVidia GT 620 is unsupported by "nv". Xorg.0.log transcript: (WW) NV: Ignoring unsupported device 0x10de0f01 (GF108 [GeForce GT 620]) at 01@00:00:0 (EE) open /dev/dri/card0: No s...