Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 21:09:04 -0400 (EDT)
From:      doug@safeport.com
To:        freebsd-questions@FreeBSD.ORG
Subject:   Xorg / Monitor questions
Message-ID:  <20060818200548.G48373@pemaquid.safeport.com>

next in thread | raw e-mail | index | archive | help
I installed a ATI Radeon R100 QD card on a Desktop. My setup is:

  System: Dell PE 300
  Monitor: Dell 1702FP
  Graphics Card: ATI Radeon R100 QD

To get this to work at all I turned off 'dri', manually set the HorizSync and
VertRefresh and put a Modes line in the Depth 16 display section. I have it
working with KDE but running when Xorg -config xorg.conf, the background grid
waves around. Under KDE it works fine. Does any one know if this is a problem
for the monitor? Second I would like to fix the default background problem as I
like to use twm to upgrade.

The changed parts of xorg.conf:

Section "Module"
        Load  "dbe"
#       Load  "dri"                <----------
        Load  "extmod"
        Load  "glx"
         :
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 80.0   <----------
        VertRefresh  75.0          <----------
        Option      "DPMS"
         :
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
#       DefaultDepth 16            <----- get selected by default
          :
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes     "1280x1024"  <----- required
        EndSubSection
          :

Thanks for any ideas.

_____
Douglas Denault
http://www.safeport.com
doug@safeport.com
Voice: 301-469-8766
  Fax: 301-469-0601



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060818200548.G48373>