You are not logged in.

#1 2010-02-19 08:55:02

heksagon
Member
From: Kajaani, Finland
Registered: 2010-02-18
Posts: 3

[SOLVED] ATI + 19" CRT resolution problem

I have 19" CRT monitor and it's capable to display 1600x1200 resolution. In windows I can normally set resolution to 1600x1200 but in linux, xrandr allows me to set it only to 1280x1024. Actually only linux distribution wich has allowed me to set maximum resolution is debian lenny. ATM I use free ATI drivers. I can't find out what's the problem, so i tought if you coud help me.


[samu@gon ~]$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 360mm x 270mm
   1280x1024      85.0*+   75.0
   1280x960       85.0
   1024x768       85.0     75.0
   800x600        85.1     75.0
   640x480        85.0     75.0     59.9
   720x400        70.1
DVI-0 disconnected (normal left inverted right x axis y axis)
[samu@gon ~]$ cat /etc/X11/xorg.conf                                         
Section "ServerLayout"                                                       
        Identifier     "X.org Configured"                                    
        Screen      0  "Screen0" 0 0                                         
        InputDevice    "Mouse0" "CorePointer"                                
        InputDevice    "Keyboard0" "CoreKeyboard"                            
EndSection                                                                   

Section "Files"
        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  "dri"
        Load  "dri2"
        Load  "extmod"
        Load  "dbe"   
        Load  "glx"   
EndSection            

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"      
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      360   270     # mm
        Identifier   "Monitor0"             
        VendorName   "AOC"                  
        ModelName    "C993"                 
        HorizSync    30.0 - 95.0            
        VertRefresh  50.0 - 160.0           
        Option      "DPMS"                  
        Option "PreferredMode" "1600x1200"  
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     "NoAccel"                   # [<bool>]           
        #Option     "SWcursor"                  # [<bool>]           
        #Option     "Dac6Bit"                   # [<bool>]           
        #Option     "Dac8Bit"                   # [<bool>]           
        #Option     "BusType"                   # [<str>]            
        #Option     "CPPIOMode"                 # [<bool>]           
        #Option     "CPusecTimeout"             # <i>                
        #Option     "AGPMode"                   # <i>                
        #Option     "AGPFastWrite"              # [<bool>]           
        #Option     "AGPSize"                   # <i>                
        #Option     "GARTSize"                  # <i>                
        #Option     "RingSize"                  # <i>                
        #Option     "BufferSize"                # <i>                
        #Option     "EnableDepthMoves"          # [<bool>]           
        #Option     "EnablePageFlip"            # [<bool>]           
        #Option     "NoBackBuffer"              # [<bool>]           
        #Option     "DMAForXv"                  # [<bool>]           
        #Option     "FBTexPercent"              # <i>                
        #Option     "DepthBits"                 # <i>                
        #Option     "PCIAPERSize"               # <i>                
        #Option     "AccelDFS"                  # [<bool>]           
        #Option     "IgnoreEDID"                # [<bool>]           
        #Option     "DisplayPriority"           # [<str>]            
        #Option     "PanelSize"                 # [<str>]            
        #Option     "ForceMinDotClock"          # <freq>             
        #Option     "ColorTiling"               # [<bool>]           
        #Option     "VideoKey"                  # <i>                
        #Option     "RageTheatreCrystal"        # <i>                
        #Option     "RageTheatreTunerPort"      # <i>                
        #Option     "RageTheatreCompositePort"  # <i>                
        #Option     "RageTheatreSVideoPort"     # <i>                
        #Option     "TunerType"                 # <i>                
        #Option     "RageTheatreMicrocPath"     # <str>              
        #Option     "RageTheatreMicrocType"     # <str>              
        #Option     "ScalerWidth"               # <i>                
        #Option     "RenderAccel"               # [<bool>]           
        #Option     "SubPixelOrder"             # [<str>]            
        #Option     "ShowCache"                 # [<bool>]           
        #Option     "DynamicClocks"             # [<bool>]           
        #Option     "VGAAccess"                 # [<bool>]           
        #Option     "ReverseDDC"                # [<bool>]           
        #Option     "LVDSProbePLL"              # [<bool>]           
        #Option     "AccelMethod"               # <str>              
        #Option     "DRI"                       # [<bool>]           
        #Option     "ConnectorTable"            # <str>              
        #Option     "DefaultConnectorTable"     # [<bool>]           
        #Option     "DefaultTMDSPLL"            # [<bool>]           
        #Option     "TVDACLoadDetect"           # [<bool>]           
        #Option     "ForceTVOut"                # [<bool>]           
        #Option     "TVStandard"                # <str>              
        #Option     "IgnoreLidStatus"           # [<bool>]           
        #Option     "DefaultTVDACAdj"           # [<bool>]           
        #Option     "Int10"                     # [<bool>]           
        #Option     "EXAVSync"                  # [<bool>]           
        #Option     "ATOMTVOut"                 # [<bool>]           
        #Option     "R4xxATOM"                  # [<bool>]           
        Identifier  "Card0"                                          
        Driver      "radeon"                                         
        VendorName  "ATI Technologies Inc"                           
        BoardName   "Radeon HD 3300 Graphics"                        
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1600x1200"
        EndSubSection
EndSection

Last edited by heksagon (2010-02-19 21:00:23)

Offline

#2 2010-02-19 20:59:32

heksagon
Member
From: Kajaani, Finland
Registered: 2010-02-18
Posts: 3

Re: [SOLVED] ATI + 19" CRT resolution problem

I managed to change resolution simply by running 'cvt 1600 1200' to get correct modeline and 'xrandr --newmode "1600x1200_60.00"  161.00  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync' to add new mode to xrandr smile

Offline

Board footer

Powered by FluxBB