Pawel J Maczewski wrote:

I'd like to see your X config file...

Here it follows:




# Radeon 7500 + Eizo F56 + Genius Netmouse Pro + xfree-drm

Section "ServerLayout"
        Identifier      "radeon + netmouse + eizo"
        Screen 0        "Screen0"       0 0
        InputDevice     "Mouse0"        "CorePointer"
        InputDevice     "Keyboard0"     "CoreKeyboard"
EndSection


Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "unix/:-1"
EndSection


Section "Module"
        Load    "GLcore"
        Load    "dbe"
        Load    "extmod"
        Load    "fbdevhw"
        Load    "glx"
        Load    "dri"
        Load    "record"
        Load    "freetype"
        Load    "type1"
EndSection


Section "DRI"
        Mode    0666
EndSection
 

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "us,sk_qwerty"
        Option  "XkbOptions"    "grp:switch,grp:shift_toggle,grp_led:scroll"
EndSection


Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol" "NetMousePS/2"
        Option          "Device" "/dev/psaux"
        Option          "Emulate3Buttons" "no"
        Option          "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
        Identifier      "Eizo F56"
        VendorName      "Eizo"
        ModelName       "F56"
        HorizSync       27.0-86.0
        VertRefresh     50.0-160.0
        DisplaySize     315 235
        Option  "dpms"
        
    Modeline "1152x864"   110   1152 1240 1324 1552 864  864  876  908

    Modeline "1024x768"   98.9  1024 1056 1216 1408 768 782 788 822 -HSync -VSync
                          
    Modeline  "800x600"    60.75  800  864  928 1088 600  616  621  657 -HSync -VSync

EndSection


Section "Device"
        Identifier      "ATI Radeon 7500"
        Driver          "radeon"
        VendorName      "ATI Radeon 7500"
        BoardName       "ATi RV200 QW [Radeon 7500]"
        Option          "AGPMode" "4"
        Option          "AGPSize" "64"
        Option          "AGPFastWrite" "on"
EndSection


Section "Screen"
        Identifier      "Screen0"
        Device          "ATI Radeon 7500"
        Monitor         "Eizo F56"
        DefaultDepth    24

        Subsection "Display"
                Depth   24
                Modes   "1152x864" "1024x768" "800x600" "640x480" 
        EndSubsection
EndSection


--
[EMAIL PROTECTED] mailing list

Reply via email to