From owner-freebsd-questions Mon May 20 10:45:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta9n.bluewin.ch (mta9n.bluewin.ch [195.186.1.215]) by hub.freebsd.org (Postfix) with ESMTP id 4E0EA37B92D for ; Mon, 20 May 2002 10:42:52 -0700 (PDT) Received: from saturn.spectraweb.ch (62.202.98.163) by mta9n.bluewin.ch (Bluewin AG 6.0.040) id 3CBDE9810056F399 for freebsd-questions@freebsd.org; Mon, 20 May 2002 19:42:49 +0200 Received: (from martin@localhost) by saturn.spectraweb.ch (8.11.6/8.11.6) id g4KHhGj01275 for freebsd-questions@freebsd.org; Mon, 20 May 2002 19:43:16 +0200 (CEST) (envelope-from info@pc-service.ch) Date: Mon, 20 May 2002 19:43:11 +0200 From: Martin Schweizer To: freebsd-questions@freebsd.org Subject: Install XFree86 4.2.0 Message-ID: <20020520194311.B1182@saturn.spectraweb.ch> Reply-To: Martin Schweizer Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="DocE+STaALJfprDB" Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello My sytem is a FreeBSD 4.5STABLE. I had XFree86 3.3.6. Now I have 4.2.0. If I start X with xdm I see the X login for a few second and then the screen is "blinking" that meens I can see the login and after a few seconds the screen is black and so on. Also I hear my monitor is changing somthing (click, click). After I hit CTRL-ALT-BACK I return to the console mode. It's probably a wrong config in the XF86Config (attached)? What is going wrong? Thank you in advance. -- Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=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" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Horizsync 30-70 VertRefresh 50-150 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "accel" # [] #Option "crt_screen" # [] #Option "composite_sync" # [] #Option "hw_cursor" # [] #Option "linear" # [] #Option "mmio_cache" # [] #Option "probe_clocks" # [] #Option "reference_clock" # #Option "shadow_fb" # [] #Option "sw_cursor" # [] Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Mach64 GZ" ChipSet "ati" ChipId 0x475a ChipRev 0x7a BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection --DocE+STaALJfprDB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message