On Tuesday 16 July 2002 10:37 pm, Michel Dänzer wrote:
> Doesn't really matter as there will be only one mode the X server can
> choose. :) A rule of thumb for flat panels is around 60 Hz (e.g. 55-65)
> for VertRefresh and then for HorizSync whatever is necessary to allow
> for the native mode to work.

Hmm, I'm still not getting a proper display.  Here's my XF86Config, any ideas?

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

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "InputDevice"
        Identifier      "Keyboard1"
        Driver          "Keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "IMPS/2"
        Option          "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
        Identifier      "TiBook Panel"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
        Mode "1280x854"
                DotClock 79.816
                HTimings 1280 1296 1408 1536
                VTimings 854 855 858 866
                Flags    "-HSync" "-VSync"    # Warning: XFree86 doesn't 
support accel
        EndMode
EndSection

Section "Device"
        Identifier      "TiBook Radeon 7500"
        #Driver         "fbdev"
        Driver          "ati"
        BusID           "PCI:0:16:0"
        #Option         "UseFBDev"      "true"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "TiBook Radeon 7500"
    Monitor     "TiBook Panel"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1280x854"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen 1"
    InputDevice "Mouse1"        "CorePointer"
    InputDevice "Keyboard1"     "CoreKeyboard"
EndSection

Section "DRI"
        Mode    0666
EndSection


-- 
Cory 'G' Watson
Hack, lest ye rust.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to