On Wed, 2004-05-12 at 10:41 +0200, Helge Kreutzmann wrote:
> Hello,
> I try to get X (Michel Dänzers DRI-trunk, as suggested by ibook
> install manuals) running on my iBook G4.
> 
> I (need to) boot with video=ofonly, otherwiese (e.g. video=radeonfb)
> I get black running stripes over the text console.
<snip>
Try the attached XF86Config-4 file.  
And I dont need any of the video=ofonly stuff.  Mine boots fine with the
radeonfb built in and everything.  
Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen 0 "TFT" 0 0
        InputDevice "Trackpad" "CorePointer"
        InputDevice "Laptop Keyboard" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/encodings/"
        FontPath "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath "/usr/X11R6/lib/X11/fonts/util/"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype"
        FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath "/usr/X11R6/lib/X11/fonts/CID/"
        
        #FontPath     "tcp/server.home:7100"
EndSection

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

Section "InputDevice"
        Identifier  "Laptop Keyboard"
        Driver      "keyboard"
        #Option      "XkbLayout" "macintosh/us_new"
        Option            "CoreKeyboard"
        Option            "XkbRules"    "xfree86"
        Option            "XkbModel"    "macintosh"
        Option            "XkbLayout"   "us"
    Option      "XkbOptions" "ctrl:nocaps"
EndSection

Section "InputDevice"
        Identifier "Trackpad"
        Driver "mouse"
        Option "Protocol" "IMPS/2"
        Option "ZAxisMapping" "4 5"
        Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"
        Identifier "TFT-Monitor"
        VendorName "Monitor Vendor"
        ModelName "Monitor Model"
        #UseModes "Modes0"
        #HorizSync 30-70
        #VertRefresh 50-160
EndSection

Section "Device"
        Identifier "Radeon"
        Driver "radeon"
        VendorName "ATI Technologies Inc"
        BoardName "Radeon 9200 Mobility"
        Option "AGPMode" "4"
        Option "UseFBDev"
  #Option "DDCMode" "On"
        Option "EnablePageFlip" "On"
        ChipID 0x514d
        Option "CloneMode" "1024x768"
EndSection

Section "Screen"
        Identifier "TFT"
        Device "Radeon"
        Monitor "TFT-Monitor"
        DefaultDepth 24
        SubSection "Display"
                Depth 1
                Modes "1024x768" "640x480" "800x600"
        EndSubSection
        SubSection "Display"
                Depth 4
                Modes "1024x768" "640x480" "800x600"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1024x768" "640x480" "800x600"
        EndSubSection
        SubSection "Display"
                Depth 15
                Modes "1024x768" "640x480" "800x600"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1024x768" "640x480" "800x600"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1024x768" "640x480" "800x600"
        EndSubSection
EndSection

Section "DRI"

        Mode 0666

EndSection

Reply via email to