Bug#531966: fails to load nouveau kernel module

2009-06-05 Thread Fathi Boudra
Package: drm-modules-source
Version: 2.4.11+git+20090519+f355ad8-1
Severity: important

Hi,

after a successful drm-modules build using module-assistant  against
linux kernel 2.6.29-2-amd64, it fails to load.

dmesg returns:
nouveau: Unknown symbol drm*
nouveau: disagrees about version of symbol drm*

Xorg.log:
drmOpen failed.

cheers,

Fathi



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531966: fails to load nouveau kernel module

2009-06-05 Thread Julien Cristau
sigh.

full dmesg and X log, for crying out loud.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531967: Fails to accept GeForce 7050 / nForce 630i chip

2009-06-05 Thread Mark Carroll
Package: xserver-xorg-video-nv
Version: 1:2.1.13-1
Severity: wishlist

I have found a video card that seems like it ought to be recognized by this
driver, so I thought I should mention it. (However, I shall not have access
to the relevant machine now for quite some time, so this is largely just a
FYI.) Choice extracts from Xorg.0.log are thus:

X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-vserver-amd64 x86_64 Debian
Current Operating System: Linux dancer 2.6.26-2-amd64 #1 SMP Thu May 28 
21:28:49 UTC 2009 x86_64
Build Date: 14 May 2009  04:42:17PM
xorg-server 2:1.6.1.901-2 (bui...@excelsior.roeckx.be) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.


(--) PCI: (0...@0:3:3) nVidia Corporation MCP73 Co-processor rev 162, Mem @ 
0xfeb8/524288
(--) PCI:*(0...@0:16:0) nVidia Corporation GeForce 7050 / nForce 630i rev 162, 
Mem @ 0xfd00/16777216, 0xd000/268435456, 0xfc00/16777216, BIOS @ 
0x/131072

