Bug#332548: xserver-xorg-core

2006-04-14 Thread Andreas Pakulat
reassign 332548 xserver-xorg-video-ati 1:6.5.7.3-3
forwarded 332548 https://bugs.freedesktop.org/show_bug.cgi?id=5447
stop

On 13.04.06 15:40:37, Stian Jordet wrote:
> tor, 13,.04.2006 kl. 02.40 +0200, skrev Andreas Pakulat:
> > On 21.03.06 17:40:51, Stian Jordet wrote:
> > > Just to inform everyone; by using latest ati-driver from cvs it works
> > > perfect again ;)
> > 
> > Hi Stian,
> > 
> > I just fetched cvs head of driver/xf86-video-ati and used the debian
> > diff.gz to build a debian package out of it. However I had no luck, the
> > problem still persists. This is really annoying as I now have to
> > manually downgrade X11 to 6.9.0 to get xserver-xorg=6.8.2 to work again.
> > 
> > What radeon card are you using (I have a Mobility 9200, R250 Lf here)?
> > 
> > How does your xorg.conf look like? 
> > 
> > Are you using 2 Monitors with the same resolution?
> 
> Hi Andreas.
> 
> I'm using two 19" lcd monitors on a Radeon 9700Pro. When this started
> happening I used one monitor with DVI cable, the other with normal VGA
> cable. Then for a short while I used VGA cable on both monitors. That
> were when the fix came out. With both monitors connected with VGA
> cables, it worked just fine.
> 
> When I later used on vga and one dvi cable, I went back to one black
> monitor.

Interesting, I'm reassinging and including reference to upstream
bugreport.

I'll be working wiht upstream from here, because it's definetly not
a Debian problem. Let's hope we find the reason until X.org 7.0 enters
testing...

Andreas

-- 
You have a truly strong individuality.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#332548: xserver-xorg-core

2006-04-13 Thread Stian Jordet
tor, 13,.04.2006 kl. 02.40 +0200, skrev Andreas Pakulat:
> On 21.03.06 17:40:51, Stian Jordet wrote:
> > Just to inform everyone; by using latest ati-driver from cvs it works
> > perfect again ;)
> 
> Hi Stian,
> 
> I just fetched cvs head of driver/xf86-video-ati and used the debian
> diff.gz to build a debian package out of it. However I had no luck, the
> problem still persists. This is really annoying as I now have to
> manually downgrade X11 to 6.9.0 to get xserver-xorg=6.8.2 to work again.
> 
> What radeon card are you using (I have a Mobility 9200, R250 Lf here)?
> 
> How does your xorg.conf look like? 
> 
> Are you using 2 Monitors with the same resolution?

Hi Andreas.

I'm using two 19" lcd monitors on a Radeon 9700Pro. When this started
happening I used one monitor with DVI cable, the other with normal VGA
cable. Then for a short while I used VGA cable on both monitors. That
were when the fix came out. With both monitors connected with VGA
cables, it worked just fine.

When I later used on vga and one dvi cable, I went back to one black
monitor. Thing is, I had discovered mergedfb by this time, and haven't
yet bothered to re-file a bug, since it works. My existing xorg.conf is
attached.

Sorry for my false statement claiming it's all good now...

Hope this helps.

Best regards,
Stian
Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/X11/fonts/misc"
FontPath"/usr/share/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/X11/fonts/Type1"
FontPath"/usr/share/X11/fonts/100dpi"
FontPath"/usr/share/X11/fonts/75dpi"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
#   Load"GLcore"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
#   Load"v4l"
Load"vbe"
EndSection

Section "Extensions"
   Option "Composite" "Enabled"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "no"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Buttons"   "7"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier "ATI"
