Am Freitag, 5. Juli 2002 23:50 schrieb Jonas Bandi:
> Hello,
>
> I know this has been discussed on the list before. I just cant find a
> definitive statement, that anybody has realy had success.
>
> So Im asking again:
>
> Has anybody managed to get a clean picture on an external monitor with a
> TiBook with a Radeon Mobility (the 2nd generation with 1152x768)...
>
> I can get a picture on the external monitor, but its quite distorted.

I managed to get the external monitor working on my  2nd gen. TiBook. I 
attached my XF86Config-4.
It works for me only without 2D acceleration, which can be annoying.

regards Fabian

-- 
FEBO im Internet
http://www.febo.nl
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        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/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/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"     "de"
        Option          "XkbVariant"    "rightaltkey"
EndSection

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

Section "Device"
        Identifier      "LCD"
        Screen          0
#       Driver          "fbdev"
        Driver          "radeon"
        Option          "UseFBDev"              "true"
        BusID           "00:16:0"
EndSection

Section "Device"
        Identifier      "CRT"
        Option          "CRTScreen"
        Screen          1
        Driver          "radeon"
        BusID           "00:16:0"
EndSection

Section "Monitor"
        Identifier      "Powerbook LCD"
        HorizSync       40-100
        VertRefresh     40-120
        Option          "DPMS"
        ModeLine    "1152x768"  86     1152 1284 1416 1536  768 770 775 800
EndSection

Section "Monitor"
        Identifier      "Iiyama"
        HorizSync       27-115
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "LCD"
        Device          "LCD"
        Monitor         "Powerbook LCD"
        DefaultDepth    16
        Option          "NoAccel"
        SubSection "Display"
                Depth           1
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1152x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "CRT"
        Device          "CRT"
        Monitor         "Iiyama"
        DefaultDepth    16
        Option          "NoAccel"
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1280x960" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1280x960" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1280x1024" "1280x960" "1152x864"
        EndSubSection
EndSection


Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "LCD"
        Screen          "CRT" LeftOf "LCD"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

### END DEBCONF SECTION

Reply via email to