You are not logged in.

#1 2008-08-01 23:21:05

AllFather
Member
Registered: 2006-10-03
Posts: 40

ATI Dualscreen : 1920x1200 + 1600x1200 (24" & 20") (ATI 3870)

Howdy

First let me start by saying, i managet to get 3820 or something in resolution, meaning that it was "fooled" to think i ran 2x1920x1200 screens, the result was that i got a black line when i took screenshots on the right

t1011_Screenshot.png

Then a followed a guide here, a link that went to ubuntu forums for dualdisplay for aticards.
I followed that to the point,and now i am at 2048x768, and that is even worse smile

I cant no matter what i try, get it back to the old one with 2x1920x1200 monitors (this is to lowres for me on 2 screens), and i was wondering if anyone had any to the point hints of how to get the computer to give me a proper resolution.

aSection "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "trustda"
    Option        "XkbLayout" "no"
EndSection

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

Section "Monitor"

    #DisplaySize      520   320    # mm
 ### Comment all HorizSync and VertRefresh values to use DDC:
    Identifier   "Monitor0"
    VendorName   "BNQ"
    ModelName    "BenQ G2400W"
    HorizSync    31.0 - 94.0
    VertRefresh  50.0 - 85.0
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "Unknown Board"
    Option        "DRI" "true"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
    Option        "EnableMonitor" "STRING,STRING"
    BusID       "PCI:1:0:0"
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
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Regards
Thomas


2007.08 - The last proper ARCH install cd.
RIP installer :'-(

Offline

Board footer

Powered by FluxBB