[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 22" apple flatpanel



On Tue, 2003-08-12 at 23:19, Yves Combe wrote:

What you need exactly? The Modelines for XF86Config-4?
I pluged the flat panel and the only way i can boot into linux with it is to append video=ofonly in the boot process and then the ttys work but when ever I try to start X - it gives me errors.  I have found out that no matter what monitor (lcd or crt) when i use video=ofonly I can not run X.  I can't even get a boot process if I don't append any video info. 

If the modelines are missing, you can do that:
cd /proc/device-tree/
find . -name EDID
I read under xfree86.org that one does not need to put moodlines into the XF86Config-4 file.. X would do it automaticly.  But I don't know if I really need to put anything into the config file.


Alternatively you can send it to me if you want, i will parse it to you.


Here is my lcd XF86config-4 file


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/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
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      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "us"
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      "ATI Technologies, Inc. Rage 128 GL [RE]"
        Driver          "r128"
        BusID           "PCI:0:16:0"  
        Option          "UseFBDev"              "true"
        Option          "dpms"
        Videoram        16384
        Screen          0
        VendorName      "ATI"
        Option          "backingstore"  ## not to sure if this works

EndSection

Section "Monitor"
        Identifier      "ibmp260"
        HorizSync       31.5-107
        VertRefresh     60-86
        ModelName       "P202"
        VendorName      "IBM"
        Option          "DPMS"
#        UseModes        "Modes1"
#       Modeline      "1600x1200" 220.023 1600 1622 1814 2080 1200 1204 1207 1244 +hsync +vsync
EndSection

Section "Modes"
        Identifier   "Modes1"
        Modeline      "1600x1200" 220.023 1600 1622 1814 2080 1200 1204 1207 1244 +hsync +vsync
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Rage 128 GL [RE]"
        Monitor         "ibmp260"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200"
                Visual          "TrueColor"
        EndSubSection
EndSection

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

# Section "DRI"
#       Mode    0666
# EndSection




Reply to: