Bug#585909: xserver-xorg-video-radeon: Garbage on screen during initial boot if KMS enabled

2010-06-15 Thread Michel Dänzer
On Mon, 2010-06-14 at 13:08 -0700, Walter Landry wrote: 
> Package: xserver-xorg-video-radeon
> Version: 1:6.13.0-2
> Severity: important
> 
> I upgraded this driver, and now when X starts during bootup I just get random
> garbage all over the screen.  If I switch to a virtual terminal, it is fine.  
> I
> can then restart gdm, and the screen comes up mostly fine.  The one problem is
> that my monitor connected via displayport does not work.  It is detected, but
> for some reason it does not get any commands.  It is just black, and goes to
> sleep.
> 
> If I disable kernel mode setting in /etc/modprobe.d/radeon-kms.conf, then X
> completely works again.

[...]

> Current Operating System: Linux dante 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 
> 22:40:40 UTC 2010 x86_64

Try a 2.6.32-4-amd64 or newer kernel.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1276586970.6802.174.ca...@thor.local



Bug#585955: xserver-xorg-video-radeon: 1:6.13.0-2 incompatible with kernel 2.6.34-1-amd64

2010-06-15 Thread Brice Goglin
Le 15/06/2010 09:05, Marc Pignat a écrit :
> kernel 2.6.34-1-amd64 + xserver-xorg-video-radeon 1:6.13.0-2 -> KO
>   
> Versions of packages xserver-xorg-video-radeon suggests:
> pn  firmware-linux (no description available)
>   

You should probably install this.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c172c2f.6000...@ens-lyon.org



Bug#585955: xserver-xorg-video-radeon: 1:6.13.0-2 incompatible with kernel 2.6.34-1-amd64

2010-06-15 Thread Marc Pignat
On Tuesday 15 June 2010 09:30:55 Brice Goglin wrote:
> Le 15/06/2010 09:05, Marc Pignat a écrit :
> > kernel 2.6.34-1-amd64 + xserver-xorg-video-radeon 1:6.13.0-2 -> KO
> >   
> > Versions of packages xserver-xorg-video-radeon suggests:
> > pn  firmware-linux (no description available)
> >   
> 
> You should probably install this.

Thanks for your advice, and your fast response.

With firmware-linux installed, X starts, but the display is broken.

The resolution is ok, but the cursor is a big white square and the login
dialog is not displayed.

Here are some more info:
lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV620 LE [Radeon HD 
3450]

Attached my new Xorg.0.log

Best regards


Marc


Xorg.0.log.old
Description: application/trash


Processed: tagging 585815

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 585815 - squeeze sid
Bug #585815 [xserver-xorg-video-radeon] xserver-xorg-video-radeon: radeon/KMS 
only works in PCI mode (AGP disabled) for RV350 [Mobility Radeon 9600 M10] card
Removed tag(s) sid and squeeze.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127659220323222.transcr...@bugs.debian.org



Processed: tagging 585822

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 585822 - sid squeeze
Bug #585822 [xserver-xorg-video-radeon] xserver-xorg-video-radeon: radeon/KMS 
wrong monitor resolution due to mistakenly detected TV-out (S-video) for RV350 
[Mobility Radeon 9600 M10] chipset (with workaround)
Removed tag(s) squeeze and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127659225523720.transcr...@bugs.debian.org



Bug#585822: xserver-xorg-video-radeon: radeon/KMS wrong monitor resolution due to mistakenly detected TV-out (S-video) for RV350 [Mobility Radeon 9600 M10] chipset (with workaround)

2010-06-15 Thread Julien Cristau
reassign 585822 linux-2.6 2.6.32-15
severity 585822 normal
kthxbye

On Sun, Jun 13, 2010 at 22:39:20 -0400, Stefano wrote:

