Hi

> Hello all, please forgive my simple question (can search the archive
> to see if its covered) but my HP pavilion ze4325us runs FreeBSD
> 6.1/KDE 3.5. 

Ok.. the specs of this HP say that you're running on an ATI Mobility Radeon.
I dont know, whether this helps or not: i have a Acer Aspire-notebook
with an ATI Mobility Radeon 9200.

First, i added these 2 lines to my kernel-config:
--[cut]--------------
device drm
device radeondrm
--[cut]--------------

Maybe my "xorg.conf" helps you solving your problem:
--[cut]--------------
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
     Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
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/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
#    Option     "Xinerama" "1"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "de"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "SysMouse"
    Option "Device"      "/dev/sysmouse"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout"    "150"
    Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
    Identifier  "TFT"
    HorizSync   31.5-82.0
    VertRefresh 50-70
    Modeline "[EMAIL PROTECTED]" 83.91 1280 1312 1624 1656 800 816 824 841 
+hsync +vsync
EndSection
Section "Monitor"
   Identifier  "VGA"
   HorizSync   30-82.0
   VertRefresh 50-90
EndSection
Section "Device"
    Identifier  "ATI9200M"
    Driver      "radeon"
    ChipId      0x5c61
    BusId       "PCI:1:0:0"
    Option      "AGPMode" "4"
    Option      "AGPSize" "64"
    #VideoRam    65536
    Screen      0
    # Insert Clocks lines here if appropriate
EndSection
Section "Device"
    Identifier  "ATI9200M-2"
    Driver      "radeon"
    ChipId      0x5c63
    BusId       "PCI:1:0:0"
    Option      "AGPMode" "4"
    Option      "AGPSize" "64"
    #VideoRam    65536
    Screen      1
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "ScreenTFT"
    Device      "ATI9200M"
    Monitor     "TFT"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        #ViewPort    0 0
    EndSubsection
EndSection
Section "Screen"
    Identifier  "ScreenVGA"
    Device      "ATI9200M-2"
    Monitor     "VGA"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Notbuch"
    Screen      0 "ScreenTFT"
#    Screen     1 "ScreenVGA" RightOf "ScreenTFT"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
    Mode 0666
EndSection

--[cut]--------------

the #-lines need to be uncommented for using both the build-in TFT and the 
VGA-monitor.

good luck
 rene.

_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222

_______________________________________________
kde-freebsd mailing list
[email protected]
http://kf.liquidneon.com/mailman/listinfo/kde-freebsd

Reply via email to