I have played with this more and found that the 1080
mode works with the xv driver (using mplayer) if I
use XAA acceleration instead of EXA (in xorg.conf) and
I set the ScalerWidth to 1024 (the default is 1536 or1920
according to the xorg radeon manpage).

Using XAA and the default for ScalerWidth (i.e. not set)
I get video for the left 1280 horizontal pixels and then pink
for the remaining horizontal pixels.  Using EXA I only get
blue for the entire video window.

Again using the gl2 driver (mplayer) I get the full video.
The 720 resolution mode works in all configurations.

The following describes my system:
Machine:       Dell Inspiron 5150 laptop
Video:            ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000]
Distribution: Modified Linux From Scratch
Kernel:          Generic 2.6.23.14 
GCC:              3.4.6
Xorg driver:  xf86-video-ati-6.7.197
Mesa GL driver: 7.0.2
xorg.conf attached

On Thursday 17 January 2008, Markus Rechberger wrote:
> On 1/18/08, Matt Adams <[EMAIL PROTECTED]> wrote:
> > Using mplayer, the gl2 output driver works correctly for
> > 1080 resolution.  The default ATI xv driver must have a
> > problem with 1080.  I will look at what configuration
> > adjustments I can make to the xv driver.
>
> can you submit as much information as you can (distribution, kernel,
> what gcc, xorg logfile, etc) so I can submit it to the corresponding
> guys at ATI?
>
> Markus


# /etc/X11/xorg.conf

# Xorg X11 server configuration file.  See man xorg.conf

Section "Files"
    RgbPath     "/usr/X11/share/X11/rgb"
    ModulePath  "/usr/X11/lib/X11/modules"
    FontPath    "/usr/X11/lib/X11/fonts/misc:unscaled"
    FontPath    "/usr/X11/lib/X11/fonts/OTF"
    FontPath    "/usr/X11/lib/X11/fonts/TTF"
    FontPath    "/usr/X11/lib/X11/fonts/Type1"
    FontPath    "/usr/X11/lib/X11/fonts/100dpi:unscaled"
    FontPath    "/usr/X11/lib/X11/fonts/75dpi:unscaled"
    #FontPath    "unix/:-1" # unix/:-1 is the font server (xfs)
EndSection

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

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
    Option      "Composite" "Enable"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc104"
    Option      "XkbLayout" "us"
    Option      "AutoRepeat" "500 30"
#    Option      "CustomKeycodes "on"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/mouse"
    Option      "ZAxisMapping" "4 5" # This makes the wheel scrolling work
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon R250 Lf [Radeon Mobility 9000 M9]"
    Option      "ScalerWidth" "1024"
    Option      "AGPMode" "1"   # Other values cause lockup with DRI
    Option      "AccelMethod" "XAA"
#    Option      "AGPFastWrite" "1"
    Option      "EnablePageFlip" "1"
    Option      "ColorTiling" "1"
#    Option      "AccelDFS" "0"
#    Option      "XaaNoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
    Identifier  "MonitorLCD"
    VendorName  "Dell"
    ModelName   "Dell 1600x1200 Laptop Display Panel"
#    DisplaySize 304 228 # mm
    Option      "DPMS"
 ### Uncomment if you don't want to default to DDC:
#    HorizSync   31.5-90.0
#    VertRefresh 59.0-85.0
EndSection

Section "Screen"
    Identifier  "ScreenLCD"
    Device      "Card0"
    Monitor     "MonitorLCD"
    DefaultColorDepth 24

    Subsection "Display"
        Depth 24
        Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" 
"1024x768" "800x600" "640x480"
    EndSubsection

    Subsection "Display"
        Depth 16
        Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" 
"1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Main"
    Screen      0 "ScreenLCD" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
#    Option      "AIGLX" "true"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse 
doesn't work
EndSection
_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to