Bug#547075: xserver-xorg-video-radeon: GL windows only work on 70% of screen area
On Wed, 2009-09-16 at 20:11 -0400, Eric Cooper wrote: > > I have a dual-head setup as seen in xorg.conf below. When using an > OpenGL application like glxgears, or now gnome-games' sol-clutter, the > app works fine anywhere on the VGA monitor, but only on the first 740 > or so pixels at the left of the DVI monitor. Anywhere to the right of > that results in garbage being displayed in that portion of the > screen. I'm attaching a screenshot showing what happens when I move > the window across this border. This is a limitation between DRI1 (uses a single shared back buffer) and the hardware (3D rendering limited to 2560x2560). It'll be fixed with DRI2 (which will be available with KMS) because there each GLX window has its own back buffer, so the hardware limit only applies to each window separately. -- 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#547143: xserver-xorg: xorg/evdev/HAL versus serial mouse
Package: xserver-xorg Version: 1:7.4+4 Severity: wishlist I'm calling this wishlist because I've eventually managed to get X working again; it's essentially a documentation issue. As NEWS.Debian says, "devices configured in xorg.conf to use the mouse or kbd driver are ignored by the X server by default." I'm meant to switch over to HAL and evdev. That's all very well for you kids with your shiny twentyfirst-century laptops, but unfortunately, this old machine has no PS/2 ports. It uses an AT-port keyboard (which evdev is happy to recognise as an input device) and a serial mouse (which is apparently ignored). I don't see any mention of this issue in the docs, so I thought I'd better report it and the workaround I'm using. The xorg.conf below gets X to work as normal again with a minimum of complaining - though it also requires HAL to be disabled via an "exit 0" at the top of the init.d script. In principle there's probably some alternative involving writing appropriate custom .fdi files, but if I could work out how to do that sort of thing I'd be busy using my mutant psychic powers to fight superpowered criminals like the rest of you X-developers! HAL has no discernible reason for being present on this box, so I'm just nobbling it. Note that just disabling HAL and AutoAddDevices wasn't enough - I've had to put lots more lines back in my xorg.conf that I'd previously been leaving to the defaults. Many thanks for providing /usr/share/doc/xserver-xorg/examples/xorg.conf! If it has been decided that xorg no longer supports serial mice, that's fine; just make sure the announcement gets into the Squeeze release notes. Otherwise, please document somewhere the approved method for keeping them working - the obvious place would be a NEWS.Debian file for xserver-xorg-input-mouse. -- Package-specific info: /var/lib/x11/X.roster does not exist. /var/lib/x11/X.md5sum does not exist. X server symlink status: lrwxrwxrwx 1 root root 13 2009-08-10 17:18 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1689976 2009-08-06 17:55 /usr/bin/Xorg /var/lib/x11/xorg.conf.roster does not exist. VGA-compatible devices on PCI bus: 01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 05) /var/lib/x11/xorg.conf.md5sum does not exist. Xorg X server configuration file status: -rw-r--r-- 1 root root 1072 2009-09-16 14:55 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: # comments like -*- sh -*- # cf: /usr/share/doc/xserver-xorg/examples/xorg.conf Section "ServerFlags" Option "AutoAddDevices""False" Option "AutoEnableDevices" "False" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/ttyS0" Option "Protocol" "MouseMan" EndSection Section "Device" Identifier "Video Card" Option "UseFBDev" "False" EndSection Section "Monitor" Identifier "Monitor" HorizSync 30-82 VertRefresh 30-100 EndSection Section "Screen" Identifier "Screen" Device "Video Card" Monitor "Monitor" SubSection "Display" Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Layout" Screen "Screen" InputDevice "Keyboard" InputDevice "Mouse" EndSection # Xorg X server log files on system: -rw-r- 1 root adm 30175 2009-09-16 14:54 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30.4-dsa-ia32 i686 Debian Current Operating System: Linux xan 2.6.30.custom #1 Sun Aug 16 16:07:03 BST 2009 i586 Build Date: 06 August 2009 04:49:57PM xorg-server 2:1.6.3-1+b1 (bui...@murphy.debian.org) Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 16 14:47:02 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout" (**) |-->Screen "Screen" (0) (**) | |-->Monitor "Monitor" (**) | |-->Device "Video Card" (**) |-->Input Device "Keyboard" (**) |-->Input Device "Mouse" (**) Option "AutoAddDevices" "False" (**) Option "AutoEnableDevices" "False" (**) Not automatically adding devices (**) Not automatically enabling devices (
Bug#547143: xserver-xorg: xorg/evdev/HAL versus serial mouse
On Thu, Sep 17, 2009 at 09:48:53 +0100, Justin B Rye wrote: > I don't see any mention of this issue in the docs, so I thought I'd > better report it and the workaround I'm using. The xorg.conf below > gets X to work as normal again with a minimum of complaining - > though it also requires HAL to be disabled via an "exit 0" at the > top of the init.d script. In principle there's probably some > alternative involving writing appropriate custom .fdi files, but if > I could work out how to do that sort of thing I'd be busy using my > mutant psychic powers to fight superpowered criminals like the rest > of you X-developers! HAL has no discernible reason for being > present on this box, so I'm just nobbling it. > Actually I don't think there's a good way to handle serial mice right now. hal doesn't seem to know about them. Maybe xorg.conf needs a "don't ignore this device even if hotplug is enabled" sort of flag. > Note that just disabling HAL and AutoAddDevices wasn't enough - I've > had to put lots more lines back in my xorg.conf that I'd previously > been leaving to the defaults. Many thanks for providing > /usr/share/doc/xserver-xorg/examples/xorg.conf! > That's weird. I'd have expected that disabling AutoAddDevices would make things work with the old xorg.conf InputDevice section (once that is done, keeping hal running or stopping it shouldn't make a difference). > If it has been decided that xorg no longer supports serial mice, > that's fine; just make sure the announcement gets into the Squeeze > release notes. Otherwise, please document somewhere the approved > method for keeping them working - the obvious place would be a > NEWS.Debian file for xserver-xorg-input-mouse. Agreed that this needs to be documented. I'd like to figure out the best way to make this work first, though. Cheers, Julien -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#534550: Problem fixed
Hi The problem was fixed after upgrade. Package: xserver-xorg-video-intel Version: 2:2.8.1-1 --- System information. --- Architecture: i386 Kernel: Linux 2.6.30-1-686 Debian Release: squeeze/sid 85 unstableftp.ch.debian.org 80 experimentalftp.ch.debian.org 500 testing ftp.ch.debian.org --- Package information. --- Depends(Version) | Installed -+-=== libc6 (>= 2.3.6-6~) | 2.9-25 libdrm-intel1(>= 2.4.11) | 2.4.13-1 libdrm2 (>= 2.4.3) | 2.4.13-1 libpciaccess0 (>= 0.8.0+git20071002) | 0.10.6-2 libxext6 | 2:1.0.4-1 libxfixes3 (>= 1:4.0.1) | 1:4.0.3-2 libxv1 | 2:1.0.4-1 libxvmc1 | 1:1.0.4-2 xserver-xorg-core (>= 2:1.6.2) | 2:1.6.3-1+b1 Package's Recommends field is empty. Package's Suggests field is empty. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#534550: Problem fixed
On Thu, Sep 17, 2009 at 11:00:29 +0200, Baggett Jonas wrote: > Hi > > The problem was fixed after upgrade. > > Package: xserver-xorg-video-intel > Version: 2:2.8.1-1 > Glad to hear that, thanks for following up! Cheers, Julien -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#524413: fails with xorg 7.4
Package: xauth Version: 1:1.0.3-2 Severity: normal I also got hit by this issue, after the big X upgrade in testing. After a day or so I managed to track it down. The problem is a bogus /etc/X11/xinit/xserverrc, in conjuction with a behaviour change in the new X server. When xinit is invoked with a "server" argument (which defaults to /etc/X11/xinit/xserverrc when using startx), it will pass the other server arguments (display and options) to this "server" program. In our case, "server" is the xserverrc script. It launches the actual X server, and it should pass on the arguments -- but the default Debian xserverrc never did that! The result is that the "-auth" option created by startx isn't actually passed to the X server. No wonder authentication doesn't work! However, startx also exports the $XAUTHORITY variable, and the server used to honour this. So while it never used the dedicated .serverauth that was meant to be passed with -auth, it used the client authority file (~/.Xauthority) named in $XAUTHORITY instead -- which happens to work too... The new server however doesn't honour $XAUTHORITY anymore, and thus the bug is no longer covered up. The xserverrc needs to be fixed. This can easily be confirmed by trying a simple workaround: echo 'exec X $*' >~/.xserverrc and everything works fine... Note that this is not really an xauth bug. (The xauth program only manages the files, but isn't involved in the actual authentication.) It should be assigned to xinit I believe, which owns the bogus default /etc/X11/xinit/xserverrc. I don't want to muck around with the BTS though, so I'll leave the reassigning to more qualified people :-) -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.23 Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages xauth depends on: ii libc6 2.9-25 GNU C Library: Shared libraries ii libx11-6 2:1.2.2-1 X11 client-side library ii libxau6 1:1.0.4-2 X11 authorisation library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxmuu1 2:1.0.4-2 X11 miscellaneous micro-utility li ii x11-common1:7.4+4X Window System (X.Org) infrastruc xauth recommends no packages. xauth suggests no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#547131: xserver-xorg-input-mouse: The ButtonMapping option does not work any more.
On Thu, 2009-09-17 at 13:29 +0200, Christophe Lohr wrote: > Julien Cristau a écrit : > > You can change the button mapping at > > runtime using the `xinput' tool, or statically in hal by setting the > > `input.x11_options.ButtonMapping' property for your device > > Thank you for your quick answer. > Do you know document or tutorial explaining how to do that? Peter Hutterer's blog (http://who-t.blogspot.com/2009/06/button-mapping-in-x.html) has a pretty good explanation of how button mapping works. Hope this helps. Cheers, Julien -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#547194: xserver-xorg-input-kbd: Setting AllowEmptyInput to false make keys be repeated 3 times
Package: xserver-xorg-input-kbd Version: 1:1.3.2-4 Severity: normal Hi, In my ServerLayout section I set up: Option "AllowEmptyInput" "false" so that xorg continue to use input device configured in my xorg.conf (I'm not confortable with hal system) Now, if I press the "a" key I get "aaa" (3 "a") Then, if I press Shift-a I get "AAA" Then, if I press "a", I get "aAa" Please, I just want "a" ;-) Regards. Christophe -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (200, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xserver-xorg-input-kbd depends on: ii libc6 2.9-25 GNU C Library: Shared libraries ii xserver-xorg-core 2:1.6.3-1+b1 Xorg X server - core server xserver-xorg-input-kbd recommends no packages. xserver-xorg-input-kbd 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
x11proto-bigreqs 1:1.1.0-1 MIGRATED to testing
FYI: The status of the x11proto-bigreqs source package in Debian's testing distribution has changed. Previous version: 1:1.0.2-5 Current version: 1:1.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
x11proto-fonts 2.1.0-1 MIGRATED to testing
FYI: The status of the x11proto-fonts source package in Debian's testing distribution has changed. Previous version: 2.0.2-6 Current version: 2.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: [bts-link] source package xkeyboard-config
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package xkeyboard-config > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debian.org (was bts-link-de...@lists.alioth.debian.org). > # remote status report for #532642 (http://bugs.debian.org/532642) > # * https://bugs.freedesktop.org/show_bug.cgi?id=22214 > # * remote resolution changed: NOTOURBUG -> FIXED > usertags 532642 - resolution-NOTOURBUG Bug#532642: error in German translation Usertags were: status-RESOLVED resolution-NOTOURBUG. Usertags are now: status-RESOLVED. > usertags 532642 + resolution-FIXED Bug#532642: error in German translation Usertags were: status-RESOLVED. Usertags are now: status-RESOLVED resolution-FIXED. > # remote status report for #546288 (http://bugs.debian.org/546288) > # * https://bugs.freedesktop.org/show_bug.cgi?id=23876 > # * remote status changed: (?) -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 546288 + fixed-upstream Bug #546288 [xkb-data] xkb-data: spanish keymap: 3 ascii tildes and no dead_tilde: unable to write in portuguese Added tag(s) fixed-upstream. > usertags 546288 + status-RESOLVED resolution-FIXED Bug#546288: xkb-data: spanish keymap: 3 ascii tildes and no dead_tilde: unable to write in portuguese There were no usertags set. Usertags are now: status-RESOLVED resolution-FIXED. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#547194: marked as done (xserver-xorg-input-kbd: Setting AllowEmptyInput to false make keys be repeated 3 times)
Your message dated Thu, 17 Sep 2009 18:57:32 +0200 with message-id <20090917165732.gt14...@radis.liafa.jussieu.fr> and subject line Re: Bug#547194: xserver-xorg-input-kbd: Setting AllowEmptyInput to false make keys be repeated 3 times has caused the Debian Bug report #547194, regarding xserver-xorg-input-kbd: Setting AllowEmptyInput to false make keys be repeated 3 times to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 547194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547194 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg-input-kbd Version: 1:1.3.2-4 Severity: normal Hi, In my ServerLayout section I set up: Option "AllowEmptyInput" "false" so that xorg continue to use input device configured in my xorg.conf (I'm not confortable with hal system) Now, if I press the "a" key I get "aaa" (3 "a") Then, if I press Shift-a I get "AAA" Then, if I press "a", I get "aAa" Please, I just want "a" ;-) Regards. Christophe -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (200, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xserver-xorg-input-kbd depends on: ii libc6 2.9-25 GNU C Library: Shared libraries ii xserver-xorg-core 2:1.6.3-1+b1 Xorg X server - core server xserver-xorg-input-kbd recommends no packages. xserver-xorg-input-kbd suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- On Thu, Sep 17, 2009 at 18:14:02 +0200, Christophe Lohr wrote: > Package: xserver-xorg-input-kbd > Version: 1:1.3.2-4 > Severity: normal > > Hi, > In my ServerLayout section I set up: > Option "AllowEmptyInput" "false" > so that xorg continue to use input device configured in my xorg.conf Don't do that. To disable input hotplug, use the AutoAddDevices option, not AllowEmptyInput (of course you shouldn't do that either, but at least that should work). Cheers, Julien --- End Message ---
[bts-link] source package xkeyboard-config
# # bts-link upstream status pull for source package xkeyboard-config # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #532642 (http://bugs.debian.org/532642) # * https://bugs.freedesktop.org/show_bug.cgi?id=22214 # * remote resolution changed: NOTOURBUG -> FIXED usertags 532642 - resolution-NOTOURBUG usertags 532642 + resolution-FIXED # remote status report for #546288 (http://bugs.debian.org/546288) # * https://bugs.freedesktop.org/show_bug.cgi?id=23876 # * remote status changed: (?) -> RESOLVED # * remote resolution changed: (?) -> FIXED # * closed upstream tags 546288 + fixed-upstream usertags 546288 + status-RESOLVED resolution-FIXED thanks -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#547201: /usr/bin/X: No package xserver-xorg-video-ati available
Package: xserver-xorg Version: 1:7.4+4 Severity: grave Justification: renders package unusable File: /usr/bin/X I have a problem that arose the other day when xserver-xorg was updated. It seems like the problem was reported in bug 546975. During the update, the virtual screens were reconfigured, but I checked afterwards, that the xorg.conf was unaltered. I tried to follow the instructions to solve the problem, but when running apt-get install xserver-xorg-video-ati the reponse is: Couldn't find package xserver-xorg-video-ati. Now what? How do I come around that? For me this is a most important issue, as X will not start at all. Best regards, Petri Kaurinkoski -- Package-specific info: /var/lib/x11/X.roster does not exist. /var/lib/x11/X.md5sum does not exist. X server symlink status: lrwxrwxrwx 1 root root 13 2006-06-05 07:42 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1689976 2009-08-06 19:55 /usr/bin/Xorg /var/lib/x11/xorg.conf.roster does not exist. VGA-compatible devices on PCI bus: 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) /var/lib/x11/xorg.conf.md5sum does not exist. Xorg X server configuration file status: lrwxrwxrwx 1 root root 16 2008-09-26 23:10 /etc/X11/xorg.conf -> xorg.conf.compiz Contents of /etc/X11/xorg.conf: # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules""xorg" Option "XkbModel""pc105" Option "XkbLayout" "fi" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection # See http://wiki.debian.org/Compiz # Dedicated "Extensions" section (may not be present already) Section "Extensions" Option "Composite" "enable" EndSection Section "Device" Identifier "Configured Video Device" Option "UseFBDev""true" Option "XAANoOffscreenPixmaps" "true" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection Xorg X server log files on system: -rw-r--r-- 1 root root 47608 2007-04-08 15:29 /var/log/Xorg.20.log -rw-r--r-- 1 root root 5033 2009-09-17 19:09 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30.4-dsa-ia32 i686 Debian Current Operating System: Linux ressu 2.6.30-1-686 #1 SMP Sat Aug 15 19:11:58 UTC 2009 i686 Build Date: 06 August 2009 04:49:57PM xorg-server 2:1.6.3-1+b1 (bui...@murphy.debian.org) Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 17 19:09:49 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Configured Monitor" (==) No device specified for screen "Default Screen". Using the first device section listed. (**) | |-->Device "Configured Video Device" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. I
Bug#547201: marked as done (/usr/bin/X: No package xserver-xorg-video-ati available)
Your message dated Thu, 17 Sep 2009 20:11:20 +0200 with message-id <20090917181120.gv14...@radis.liafa.jussieu.fr> and subject line Re: Bug#547201: /usr/bin/X: No package xserver-xorg-video-ati available has caused the Debian Bug report #547201, regarding /usr/bin/X: No package xserver-xorg-video-ati available to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 547201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547201 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg Version: 1:7.4+4 Severity: grave Justification: renders package unusable File: /usr/bin/X I have a problem that arose the other day when xserver-xorg was updated. It seems like the problem was reported in bug 546975. During the update, the virtual screens were reconfigured, but I checked afterwards, that the xorg.conf was unaltered. I tried to follow the instructions to solve the problem, but when running apt-get install xserver-xorg-video-ati the reponse is: Couldn't find package xserver-xorg-video-ati. Now what? How do I come around that? For me this is a most important issue, as X will not start at all. Best regards, Petri Kaurinkoski -- Package-specific info: /var/lib/x11/X.roster does not exist. /var/lib/x11/X.md5sum does not exist. X server symlink status: lrwxrwxrwx 1 root root 13 2006-06-05 07:42 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1689976 2009-08-06 19:55 /usr/bin/Xorg /var/lib/x11/xorg.conf.roster does not exist. VGA-compatible devices on PCI bus: 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) /var/lib/x11/xorg.conf.md5sum does not exist. Xorg X server configuration file status: lrwxrwxrwx 1 root root 16 2008-09-26 23:10 /etc/X11/xorg.conf -> xorg.conf.compiz Contents of /etc/X11/xorg.conf: # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules""xorg" Option "XkbModel""pc105" Option "XkbLayout" "fi" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection # See http://wiki.debian.org/Compiz # Dedicated "Extensions" section (may not be present already) Section "Extensions" Option "Composite" "enable" EndSection Section "Device" Identifier "Configured Video Device" Option "UseFBDev""true" Option "XAANoOffscreenPixmaps" "true" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection Xorg X server log files on system: -rw-r--r-- 1 root root 47608 2007-04-08 15:29 /var/log/Xorg.20.log -rw-r--r-- 1 root root 5033 2009-09-17 19:09 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30.4-dsa-ia32 i686 Debian Current Operating System: Linux ressu 2.6.30-1-686 #1 SMP Sat Aug 15 19:11:58 UTC 2009 i686 Build Date: 06 August 2009 04:49:57PM xorg-server 2:1.6.3-1+b1 (bui...@murphy.debian.org) Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 17 19:09:49 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Configured Monitor" (==) No device specified for screen "Default Screen". Us
xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.8.1-2'
Tag 'xserver-xorg-video-intel-2_2.8.1-2' created by Julien Cristau at 2009-09-17 18:57 + Tagging upload of xserver-xorg-video-intel 2:2.8.1-2 to unstable. Changes since xserver-xorg-video-intel-2_2.8.1-1: Julien Cristau (12): xsfbs.sh: remove unused check_symlinks_and_{bomb,warn} xsfbs.sh: remove unused analyze_path xsfbs.sh: remove unused maplink function xsfbs.sh: remove unused find_culprits function xsfbs.sh: remove unused reject_whitespace function xsfbs.mk: no need for shlibs.local Re-enable render accel on 8xx. Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable Add missing xsfclean dependency to debian/rules clean. Bump Standards-Version to 3.8.3 (no changes). Mention intel_reg_dumper in the debug package's long description. Prepare changelog for upload --- debian/changelog | 10 debian/control|5 debian/patches/disable-uxa-render-accel-on-i8xx.patch | 27 -- debian/patches/series |1 debian/rules |2 debian/xsfbs/xsfbs.mk |4 debian/xsfbs/xsfbs.sh | 229 -- 7 files changed, 14 insertions(+), 264 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
xserver-xorg-video-intel: Changes to 'debian-unstable'
debian/changelog | 10 debian/control|5 debian/patches/disable-uxa-render-accel-on-i8xx.patch | 27 -- debian/patches/series |1 debian/rules |2 debian/xsfbs/xsfbs.mk |4 debian/xsfbs/xsfbs.sh | 229 -- 7 files changed, 14 insertions(+), 264 deletions(-) New commits: commit 147607344aef41eb33b99390048dc51bb5362888 Author: Julien Cristau Date: Thu Sep 17 20:55:49 2009 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 692cb1c..d0e5dab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-intel (2:2.8.1-2) UNRELEASED; urgency=low +xserver-xorg-video-intel (2:2.8.1-2) unstable; urgency=low * Re-enable render accel on 8xx. The major problem turned out to be related to agp chipset flushing (see #541307), so hopefully this should work now. @@ -6,7 +6,7 @@ xserver-xorg-video-intel (2:2.8.1-2) UNRELEASED; urgency=low * Bump Standards-Version to 3.8.3 (no changes). * Mention intel_reg_dumper in the debug package's long description. - -- Julien Cristau Thu, 17 Sep 2009 20:43:00 +0200 + -- Julien Cristau Thu, 17 Sep 2009 20:55:47 +0200 xserver-xorg-video-intel (2:2.8.1-1) unstable; urgency=low commit 1407fc2b995dd3a675d62684c90e1d5f8510b77b Author: Julien Cristau Date: Thu Sep 17 20:55:45 2009 +0200 Mention intel_reg_dumper in the debug package's long description. diff --git a/debian/changelog b/debian/changelog index e1a6c70..692cb1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xserver-xorg-video-intel (2:2.8.1-2) UNRELEASED; urgency=low to agp chipset flushing (see #541307), so hopefully this should work now. * Add missing xsfclean dependency to debian/rules clean. * Bump Standards-Version to 3.8.3 (no changes). + * Mention intel_reg_dumper in the debug package's long description. -- Julien Cristau Thu, 17 Sep 2009 20:43:00 +0200 diff --git a/debian/control b/debian/control index 4708052..59ff804 100644 --- a/debian/control +++ b/debian/control @@ -65,4 +65,5 @@ Description: X.Org X server -- Intel i8xx, i9xx display driver (debug symbols) This driver provides support for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, and i945 series chips. . - This package provides debugging symbols for this Xorg X driver. + This package provides debugging symbols for this Xorg X driver, and the + intel_reg_dumper helper. commit 81fe356496798c1d448ccd2522844a44bd1bf64b Author: Julien Cristau Date: Thu Sep 17 20:54:47 2009 +0200 Bump Standards-Version to 3.8.3 (no changes). diff --git a/debian/changelog b/debian/changelog index 462c866..e1a6c70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xserver-xorg-video-intel (2:2.8.1-2) UNRELEASED; urgency=low * Re-enable render accel on 8xx. The major problem turned out to be related to agp chipset flushing (see #541307), so hopefully this should work now. * Add missing xsfclean dependency to debian/rules clean. + * Bump Standards-Version to 3.8.3 (no changes). -- Julien Cristau Thu, 17 Sep 2009 20:43:00 +0200 diff --git a/debian/control b/debian/control index 2423310..4708052 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Build-Depends: automake, libtool, xutils-dev -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git commit 3784cf39a9dea434538fb8ba22c9b77fbc40d478 Author: Julien Cristau Date: Thu Sep 17 20:52:52 2009 +0200 Add missing xsfclean dependency to debian/rules clean. diff --git a/debian/changelog b/debian/changelog index 39f59bf..462c866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ xserver-xorg-video-intel (2:2.8.1-2) UNRELEASED; urgency=low * Re-enable render accel on 8xx. The major problem turned out to be related to agp chipset flushing (see #541307), so hopefully this should work now. + * Add missing xsfclean dependency to debian/rules clean. -- Julien Cristau Thu, 17 Sep 2009 20:43:00 +0200 diff --git a/debian/rules b/debian/rules index a907d80..e58d55a 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) >$@ -clean: +clean: xsfclean dh_testdir dh_testroot rm -f build-stamp commit b201b6b07abecac8cca8108fb3d7d517e75ce3b3 Author: Julien Cristau Date: Thu Sep 17 20:44:38 2009 +0200 Re-enable render accel on 8xx. The major problem turned out to be related
Processing of xserver-xorg-video-intel_2.8.1-2_amd64.changes
xserver-xorg-video-intel_2.8.1-2_amd64.changes uploaded successfully to localhost along with the files: xserver-xorg-video-intel_2.8.1-2.dsc xserver-xorg-video-intel_2.8.1-2.diff.gz xserver-xorg-video-intel_2.8.1-2_amd64.deb xserver-xorg-video-intel-dbg_2.8.1-2_amd64.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
xserver-xorg-video-intel_2.8.1-2_amd64.changes ACCEPTED
Accepted: xserver-xorg-video-intel-dbg_2.8.1-2_amd64.deb to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.8.1-2_amd64.deb xserver-xorg-video-intel_2.8.1-2.diff.gz to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.8.1-2.diff.gz xserver-xorg-video-intel_2.8.1-2.dsc to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.8.1-2.dsc xserver-xorg-video-intel_2.8.1-2_amd64.deb to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.8.1-2_amd64.deb Override entries for your package: xserver-xorg-video-intel-dbg_2.8.1-2_amd64.deb - extra debug xserver-xorg-video-intel_2.8.1-2.dsc - source x11 xserver-xorg-video-intel_2.8.1-2_amd64.deb - optional x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#547143: xserver-xorg: xorg/evdev/HAL versus serial mouse
Julien Cristau wrote: > On Thu, Sep 17, 2009 at 09:48:53 +0100, Justin B Rye wrote: [...] >> Note that just disabling HAL and AutoAddDevices wasn't enough - I've >> had to put lots more lines back in my xorg.conf that I'd previously >> been leaving to the defaults. Many thanks for providing >> /usr/share/doc/xserver-xorg/examples/xorg.conf! > > That's weird. I'd have expected that disabling AutoAddDevices would > make things work with the old xorg.conf InputDevice section (once that > is done, keeping hal running or stopping it shouldn't make a > difference). This machine's due to be decommissioned soon anyway, so I'm hurrying through some more tests while it's still available. I've switched to a standard Debian kernel in case there are any driver issues. Summarised findings: * I was getting interference from a buggy display manager * other display managers (or startx) allow hal+serialmouse * hal, the kbd driver, and Ctrl-Alt-Backspace interact badly Details: The first thing I tried was disabling my display manager, de-lobotomising HAL and running startx. This works! Well, except that DontZap appears to be in effect, contrary to my instructions. Yes, I edited the xorg.conf and reconfigured console-setup and restarted hal and rebooted for luck. Still nothing. But that's only a mild annoyance for now. It's only when I use wdm that everything goes haywire. My first ten tries go like this: * wdmLogin seems happy then segfaults halfway through launching a session, spewing some really strange syslog messages. * Works perfectly. * Works perfectly. * An amusing failure mode where my attempt to enter a username results in it doing that "shaking the box to indicate a wrong password" thing that gets more and more frenzied until it crashes. * Works except that it doesn't recognise the Enter key. Useless. Where's my goddamn Ctrl-Alt-Backspace?! * Works perfectly. * Works perfectly. * Segfaults on the middle letter of my username. * Logs me in rather slowly, but otherwise works. * Works perfectly. Plain xdm works fine too. So it looks as if switching from wdm to xdm would let me keep hal running on this hardware... if I had some reason to want hal. Now, if I temporarily move my xorg.conf out of the way and rely on the defaults (and hal), then startx, xdm, and wdm all work equally well. The resolution's hopeless, the serial mouse is missing, but nothing segfaults, I've got a GB keymap, and Ctrl-Alt-Backspace works. Hmmm. Whoops! On my last try of ten, wdmLogin segfaults with a rush of nasty kernel errors about secondary DMA buffers. So wdm seems to be just plain flaky, and I should go and submit a proper bugreport for it. -- JBR Ankh kak! (Ancient Egyptian blessing) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#546538: Processed: Re: Bug#546538: warzone2100: 546538: probably a driver/KMS issue
This one time, at band camp, Stephen Gran said: > This one time, at band camp, Brice Goglin said: > > Does disabling KMS indeed help? > > No, it seems not. I just booted 2.6.31 and debian 2.6.30-1-amd64 > without KMS disabled, and no better. Er, with KMS disabled, obviously. Sorry about that. -- - | ,''`.Stephen Gran | | : :' :sg...@debian.org | | `. `'Debian user, admin, and developer | |`- http://www.debian.org | - -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org