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

Cloning to an external video projector...



Hi,

I'd have to make a presentation tomorrow (yes!) and I'd like to make it
on my Debian PowerBook ;-) The presentation is about a training in Linux
and the whole session (6 month, full time) will be on Debian boxes!

Imagine how I feel to present it on a Windows laptop! :-P

So, I'd like to run the presentation (Open Office) on a video
projector. I have a Powerbook G4 (15' or '', I never know!)

I already install and patch XFree86 as found somewhere on the web and
also try several XF86Config-4 configuration found on the net but I don't
understand a word ;-)

I'd like my LCD screen to be the largest resolution as possible
(1280x854 I think) and the video projector can have VGA (640x400), SVGA
(800x600) and XGA(?) (1024x768).

I've attached my blody XF86Config-4, if someone can help, I'll wish
him/her a happy new year!

And happy new year to the others :-D

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-    
Section "ServerLayout"
	Identifier	"Default Layout"
#	Option		"Clone"	"4"
	Screen		"Radeon Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
#	FontPath "/usr/lib/X11/fonts/CID"
	FontPath "/usr/lib/X11/fonts/Speedo/"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"	
	FontPath "/usr/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "bitmap"
	Load	"dbe"
	Load  "ddc"
	Load	"dri"
	Load	"extmod"
	Load  "freetype"
	Load	"glx"
	Load  "int10"
	Load  "pex5"
	Load  "record"
	Load  "speedo"
	Load	"type1"
	Load  "vbe"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"fr"
	Option		"XkbOption"	"NoDeadKeys"
EndSection

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

Section "Device"
	Identifier	"ATI Radeon 9600"
	Driver		"radeon"
	Option		"UseFBDev"
	Option		"AGPMode" "4"
  VendorName "ATI"
	BusID		"PCI:0:16:0"
EndSection

Section "Monitor"
	Identifier	"PowerBook Panel"
	Option		"DPMS"
EndSection

Section "Monitor"
        Identifier      "External Monitor"
        HorizSync       15-86
        VertRefresh     50-160
EndSection
			
Section "Screen"
  Identifier	"Radeon Screen"
  Device		"ATI Radeon 9600"
#  Monitor		"PowerBook Panel"
  Monitor "External Monitor"
  DefaultDepth	24
  SubSection "Display"
    Depth		24
    Modes		"1280x854" "1024x768" "800x600" "640x480" "320x240"
#    Modes		"1024x768" "800x600" "640x480" "320x240"
  EndSubSection
  SubSection "Display"
    Depth   16
    Modes "1024x768" "800x600"
    ViewPort 0 0
    Virtual 1024 768
  EndSubSection
  SubSection "Display"
    Depth   8
    Modes "1024x768" "800x600"
    ViewPort 0 0
    Virtual 1024 768
  EndSubSection
EndSection

Section "DRI"
	Group	"dri"
	Mode	0660
EndSection

Reply to: