marietto
netbsd-marietto# pkgin rm modular-xorg-server modular-xorg-whatever xf86-whatever
no such installed package modular-xorg-server
no such installed package modular-xorg-whatever
no such installed package xf86-whatever
no packages to delete
There will be no packages named -whatever
. What I meant by that is: remove whatever other Xorg-related packages you may have installed.
You should also remove the dependencies that were installed:
pkgin -y autoremove
marietto gop 4 = 1920x1080
gop 0 = resolution lower than 1920x1080
Interesting. I've never seen this before. Can you note down what a plain gop
command prints at the bootloader prompt?
BTW, you don't need to comment out that gop
command. You just have to realize that it is only useful for wsfb
userconf=disable nouveau* i915drmkms*
I don't think multiple disables like this will work.
userconf=disable nouveau*
userconf=disable i915drmkms*
This is the way to do it.
marietto can u show me what's the correct xorg.conf file that I should use ?
The file you posted before is correct. Just put it in the correct dir. Filename doesn't matter, except that it should end in .conf
cat /etc/X11/xorg.conf.d/marietto.conf
Section "Device"
Identifier "Card0"
Driver "intel"
# Option "AccelMethod" "UXA"
Option "ReprobeOutputs" "on"
Option "TearFree" "on"
Option "VSync" "on"
Option "PageFlip" "on"
Option "SwapbuffersWait" "on"
Option "TripleBuffer" "on"
Option "LinearFramebuffer" "on"
EndSection
Post /var/run/dmesg.boot
or dmesg
output also.