Date: Tue, 01 Jan 2008 22:39:28 +0530 From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: "Xn Nooby" <xnooby@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Resolution too high with 7-RC1, nVidia, xorg Message-ID: <87ir2dscaf.fsf@chateau.d.lf> In-Reply-To: <bdf25fde0801010818ob8441ces64f4cf5fef1b1bd3@mail.gmail.com> (Xn Nooby's message of "Tue\, 1 Jan 2008 11\:18\:18 -0500") References: <934816.30473.qm@web36314.mail.mud.yahoo.com> <bdf25fde0801010818ob8441ces64f4cf5fef1b1bd3@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "Xn" =3D=3D Xn Nooby <xnooby@gmail.com> writes: >> To make things obvious you will have to take a look at your xorg.con= f file >> Please do change dir to its parent folder (cd /etx/X11/) and run >> cat xorg.conf | tr -s "\n" | grep -v "#" >> that should make your xorg.conf look simple and clear. Xn> Here is mine, which still wont go in to 1024x768 mode: You've 3 options: Xn> SubSection "Display" Xn> Viewport 0 0 Xn> Depth 24 Xn> Modes "1024x768" "800x600" 1. How about appending "1280x1024" to the above line. AFAIK, these modes are listed in the order of preference. See, if it works. 2. Another thing you can try, is to change the "VertRefresh", and "HorizRefresh" limits of your monitor, change them in such a way, so that X server won't be able to display 1280x1024 mode, resulting in switch to 1024x768 mode. Since 1280x1024 requires a lower refresh rate as compared to 1024x768, so .e.g. if 1280x1024 works on 60 Hz (vertical refresh rate), and 1024x768 is available in 60 Hz, 75 Hz, 85 Hz, then you can increase lower limit of VertRefresh, to something greater than 60. 3. Another thing you can try is mode setting, switch to 1024x768 using xrandr. And then use "xvidtune -show" to generate modeline, abbe@chateau ~ $ xrandr -s 1024x768 Now, in 1024x768 mode, enter this: abbe@chatteau ~ $ xvidtune -show "1024x768" 136.75 1024 1536 1688 1936 768 903 909 942 -hsync +vs= ync NOTE: Don't use above modeline, thats from 1440x900 resolution, except that I changed 1440, 900 to 1024, 768 respectively :) . Now copy above modeline, and add to the "Monitor" section of your "xorg.conf" as show below: ModeLine "1024x768" 136.75 1024 1536 1688 1936 768 903 909 942 -hsync= +vsync HTH =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHenPNHy+EEHYuXnQRApwQAKDm/w7dm4CdGexxG0v8uM78wUeyAACgs855 j2qxA6frpmbJcFJ6U5nlq0A= =ILWo -----END PGP SIGNATURE----- --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ir2dscaf.fsf>