Am Mittwoch, 14. April 2004 17:55 schrieb Robert Aldridge:
> I have an HP zv5120us laptop with the ATI Radeon Mobility 9000 IGP
> video (128 MB shared).  Does anyone have this card working in
mine is a ATI Radeon Mobility 9000 with 32MB (IBM Thinkpad)

> anything other than VESA mode?  If so, are you using the drivers
yes, with XFree86 4.3 (!) Radeon driver (unsupported in XFree 4.2 and 
less). XFree-Version:

XFree86 Version 4.3.0.1 (Debian 4.3.0-7 20040318043201 
[EMAIL PROTECTED])
Release Date: 15 August 2003


> included in XFree86 or ATI's proprietary drivers?  Care to share
> your XF86Config-4 file?

HTH, Tobias

PS: This is my first posting in this list. Hi all and thanks in 
advance for every answer on my future questions ;-) !




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/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
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"
        Load    "synaptics"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
#       Option          "CorePointer"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
  Driver        "synaptics"
  Identifier    "touchpad"
  Option        "CorePointer"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1700"
  Option        "RightEdge"     "5300"
  Option        "TopEdge"       "1700"
  Option        "BottomEdge"    "4200"
  Option        "FingerLow"     "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.06"
  Option        "MaxSpeed"      "0.12"
  Option        "AccelFactor" "0.0010"
  Option        "SHMConfig"     "on"
#  Option       "Repeater"      "/dev/ps2mouse"
EndSection
                                  



Section "Device"
        Identifier      "Radeon Mobility 9000"
        Driver          "radeon"
        Option          "AGPMode" "4"
EndSection

Section "Monitor"
        Identifier      "laptop"
#       HorizSync       28-50
#       VertRefresh     43-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Radeon Mobility 9000"
        Monitor         "laptop"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1400x1050" "1280x1024" "1280x960" "1152x864" 
"1024x768" 
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1400x1050" "1280x1024" "1280x960" "1152x864" 
"1024x768" 
"800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection




>
> Thanks,
>
> Robert Aldridge

-- 
/"\ ASCII Ribbon Campaign - against HTML mail
\ / No proprietary formats in attachments without request
 X  i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \ Respect Open Standards
    http://www.fsf.org/philosophy/no-word-attachments.html
    http://www.goldmark.org/netrants/no-word/attach.html

Registered Linux User #293344

Reply via email to