Code:
less /etc/X11/xorg.conf
when you're in Slack. Scroll down to where it says
Note the values it has for vertical sync and horizontal refresh rates. It should look something like this (this is an example from my xorg.conf):
Quote:
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 100.0
|
Copy the values down onto a piece of paper or something.
Note: your values will be different than mine! Alternatively, you can look up these numbers for your monitor online, but if Slack is configured right, just use the values it's using.
Boot into FreeBSD and, as root, run
This'll take you to a menu in which you will configure X with all of the appropriate settings. Don't worry about messing up cause you can always start over or edit the file later. After you've written the configuration to /etc/X11/xorg.conf, edit that file and find the part about vertical sync and horizontal refresh. Should look something like:
Quote:
Section "Monitor"
Identifier "Monitor0"
### Uncomment if you don't want to default to DDC:
# HorizSync 31.5 - 64.3
# VertRefresh 50.0 - 100.0
|
Change to:
Quote:
Section "Monitor"
Identifier "Monitor0"
### Uncomment if you don't want to default to DDC:
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 100.0
|
All you're doing is uncommenting. And again, my values will be different than yours. Now try starting X to see if it works.