Page 2 of 2

Re: How to fix the Xorg resolution?

Posted: Sat Jul 22, 2017 10:03 am
by macondo

Code: Select all

pw groupmod -m root <user>
pw groupmod -m video <user>
this is what I got:

Code: Select all

  
root@Mochi:~ #  pw groupmod -m root bobo
pw: groupname or id required

Re: How to fix the Xorg resolution?

Posted: Sat Jul 22, 2017 10:14 am
by ASX
macondo wrote:Hopefully 11.1 RELEASE will have none of this problems...
I doubt, this issue was caused from an Xorg update six months ago ... and as you know Xorg is part of "ports" not part of "FreeBSD".

and yes, my suggestion worked before, so I'm confident it will work for you too:
https://forums.freebsd.org/threads/59591/#post-342619

Re: How to fix the Xorg resolution?

Posted: Sat Jul 22, 2017 10:20 am
by ASX
macondo wrote:

Code: Select all

pw groupmod -m root <user>
pw groupmod -m video <user>
this is what I got:

Code: Select all

  
root@Mochi:~ #  pw groupmod -m root bobo
pw: groupname or id required
I must need better glasses (or a larger screen :D )... must be -n, not -m :oops:

Code: Select all

pw groupmod -n video <user>

Re: How to fix the Xorg resolution?

Posted: Sat Jul 22, 2017 2:52 pm
by macondo
If you can believe this, I wiped my hd again, and this time installed Freebsd 11.0 with my new toy, "boot only" cd, the repos fly.

Everything went fine, till I got into the Xs, bad resolution! I put the xrandr cheat codes in my .xinitrc as shown above.

But then, I saw this thread on the forum:
https://forums.freebsd.org/threads/61702/

and it is similar to what you said ASX, I erased the xrandr lines in my .xinitrc, and rebooted, came back and it was fine and dandy like it should be.

Thank you, paesano! Gracias mil!

Re: How to fix the Xorg resolution?

Posted: Sat Jul 22, 2017 3:22 pm
by macondo
I found this in the forums:
https://forums.freebsd.org/threads/61702/

Comented the xrandr codes in my .xinitrc, and rebooted and bob's your uncle!

No more problems.

Thanks to ASX and everybody else...

PD: you were right on the money, ASX :)