Hello,<br><br>I have bought a mini-VGA to VGA adapter for my iBook G3 800 MHz 12 inch.<br><br>When I use the adapter to connect an external VGA display to my iBook G3:<br>- in Mac OS X, everything is fine, I can see my desktop both on the iBook LCD display and on the external VGA display
<br>- in Debian GNU/Linux, I can see my desktop on the iBook LCD
display, but I see nothing but a grey screen on the external VGA display<br><br>Here is my /etc/X11/xorg.conf:<br>(I have already modified it in order to support an external VGA display)<br><br>     1    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
<br>     2    #<br>     3    # Dernière modification: Pierre Bauduin, le 1er juin 2007 à 20h50<br>     4    #<br>     5    # This file was generated by dexconf, the Debian X Configuration tool, using<br>     6    # values from the debconf database.
<br>     7    #<br>     8    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.<br>     9    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)<br>    10    #<br>    11    # This file is automatically updated on xserver-xorg package upgrades *only*
<br>    12    # if it has not been modified since the last upgrade of the xserver-xorg<br>    13    # package.<br>    14    #<br>    15    # If you have edited this file but would like it to be automatically updated<br>    16    # again, run the following command:
<br>    17    #   sudo dpkg-reconfigure -phigh xserver-xorg<br>       <br>    18    Section "Files"<br>    19        FontPath    "/usr/share/fonts/X11/misc"<br>    20        FontPath    "/usr/X11R6/lib/X11/fonts/misc"
<br>    21        FontPath    "/usr/share/fonts/X11/cyrillic"<br>    22        FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"<br>    23        FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
<br>    24        FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"<br>    25        FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"<br>    26        FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
<br>    27        FontPath    "/usr/share/fonts/X11/Type1"<br>    28        FontPath    "/usr/X11R6/lib/X11/fonts/Type1"<br>    29        FontPath    "/usr/share/fonts/X11/100dpi"<br>    30        FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
<br>    31        FontPath    "/usr/share/fonts/X11/75dpi"<br>    32        FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"<br>    33        # path to defoma fonts<br>    34        FontPath    "/var/lib/defoma/x-
ttcidfont-conf.d/dirs/TrueType"<br>    35    EndSection<br>       <br>    36    Section "Module"<br>    37        Load    "i2c"<br>    38        Load    "bitmap"<br>    39        Load    "ddc"
<br>    40        Load    "dri"<br>    41        Load    "extmod"<br>    42        Load    "freetype"<br>    43        Load    "glx"<br>    44        Load    "int10"<br>    45        Load    "vbe"
<br>    46    EndSection<br>       <br>    47    Section "InputDevice"<br>    48        Identifier    "Generic Keyboard"<br>    49        Driver        "kbd"<br>    50        Option        "CoreKeyboard"
<br>    51        Option        "XkbRules"    "xorg"<br>    52            # Pierre Bauduin le 12 mai 2007<br>    53        # D'après le hack 4 de "Debian à 200%" page 15 ISBN 2841773671<br>

    54        #Option         "XkbModel"      "pc104"<br>    55        Option          "XkbModel"      "macintosh"<br>    56        #Option        "XkbLayout"    "us"
