From owner-freebsd-questions Thu Apr 11 4:12:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shadow.deltabox.net (shadow.deltabox.net [206.97.157.114]) by hub.freebsd.org (Postfix) with ESMTP id 41E7337B400 for ; Thu, 11 Apr 2002 04:12:41 -0700 (PDT) Received: by shadow.deltabox.net (Postfix, from userid 500) id 9430FA0; Thu, 11 Apr 2002 07:12:36 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by shadow.deltabox.net (Postfix) with ESMTP id 9213C88; Thu, 11 Apr 2002 07:12:36 -0400 (EDT) Date: Thu, 11 Apr 2002 07:12:36 -0400 (EDT) From: Nader Turki To: Roman Neuhauser Cc: questions@freebsd.org Subject: Re: XFree86 In-Reply-To: <20020411111129.GP12083@roman.mobil.cz> Message-ID: <20020411070857.E10732-100000@shadow.deltabox.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 i've been using XFree86 3.x ... i just switched to 4.x ... i always use XF86Setup to config my X. ok here's 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/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "SNY" ModelName "CPD-E500" HorizSync 30.0 - 109.0 VertRefresh 48.0 - 160.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] Identifier "Card0" Driver "nv" VendorName "NVidia" BoardName "Riva Ultra 64" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" 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 EndSubSection EndSection On Thu, 11 Apr 2002, Roman Neuhauser wrote: > > Date: Thu, 11 Apr 2002 06:45:31 -0400 (EDT) > > From: Nader Turki > > To: Roman Neuhauser > > Cc: questions@freebsd.org > > Subject: Re: XFree86 > > > > hello, > > > > thanks for your reply. > > > > i was wondering maybe you could help me with the other problem too which > > is changing screen modes. i tried Ctrl+Alt with -/+ but it's not working. > > hmmm... I don't know if you used X (3.*) before, and I don't want to > sound patronizing or whatever, but... > first, you must use the +/- keys on the numeric pad. > second, it would help if you could post your XF86Config. > > -- > FreeBSD 4.4-STABLE > 1:08PM up 17 days, 19:53, 23 users, load averages: 0.05, 0.04, 0.00 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message