[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: radeon driver updates for mac laptops



Le jeudi 30 août 2007, Yves-Alexis Perez a écrit :
> On jeu, 2007-08-30 at 21:01 +0200, Yves-Alexis Perez wrote:
> > I've successfully built the driver and tried it. xrandr recognises it,
> > and it detects correctly my output monitor, I can switch it on/off
> > with
> > xrandr --auto, and it works as "cloned". I don't seem to be able to
> > move
> > it to right (or left) using --right-of:
> >
> > corsac@hidalgo: xrandr --output DVI-0 --mode 1024x768 --right-of LVDS
> > xrandr: screen cannot be larger than 1280x1280 (desired size 2304x854)

There is a maximum virtual size for the frame buffer.
You can adjust it in the xorg.conf by putting a

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
                Virtual         2304 854
        EndSubSection
EndSection

for your needs, this should be ok

PS : correct me if I am wrong

> >
> > Any advice?
>
> And each time I start X I need to run xrandr --dpi 101 to adjust dpi
> settings because by default it's set to 75:
>
> (==) RADEON(0): X server will not keep DPI constant for all screen sizes
> …
> (II) RADEON(0): Output DVI-0 disconnected
> (II) RADEON(0): EDID for output DVI-0
> (II) RADEON(0): Output S-video disconnected
> (II) RADEON(0): EDID for output S-video
> (II) RADEON(0): Output LVDS connected
> (II) RADEON(0): Output DVI-0 disconnected
> (II) RADEON(0): Output S-video disconnected
> (II) RADEON(0): Output LVDS using initial mode 1280x854
> after xf86InitialConfiguration
> (==) RADEON(0): DPI set to (75, 75)
>
> OTH
> --
> Yves-Alexis



-- 
GALLIEN Matthieu



Reply to: