[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: VGA-out problems on a Powerbook



a mistake in sending the message
--- Begin Message ---
On Mon, 2003-10-06 at 13:02, Michel Dänzer wrote:

> > $ xrandr
> > Xlib:  extension "RANDR" missing on display ":0.0".
> 
> Is that really running the X server from xserver-xfree86-dri-trunk? What
> do
> 
> head /var/log/XFree86.0.log
> 
XFree86 Version 4.3.0 (DRI trunk)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-ben8-xfs-lolat ppc [ELF]
Build Date: 07 August 2003
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
> 
> grep -i randr /var/log/XFree86.0.log
> 
(==) RandR enabled
(II) Initializing built-in extension RANDR

it seems to be fine isn't it? Maybe I didn't set some basic stuff,
dunno.

I can try to do the procedure again, but can you tell me what packages
should be installed (in which order if relevant) and what packages
should be not present on my system (I don't know to avoid conflicts for
example)?

thanks

Fra

PS
XFree86-4 attached.

#
# Apple PowerBook G4 15" XFree86 config example
# (With ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01))
# See http://www.johnleach.co.uk/documents/powerpc for more details
#
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen 0	"Screen-lcd" 0 0
	Screen	1	"Screen-mon" RightOf "Screen-lcd"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option          "Xinerama"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules-dri-trunk"
	#FontPath	"unix/:7110"			# local font server

	FontPath	"/usr/share/fonts/ttf"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xtrap"
	Load  "type1"
	Load  "speedo"
EndSection

Section "InputDevice"
	Identifier 	"Keyboard0"
	Driver		"keyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor-lcd"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Mode "1280x854"
	  DotClock 79.816
	  HTimings 1280 1296 1408 1536
	  VTimings 854 855 858 866
	  Flags "-HSync" "-VSync"
	EndMode
EndSection
Section "Monitor"
  Identifier   "Monitor-mon"
  HorizSync    27-110
  ModelName    "VISION MASTER PRO 451"
  Option       "DPMS"
  VendorName   "Iiyama"
  VertRefresh  50-160
  DisplaySize  360 270
  Option 	"dpms"	"true"
EndSection

Section "Device"
	Identifier  "r9k-lcd"
	Option	"AGPMode" 		"4"
	Option	"AGPFastWwrite" 	"true"
        Option	"EnableDepthMoves"   	"true"
        Option	"EnablePageFlip"     	"true"
        Option	"NoBackBuffer"       	"false"
        Option	"NoAccel"            	"false"
        Option	"SWcursor"           	"false"
	Option  "UseFBDev"		"true"
	Option  "DDCMode"		"true"
	#Option  "CloneDisplay"		"true"
	#Option  "CloneMode"		"1280x1024"
	#Option  "CloneHSync"		"27-110"
	#Option  "CloneVRefresh"		"50-160"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
	BusID       "PCI:0:16:0"
	Screen 0
EndSection
Section "Device"
	Identifier  "r9k-mon"
	Option	"AGPMode" 		"4"
	Option	"AGPFastWwrite" 	"true"
        Option	"EnableDepthMoves"   	"true"
        Option	"EnablePageFlip"     	"true"
        Option	"NoBackBuffer"       	"false"
        Option	"NoAccel"            	"false"
        Option	"SWcursor"           	"false"
	Option  "UseFBDev"		"false"
	Option  "DDCMode"		"true"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
	BusID       "PCI:0:16:0"
	Screen 1
EndSection

Section "Screen"
	Identifier "Screen-lcd"
	Device     "r9k-lcd"
	Monitor    "Monitor-lcd"
	DefaultDepth 24
	SubSection "Display"
		Depth     16
		Modes "1280x854"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1280x854" 
	EndSubSection
EndSection
Section "Screen"
	Identifier "Screen-mon"
	Device     "r9k-mon"
	Monitor    "Monitor-mon"
	DefaultDepth 24
	SubSection "Display"
		Depth     16
		Modes "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1600x1200"
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

--- End Message ---

Reply to: