ATI 6.7.192 Dual-Head DVI

Rick palabra_up at yahoo.com
Wed Sep 26 14:03:25 PDT 2007


On 9/21/07, Rick <palabra_up at yahoo.com> wrote:
> I just upgraded to X7.3.  Since FBMERGED no longer
> works I am trying to get my dual head Radeon X600
card
> to display on both monitors again. I have already
> setup the 6.7.192 ATI driver. My second monitor
DVI-0
> is just displaying a black screen. I have a green
> light so X is picking it up. (Prior to upgrading the
> ATI driver my 2nd monitor would not even display, it
> was yellow).
>
> xrandr -q
> Screen 0: minimum 320 x 200, current 1280 x 1024,
> maximum 1280 x 1200
> DVI-1 connected 1280x1024+0+0 (normal left inverted
> right x axis y axis) 376mm x 301mm
>    1280x1024      60.0*+   75.0     59.9
>    1152x864       74.8
>    1024x768       75.1     60.0
>    800x600        75.0     60.3
>    640x480        75.0     60.0
>    720x400        70.1
> DVI-0 connected 1024x768+0+0 (normal left inverted
> right x axis y axis) 376mm x 301mm
>    1280x1024      60.0 +   75.0     59.9
>    1152x864       74.8
>    1024x768       75.1*    60.0
>    800x600        75.0     60.3
>    640x480        75.0     60.0
>    720x400        70.1
>
> xrandr --output DVI-0 --right-of DVI-1
> xrandr: screen cannot be larger than 1280x1200
> (desired size 2304x1024)
>
> How can I resolve this?

For dual DVI cards you'll need to use the most recent
driver from ati
git master.  For the desktop size, add a virtual line
to the screen
section of your config specifying the max desktop size
you want,
e.g.,:
Virtual 2304 1024

Alex

*****************************************************

Ok that worked. I no longer get the "screen cannot be
larger than 1280x1200" error.  The 
right monitor still does not display anything. I have
a black screen with the green light.  Here is my
xorg.conf file, maybe it will help: 

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/local/share/X11/rgb"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath    
"/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      380   300     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL 1907FP"
### Comment all HorizSync and VertRefresh values to
use DDC:
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
        ### <string>: "String", <freq>: "<f>
Hz/kHz/MHz"
        ### [arg]: arg optional
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV380 [Radeon X600 (PCIE)]"
        Option  "monitor-DVI-1" "left"
        Option  "monitor-DVI-0" "right"
        BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier "left"
EndSection

Section "Monitor"
        Identifier "right"
        Option "RightOf" "left"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        Virtual 2560 1024
        EndSubSection
EndSection












       
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  



More information about the xorg mailing list