[relug] Re: Ati su ibook

  • From: Matteo Bigoi - Bigo! <sbigol@xxxxxxxxx>
  • To: relug@xxxxxxxxxxxxx
  • Date: Fri, 24 Jun 2005 09:07:49 +0200

> > L'opengl sta gia' funzionando sul mio XFConfig-4. Non so a quanto sei
> > riuscito a far andare la tua ati, ma con un config che uso quando non
> > faccio andare il vga-out sono arrivato a 1700 fps. Il problema e' che
> > tu hai bisogno dell'opzione UseFBDev "true" che e' incompatibile con
> > il vga-out dell'ibook... Mi dispiace...
> 
> Capisco, dunque sarebbe opportuno avere 2 config, uno per il vga-out e
> l'altro per l'utilizzo di blender... si puo' fare.
> A me glxgear va a 666fps ( inquietante ) magari potresti passarmi
> l'altro tuo config se non esclude UseBFDev.

Eccolo qui. Occhio che nel mio c'e' la tastiera in inglese. Se non la
usi cambia il layout da us a it!

> 
Ciao

                Bigo!

-- 
man woman = segfault

------------------------------------------------------
         Registered Linux User # 365044
            http://dust.homelinux.org
    Please don't send me any Micro$oft attachments!
------------------------------------------------------
                    
#############################################
#                                           #
#         Selene XF86Config4 for            #
# ATI Technologies Radeon Mobility 9200 M9+ #
#        <bigo85@xxxxxxxxxxxxx>             #
#                                           #
#############################################
Section "Files"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        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/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/truetype"
        FontPath        "/usr/share/fonts/default/TrueType" 
EndSection

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

Section "InputDevice"
        Identifier      "Ibook Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Ibook Touchpad"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device" 
        Identifier "Ati Radeon Mobility 9200" 
        VendorName "ATI"
        BoardName "Radeon 9200" 
        BusID  "PCI:0:16:0" 
        ChipID 0x5960 
        VideoRam 32768 
        Screen 0 
        Driver "radeon" 
        Option "AGPMode" "4" 
        Option "UseFBDev" "true" 
        Option "EnablePageFlip" "On" 
        Option "EnableDepthMoves" "True" 
        Option "DDCMode" "True"
        Option     "BusType" "Agp"
        Option     "SWcursor"  "True"           
EndSection
                                                                                
#Section "Device"
#Identifier "radeon_clone"
#Driver "radeon"
#Option "DDCMode" "true"
#Option "CloneMode" "1024x768"
#Option "MetaModes" "1024x768-1024x768"
#Option "CRT2HSync" "31.5-80"
#Option "CRT2VRefresh" "56.3-75"
#EndSection


Section "Monitor"
        Identifier      "Ibook Monitor"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Ibook Screen"
        Device          "Ati Radeon Mobility 9200"
        Monitor         "Ibook Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Ibook Layout"
        Screen          "Ibook Screen"
        InputDevice     "Ibook Keyboard"
        InputDevice     "Ibook Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

Other related posts: