Thu, 06 Jan 2005 14:49:58 +0100, 
Eugen Dedu <[EMAIL PROTECTED]> wrote: 

> I have already used my PowerBook G4 15" for videoprojection.  You need
> to patch the kernel (I have patched 2.6.8.1).  See videoprojection
> topic, reply of Julien Blache, at
> http://wiki.debian.net/index.cgi?DebianOnPowerPC.

I have already a patched kernel but no more the sources! it was about
sleeping (and I prefer this option). According to:
http://lists.debian.org/debian-powerpc/2004/09/msg00272.html will the
patch be integrated in the official trunc?

I did merge XF86Config from Julian with some recommendations by Giuseppe
Sacco (attached). The strange thing is that I have... he... abstract
artistic colored rectangle on the video projector but the pointer is
clean!.. Strange, isn't it? ;-)

Cheers,

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-    
# Example of configuration for iBook G4 laptops
# by Seb and Florian
# Adapted for PowerBoog G4 laptops (by John Doe)
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "ServerLayout"
  Identifier    "Cloned"
  Option        "Clone"   "4"
  Screen        "Builtin"
  InputDevice   "Trackpad and Mice"   "CorePointer"
  InputDevice   "Laptop Keyboard"     "CoreKeyboard"
 Option    "Xinerama" "on"
 Option    "VGAAccess" "off"
EndSection              

Section "Files"
  RgbPath     "/usr/X11R6/lib/X11/rgb"
        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/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  "dbe"
  Load  "dri"
  Load  "extmod"
  Load  "glx"
  Load  "record"
  Load  "ddc"
  Load  "bitmap"
  Load  "freetype"
  Load  "speedo"
  Load  "type1"
  Load  "vbe"
  Load  "int10"
#       Load  "pex5"
#       Load  "xie"
EndSection

Section "InputDevice"
  Identifier  "Laptop Keyboard"
  Driver      "keyboard"
  Option      "Protocol"    "Standard"
  Option      "AutoRepeat"  "250 30"
  Option      "XkbModel"    "macintosh"
  Option      "XkbLayout"   "fr_BE"
# Option "CoreKeyboard"
# Option "XkbRules" "xfree86"
# Option "XkbOption" "NoDeadKeys"
EndSection

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

Section "Device"
        Identifier      "Radeon Mobility 9600 M10 Internal"
        Driver          "radeon"
        Option          "AGPMode"       "4"
        Option          "UseFBDev"      "true"
        Option  "MonitorLayout" "LVDS,CRT"
        VendorName      "ATI"
        BoardName       "Radeon Mobility 9600 M10"
        BusID           "PCI:00:16:00"
  Option "CloneMode" "1024x768"
        Option  "CRT2Position" "Clone"
        Option  "CRT2HSync" "15-86"
        Option  "CRT2VRefresh" "50-160"
#       Option  "MetaModes" "640x480-640x480"
#       Option  "MetaModes" "800x600-800x600"
#       Option  "MetaModes" "1024x768-1024x768 1024x768-800x600 
1024x768-640x480"
        Option  "UseFWPLL" "true"
        Option  "MergedFB" "true"
EndSection

Section "Monitor"
  Identifier  "LCD monitor"
  Gamma 0.75
  #The screen is weirdly configured by default
  Option  "DPMS"  "true"
EndSection

Section "Screen"
  Identifier "Builtin"
  Device     "Radeon Mobility 9600 M10 Internal"
  Monitor    "LCD monitor"
  DefaultDepth 24
  SubSection "Display"
    Depth   24
    Modes "1280x854" "1024x768" "800x600" "640x480" "320x240"
  EndSubSection
  SubSection "Display"
    Depth   16
    Modes "1280x854" "1024x768" "800x600"
    ViewPort 0 0
    Virtual 1024 768
  EndSubSection
  SubSection "Display"
    Depth   8
    Modes "1280x854" "1024x768"
    ViewPort 0 0
    Virtual 1024 768
  EndSubSection
EndSection

Section "DRI"
  Mode 0666
EndSection

Reply via email to