> Package: xserver-xorg-video-radeon
> Version: 1:6.13.0-2
> Severity: important
> Tags: squeeze sid
> 
> *** Please type your report below this line ***
> 
> Lately, I started playing with radeon/KMS (see e.g. #585815).

Reassigning to the kernel.

> Now, I don't know if it was because of my intervention or of a recent
> upgrade, but when I started my laptop the screen resolution was all
> messed up.
> 
> I had 800x600 instead of the usual 1024x768.
> 
> Looking around, I discovered that some graphic cards mistakenly detect
> the S-video/TV-out output as connected and set the screen resolution at
> 800x600. This has been disabled by default for some chipsets, but not
> for mine (RV350 - Mobility Radeon 9600 M10).
> 
> A solution is to disable the S-video output by default at the boot.
> 
> I added the kernel parameter
> 
> video=SVIDEO-1:d
> 
> to GRUB_CMDLINE_LINUX in /etc/default/grub and ran update-grub as root.
> 
> That restores the resolution that I had before.
> 
> Beware that the correct value for the "video=" parameter is listed in
> /sys/class/drm so it maight be different for other users.
> 
> I have read that this option does not allow to use the S-video output,
> but I could not verify it (I don't use that output at all).
> 
> Also, I have read that the parameter must be the last of the kernel
> options otherwise it won't work. Again, I have not verified that.
> 
> Now, it don't know if it would be a good option to disable the S-video
> output for my chipset directly in the driver or to disable it using the
> kernel parameter.
> 
Is 2.6.34 (from experimental) better?  If not, please file a bug at
bugs.freedesktop.org against product DRI, component DRM/radeon,
attaching your X and kernel logs.

[...]
> DRM Information from dmesg:
> [0.168192] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
> [0.957810] Linux agpgart interface v0.103
> [0.957897] agpgart-intel :00:00.0: Intel 855GM Chipset
> [0.979328] agpgart-intel :00:00.0: AGP aperture is 256M @ 0xe000
> [   28.664898] [drm] Initialized drm 1.1.0 20060810
> [   29.733132] [drm] radeon kernel modesetting enabled.
> [   29.736539] [drm] radeon: Initializing kernel modesetting.
> [   29.741045] [drm] Forcing AGP to PCI mode
> [   29.741081] [drm] register mmio base: 0xD010
> [   29.741083] [drm] register mmio size: 65536
> [   29.742409] [drm] GPU reset succeed (RBBM_STATUS=0x0140)
> [   29.742430] [drm] Generation 2 PCI interface, using max accessible memory
> [   29.742435] [drm] radeon: VRAM 64M
> [   29.742437] [drm] radeon: VRAM from 0x to 0x03FF
> [   29.742440] [drm] radeon: GTT 512M
> [   29.742442] [drm] radeon: GTT from 0x2000 to 0x3FFF
> [   29.742465] [drm] radeon: irq initialized.
> [   29.743439] [drm] Detected VRAM RAM=64M, BAR=128M
> [   29.743443] [drm] RAM width 128bits DDR
> [   29.743900] [drm] radeon: 64M of VRAM memory ready
> [   29.743902] [drm] radeon: 512M of GTT memory ready.
> [   29.743923] [drm] GART: num cpu pages 131072, num gpu pages 131072
> [   29.745656] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
> [   29.745669] [drm] radeon: cp idle (0x1C03)
> [   29.745727] [drm] Loading R300 Microcode
> [   29.760148] [drm] radeon: ring at 0x2000
> [   29.760172] [drm] ring test succeeded in 2 usecs
> [   29.760302] [drm] radeon: ib pool ready.
> [   29.760807] [drm] ib test succeeded in 0 usecs
> [   29.761167] [drm] Panel ID String: AUO Color LCD
> [   29.761172] [drm] Panel Size 1024x768
> [   29.761265] [drm] Default TV standard: NTSC-J
> [   29.761267] [drm] 27.0 MHz TV ref clk
> [   29.761271] [drm] Default TV standard: NTSC-J
> [   29.761273] [drm] 27.0 MHz TV ref clk
> [   29.761332] [drm] Radeon Display Connectors
> [   29.761335] [drm] Connector 0:
> [   29.761337] [drm]   VGA
> [   29.761340] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
> [   29.761343] [drm]   Encoders:
> [   29.761345] [drm] CRT1: INTERNAL_DAC1
> [   29.761348] [drm] Connector 1:
> [   29.761350] [drm]   LVDS
> [   29.761351] [drm]   Encoders:
> [   29.761353] [drm] LCD1: INTERNAL_LVDS
> [   29.761355] [drm] Connector 2:
> [   29.761357] [drm]   S-video
> [   29.761359] [drm]   Encoders:
> [   29.761361] [drm] TV1: INTERNAL_DAC2
> [   29.773269] [drm] forcing SVIDEO-1 connector OFF
> [   29.793650] [drm] fb mappable at 0xD804
> [   29.793653] [drm] vram apper at 0xD800
> [   29.793655] [drm] size 3145728
> [   29.793657] [drm] fb depth is 24
> [   29.793659] [drm]pitch is 4096
> [   29.860837] fb0: radeondrmfb frame buffer device
> [   29.875811] [drm] Initialized radeon 2.0.0 20080528 for :01:00.0 on 
> minor 0
> 
Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#585822: xserver-xorg-video-radeon: radeon/KMS wrong monitor resolution due to mistakenly detected TV-out (S-video) for RV350 [Mobility Radeon 9600 M10] chipset (with workaround)

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 585822 linux-2.6 2.6.32-15
Bug #585822 [xserver-xorg-video-radeon] xserver-xorg-video-radeon: radeon/KMS 
wrong monitor resolution due to mistakenly detected TV-out (S-video) for RV350 
[Mobility Radeon 9600 M10] chipset (with workaround)
Bug reassigned from package 'xserver-xorg-video-radeon' to 'linux-2.6'.
Bug No longer marked as found in versions xserver-xorg-video-ati/1:6.13.0-2.
Bug #585822 [linux-2.6] xserver-xorg-video-radeon: radeon/KMS wrong monitor 
resolution due to mistakenly detected TV-out (S-video) for RV350 [Mobility 
Radeon 9600 M10] chipset (with workaround)
There is no source info for the package 'linux-2.6' at version '2.6.32-15' with 
architecture ''
Unable to make a source version for version '2.6.32-15'
Bug Marked as found in versions 2.6.32-15.
> severity 585822 normal
Bug #585822 [linux-2.6] xserver-xorg-video-radeon: radeon/KMS wrong monitor 
resolution due to mistakenly detected TV-out (S-video) for RV350 [Mobility 
Radeon 9600 M10] chipset (with workaround)
Severity set to 'normal' from 'important'

> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
585822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127659248925967.transcr...@bugs.debian.org



Processed: reassign 585923 to xserver-xorg-video-vmware, forcibly merging 579910 585923

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 585923 xserver-xorg-video-vmware
Bug #585923 [xserver-xorg] xserver-xorg: X -configure fails with Segmentation 
Fault at Address (nil)
Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-video-vmware'.
Bug No longer marked as found in versions xorg/1:7.5+6.
> forcemerge 579910 585923
Bug#579910: "Xorg -configure" crashes (Segmentation fault) in vmware_drv.so
Bug#585923: xserver-xorg: X -configure fails with Segmentation Fault at Address 
(nil)
Bug#580043: "Xorg -configure" crashes (Segmentation fault) in vmware_drv.so
Bug#585462: xorg: 'Xorg -configure'  crashes with virtual-box commercial package
Forcibly Merged 579910 580043 585462 585923.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585462
580043: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580043
579910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579910
585923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.1276593253892.transcr...@bugs.debian.org



Bug#585933: xserver-xorg-video-nouveau: blender display broken

2010-06-15 Thread Sven Joachim
On 2010-06-15 01:32 +0200, jmtrivial wrote:

> Package: xserver-xorg-video-nouveau
> Version: 1:0.0.16+git20100518+4b8f1a0-1
> Severity: normal
> Tags: upstream
>
> Using nouveau driver from experimental under kde, a strange bug appears on 
> blender.
> Inside the blender window, the display is shift down (about 50 pixels), but 
> the interaction 
> with the mouse is not shift down (the clic corresponds to the normal 
> position).
> It appears both with compositing active or not. 

Does it happen with software rendering as well (use
"LIBGL_ALWAYS_SOFTWARE=1 blender" to try)?  And do you use the Debian
libgl1-mesa-dri-experimental package, or did you build Mesa yourself?

Sven



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3vsidjo@turtle.gmx.de



Bug#585955:

2010-06-15 Thread Casey Marks

edit the file
/etc/modprobe.d/radeon-kms.conf

change the content to:
options radeon modeset=0

reboot


--
Casey Marks, Ph.D.
Five Hut Consulting
www.fivehut.com
401-484-8385



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c178d3e.3090...@fivehut.com



Bug#585933: xserver-xorg-video-nouveau: blender display broken

2010-06-15 Thread Sven Joachim
reassign 585933 libgl1-mesa-dri-experimental
found 585933 7.8.1-2
thanks

On 2010-06-15 16:40 +0200, jmtrivial wrote:

> Le mardi 15 juin 2010 16:19:23, Sven Joachim a écrit :
>> Does it happen with software rendering as well (use
>> "LIBGL_ALWAYS_SOFTWARE=1 blender" to try)?
> No, it does not happen with software rendering (even if some actions are very 
> slow).
>> And do you use the Debian
>> libgl1-mesa-dri-experimental package, or did you build Mesa yourself?
>> 
> I'm using the debian package (version 7.8.1-2).

Thanks, reassigning to that package then.  Note that the 3D driver is
unsupported: http://nouveau.freedesktop.org/wiki/GalliumHowto.

Cheers,
   Sven




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/877hm0ibnp@turtle.gmx.de



Processed: Re: Bug#585933: xserver-xorg-video-nouveau: blender display broken

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 585933 libgl1-mesa-dri-experimental
Bug #585933 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: blender 
display broken
Bug reassigned from package 'xserver-xorg-video-nouveau' to 
'libgl1-mesa-dri-experimental'.
Bug No longer marked as found in versions 
xserver-xorg-video-nouveau/1:0.0.16+git20100518+4b8f1a0-1.
> found 585933 7.8.1-2
Bug #585933 [libgl1-mesa-dri-experimental] xserver-xorg-video-nouveau: blender 
display broken
Bug Marked as found in versions mesa/7.8.1-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127661402223426.transcr...@bugs.debian.org



Bug#585933: xserver-xorg-video-nouveau: blender display broken

2010-06-15 Thread jmtrivial
Le mardi 15 juin 2010 16:19:23, Sven Joachim a écrit :
> Does it happen with software rendering as well (use
> "LIBGL_ALWAYS_SOFTWARE=1 blender" to try)?
No, it does not happen with software rendering (even if some actions are very 
slow).
> And do you use the Debian
> libgl1-mesa-dri-experimental package, or did you build Mesa yourself?
> 
I'm using the debian package (version 7.8.1-2).

-- 
jm - http://jmtrivial.info



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201006151640.43703.jm.triv...@gmail.com



Bug#585943: xserver-xorg-video-radeon: No option for native resolution of ext. VGA monitor, but the DVI mode list is correct

2010-06-15 Thread Julien Cristau
reassign 585943 linux-2.6 2.6.32-15
tag 585943 upstream fixed-upstream patch
kthxbye

On Tue, Jun 15, 2010 at 10:54:06 -0400, Alex Deucher wrote:

> On Mon, Jun 14, 2010 at 10:25 PM, Brendon Higgins  wrote:
> > Package: xserver-xorg-video-radeon
> > Version: 1:6.13.0-2
> > Severity: normal
> >
> >
> > Since the new driver hit testing recently I've had issues with my external 
> > monitor, connected by a DVI->VGA connector to my MacBook Pro running 
> > testing. It seems the correct modes for the display are listed in the DVI-0 
> > options (as they were in the previous version of the driver), but the modes 
> > for VGA are suspicious: the standard VGA modes 640, 800, 1024, and a weird 
> > extemely non-square mode 1360x768. The standard resolution of the monitor 
> > is 1280x1024.
> >
> > My first thought was that X was getting itself confused between DVI and VGA 
> > modes that are the same monitor, but now I'm not sure if it's just X 
> > rejecting modes when it shouldn't.
> >
> > I'll likely downgrade back to the previous driver as this is a work machine.
> 
> 
> Your connector tables are wrong.  Make sure your kernel has this patch:
> http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=e1e8a5dd4faf356b5d31c620c5787eaa83ee831d
> 
Thanks Alex, reassigning to the kernel package so this can be
cherry-picked.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#585943: xserver-xorg-video-radeon: No option for native resolution of ext. VGA monitor, but the DVI mode list is correct

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 585943 linux-2.6 2.6.32-15
Bug #585943 [xserver-xorg-video-radeon] xserver-xorg-video-radeon: No option 
for native resolution of ext. VGA monitor, but the DVI mode list is correct
Bug reassigned from package 'xserver-xorg-video-radeon' to 'linux-2.6'.
Bug No longer marked as found in versions xserver-xorg-video-ati/1:6.13.0-2.
Bug #585943 [linux-2.6] xserver-xorg-video-radeon: No option for native 
resolution of ext. VGA monitor, but the DVI mode list is correct
There is no source info for the package 'linux-2.6' at version '2.6.32-15' with 
architecture ''
Unable to make a source version for version '2.6.32-15'
Bug Marked as found in versions 2.6.32-15.
> tag 585943 upstream fixed-upstream patch
Bug #585943 [linux-2.6] xserver-xorg-video-radeon: No option for native 
resolution of ext. VGA monitor, but the DVI mode list is correct
Added tag(s) upstream, fixed-upstream, and patch.
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
585943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585943
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12766155213257.transcr...@bugs.debian.org



Bug#585909: xserver-xorg-video-radeon: Garbage on screen during initial boot if KMS enabled

2010-06-15 Thread Walter Landry
Michel Dänzer  wrote:
> On Mon, 2010-06-14 at 13:08 -0700, Walter Landry wrote: 
>> Package: xserver-xorg-video-radeon
>> Version: 1:6.13.0-2
>> Severity: important
>> 
>> I upgraded this driver, and now when X starts during bootup I just get random
>> garbage all over the screen.  If I switch to a virtual terminal, it is fine. 
>>  I
>> can then restart gdm, and the screen comes up mostly fine.  The one problem 
>> is
>> that my monitor connected via displayport does not work.  It is detected, but
>> for some reason it does not get any commands.  It is just black, and goes to
>> sleep.
>> 
>> If I disable kernel mode setting in /etc/modprobe.d/radeon-kms.conf, then X
>> completely works again.
> 
> [...]
> 
>> Current Operating System: Linux dante 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 
>> 22:40:40 UTC 2010 x86_64
> 
> Try a 2.6.32-4-amd64 or newer kernel.

Using 2.6.32-5 fixes all of the problems.  I actually had it
installed, but grub was not showing it.

Thanks,
Walter Landry
wal...@geodynamics.org



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100615.112634.559207449944538097.wal...@geodynamics.org



Processed: Re: Bug#585067: keyboard-configuration: No alt+gr keys working after some time

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 585067 xserver-xorg
Bug #585067 [keyboard-configuration] keyboard-configuration: No alt+gr keys 
working after some time
Bug reassigned from package 'keyboard-configuration' to 'xserver-xorg'.
Bug No longer marked as found in versions console-setup/1.51.
> thank you
Stopping processing here.

Please contact me if you need assistance.
-- 
585067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127663273511834.transcr...@bugs.debian.org



Processed: tagging 585067

2010-06-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 585067 moreinfo
Bug #585067 [xserver-xorg] keyboard-configuration: No alt+gr keys working after 
some time
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127663761320910.transcr...@bugs.debian.org



Bug#585067: keyboard-configuration: No alt+gr keys working after some time

2010-06-15 Thread Julien Cristau
On Sat, Jun 12, 2010 at 21:53:30 +0200, yellow protoss wrote:

>  cat /etc/default/keyboard
> # If you change any of the following variables and HAL and X are
> # configured to use this file, then the changes will become visible to
> # X only if HAL is restarted.  In Debian you need to run
> # /etc/init.d/hal restart
> 
> # The following variables describe your keyboard and can have the same
> # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
> # in /etc/X11/xorg.conf.
> 
> XKBMODEL="pc105"
> XKBLAYOUT="de"
> XKBVARIANT="nodeadkeys"
> XKBOPTIONS="lv3:ralt_switch"
> 
What's the output of 'xkbcomp :0 -'?

Cheers,
Julien


signature.asc
Description: Digital signature


mesa: Changes to 'ubuntu'

2010-06-15 Thread Christopher Halse Rogers
 debian/changelog|   53 
 debian/control  |  218 
 debian/libegl1-mesa-dev.install |6 
 debian/libegl1-mesa-drivers-kms.install |2 
 debian/libegl1-mesa-drivers-x11.install |2 
 debian/libegl1-mesa.install |6 
 debian/libegl1-mesa.lintian-overrides   |1 
 debian/libgl1-mesa-dri-experimental.install |2 
 debian/libgl1-mesa-dri-i686.install |2 
 debian/libgl1-mesa-dri.install  |2 
 debian/libgl1-mesa-glx-i686.install |2 
 debian/libgl1-mesa-glx.install  |2 
 debian/libgles1-mesa-dev.install|4 
 debian/libgles1-mesa.install|2 
 debian/libgles1-mesa.lintian-overrides  |1 
 debian/libgles2-mesa-dev.install|4 
 debian/libgles2-mesa.install|2 
 debian/libgles2-mesa.lintian-overrides  |1 
 debian/libopenvg1-mesa-dev.install  |4 
 debian/libopenvg1-mesa.install  |2 
 debian/libopenvg1-mesa.lintian-overrides|1 
 debian/mesa-common-dev.install  |   16 
 debian/mesa-utils.install   |8 
 debian/patches/07-nouveau-update.diff   | 9063 
 debian/patches/series   |1 
 debian/rules|   47 
 26 files changed, 9334 insertions(+), 120 deletions(-)

New commits:
commit 0750678892d8a2005bed04d9563824b17bc5c0fa
Author: Christopher James Halse Rogers 
Date:   Tue Jun 15 09:36:28 2010 +1000

Fix old changelog entry accidentally munged in a merge

diff --git a/debian/changelog b/debian/changelog
index 52246d6..8083835 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -503,6 +503,8 @@ mesa (7.6.0-1ubuntu1) karmic; urgency=low
   (LP: #433488)
   * See http://www.mesa3d.org/relnotes-7.6.html for more details.
 
+ -- Bryce Harrington   Wed, 07 Oct 2009 14:51:41 -0700
+  
 mesa (7.6-1) unstable; urgency=low
 
   [ Brice Goglin ]

commit cfe94edf33b984afce04b6cbfdf93b4d5005b0cf
Author: Christopher James Halse Rogers 
Date:   Tue Jun 15 08:52:39 2010 +1000

Add changelog entry for merge

diff --git a/debian/changelog b/debian/changelog
index e1f568e..52246d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+mesa (7.8.1-3ubuntu1) maverick; urgency=low
+
+  * Merge from Debian experimental git.  Remaining Ubuntu changes:
+   - debian/control
+  + Drop lesstif-dev from Build-Depends.
+  + Comment out GLw libs since it depends on lesstif-dev.
+  + Drop i686 swx11 libgl package.
+  + Add libdrm-dev to mesa-common-dev Depends.
+- debian/rules
+  + Unexport LDFLAGS (amd64 FTBFS).
+  + Use --disable-glw for swx11 targets too.
+  + Don't enable motif for swx11 targets.
+  + Use lzma compression for binary debs to save CD space.
+- debian/patches
+  + 100_no_abi_tag.patch
+  + 101_ubuntu_hidden_glname.patch
+  + 103_savage-expose_fbmodes_with_nonzero_alpha.patch
+  + 107_glxgears_is_not_a_benchmark.patch
+- rules, libgl1-mesa-{glx,dev,swx11,swx11-dev}.install,
+  libgl1-mesa-{glx,swx11}.{postinst,prerm}, libgl1-mesa-dev.links:
+  Install libGL.so* in /usr/lib/mesa to allow things to work with
+  alternatives.
+
+ -- Christopher James Halse Rogers   Tue, 15 Jun 2010 
08:49:05 +1000
+
 mesa (7.8.1-3) UNRELEASED; urgency=low
 
   [ Robert Hooker ]

commit 6c6659114a8ebd0e8ca0990373f4a4004c222c49
Author: Christopher James Halse Rogers 
Date:   Mon Jun 14 23:19:13 2010 +1000

Be more careful about only acting on packages built for this arch.

Use the same make variables to enable bits of mesa and check whether 
they've been built

diff --git a/debian/changelog b/debian/changelog
index b817e87..443a82e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,12 @@ mesa (7.8.1-3) UNRELEASED; urgency=low
   * debian/patches/07-nouveau-update.diff:
 - Pull in nouveau_class.h header no longer shipped by libdrm 2.4.21 and 
   update nouveau build to use it.  Fixes FTBFS against libdrm 2.4.21.
+  * debian/rules:
+- Simplify selecting which gallium drivers are built.  Use this to only
+  act on gallium packages on archs where we're actually building them.
+  Part of the fix for FTBFS on Hurd and kFreeBSD.
 
- --
+ -- Christopher James Halse Rogers   Mon, 14 Jun 2010 
13:28:59 +1000
 
 mesa (7.8.1-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 8789a58..bdfb4fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,11 +56,7 @@ confflags-common = \
CFLAGS="$(CFLAGS)"
 
 DRI_DRIVERS = swrast
-GALLIUM_DRIVERS = --enable-gallium-swrast
-# Mesa 7.8 doesn't build a gallium swrast DRI driver
-# This is built in git, and will be built in 7.9
-HAVE_GALLIUM_DRI_DRIVERS = no
-HAVE_KMS = no
+GALLIUM_DRIVERS = swrast
 EGL_DISPLAYS = x11
 
 # hurd doesn't do direct rendering
@@ -71

mesa: Changes to 'debian-experimental'

2010-06-15 Thread Robert Hooker
 debian/changelog   |3 ++-
 debian/mesa-common-dev.install |   14 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

New commits:
commit 3a11acdc88d8371db233c28eb4c5759295091626
Author: Robert Hooker 
Date:   Tue Jun 15 18:27:23 2010 -0400

Fix up the mesa-common-dev header install location.

diff --git a/debian/changelog b/debian/changelog
index 443a82e..941916d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mesa (7.8.1-3) UNRELEASED; urgency=low
 DESTDIR, no longer passing --libdir=/usr/lib/glx at configure time
 messing with the .pc's since it is used for a majority of the 
 packages now.
+  * Fix up the mesa-common-dev header install location.
 
   [ Julien Cristau ]
   * Add ${misc:Depends} to all packages.
@@ -22,7 +23,7 @@ mesa (7.8.1-3) UNRELEASED; urgency=low
   act on gallium packages on archs where we're actually building them.
   Part of the fix for FTBFS on Hurd and kFreeBSD.
 
- -- Christopher James Halse Rogers   Mon, 14 Jun 2010 
13:28:59 +1000
+ -- Robert Hooker   Tue, 15 Jun 2010 18:26:48 -0400
 
 mesa (7.8.1-2) experimental; urgency=low
 
diff --git a/debian/mesa-common-dev.install b/debian/mesa-common-dev.install
index ad10d33..5ed12a5 100644
--- a/debian/mesa-common-dev.install
+++ b/debian/mesa-common-dev.install
@@ -1,8 +1,8 @@
-dri/usr/include/GL/gl.h usr/include
-dri/usr/include/GL/glext.h usr/include
-dri/usr/include/GL/gl_mangle.h usr/include
-dri/usr/include/GL/glx.h usr/include
-dri/usr/include/GL/glxext.h usr/include
-dri/usr/include/GL/glx_mangle.h usr/include
-dri/usr/include/GL/internal/dri_interface.h usr/include
+dri/usr/include/GL/gl.h usr/include/GL
+dri/usr/include/GL/glext.h usr/include/GL
+dri/usr/include/GL/gl_mangle.h usr/include/GL
+dri/usr/include/GL/glx.h usr/include/GL
+dri/usr/include/GL/glxext.h usr/include/GL
+dri/usr/include/GL/glx_mangle.h usr/include/Gl
+dri/usr/include/GL/internal/dri_interface.h usr/include/GL/internal
 dri/usr/lib/pkgconfig/dri.pc usr/lib/pkgconfig/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ooexw-0001pb...@alioth.debian.org



mesa: Changes to 'ubuntu'

2010-06-15 Thread Robert Hooker
 debian/changelog   |7 +++
 debian/mesa-common-dev.install |   14 +++---
 2 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 3d747c9cc69a152cccea793f74f2ad507ce59b95
Author: Robert Hooker 
Date:   Tue Jun 15 19:21:36 2010 -0400

Fix up the mesa-common-dev header install location.

diff --git a/debian/changelog b/debian/changelog
index 8083835..5b6bc42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (7.8.1-3ubuntu2) maverick; urgency=low
+
+  * Fix up the mesa-common-dev header installation location
+causing FTBS on packages needing GL headers (LP: #594863)
+
+ -- Robert Hooker   Tue, 15 Jun 2010 19:04:38 -0400
+
 mesa (7.8.1-3ubuntu1) maverick; urgency=low
 
   * Merge from Debian experimental git.  Remaining Ubuntu changes:
diff --git a/debian/mesa-common-dev.install b/debian/mesa-common-dev.install
index ad10d33..5ed12a5 100644
--- a/debian/mesa-common-dev.install
+++ b/debian/mesa-common-dev.install
@@ -1,8 +1,8 @@
-dri/usr/include/GL/gl.h usr/include
-dri/usr/include/GL/glext.h usr/include
-dri/usr/include/GL/gl_mangle.h usr/include
-dri/usr/include/GL/glx.h usr/include
-dri/usr/include/GL/glxext.h usr/include
-dri/usr/include/GL/glx_mangle.h usr/include
-dri/usr/include/GL/internal/dri_interface.h usr/include
+dri/usr/include/GL/gl.h usr/include/GL
+dri/usr/include/GL/glext.h usr/include/GL
+dri/usr/include/GL/gl_mangle.h usr/include/GL
+dri/usr/include/GL/glx.h usr/include/GL
+dri/usr/include/GL/glxext.h usr/include/GL
+dri/usr/include/GL/glx_mangle.h usr/include/Gl
+dri/usr/include/GL/internal/dri_interface.h usr/include/GL/internal
 dri/usr/lib/pkgconfig/dri.pc usr/lib/pkgconfig/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oofbc-0002nn...@alioth.debian.org



mesa: Changes to 'ubuntu'

2010-06-15 Thread Robert Hooker
 debian/mesa-common-dev.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66f87cf0c422a12e88f694d9ff42b8060fae7261
Author: Robert Hooker 
Date:   Tue Jun 15 19:38:46 2010 -0400

Yet another cleanup of the headers.

diff --git a/debian/mesa-common-dev.install b/debian/mesa-common-dev.install
index 5ed12a5..f82a80f 100644
--- a/debian/mesa-common-dev.install
+++ b/debian/mesa-common-dev.install
@@ -3,6 +3,6 @@ dri/usr/include/GL/glext.h usr/include/GL
 dri/usr/include/GL/gl_mangle.h usr/include/GL
 dri/usr/include/GL/glx.h usr/include/GL
 dri/usr/include/GL/glxext.h usr/include/GL
-dri/usr/include/GL/glx_mangle.h usr/include/Gl
+dri/usr/include/GL/glx_mangle.h usr/include/GL
 dri/usr/include/GL/internal/dri_interface.h usr/include/GL/internal
 dri/usr/lib/pkgconfig/dri.pc usr/lib/pkgconfig/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oofib-0003sk...@alioth.debian.org



xorg-server: Changes to 'ubuntu-lucid'

2010-06-15 Thread Christopher Halse Rogers
 debian/changelog|   14 
 debian/patches/201_xinerama_negative_screen_index_fix.patch |   35 
 debian/patches/series   |1 
 3 files changed, 50 insertions(+)

New commits:
commit da65367dda05a0f1ba7549ec6cac220714b1bb8a
Author: Christopher James Halse Rogers 
Date:   Wed Jun 16 15:38:54 2010 +1000

Add patch from upstream to fix erratic mouse behaviour on screens with 
negative Xinerama index (LP: #563100)

diff --git a/debian/changelog b/debian/changelog
index 02147e4..9f3bdd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+xorg-server (2:1.7.6-2ubuntu7.2) UNRELEASED; urgency=low
+
+  [ Mackenzie Morgan ]
+  * Added debian/patches/uint_to_int.patch:
+- Changes back to uints for positioning so that mouse movements can 
+  go to negative positions relative to root window (LP: #563100)
+
+  [ Christopher James Halse Rogers ]
+  * Rename debian/patches/uint_to_int.patch to 
+201_xinerama_negative_screen_index_fix.patch to better describe it and
+match our patch guidelines
+
+ -- Christopher James Halse Rogers   Wed, 16 Jun 2010 
15:30:08 +1000
+
 xorg-server (2:1.7.6-2ubuntu7.1) lucid-proposed; urgency=low
 
   [Bryce Harrington]
diff --git a/debian/patches/201_xinerama_negative_screen_index_fix.patch 
b/debian/patches/201_xinerama_negative_screen_index_fix.patch
new file mode 100644
index 000..b4b7e35
--- /dev/null
+++ b/debian/patches/201_xinerama_negative_screen_index_fix.patch
@@ -0,0 +1,35 @@
+From 63976636a43b7ff69e07a213331060280276f5ab Mon Sep 17 00:00:00 2001
+From: Chris Humbert 
+Date: Mon, 3 May 2010 00:59:21 -0500
+Subject: [PATCH] dix: make DeviceEvent coordinates signed for Xinerama. #24986
+
+With Xinerama enabled, event coordinates are relative to Screen 0, so
+they can be negative.  The new DeviceEvent's coordinates are of type
+uint16_t, making screens above and to the left of Screen 0 unusable.
+
+X.Org Bug 24986 
+
+Signed-off-by: Chris Humbert 
+---
+ include/eventstr.h |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/include/eventstr.h b/include/eventstr.h
+index 79685c1..433227e 100644
+--- a/include/eventstr.h
 b/include/eventstr.h
+@@ -91,9 +91,9 @@ struct _DeviceEvent
+ uint32_t button;  /**< Button number */
+ uint32_t key; /**< Key code */
+ } detail;
+-uint16_t root_x;  /**< Pos relative to root window in integral data */
++int16_t root_x;   /**< Pos relative to root window in integral data */
+ float root_x_frac;/**< Pos relative to root window in frac part */
+-uint16_t root_y;  /**< Pos relative to root window in integral part */
++int16_t root_y;   /**< Pos relative to root window in integral part */
+ float root_y_frac;/**< Pos relative to root window in frac part */
+ uint8_tbuttons[(MAX_BUTTONS + 7)/8]; /**< Button mask */
+ struct {
+-- 
+1.6.4.4
+
diff --git a/debian/patches/series b/debian/patches/series
index f63f7d9..71ecb3d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -51,3 +51,4 @@
 198_nohwaccess.patch
 199_xfvb-help-typo.patch
 200_randr-null.patch
+201_xinerama_negative_screen_index_fix.patch


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oollo-0003h4...@alioth.debian.org



Bug#586062: mesa-dri-experimental: Missing /usr/lib/dri/nouveau_vieux_dri.so

2010-06-15 Thread Achim Schaefer
Package: libgl1-mesa-dri-experimental
Version: 7.8.1-2
Severity: normal
File: mesa-dri-experimental

Hi,

it seems the package only provides a nouveau_dri.so, but in my caseI get:
(EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_vieux_dri.so failed 
(/usr/lib/dri/nouveau_vieux_dri.so: cannot open shared object file: No such 
file or directory)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Screen 0 is not DRI capable

Thanks

Achim

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.34-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgl1-mesa-dri-experimental depends on:
ii  libc6 2.11.2-1   Embedded GNU C Library: Shared lib
ii  libdrm-nouveau1   2.4.21-1   Userspace interface to nouveau-spe
ii  libdrm2   2.4.21-1   Userspace interface to kernel DRM 
ii  libexpat1 2.0.1-7XML parsing C library - runtime li

libgl1-mesa-dri-experimental recommends no packages.

libgl1-mesa-dri-experimental suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100616053836.3576.41413.report...@tmp.zuhause.xx