Hi everybody,

I'm new to this list, so Hello, I'm a french user of Debian on a
recently converted iMac G3 (The blue one, 500mHz)

I have had no critical problem installing Debian on it. But I now would
like to set my screen up so as it is light. I tried xgamma, wich seemed
to help, but watching a movie, the problem was the same.

Using Mac Os (10.4.11), I use the Colour Settings in the Control Panel,
but I can't find any tool or any doc in Linux to solve it.

Thanks for your reading, understanding and reply.

Jean-Christophe

(and if anybody knows how to fit perfectly the screen, please tell me
how: I'd be delighted to see the very right of my screen)
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"
        Disable "dri"
        Disable "glx"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "fr"
        Option          "Xkboptions"    "ctrl:nocaps"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option  "Buttons"       "5"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
        HorizSync       58-62
        VertRefresh     75-117
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

Reply via email to