From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 10:55:55 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 B14921065670 for ; Tue, 8 Apr 2008 10:55:55 +0000 (UTC) (envelope-from thedossone@googlemail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 691738FC2E for ; Tue, 8 Apr 2008 10:55:54 +0000 (UTC) (envelope-from thedossone@googlemail.com) Received: by wx-out-0506.google.com with SMTP id i29so1807400wxd.7 for ; Tue, 08 Apr 2008 03:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=MmrlLFsgZu84BMYSq1Dw+4y2dk/EleWNONIH8ejMYdE=; b=nEW4DCY50a4/lf8wS5EDZxFhWVH5YO8H8lMQwFD3HTLjH+Tgn0KrJRPBG4Sv18zdtK9iSrs8Qed23E59vNI4IITSTvafmxea3I1tWlGvG2jKdOlh/+o+sg7ZKSY5ay2vELtw8yrS1RnHGZNByJGl7ZpeTRKatTBv+vT6U4eBoBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=XDcmTdmh+tfjPFCEDxIaA63Ir0jLHukL+IFTdGrXmTfG1vCLc9w8BuCXi0FOsyZSusJEgMMaPffWjgdwmE+i1dIWamicyfqKybXXyg6msDmPlsrYI0Ihkj6wia4/VeHjn61pL9OjNMVg3afo49Ta3LujCHKDeWIhgGy1EkTbUpA= Received: by 10.100.96.9 with SMTP id t9mr1249355anb.137.1207650575015; Tue, 08 Apr 2008 03:29:35 -0700 (PDT) Received: by 10.100.213.6 with HTTP; Tue, 8 Apr 2008 03:29:34 -0700 (PDT) Message-ID: <6fec50390804080329n2b2ebd54u46b7c764bb7a3723@mail.gmail.com> Date: Tue, 8 Apr 2008 11:29:34 +0100 From: "Max Russell" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xorg and radeon, widescreen 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, 08 Apr 2008 10:55:55 -0000 I'm having issues with my X1350, video7 flatscreen and xorg.conf - the relevant sections of my xorg follow: 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/URW/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "Monitor" Identifier "Monitor0" VendorName "VideoSeven" ModelName "R19W01" Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card0" Driver "vesa" VendorName "ATI Technologies Inc" BoardName "RV515 [Radeon X1300]" BusID "PCI:2: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 "1440x900_60" EndSubSection EndSection this fails to start x with the /var/log entry reading - (WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found (EE) No devices detected. Fatal server error: no screens found It has been suggested to me that I comment out the BusID entry, however I am unsure as to why this should work?