From owner-freebsd-questions Fri Jul 12 11:18: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5148A37B400 for ; Fri, 12 Jul 2002 11:17:59 -0700 (PDT) Received: from mail2.hd.intel.com (hdfdns02.hd.intel.com [192.52.58.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C45343E64 for ; Fri, 12 Jul 2002 11:17:58 -0700 (PDT) (envelope-from pavan.balaji@intel.com) Received: from fmsmsxvs041.fm.intel.com (fmsmsxvs041.fm.intel.com [132.233.42.126]) by mail2.hd.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g6CIHuc26419 for ; Fri, 12 Jul 2002 18:17:57 GMT Received: from FMSMSX017.fm.intel.com ([132.233.42.196]) by fmsmsxvs041.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002071211174407187 ; Fri, 12 Jul 2002 11:17:44 -0700 Received: by fmsmsx017.fm.intel.com with Internet Mail Service (5.5.2653.19) id <3DWB1K5T>; Fri, 12 Jul 2002 11:17:55 -0700 Message-ID: <3D386AED1B47D411A94300508B11F18703BC5B91@fmsmsx116.fm.intel.com> From: "Balaji, Pavan" To: "'Jason Barnes'" , questions@FreeBSD.ORG Subject: RE: XFree86 4.2 screen resolutions Date: Fri, 12 Jul 2002 11:17:51 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Also, where are you copying the newly created XF86Config files? FreeBSD used to let me copy them to a number of locations, but the current version works only if I copy it to /etc/X11 (don't know if the case is the same with the others too). Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... It just means that you have decided to see beyond the imperfections" -- Rash > -----Original Message----- > From: Jason Barnes [mailto:jbarnes@c3po.lpl.arizona.edu] > Sent: Friday, July 12, 2002 1:12 PM > To: questions@FreeBSD.ORG > Subject: XFree86 4.2 screen resolutions > > > > Hi! I am running FreeBSD 4.6-RELEASE and am just biting the > bullet to upgrade to XFree86 4.2 for purposes of KDE3. Everything is > working -- except that I can't seem to get the screen to go > into any mode > but 640x480 (any color depth). I want to get to 1024x768 > (24bit), and I > know this should be possible because it was running that way > under XFree86 > 3.3. I would greatly apreciate any insight you might have into this > matter. Here is my XF86Config: > > Section "ServerLayout" > Identifier "XFree86 Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > ModulePath "/usr/X11R6/lib/modules" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > EndSection > > Section "Module" > Load "extmod" > Load "xie" > Load "pex5" > Load "glx" > Load "dri" > Load "dbe" > Load "record" > Load "xtrap" > Load "speedo" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > EndSection > > Section "Monitor" > #DisplaySize 280 210 # mm > Identifier "Monitor0" > VendorName "JEN" > ModelName "1055" > Option "DPMS" > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "slow_edodram" # [] > #Option "slow_dram" # [] > #Option "fast_dram" # [] > #Option "fpm_vram" # [] > #Option "pci_burst" # [] > #Option "fifo_conservative" # [] > #Option "fifo_moderate" # [] > #Option "fifo_aggressive" # [] > #Option "pci_retry" # [] > #Option "NoAccel" # [] > #Option "early_ras_precharge" # [] > #Option "late_ras_precharge" # [] > #Option "lcd_center" # [] > #Option "set_lcdclk" # > #Option "set_mclk" # > #Option "set_refclk" # > #Option "show_cache" # [] > #Option "HWCursor" # [] > #Option "SWCursor" # [] > #Option "ShadowFB" # [] > #Option "Rotate" # [] > #Option "UseFB" # [] > #Option "mxcr3afix" # [] > #Option "XVideo" # [] > Identifier "Card0" > Driver "s3virge" > VendorName "S3" > BoardName "ViRGE/GX2" > BusID "PCI:0:8:0" > VideoRAM 4096 > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 24 > # SubSection "Display" > # Depth 1 > # EndSubSection > # SubSection "Display" > # Depth 4 > # EndSubSection > # SubSection "Display" > # Depth 8 > # EndSubSection > # SubSection "Display" > # Depth 15 > # EndSubSection > # SubSection "Display" > # Depth 16 > # EndSubSection > SubSection "Display" > Depth 24 > Modes "1024x768" "800x600" "640x480" > EndSubSection > EndSection > > - Jason Barnes > > **** Jason Wayne Barnes **** -- "Active on the internet." **** > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message