X: wrong resolution

Oliver Fuchs oliverfuchs at onlinehome.de
Wed Jan 19 20:29:05 PST 2005


On Wed, 19 Jan 2005, freebsd at mail.gr wrote:

> Hi everyone,   
> I have a box with FreeBSD 4.7-RELEASE.   
>   
> I'm configuring the X Server and I have some  
> problems with the resolution.  
>   
> When X starts I get the wrong resolution. I run  
> xvidtune in the console and then I press "Next" in  
> the window that opens, till I get the right  
> resolution (1024x768). So, everything looks alright  
> for a while. The problem is that when I restart the  
> X server the screen is set back to the wrong  
> resolution.   
>   
> what do i do?  

Hi,
if you get the right solution with xvidtune hit the show button and you get
in your term a line like:
"1024x768"     94.50   1024 1092 1188 1376    768  769  772  808 +hsync +vsync
I added this to my /etc/X11/xorg.conf in section monitor (like this):

[...]
Section "Monitor"
	ModeLine     "1024x768 at 84" 94.5 1024 1092 1188 1376 768 769 772 808 +hsync +vsync
	Identifier   "Monitor0"
	VendorName   "NEC"
	ModelName    "NEC FE700"
[...]

Oliver
-- 
... don't touch the bang bang fruit


More information about the freebsd-questions mailing list