Driver "radeon"
Option "MergedFB" "true"
Option "CRT2Position" "LeftOf"
#Option "MonitorLayout" "TMDS,CRT"
#Option "OverlayOnCRTC2" "true"
Option "MetaModes" "1280x1024-1280x1024"
Option "MergedNonRectangular" "false"
Option "MergedXineramaCRT2IsScreen0" "false"
#   Option "AGPMode" "4"
#   Option "AGPFastWrite" "true"
#   Option "EnableDepthMoves" "false"
Option "EnablePageFlip" "on"
#   Option "DDCMode" "true"
#   Option "Backingstore" "true"
#   Option "RenderAccel" "true"
#   Option "AccelMethod" "EXA"
#Option "AllowGLXWithComposite" "true"
#   Option "SubPixelOrder" "none"
EndSection

Section "Monitor"
Identifier  "S19-1"
Option  "DPMS"
HorizSync   30-82
VertRefresh 56-76
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI"
Monitor "S19-1"
DefaultDepth24
SubSection "Display"
Depth   24
Modes   "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode0666
EndSection


Bug#332548: xserver-xorg-core

2006-04-12 Thread Andreas Pakulat
On 21.03.06 17:40:51, Stian Jordet wrote:
> Just to inform everyone; by using latest ati-driver from cvs it works
> perfect again ;)

Hi Stian,

I just fetched cvs head of driver/xf86-video-ati and used the debian
diff.gz to build a debian package out of it. However I had no luck, the
problem still persists. This is really annoying as I now have to
manually downgrade X11 to 6.9.0 to get xserver-xorg=6.8.2 to work again.

What radeon card are you using (I have a Mobility 9200, R250 Lf here)?

How does your xorg.conf look like? 

Are you using 2 Monitors with the same resolution?

Andreas

-- 
You will soon meet a person who will play an important role in your life.


pgpFoQxJ7zKFg.pgp
Description: PGP signature


Bug#332548: xserver-xorg-core

2006-03-29 Thread Andreas Pakulat
On 21.03.06 17:40:51, Stian Jordet wrote:
> Just to inform everyone; by using latest ati-driver from cvs it works
> perfect again ;)

So if I use Xorg 7.0 from experimental and build the ati-driver from cvs
I should be fine again?

Maybe I'll try that next weekend and report here.

Andreas

-- 
Is that really YOU that is reading this?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#332548: xserver-xorg-core

2006-02-27 Thread Stian Jordet
søn, 26,.02.2006 kl. 13.29 +0100, skrev Michel Dänzer:
> On Fri, 2006-02-24 at 23:25 +0100, Stian Jordet wrote:
> > 
> > I don't have Debian on this computer, but I'd like to note that on
> > Ubuntu, I only need to downgrade xserver-xorg-core 
> 
> To what version?

I downgrade from 1:1.0.1-0ubuntu6 to 6.8.2-77 (from the version in
Dapper, to the version in Breezy).

> > to get my dual-head/xinerama working again. It's _not_ the radeon driver 
> > that's the problem.
> 
> It may still be, because it may not have adapted to a change in the X
> server.

Good point :)

Best regards,
Stian




Bug#332548: xserver-xorg-core

2006-02-26 Thread Michel Dänzer
On Fri, 2006-02-24 at 23:25 +0100, Stian Jordet wrote:
> 
> I don't have Debian on this computer, but I'd like to note that on
> Ubuntu, I only need to downgrade xserver-xorg-core 

To what version?

> to get my dual-head/xinerama working again. It's _not_ the radeon driver 
> that's the problem.

It may still be, because it may not have adapted to a change in the X
server.

Thanks for providing this interesting data point though.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#332548: xserver-xorg-core

2006-02-24 Thread Stian Jordet
Hi,

I don't have Debian on this computer, but I'd like to note that on
Ubuntu, I only need to downgrade xserver-xorg-core to get my
dual-head/xinerama working again. It's _not_ the radeon driver that's
the problem.

Of course, the Debian bug might be a totally different problem, but I
doubt it.

https://launchpad.net/distros/ubuntu/+source/xorg-server/+bug/26316

Best regards,
Stian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]