OFF topic: X och ATI Radeon X1300Pro

G Hasse gh at raditex.se
Wed Aug 22 00:05:13 CEST 2007


On Tue, Aug 21, 2007 at 06:20:56PM +0200, Mattias Barthel wrote:
>  Hej
> 
>  Jag undrar; finns det nagon som rakar veta hur man far ett ATI Radeon X1300Pro
>  att lira i Xorg?
>  Jag har provat med "vesa" drivaren men det blir hela tiden 1400x1050 upplosn.
>  Har testat lite med "fglrx" ocksa men jag ar osaker pa om mitt kort stods av de\
>  n.
>  "ati" verkar inte funka alls.
>  Konstigt tycker jag att det blir denna upplosning nar jag tycker mig ha
>  specificerat 1280x1024 i min xorg.conf. Jag anvander en vanlig LCD 19" skarm.
> 
>  Mattias
> 
>  xorg 7.2

Endel skärmar vill "prata" med kortet för att komma överens om 
en bra upplösning. Prova med att kommentera bort HorizSync och
VertRefresh och ta bort kommentaren till DDCMode.

Kanske det kan hjälpa?

Section "Monitor"
        #DisplaySize      410   260     # mm
        Identifier   "Monitor0"
        VendorName   "VSC"
        ModelName    "VG1921wm"
 ### Comment all HorizSync and VertSync values to use DDC:
#       HorizSync    30.0 - 82.0
#       VertRefresh  50.0 - 75.0
        Option      "DPMS"
EndSection

Och sätta 

        Option     "DDCMode"                    # [<bool>]
  
> 
>  --xorg.conf
>  Section "ServerLayout"
>          Identifier     "X.org Configured"
>          Screen      0  "Screen0" 0 0
>          InputDevice    "Mouse0" "CorePointer"
>          InputDevice    "Keyboard0" "CoreKeyboard"
>  EndSection
> 
>  Section "Files"
>          RgbPath      "/usr/local/lib/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/Type1/"
>          FontPath     "/usr/local/lib/X11/fonts/CID/"
>          FontPath     "/usr/local/lib/X11/fonts/75dpi/"
>          FontPath     "/usr/local/lib/X11/fonts/100dpi/"
>          FontPath     "/usr/local/lib/X11/fonts/TTF/"
>          FontPath     "/usr/local/lib/X11/fonts/URW/"
>          FontPath     "/usr/local/lib/X11/fonts/mozilla/"
>          FontPath    "/usr/local/lib/X11/fonts/freefont-ttf/"
>          FontPath "/usr/local/lib/X11/fonts/webfonts/"
>  EndSection
> 
>  Section "Module"
>          Load  "dbe"
>          Load  "dri"
>          Load  "extmod"
>          Load  "glx"
>          Load  "record"
>          Load  "xtrap"
>          Load  "freetype"
>          Load  "type1"
>  EndSection
> 
>  Section "InputDevice"
>          Identifier  "Keyboard0"
>          Driver      "kbd"
>  EndSection
> 
>  Section "InputDevice"
>          Identifier  "Mouse0"
>          Driver      "mouse"
>          Option      "Protocol" "auto"
>          Option      "Device" "/dev/ums0"
>          Option      "ZAxisMapping" "4 5 6 7"
>  EndSection
> 
>  Section "Monitor"
>          Identifier   "Monitor0"
>          VendorName   "Monitor Vendor"
>          ModelName    "Monitor Model"
>          HorizSync       31.5 - 64.3
>          VertRefresh     50.0 - 70.0
>  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
>          #Option     "ShadowFB"                  # [<bool]
>          #Option     "DefaultRefresh"            # [<bool]
>          #Option     "ModeSetClearScreen"        # [<bool]
>          Identifier  "Card0"
>          Driver      "vesa"
>          VendorName  "ATI Technologies Inc"
>          BoardName   "Unknown"
>          BusID       "PCI:1:0:0"
>  EndSection
> 
>  Section "Screen"
>          Identifier "Screen0"
>          Device     "Card0"
>          Monitor    "Monitor0"
>          SubSection "Display"
>                  Viewport   0 0
>                  Depth     24
>                  Modes   "1280x1024"
>          EndSubSection
>  EndSection
>  --
> 
> -- 
> ---------------------------------------[ Mattias Barthel ]-----------------
> 	   "Palindrome" spelled backwards is "emordnilap".
> ---------------------------------------------------------------------------
> _________________________________________________
> BSD Users Sweden -- BUS at stacken.kth.se
> https://lists.stacken.kth.se/mailman/listinfo/bus

-- 
Göran Hasse

----------------------------------------------------------------
Göran Hasse            email: gh at raditex.se     Tel: 08-6949270
Raditex AB             http://www.raditex.se    
Planiavägen 15, 1tr                             Mob: 070-5530148
131 34  NACKA, SWEDEN                         OrgNr: 556240-0589
VAT: SE556240058901
------------------------------------------------------------------



More information about the BUS mailing list