Shit what a mess. Why is that mess? It was nicely formatted here. I cut out the 
top part and reformat it here





xrandr --verbose
Screen 0: minimum 640 x 400, current 1400 x 1050, maximum 1400 x 1050
default connected 1400x1050+0+0 (0x46) normal (normal) 0mm x 0mm
Identifier: 0x45
Timestamp:  2529229
Subpixel:   horizontal rgb
Clones:    
CRTC:       0
CRTCs:      0
 1400x1050 (0x46)  110.2MHz *current
      h: width  1400 start    0 end    0 total 1400 skew    0 clock   78.8KHz
      v: height 1050 start    0 end    0 total 1050           clock   75.0Hz
 1280x1024 (0x47)   99.6MHz
       h: width  1280 start    0 end    0 total 1280 skew    0 clock   77.8KHz
       v: height 1024 start    0 end    0 total 1024           clock   76.0Hz
 1152x864 (0x48)   75.6MHz
       h: width  1152 start    0 end    0 total 1152 skew    0 clock   65.7KHz
       v: height  864 start    0 end    0 total  864           clock   76.0Hz
 1024x768 (0x49)   59.8MHz
       h: width  1024 start    0 end    0 total 1024 skew    0 clock   58.4KHz
       v: height  768 start    0 end    0 total  768           clock   76.0Hz
 800x600 (0x4a)   35.0MHz
       h: width   800 start    0 end    0 total  800 skew    0 clock   43.8KHz
       v: height  600 start    0 end    0 total  600           clock   73.0Hz
 640x480 (0x4b)   22.4MHz
       h: width   640 start    0 end    0 total  640 skew    0 clock   35.0KHz
       v: height  480 start    0 end    0 total  480           clock   73.0Hz
 720x400 (0x4c)   20.4MHz
       h: width   720 start    0 end    0 total  720 skew    0 clock   28.4KHz
       v: height  400 start    0 end    0 total  400           clock   71.0Hz








etc/X11/xorg.conf:

Section "Monitor"
        Option "PreferredMode" "1680x1050"
        Identifier "Monitor0"
        VendorName "NEC"
        ModelName "MultiSync "
        Option "dpms"
        DisplaySize 433 271
        HorizSync 30.0 - 81.0
        VertRefresh 56.0 - 75.0
        Modeline "1680x1050_75.00" 188.07 1680 1800 1984 2288 1050 1051 1054 
1096 -HSync +Vsync
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 Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1680x1050"
        EndSubSection
EndSection










How do I know which version of ATI driver I am using? Am I using it at all? 
Below it speaks of VESA driver? (How do I enable the graphic effects in Compiz?)
 
 
This message posted from opensolaris.org

Reply via email to