<br>    57        #Option         "XkbLayout"     "be"<br>    58        Option          "XkbLayout"     "fr"<br>    59    EndSection<br>       <br>    60    Section "InputDevice"
<br>    61        Identifier    "Configured Mouse"<br>    62        Driver        "mouse"<br>    63        Option        "CorePointer"<br>    64        Option        "Device"        "/dev/input/mice"
<br>    65        Option        "Protocol"        "ImPS/2"<br>    66        Option        "Emulate3Buttons"    "true"<br>    67    EndSection<br>       <br>    68    Section "InputDevice"
<br>    69        Identifier    "Synaptics Touchpad"<br>    70        Driver        "synaptics"<br>    71        Option        "SendCoreEvents"    "true"<br>    72        Option        "Device"        "/dev/psaux"
<br>    73        Option        "Protocol"        "auto-dev"<br>    74        Option        "HorizScrollDelta"    "0"<br>    75    EndSection<br>       <br>    76    Section "Device"
<br>    77        Identifier    "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"<br>    78        Driver        "ati"<br>    79        BusID        "PCI:0:16:0"<br>    80        Option        "UseFBDev"        "true"
<br>    81        # Ajout Pierre Bauduin le 1er juin 2007<br>    82        Option         "MonitorLayout"     "LVDS,VGA"<br>    83        Option         "CRT2HSync"         "30 - 83"
<br>    84        Option         "CRT2VRefresh"         "56 - 75"<br>    85        # Fin ajout PBN<br>    86    EndSection<br>       <br>    87    Section "Monitor"<br>    88        Identifier    "iBook Color LCD"
<br>    89        Option        "DPMS"<br>    90    EndSection<br>       <br>    91    # Ajout Pierre Bauduin<br>    92    # Le 1er mai 2007<br>    93    Section "Monitor"<br>    94        identifier "Generic Monitor"
<br>    95        vendorname "Plug 'n' Play"<br>    96        modelname "Plug 'n' Play"<br>    97        modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
<br>    98        modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync<br>    99        modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync<br>   100        gamma 
1.0<br>   101    EndSection<br>   102    #<br>       <br>       <br>   103    Section "Screen"<br>   104        Identifier    "iBook Screen"<br>   105        Device        "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
<br>   106        Monitor        "iBook Color LCD"<br>   107        DefaultDepth    24<br>   108        SubSection "Display"<br>   109            Depth        1<br>   110            Modes        "1024x768"
<br>   111        EndSubSection<br>   112        SubSection "Display"<br>   113            Depth        4<br>   114            Modes        "1024x768"<br>   115        EndSubSection<br>   116        SubSection "Display"
<br>   117            Depth        8<br>   118            Modes        "1024x768"<br>   119        EndSubSection<br>   120        SubSection "Display"<br>   121            Depth        15<br>   122            Modes        "1024x768"
<br>   123        EndSubSection<br>   124        SubSection "Display"<br>   125            Depth        16<br>   126            Modes        "1024x768"<br>   127        EndSubSection<br>   128        SubSection "Display"
<br>   129            Depth        24<br>   130            Modes        "1024x768"<br>   131        EndSubSection<br>   132    EndSection<br>       <br>   133    # Ajouté par Pierre Bauduin<br>   134    # Le 1er mai 2007
<br>   135    Section "Screen"<br>   136        Identifier "Default Screen"<br>   137        Device    "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"<br>   138        Monitor "Generic Monitor"
<br>   139        DefaultDepth 24<br>   140    SubSection "Display"<br>   141        depth 24<br>   142        virtual 1024 768<br>   143        # modes "640x480@60"<br>   144        # modes "800x600@72

"<br>   145        Modes "1024x768@70"<br>   146        EndSubSection<br>   147    EndSection<br>   148    #<br>       <br>   149    Section "ServerLayout"<br>   150        Identifier    "Default Layout"
<br>   151        Screen        "Default Screen"<br>   152        InputDevice    "Generic Keyboard"<br>   153        InputDevice    "Configured Mouse"<br>   154        InputDevice    "Synaptics Touchpad"
<br>   155    EndSection<br>       <br>   156    Section "DRI"<br>   157        Mode    0666<br>   158    EndSection<br><br clear="all">For an up-to-date version you can take a look at this page on my site: <a href="http://pierre.baudu.in/ibook/#external_vga_output" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://pierre.baudu.in/ibook/#external_vga_output</a><br><br>Any help would be appreciated,<br>Thank you,<br>-- <br>Pierre Bauduin<br>Linux enthusiast since 1996<br>Linux registered user #64711<br>Debian GNU/Linux user<br>

website: <a href="http://pierre.baudu.in/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://pierre.baudu.in/</a>