From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 16:18:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CEBA16A41A for ; Tue, 1 Jan 2008 16:18:19 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 4251613C469 for ; Tue, 1 Jan 2008 16:18:19 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so8855475waf.3 for ; Tue, 01 Jan 2008 08:18:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zzg+HuuswtU0a4OOLabqaG332MgTMFDDa1t3oZzY6vs=; b=kGzTaE60UYGhNdlqE+vv0QcQIsE9RgJOAG/n2c9AToYCcmwtfdBd+f8W1jEslUkdWMkmf4mzhrgkvrhNdd6Q68Ex2fkcaXi4AXUkJQgPP6wHgkV3ny0Du2NatgrWolVO66YstJxagSu6ZJ6zCMtwim66ukSp+UVw4P3V7zIekEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VsEQUu0A+0hwmLXr2Pr6vcbkK/x1+bSzZdkBNteQtRJ9b4VztuPwomTgRVndKA8jvo51gZlqnAH1zQ/1QLMeXad+aYPZopholKSmdsom/ejv4tqBW3s6980DlN0l9a/78/0jfE8rb8ZUtlleRhwkNpJ5yPCVr9qnPZd1VfL6mEQ= Received: by 10.114.177.1 with SMTP id z1mr13889563wae.144.1199204299007; Tue, 01 Jan 2008 08:18:19 -0800 (PST) Received: by 10.114.74.9 with HTTP; Tue, 1 Jan 2008 08:18:18 -0800 (PST) Message-ID: Date: Tue, 1 Jan 2008 11:18:18 -0500 From: "Xn Nooby" To: freebsd-questions@freebsd.org In-Reply-To: <934816.30473.qm@web36314.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <934816.30473.qm@web36314.mail.mud.yahoo.com> Subject: Re: Resolution too high with 7-RC1, nVidia, xorg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:18:19 -0000 > To make things obvious you will have to take a look at your xorg.conf 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. Here is mine, which still wont go in to 1024x768 mode: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/TrueType/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 24.0 - 80.0 VertRefresh 56.0 - 75.0 Option "TargetRefresh" "60" EndSection Section "Device" Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "GeForce 8300 GS" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" EndSubSection EndSection