> Mandrake 7.2 Odissey
> Upgraded with cooker: XFree86-4.0.1-28mdk.i586.rpm
> Do not work.
> Upgraded with ftp://devel.mandrakesoft.com/pub/people/flepied/XFree86-test/
> 
> Now, (with 4.01E), I can start the X server, but not with 800x480
> (II) NEOMAGIC(0): Clock range:  11.00 to  90.00 MHz
> (II) NEOMAGIC(0): Removing mode (800x480) that won't display properly on LCD
> (WW) NEOMAGIC(0): Mode "800x480" deleted (unknown reason)
> 
> This worked with Xfree-3
> ModeLine "800x480"     35.26  800 856 1040 1056  480 480 486 488 +hsync +vsync
> 
> More, when I upgraded with 4.01e, I had to restore the files
> on /usr/X11R6/lib/X11/xkb from a previous installation,
> because the directory is empty in this version.
>
> Section "Device"
>       ### Available Driver options are:-
>         #Option     "NoAccel"
> Option     "SWcursor"
>         #Option     "noMMIO"
>         #Option     "internDisp"
>         #Option     "externDisp"
>         #Option     "LcdCenter"
>         #Option     "NoStretch"
>         #Option     "ShadowFB"
>         #Option     "pciBurst"
>         #Option     "Rotate"
>         #Option     "progLcdModeRegs"
>         #Option     "progLcdModeStretch"
>         #Option     "overrideValidateMode"
          ^
          |
        remove this # to set the option "overrideValidateMode" which is needed 
        for Libretto 100CT and 110CT computers (that is your problem)

>       Identifier  "Card0"
>       Driver      "neomagic"
>       VendorName  "Neomagic"
>       BoardName   "NM2160"
>       BusID       "PCI:0:4:0"
> EndSection

For reference, my XF86Config-4 file is attached.  This works well with an 
internal display but do not use or try it with an external display.

David.
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"
EndSection

Section "ServerFlags"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Protocol"              "PS/2"
        Option          "Device"                "/dev/psaux"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Generic Graphics Device"
        Driver          "neomagic"
        Option          "override_validate_mode"        "true"
        Option          "intern_disp"                   "true"
        Option          "no_stretch"                    "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-95
        VertRefresh     50-180
        Modeline        "800x480" 90 800 801 802 1024 480 481 482 768
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Graphics Device"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "800x480" 
                Virtual         1024 1000
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x480" 
                Virtual         1024 1000
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x480" 
                Virtual         1024 1000
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x480" 
                Virtual         1024 1000
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x480" 
                Virtual         1024 1000
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x480" 
                Virtual         1024 1000
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config
David Luyer                                        Phone:   +61 3 9674 7525
Senior Network Engineer        P A C I F I C       Fax:     +61 3 9699 8693
Pacific Internet (Australia)  I N T E R N E T      Mobile:  +61 4 1111 2983
http://www.pacific.net.au/                         NASDAQ:  PCNTF

Reply via email to