(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 2.1.13
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0

(II) Primary Device is: PCI 0...@00:10:0
(WW) NV: Ignoring unsupported device 0x10de07e2 (GeForce 7050 / nForce 630i) at 
0...@00:10:0
(EE) No devices detected.

Fatal server error:
no screens found



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#481529: Same symptoms as bug #466324

2009-06-05 Thread Dimitri Chausson
Hi,

with my current configuration, I still have the same problem: DRI enabling is 
causing the screen to be scrambled. The mouse pointer still looks normal 
though, curious. So the symptoms are similar the bug mentioned above, even is 
this one has nothing to do with putting more RAM.
The annoying thing about this bug is that there is no crash, X is just unusable 
:(

Dimitri



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#529830: git bisecting

2009-06-05 Thread Michel Dänzer
On Wed, 2009-06-03 at 20:34 +0200, Adrian Knoth wrote:
> 
> a...@chopin:~/xdriver/xserver-xorg-video-ati$ git bisect bad
> 421085949e195596000e37ea6693489db7c075b5 is first bad commit
> commit 421085949e195596000e37ea6693489db7c075b5
> Author: Alex Deucher 
> Date:   Wed Apr 29 12:38:15 2009 -0400
> 
> radeon: fix several dpms issues
> 
> - atom dpms was unblanking for standby/suspend
> - return if r600+ in radeon_crtc_modeset_ioctl()
> - remove seprate standby/suspend handling in legacy
>   crtc dpms.  we turn the outputs off, so turn the
>   crtcs off too.
> - disable the crtcs in legacy crtc dpms
> - move radeon_crtc_modeset_ioctl() calls to radeon_crtc_dpms()
>   so they will get called for both atom and legacy paths
> 
> Should fix bug 21321

When the problem happens, can you still ping the machine over the
network? Can you log in remotely, attach gdb to the X server process and
get a backtrace?


-- 
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



Bug#529830: git bisecting

2009-06-05 Thread Adrian Knoth
On Fri, Jun 05, 2009 at 12:53:48PM +0200, Michel Dänzer wrote:

> > a...@chopin:~/xdriver/xserver-xorg-video-ati$ git bisect bad
> > 421085949e195596000e37ea6693489db7c075b5 is first bad commit
> > commit 421085949e195596000e37ea6693489db7c075b5
> > Author: Alex Deucher 
> > Date:   Wed Apr 29 12:38:15 2009 -0400
> > 
> > radeon: fix several dpms issues
> > 
> > - atom dpms was unblanking for standby/suspend
> > - return if r600+ in radeon_crtc_modeset_ioctl()
> > - remove seprate standby/suspend handling in legacy
> >   crtc dpms.  we turn the outputs off, so turn the
> >   crtcs off too.
> > - disable the crtcs in legacy crtc dpms
> > - move radeon_crtc_modeset_ioctl() calls to radeon_crtc_dpms()
> >   so they will get called for both atom and legacy paths
> > 
> > Should fix bug 21321
> 
> When the problem happens, can you still ping the machine over the
> network?

Unfortunately not, so I cannot attach a debugger.


But it looks like that suspend/resume works if you switch from X to vt
before suspending. At least I was able to resume multiple times in a row
(let's say 8/8 good)

HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531966: fails to load nouveau kernel module

2009-06-05 Thread Chris Lamb
Julien Cristau wrote:

> sigh.
> 
> full dmesg and X log, for crying out loud.

And dpkg -l output for nouveau and drm packages; would guess you have
some mismatched version.

(Hey, why not use reportbug that does all of this for you?)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#531966: fails to load nouveau kernel module

2009-06-05 Thread Fathi Boudra
> And dpkg -l output for nouveau and drm packages;

ii  libdrm-nouveau1  2.4.11+git+20090519+f355ad8-1
 Userspace interface to Nouveau-specific kern
ii  drm-modules-2.6.29-2-amd64
2.4.11+git+20090519+f355ad8-1+2.6.29-5 DRM rendering modules for Linux
(kernel 2.6.
ii  drm-modules-source   2.4.11+git+20090519+f355ad8-1
 Source for the DRM kernel rendering modules
ii  libdrm-dev   2.4.11+git+20090519+f355ad8-1
 Userspace interface to kernel rendering serv
ii  libdrm-intel12.4.11+git+20090519+f355ad8-1
 Userspace interface to Intel-specific kernel
ii  libdrm-nouveau1  2.4.11+git+20090519+f355ad8-1
 Userspace interface to Nouveau-specific kern
ii  libdrm2  2.4.11+git+20090519+f355ad8-1
 Userspace interface to kernel rendering serv
ii  xserver-xorg-video-nouveau
1:0.0.10~git+20090519+9656762-1X.Org X server -- Nouveau
display driver (ex


> would guess you have some mismatched version.

I don't think so.

> (Hey, why not use reportbug that does all of this for you?)

no internet access on current machine and short in time ...
I forget I could have generated a reportbug output and send it from
another machine...



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531966: fails to load nouveau kernel module

2009-06-05 Thread Fathi Boudra
For the record: mismatched nouveau and drm modules

there's a drm module coming with your kernel too.
on my system, I have:
/lib/modules/2.6.29-2-amd64/char/drm/drm.ko
/lib/modules/2.6.29-2-amd64/kernel/drivers/gpu/drm/drm.ko

switching to the other module, workaround the issue.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531597: allowSendEvents() interferes with title operations

2009-06-05 Thread Friedrich Delgado Friedrichs

I found some new information. I went through my .Xdefaults settings
for xterm to see if any of those were relevant.

For some reason, I had left AllowSendEvents: true in my .Xdefaults (I
was experimenting with drag + drop from emacs and firefox into xterm,
which never really worked, and I was using some hackish window manager
functions that pasted text into my terminal, but I don't use those any
more either.)

I know this is a security risk, so I disabled it and as a side effect,
got settable XTerm titles back!

When I enable sending events via the ctrl + leftclick menu, the
ability to set titles disappears, and re-appears, when I switch it
off.

So as far as I can see, the manual doesn't mention that
allowSendEvents and allowTitleOps are in some way related, so this
behaviour is at least undocumented, iff there's a good reason why
those two should not be enabled together. This would mean it's an
omission in the documentation.

If there isn't such a good reason, I'd say it's a minor functionality
bug.

HTH
Friedel
-- 
Friedrich Delgado Friedrichs 
 TauPan on Ircnet and Freenode ;)



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531999: xserver-xorg-input-synaptics: README.Debian suggests that its content is five years old

2009-06-05 Thread Marc Haber
Package: xserver-xorg-input-synaptics
Severity: minor

Hi,

README.Debian has a signature line at its end dating back to 2004.
This suggests that its contents is outdated.

Greetings
Marc



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#497523: HAL way

2009-06-05 Thread Marc Haber
On Fri, Apr 17, 2009 at 01:27:40AM +0300, Modestas Vainius wrote:
> rather than editing xorg.conf, one could add 
> /etc/hal/fdi/policy/11-x11-synaptics.fdi like:
> 
> 
> 
>   
> 
> 1
> 2
> 3
> 
>   
> 
> 
> and restart hal/X.

That doesn't work on my system. The xorg.conf approach worked though.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#524996: Fixed

2009-06-05 Thread Martin Jambor
This problem is now fixed on my machine (when I removed the workaround
specified above).  I now have version  2.4.9-2 of the package but I am
not  100%  sure whether  it  was  fixed by  the  new  version of  this
particular package or something else.

Thus, you can close the bug.

Thanks,

Martin



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#532019: xserver-xorg: Keyboard rapid fire when disabling allowemptyinput

2009-06-05 Thread Julien Cristau
On Fri, Jun  5, 2009 at 21:32:26 +0200, Julien Cristau wrote:

> On Fri, Jun  5, 2009 at 20:42:45 +0200, Torquil Macdonald Sørensen wrote:
> 
> > If allowemptyinput is not disabled, the mouse doesn't work, and
> > Xorg.0.log says something along the lines of "disabling all devices
> > using the drivers ..., mouse, "
> > 
> The message in the log is normal, but the mouse should work anyway.
> Please file a separate bug about that.
> 
Oops, sorry, I didn't notice you have a serial mouse.  These can't be
autodetected, so handling it from xorg.conf is probably the best way for
now.  If setting AutoAddDevices to false doesn't fix things for you then
feel free to reopen this.

Cheers,
Julien



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: [SRM] xorg and xorg-server update for lenny

2009-06-05 Thread Philipp Kern
On Wed, Jun 03, 2009 at 09:49:19PM +0200, Julien Cristau wrote:
> the workaround put in xorg-server for 5.0.1 didn't fix the problem on
> sparc with pci drivers, and actually made things worse for some people,
> so I'd like to revert it in 5.0.2, and try to fix it some other way
> instead.
> 
> The xorg-server update would:
> - remove the patch added in r1
> - cherry-pick a patch to fix the idletime xsync timer (see
>   http://packages.qa.debian.org/g/gnome-session/news/20090521T093223Z.html
>   and
>   
> http://cgit.freedesktop.org/xorg/xserver/commit?id=1f4fb0225b278d1cf4145aebeb0bdd23dc8f62d5)
> I'm not attaching the patch here, it's in git, branch debian-lenny, for
> those who care.

ACK.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Bug#513981: xkb-data: missing key for Sun Type 6 euro usb

2009-06-05 Thread Stefan Seide
There was an old bug open to fix the SUN Type6 layout - #3952

I've added it there.
https://bugs.freedesktop.org/show_bug.cgi?id=3952

The new version 1.6-1 makes it worse - now the backspace key does not work 
too.

I tried to revert to my old version 1.5-1 but cannot find the deb file anymore 
on the debian server. 1.5-2 does not work for me with my updates. Where can I 
download the 1.5-1 deb package to get back an usable system?

Regards,
Stefan





-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531868: xserver-xorg-video-radeon: Secondary display not recognized as connected with All in Wonder 9600

2009-06-05 Thread Ian Lewis
I tried forcing the output on and it did indeed work.

I needed to add the mode manuall using xrandr --newmode with my mode line.
I then added the mode using xrandr --addmode VGA-0 1280x1024

The monitor could then be enabled by running
xrandr --output VGA-0 --mode 1280x1024

However I have to do this every time I start X11 as the monitor is not
really detected as being connected which is a bit annoying.

Ian

On Fri, Jun 5, 2009 at 2:30 PM, Alex Deucher  wrote:

> On Fri, Jun 5, 2009 at 1:13 AM, Brice Goglin 
> wrote:
> > Alex Deucher wrote:
> >> On Thu, Jun 4, 2009 at 8:10 PM, Ian Lewis  wrote:
> >>
> >>> AFAICT switching the monitors does not help. If you switch them then
> the
> >>> output is simply switched. VGA-0 is always blank.
> >>>
> >>>
> >>
> >> For some reason DDC doesn't seem to be working on that port.  You
> >> might try xf86-video-ati from git or the 6.12-branch depending on what
> >> version you are currently using.
> >
> > He's running 6.12.2-2 which contains 6.12-branch up to
> > 248b435ae63d7122971a8021f8aa8e0963d8a850
> > I could reupload a more recent snaphost of the branch in the next days
> > if needed.
>
> That should have the relevant fixes.  Did it used to work previously?
> If so, when?
>
> Alex
>



-- 
===
株式会社ビープラウド  イアン・ルイス
〒150-0012
東京都渋谷区広尾1-11-2アイオス広尾ビル604
email: ianmle...@beproud.jp
TEL:03-5795-2707
FAX:03-5795-2708
http://www.beproud.jp/
===