Processing of xserver-xorg-video-intel_2.10.903-1_i386.changes
xserver-xorg-video-intel_2.10.903-1_i386.changes uploaded successfully to localhost along with the files: xserver-xorg-video-intel_2.10.903-1.dsc xserver-xorg-video-intel_2.10.903.orig.tar.gz xserver-xorg-video-intel_2.10.903-1.diff.gz xserver-xorg-video-intel_2.10.903-1_i386.deb xserver-xorg-video-intel-dbg_2.10.903-1_i386.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 Archive: http://lists.debian.org/e1ntxtl-00082d...@ries.debian.org
xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.10.903-1'
Tag 'xserver-xorg-video-intel-2_2.10.903-1' created by Brice Goglin at 2010-03-23 06:44 + Tagging upload of xserver-xorg-video-intel 2:2.10.903-1 to experimental. Changes since xserver-xorg-video-intel-2_2.10.902-1: Brice Goglin (6): Bump Standards-Version to 3.8.4 Prepare changelog for upload Merge branch 'debian-unstable' into debian-experimental Merge tag '2.10.903' into debian-experimental New upstream release candidate Prepare changelog for upload Carl Worth (3): man: Update list of available 'sclaing mode' property values. NEWS: Add notes for 2.10.903 Update version to 2.10.903 Chris Wilson (3): i830: Remove coord-adjust for nearest centre-sampling. Fill alpha on xrgb images. i915: Correct preamble for emit_composite Daniel Vetter (1): Xv overlay: fix planar YUV copy for right rotated crtcs Dave Airlie (1): intel: free bus id in error path after printing it out. Julien Cristau (4): Merge commit '2370af32fe31bed8e5715639023635bdb3b83b1b' into upstream-unstable Xv: enable drmmode overlay Merge branch '2.9-kms-overlay' into debian-unstable Bump libdrm-dev build-dep for the kms video overlay changes Li Peng (1): Initialize flip_count before using it Matthias Hopf (1): Clear drmmode_output->mode_output in drmmode_output_destroy(). --- ChangeLog | 114 NEWS | 30 configure.ac |2 debian/changelog | 21 debian/control|2 man/intel.man | 34 ++ src/drmmode_display.c |2 src/i830_driver.c |2 src/i830_render.c | 67 +++- src/i830_uxa.c| 29 src/i915_render.c | 23 ++--- uxa/uxa-render.c | 117 ++ 12 files changed, 292 insertions(+), 151 deletions(-) --- -- 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/e1ntxqe-0002uw...@alioth.debian.org
xserver-xorg-video-intel: Changes to 'debian-experimental'
ChangeLog | 114 NEWS | 30 configure.ac |2 debian/changelog | 21 debian/control|2 man/intel.man | 34 ++ src/drmmode_display.c |2 src/i830_driver.c |2 src/i830_render.c | 67 +++- src/i830_uxa.c| 29 src/i915_render.c | 23 ++--- uxa/uxa-render.c | 117 ++ 12 files changed, 292 insertions(+), 151 deletions(-) New commits: commit f0a6efadeb339a28a1f91ecf2bcd4607131907da Author: Brice Goglin Date: Tue Mar 23 07:39:32 2010 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index a9bc5e9..af3f09c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xserver-xorg-video-intel (2:2.10.903-1) UNRELEASED; urgency=low +xserver-xorg-video-intel (2:2.10.903-1) experimental; urgency=low * New upstream release candidate. - -- Brice Goglin Tue, 23 Mar 2010 07:38:21 +0100 + -- Brice Goglin Tue, 23 Mar 2010 07:39:23 +0100 xserver-xorg-video-intel (2:2.10.902-1) experimental; urgency=low commit bac709198c4a9754d3e68fd61459b9568c87fe0d Author: Brice Goglin Date: Tue Mar 23 07:38:49 2010 +0100 New upstream release candidate diff --git a/ChangeLog b/ChangeLog index 66579fc..20a5740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +commit 9c037f61a490c96f9095f7ff3fecbf41f5efe9f7 +Author: Carl Worth +Date: Mon Mar 22 15:23:04 2010 -0700 + +Update version to 2.10.903 + +For today's snapshot. + +commit 11142cffe4bc81e1ce465ea725fcaef024130082 +Author: Carl Worth +Date: Mon Mar 22 15:22:28 2010 -0700 + +NEWS: Add notes for 2.10.903 + +For today's snapshot. + +commit f206816154fd44e61b0bdeaab1aa4c5359c3b70a +Author: Carl Worth +Date: Mon Mar 22 14:14:46 2010 -0700 + +man: Update list of available 'sclaing mode' property values. + +Include the names from the current kernel driver along with accurate +descriptions of each. Indicate how to use the values with: + + xrandr --output output --set property value + +and point the user to "xrandr --prop" for an accurate list of +currently available values. + +Closes bug: + + xf86-video-intel manpage needs update for KMS xrandr properties + http://bugs.freedesktop.org/show_bug.cgi?id=25606 + +commit d1dfab6b1649214177435629d8e85239dbe44d89 +Author: Matthias Hopf +Date: Wed Mar 17 15:13:51 2010 +0100 + +Clear drmmode_output->mode_output in drmmode_output_destroy(). + +commit 10cd04a84bcb6313903fc23b2d7791658ebc6b8e +Author: Li Peng +Date: Sat Mar 20 00:21:48 2010 +0800 + +Initialize flip_count before using it + +Otherwise it would be a random value and drmmode_page_flip_handler() +won't have a chance to call I830DRI2FlipEventHandler() and indicate +a full page flip is complete. + +Signed-off-by: Li Peng + +commit 3d4b3f257fbbb69c6f236d9803abe54a90d7d434 +Author: Dave Airlie +Date: Thu Mar 18 12:48:39 2010 +1000 + +intel: free bus id in error path after printing it out. + +the error message prints out a freed string, spotted during +code reappropriation to radeon driver. + +Signed-off-by: Dave Airlie + +commit 31d5f84bb4416ef92abd97264d52cdab7a184687 +Author: Chris Wilson +Date: Wed Mar 17 09:11:05 2010 + + +i915: Correct preamble for emit_composite + +Fixes: +http://bugs.freedesktop.org/show_bug.cgi?id=27123 + +Fatal server error: +i915_emit_composite_setup: ADVANCE_BATCH: under-used allocation 100/104 + +Introduced with commit d6b7f96fde1add92fd11f5a75869ae6fc688bf77. + +Signed-off-by: Chris Wilson + +commit d6b7f96fde1add92fd11f5a75869ae6fc688bf77 +Author: Chris Wilson +Date: Sat Mar 6 15:49:04 2010 + + +Fill alpha on xrgb images. + +Do not try to fixup the alpha in the ff/shaders as this has the +side-effect of overriding the alpha value of the border color, causing +images to be padded with black rather than transparent. This can +generate large and obnoxious visual artefacts. + +Fixes: + + Bug 17933 - x8r8g8b8 doesn't sample alpha=0 outside surface bounds + http://bugs.freedesktop.org/show_bug.cgi?id=17933 + +and many related cairo test suite failures. + +Signed-off-by: Chris Wilson + +commit 910fd171a00227025abc8bcc286a740f5bae895b +Author: Chris Wilson +Date: Fri Mar 5 14:32:13 2010 + + +i830: Remove coord-adjust for nearest centre-sampling. + +Fixes a number of cairo test suite failures. + +Also affects: + Bug 16917 - Blur on y-axis also when only x-axis is scaled bilinear + http://bugs.freedesktop.org/show_bug.cgi?id=16917 + +Signed-off-by: Chris Wilson + commit 753914acc31947df
xserver-xorg-video-intel: Changes to 'upstream-experimental'
NEWS | 30 configure.ac |2 man/intel.man | 34 ++ src/drmmode_display.c |2 src/i830_driver.c |2 src/i830_render.c | 67 +++- src/i830_uxa.c| 29 src/i915_render.c | 23 ++--- uxa/uxa-render.c | 117 ++ 9 files changed, 156 insertions(+), 150 deletions(-) New commits: commit 9c037f61a490c96f9095f7ff3fecbf41f5efe9f7 Author: Carl Worth Date: Mon Mar 22 15:23:04 2010 -0700 Update version to 2.10.903 For today's snapshot. diff --git a/configure.ac b/configure.ac index 3877064..108e283 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-intel], -2.10.902, +2.10.903, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-intel) commit 11142cffe4bc81e1ce465ea725fcaef024130082 Author: Carl Worth Date: Mon Mar 22 15:22:28 2010 -0700 NEWS: Add notes for 2.10.903 For today's snapshot. diff --git a/NEWS b/NEWS index ee18bd2..8fdf442 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Snapshot 2.10.903 (2010-03-22) +== +Some notable bug fixes +-- +* Fix unpredictable results in page-flipping code due to access of an + uninitialized variable. + +* Two fixes that address a number of long-outstanding failures in the + cairo test suite: + +Remove coord-adjust for nearest centre-sampling. + +Fill alpha on xrgb images. Closes: + + Bug 17933 - x8r8g8b8 doesn't sample alpha=0 outside surface bounds + http://bugs.freedesktop.org/show_bug.cgi?id=17933 + +* Fix a regression introduced in 2.10.902: + +Fatal server error: +i915_emit_composite_setup: ADVANCE_BATCH: +under-used allocation 100/104 + + Bug 21723 [i915 bisected] rendering makes X crash + http://bugs.freedesktop.org/show_bug.cgi?id=27123 + +Other minor fixes (avoid trying to print an error message with a freed +string, set a variable to NULL after freeing), and documentation +updates are also included. + Snapshot 2.10.902 (2010-03-15) == Some significant bug fixes commit f206816154fd44e61b0bdeaab1aa4c5359c3b70a Author: Carl Worth Date: Mon Mar 22 14:14:46 2010 -0700 man: Update list of available 'sclaing mode' property values. Include the names from the current kernel driver along with accurate descriptions of each. Indicate how to use the values with: xrandr --output output --set property value and point the user to "xrandr --prop" for an accurate list of currently available values. Closes bug: xf86-video-intel manpage needs update for KMS xrandr properties http://bugs.freedesktop.org/show_bug.cgi?id=25606 diff --git a/man/intel.man b/man/intel.man index ef8d372..c2447be 100644 --- a/man/intel.man +++ b/man/intel.man @@ -183,10 +183,20 @@ Default: Disabled. On 830M and better chipsets, the driver supports runtime configuration of detected outputs. You can use the .B xrandr -tool to control outputs on the command line. Each output listed below may have -one or more properties associated with it (like a binary EDID block if one is -found). Some outputs have unique properties which are described below. See the "MULTIHEAD CONFIGURATIONS" section below for additional information. +tool to control outputs on the command line as follows: +.RS +.B xrandr \-\-output +.I output +.B \-\-set +.I property value +.RE + +Note that you may need to quote property and value arguments that contain spaces. +Each output listed below may have one or more properties associated +with it (like a binary EDID block if one is found). Some outputs have +unique properties which are described below. See the "MULTIHEAD +CONFIGURATIONS" section below for additional information. .SS "VGA" VGA output port (typically exposed via an HD15 connector). @@ -203,22 +213,26 @@ By adjusting the BACKLIGHT property, the brightness on the LVDS output can be ad .B scaling mode - control LCD panel scaling mode .TP 2 -By default, the driver will attempt to upscale resolutions smaller than the LCD's native size while preserving the aspect ratio. Other modes are available however: +When the currently selected display mode differs from the native panel resolution, various scaling options are available. These include .RS .PP -.B center +.B Center .TP 4 -Simply center the image on-screen, without scaling. +Simply center the image on-screen without scaling. This is the only scaling mode that guarantees a one-to-one correspondence between native and displayed pixels, but some portions of the panel may be unused (so-called "letterboxing"). .PP -.B full_aspect +.B Full aspect .TP 4 -The default mode. Try to upscale the image to the screen size, while preserving as
Processed: reassign 575047 to xserver-xorg-video-radeon
Processing commands for cont...@bugs.debian.org: > reassign 575047 xserver-xorg-video-radeon 1:6.9.0-1+lenny4 Bug #575047 [xorg (radeon)] Xserver Displays Black & White Vertical Bars Warning: Unknown package 'radeon' Bug reassigned from package 'xorg (radeon)' to 'xserver-xorg-video-radeon'. Bug No longer marked as found in versions 6.9. Bug #575047 [xserver-xorg-video-radeon] Xserver Displays Black & White Vertical Bars Bug Marked as found in versions xserver-xorg-video-ati/1:6.9.0-1+lenny4. > 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 Archive: http://lists.debian.org/handler.s.c.126932512520509.transcr...@bugs.debian.org
Bug#575047: marked as done (Xserver Displays Black & White Vertical Bars)
Your message dated Tue, 23 Mar 2010 07:19:52 +0100 with message-id <4ba85d88.4010...@ens-lyon.org> and subject line Re: Bug#575047: Xserver Displays Black & White Vertical Bars has caused the Debian Bug report #575047, regarding Xserver Displays Black & White Vertical Bars 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.) -- 575047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575047 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xorg (radeon) Version: 6.9 I recently submit this bug to Xorg, and managed to find a resolution. I've sent this along to add to the bug archive in case anybody else has a similar problem. It was kind of unique in how it came about. === Admitedly, this is probably not a bug and a situation of a newbie. However, I have really no clue where to begin with this. I am running Debian Lenny (2.6.26) on a Toshiba Satellite A110. It has a Radeon Xpress 200M video card with a cracked LCD. I attach a Sharp monitor to the VGA port and it works well. I've installed what I think is a "minimal" xserver system, including xterm. After installing the Debian package, I ran X -configure then copied the file into /etc/X11/xorg.conf. When I boot the machine and login I can startx and I get a small console box, about 1/6th of the screen in the top left, and the rest of the screen is the black and white hatch pattern with the X mouse in the middle. Next I Ctrl-Alt-F1 and then Ctrl-c to kill the server. The log file is attached. Unfortunately, next time I startx, I get a screen full of fine black and white vertical lines, with bolder (1/4 inch) either white or black lines in between (usually 3 or 4 of them). My guess is the sync rates are getting screwed up somehow, but I have no idea how to figure that out. Nothing shows up in the syslog to indicate any problems, and if I create new Xorg.*.log files in /var/log for each attempt, they are identical. I can't find anything on the web about this because the problem seems far to general or vague. About the only thing I did find is a suggestion to lspci -vvnn to attach for more info...so that is included, along with my xorg.conf file. Anyways, any suggestions on how to proceed would be GREATLY appreciated. One last thing, ultimately I will only need to access the machine via VNC, so I'm wondering if I even need to go through all of this hassle??? Cheers, Christopher # FOLLOWUP -- FIXED --- I think...(?) I recieved a reply to my bug report from Julien Cristau suggesting using 7.3 version radeon driver. Wish I had one. I've check the Debian site and both unstable and experimental releases only offer 6.12 releases. Not gonna mess with them. I did try connecting an external mouse, and was actually able to hover over the reduce console area, and use "exit" to stop the server. However, when I restarted I got the same problem of vertical bars, BUT I was able to hover the mouse over the area where the reduce console was supposed to have appeared, and type "exit" to stop the server. This lead me to believe that the server believed the screen was there, even though it didn't appear so. I recalled seeing in the log file a bunch of modeline entries. I guessed that the information there might have been useful. After looking at the Xorg.conf man page I sort of figured out what is supposed to go where. I'm still not sure how the different "Modes" work in the "SubSection Display" entries work, but they don't seem to be harming anything. Anyways, attached is the xorg.conf file I came up with. At the very least, this bug is logged in case anyone else has a similar problem. In the meantime, I plead ignorance of youth :) ATTACHED IN-LINE: xorg.conf ATI Radeon Xpress 200M & Sharp LL-T17A4-B Section "ServerLayout" Option "AllowMouseOpenFail" "True" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/
Bug#575047: Xserver Displays Black & White Vertical Bars
Package: xorg (radeon) Version: 6.9 I recently submit this bug to Xorg, and managed to find a resolution. I've sent this along to add to the bug archive in case anybody else has a similar problem. It was kind of unique in how it came about. === Admitedly, this is probably not a bug and a situation of a newbie. However, I have really no clue where to begin with this. I am running Debian Lenny (2.6.26) on a Toshiba Satellite A110. It has a Radeon Xpress 200M video card with a cracked LCD. I attach a Sharp monitor to the VGA port and it works well. I've installed what I think is a "minimal" xserver system, including xterm. After installing the Debian package, I ran X -configure then copied the file into /etc/X11/xorg.conf. When I boot the machine and login I can startx and I get a small console box, about 1/6th of the screen in the top left, and the rest of the screen is the black and white hatch pattern with the X mouse in the middle. Next I Ctrl-Alt-F1 and then Ctrl-c to kill the server. The log file is attached. Unfortunately, next time I startx, I get a screen full of fine black and white vertical lines, with bolder (1/4 inch) either white or black lines in between (usually 3 or 4 of them). My guess is the sync rates are getting screwed up somehow, but I have no idea how to figure that out. Nothing shows up in the syslog to indicate any problems, and if I create new Xorg.*.log files in /var/log for each attempt, they are identical. I can't find anything on the web about this because the problem seems far to general or vague. About the only thing I did find is a suggestion to lspci -vvnn to attach for more info...so that is included, along with my xorg.conf file. Anyways, any suggestions on how to proceed would be GREATLY appreciated. One last thing, ultimately I will only need to access the machine via VNC, so I'm wondering if I even need to go through all of this hassle??? Cheers, Christopher # FOLLOWUP -- FIXED --- I think...(?) I recieved a reply to my bug report from Julien Cristau suggesting using 7.3 version radeon driver. Wish I had one. I've check the Debian site and both unstable and experimental releases only offer 6.12 releases. Not gonna mess with them. I did try connecting an external mouse, and was actually able to hover over the reduce console area, and use "exit" to stop the server. However, when I restarted I got the same problem of vertical bars, BUT I was able to hover the mouse over the area where the reduce console was supposed to have appeared, and type "exit" to stop the server. This lead me to believe that the server believed the screen was there, even though it didn't appear so. I recalled seeing in the log file a bunch of modeline entries. I guessed that the information there might have been useful. After looking at the Xorg.conf man page I sort of figured out what is supposed to go where. I'm still not sure how the different "Modes" work in the "SubSection Display" entries work, but they don't seem to be harming anything. Anyways, attached is the xorg.conf file I came up with. At the very least, this bug is logged in case anyone else has a similar problem. In the meantime, I plead ignorance of youth :) ATTACHED IN-LINE: xorg.conf ATI Radeon Xpress 200M & Sharp LL-T17A4-B Section "ServerLayout" Option "AllowMouseOpenFail" "True" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "GLcore" Load "dbe" Load "record" Load "xtrap" Load "extmod" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "SHP" ModelName "LL-T17A4-B" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 24.0 - 82.0 VertRefresh 55.0 - 77.0 ### ### ### ADDED WITH CORRECTIONS FROM /var/log/xorg.0.log ### THE "DisplaySize" VALUES **MUST** BE GIVEN IN MILLIMETERS!!! ### IT WAS DETECTED BY X -con
Bug#546714: marked as done (sis: color issues with 0.10.1 and server 1.6)
Your message dated Mon, 22 Mar 2010 23:02:44 + with message-id and subject line Bug#546714: fixed in xserver-xorg-video-sis 1:0.10.2-2 has caused the Debian Bug report #546714, regarding sis: color issues with 0.10.1 and server 1.6 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.) -- 546714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546714 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: x11-common Version: 1:7.4+4 Severity: grave Justification: renders package unusable With this last update of x11-common package and dependencies, I've got color problems and no keyboard in a x session. lspci |grep VGA 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter To "resolve" the problem, I had to add a lenny cdrom in my sources.list, delete x11-common and xserver-* and dependencies, and reinstall t$ But, I cannot make a normal dist-upgrade now. I have to create an apt preference file until a new update. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') 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/dash Versions of packages x11-common depends on: ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy ii debianutils 3.2.1 Miscellaneous utilities specific t ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip x11-common recommends no packages. x11-common suggests no packages. -- debconf information: x11-common/xwrapper/nice_value: 0 x11-common/xwrapper/allowed_users: Console Users Only x11-common/xwrapper/actual_allowed_users: console x11-common/xwrapper/nice_value/error: x11-common/x11r6_bin_not_empty: x11-common/upgrade_issues: --- End Message --- --- Begin Message --- Source: xserver-xorg-video-sis Source-Version: 1:0.10.2-2 We believe that the bug you reported is fixed in the latest version of xserver-xorg-video-sis, which is due to be installed in the Debian FTP archive: xserver-xorg-video-sis_0.10.2-2.diff.gz to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.2-2.diff.gz xserver-xorg-video-sis_0.10.2-2.dsc to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.2-2.dsc xserver-xorg-video-sis_0.10.2-2_amd64.deb to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.2-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 546...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Tormod Volden (supplier of updated xserver-xorg-video-sis package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 22 Mar 2010 23:27:06 +0100 Source: xserver-xorg-video-sis Binary: xserver-xorg-video-sis Architecture: source amd64 Version: 1:0.10.2-2 Distribution: unstable Urgency: high Maintainer: Debian X Strike Force Changed-By: Tormod Volden Description: xserver-xorg-video-sis - X.Org X server -- SiS display driver Closes: 546714 Changes: xserver-xorg-video-sis (1:0.10.2-2) unstable; urgency=high . * High urgency upload for RC bug fix. . [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! * Remove myself from Uploaders . [ Tormod Volden ] * Cherry-pick 8370499d4035ec7a5c8e1f1b04d5a6c404883442 Fix BIOS read on 650 and 760. (#19070) Closes: #546714. LP: #287475 Checksums-Sha1: fdcd8a5fa7d79187ea008442a3b181767d6fe9de 2338 xserver-xorg-video-sis_0.10.2-2.dsc b996b4cbaafad80085bc544231e2758df4efbfe5 34879 xserver-xorg-video-sis_0.10.2-2.diff.gz a21029690900e6c642b4b3e1e8a59817370cb413 293794 xserver-xorg-video-sis_0.10.2-2_amd64.deb Checksums-Sha256: 43d1122a8fb5d13c158745733f1d2018f329502fda11c7f20d41ed5c07d243dd 2338 xserver-xorg-video-sis_0.10.2-2.dsc 7ef51958444c3859b37493bb8e4510f3dbbd945fb8cbca839050c38878ffee87 34879 xserver-xorg-video-sis_0.10.2-2.diff.gz d6441193bc54b06cab88fa76ce75298fb80910abc24d8e293406e0a15df58709 293794 xserver-xorg-video-sis_0.10.2-2_amd64.deb Files:
xserver-xorg-video-sis_0.10.2-2_amd64.changes ACCEPTED
Accepted: xserver-xorg-video-sis_0.10.2-2.diff.gz to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.2-2.diff.gz xserver-xorg-video-sis_0.10.2-2.dsc to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.2-2.dsc xserver-xorg-video-sis_0.10.2-2_amd64.deb to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.2-2_amd64.deb Override entries for your package: xserver-xorg-video-sis_0.10.2-2.dsc - source x11 xserver-xorg-video-sis_0.10.2-2_amd64.deb - optional x11 Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 546714 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 Archive: http://lists.debian.org/e1ntqdw-00041n...@ries.debian.org
Processing of xserver-xorg-video-sis_0.10.2-2_amd64.changes
xserver-xorg-video-sis_0.10.2-2_amd64.changes uploaded successfully to localhost along with the files: xserver-xorg-video-sis_0.10.2-2.dsc xserver-xorg-video-sis_0.10.2-2.diff.gz xserver-xorg-video-sis_0.10.2-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 Archive: http://lists.debian.org/e1ntqcz-0003pp...@ries.debian.org
xserver-xorg-video-sis: Changes to 'refs/tags/xserver-xorg-video-sis-1_0.10.2-2'
Tag 'xserver-xorg-video-sis-1_0.10.2-2' created by Julien Cristau at 2010-03-22 22:59 + Tagging upload of xserver-xorg-video-sis 1:0.10.2-2 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAABCAAGBQJLp/ZEAAoJEDEBgAUJBeQMdn0P/3e4HyTxbkeWBidcivUtO8wq wJNTW2Q/ionDJr4VmxKPcKsa34MeKzLQK1WvI2XVoUYeMMIH/+GHxidBp2cDdF0i xCfvXvN97pR5QeY33VyYhvmXoos5SmrcpbquqgL/VcD98JSnUBFQxlsFbeVAwssF hR7eyIlTDAwNY1qP5Z6lmGmdTqP8S+cxjZkYEJr0bup0PHzID7Ui/XZ/1yXyYM/v 9w/b9XBGyINE5dYdEW4L1xKi45C5UHUbouXW660mG6vShUXPPVAaDL5PkJT8268P QIBL63yShJnutElj8/hnTMVhmh0hAVqdB1io8O9f+ibk5A0a15jXI3XlkI+iEckA i+Iz6syncYqVT7kn8K7xV7LGu57RyA+XTwBHqX371nofnftbrnf5kibuAYuxfLGb 5bs+gZzTYi4TIAsYg0xqts/ocnVsnvc+GNj+o/0sGpdIjav3R/Brvcde5BU27pNI kfKK8ZM/h/sYgZ/2YfV6lCqrDGJmPrjEgKpJT27Oi+oG+QaNtEiggQMgDGBUASZM SBD4hBaiBGixDOhhnG48n92zjARvU4g04OJKHht1jGoFMgzc0TiYiYO6o37wtWlc o19dtYagBe/W27SWDfn8V7vBcaaR6l/eWvwMakaENOUZ6u/kFA6PZVcX0gJa9Dov PWsAmG5Jin0i69HJ8Zpw =Jgij -END PGP SIGNATURE- Changes since xserver-xorg-video-sis-1_0.10.2-1: Julien Cristau (4): Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! Remove myself from Uploaders Merge remote branch 'origin/debian-experimental' into debian-unstable Bump urgency. Matteo Delfino (1): Fix BIOS read on 650 and 760. (#19070) Tormod Volden (3): Update changelog with previous cherry-pick Fix version in changelog and merge entries. Add bug closer for launchpad too. --- debian/changelog | 15 +++ debian/control |2 +- debian/rules | 14 +++--- src/sis_driver.c |2 ++ 4 files changed, 25 insertions(+), 8 deletions(-) --- -- 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/e1ntqap-0004fv...@alioth.debian.org
xserver-xorg-video-sis: Changes to 'debian-unstable'
debian/changelog |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 71647b8b472afbe6a486facc3dadf131dcacfafe Author: Julien Cristau Date: Mon Mar 22 23:56:56 2010 +0100 Bump urgency. diff --git a/debian/changelog b/debian/changelog index a6d7c4c..d8f0cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,6 @@ -xserver-xorg-video-sis (1:0.10.2-2) unstable; urgency=low +xserver-xorg-video-sis (1:0.10.2-2) unstable; urgency=high + + * High urgency upload for RC bug fix. [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no -- 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/e1ntqao-0004fs...@alioth.debian.org
Processed: tagging 546714
Processing commands for cont...@bugs.debian.org: > tags 546714 + pending Bug #546714 [xserver-xorg-video-sis] sis: color issues with 0.10.1 and server 1.6 Added tag(s) pending. > 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 Archive: http://lists.debian.org/handler.s.c.126929815621617.transcr...@bugs.debian.org
xserver-xorg-video-sis: Changes to 'debian-unstable'
debian/changelog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 961762c59f168621c2c0ab36ba514b730f520018 Author: Tormod Volden Date: Mon Mar 22 23:31:26 2010 +0100 Add bug closer for launchpad too. diff --git a/debian/changelog b/debian/changelog index a0472a2..a6d7c4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ xserver-xorg-video-sis (1:0.10.2-2) unstable; urgency=low [ Tormod Volden ] * Cherry-pick 8370499d4035ec7a5c8e1f1b04d5a6c404883442 -Fix BIOS read on 650 and 760. (#19070) Closes: #546714. +Fix BIOS read on 650 and 760. (#19070) Closes: #546714. LP: #287475 -- Tormod Volden Mon, 22 Mar 2010 23:27:06 +0100 -- 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/e1ntqac-hs...@alioth.debian.org
xserver-xorg-video-sis: Changes to 'debian-unstable'
debian/changelog | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) New commits: commit d2b4d40af21a851dca12e4bf9c3cbd4ec0fb8043 Author: Tormod Volden Date: Mon Mar 22 23:28:31 2010 +0100 Fix version in changelog and merge entries. diff --git a/debian/changelog b/debian/changelog index 63b3dcd..a0472a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,15 @@ -xserver-xorg-video-sis (1:0.10.2-3) unstable; urgency=low - - * Cherry-pick 8370499d4035ec7a5c8e1f1b04d5a6c404883442 -Fix BIOS read on 650 and 760. (#19070) Closes: #546714. - - -- Tormod Volden Mon, 22 Mar 2010 22:30:07 +0100 - -xserver-xorg-video-sis (1:0.10.2-2) UNRELEASED; urgency=low +xserver-xorg-video-sis (1:0.10.2-2) unstable; urgency=low + [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! * Remove myself from Uploaders - -- Julien Cristau Sat, 23 Jan 2010 01:56:20 +0100 + [ Tormod Volden ] + * Cherry-pick 8370499d4035ec7a5c8e1f1b04d5a6c404883442 +Fix BIOS read on 650 and 760. (#19070) Closes: #546714. + + -- Tormod Volden Mon, 22 Mar 2010 23:27:06 +0100 xserver-xorg-video-sis (1:0.10.2-1) experimental; urgency=low -- 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/e1ntq7n-kd...@alioth.debian.org
xserver-xorg-video-sis: Changes to 'upstream-experimental'
.gitignore | 70 -- ChangeLog| 87 Makefile.am | 11 +++ configure.ac | 19 -- man/.gitignore |2 man/Makefile.am | 41 ++--- man/sis.man |2 src/.gitignore |6 - src/sis.h|4 - src/sis_driver.c | 169 +-- src/sis_video.c |4 - 11 files changed, 128 insertions(+), 287 deletions(-) New commits: commit d33e45dcaee511d5f09ac5f68680e96f3ad60076 Author: Alan Coopersmith Date: Fri Jan 15 13:55:44 2010 -0800 Update Sun license notices to current X.Org standard form Signed-off-by: Alan Coopersmith diff --git a/man/Makefile.am b/man/Makefile.am index d076dc4..1b26ac2 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,27 +1,24 @@ # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# -# Permission to use, copy, modify, distribute, and sell this software and its -# documentation for any purpose is hereby granted without fee, provided that -# the above copyright notice appear in all copies and that both that -# copyright notice and this permission notice appear in supporting -# documentation. -# -# The above copyright notice and this permission notice shall be included -# in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# -# Except as contained in this notice, the name of the copyright holders shall -# not be used in advertising or otherwise to promote the sale, use or -# other dealings in this Software without prior written authorization -# from the copyright holders. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice (including the next +# paragraph) shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. # drivermandir = $(DRIVER_MAN_DIR) commit 2c9b8ace01d94e95ca4ad7216146339940dd Author: Gaetan Nadon Date: Tue Dec 15 21:47:35 2009 -0500 configure.ac: use backticks rather than $() for cmd subs Use "$PKG_CONFIG" rather than hard coded "pkg-config" Acked-by: Dan Nicholson Acked-by: Daniel Stone Signed-off-by: Gaetan Nadon diff --git a/configure.ac b/configure.ac index 440dc0c..6705994 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), HAVE_XEXTPROTO_71="no") AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) -sdkdir=$(pkg-config --variable=sdkdir xorg-server) +sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server` # Checks for libraries. commit cbfa94ccb1ee6213342014f3c7063362acb274ff Author: Gaetan Nadon Date: Mon Nov 23 09:25:05 2009 -0500 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Now that the INSTALL file is generated. Allows running make maintainer-clean. diff --git a/Makefile.am b/Makefile.am index 94f35e1..9ab8bf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SUBDIRS = src man +MAINTAINERCLEANFILES = ChangeLog INSTALL if BUILD_LINUXDOC README: README.sgml commit a69569c72ea19d4d76c57a8077542fee4aeb501a Author: Gaetan Nadon Date: Wed Oct 28 14:41:41 2009 -0400 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am diff --git a/Makefile.am b/Makefile.am in
xserver-xorg-video-sis: Changes to 'debian-unstable'
debian/changelog |7 +++ src/sis_driver.c |2 ++ 2 files changed, 9 insertions(+) New commits: commit 94a59e5aee8259baca57479561185e2970115b2d Author: Tormod Volden Date: Mon Mar 22 23:10:46 2010 +0100 Update changelog with previous cherry-pick diff --git a/debian/changelog b/debian/changelog index f12672b..63b3dcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-sis (1:0.10.2-3) unstable; urgency=low + + * Cherry-pick 8370499d4035ec7a5c8e1f1b04d5a6c404883442 +Fix BIOS read on 650 and 760. (#19070) Closes: #546714. + + -- Tormod Volden Mon, 22 Mar 2010 22:30:07 +0100 + xserver-xorg-video-sis (1:0.10.2-2) UNRELEASED; urgency=low * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no commit 0b6e1ce4d753617ba2e1e579f9c731a2df6ca2fe Author: Matteo Delfino Date: Wed Oct 21 10:26:45 2009 -0400 Fix BIOS read on 650 and 760. (#19070) Signed-off-by: Matteo Delfino Signed-off-by: Adam Jackson (cherry picked from commit 8370499d4035ec7a5c8e1f1b04d5a6c404883442) diff --git a/src/sis_driver.c b/src/sis_driver.c index 994b02d..b19e7a9 100644 --- a/src/sis_driver.c +++ b/src/sis_driver.c @@ -4099,6 +4099,8 @@ SISPreInit(ScrnInfoPtr pScrn, int flags) case SIS_315H: case SIS_330: case SIS_340: +case SIS_650: +case SIS_760: case XGI_40: readpci = TRUE; break; case XGI_20: readpci = TRUE; -- 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/e1ntpzg-0006g3...@alioth.debian.org
Bug#575023: /usr/bin/xset: [xset] setting beep duration no longer works
Package: x11-xserver-utils Version: 7.5+1+b1 Severity: normal File: /usr/bin/xset Setting the duration of the beep produced by system bell using "xset b 50 100 10" no longer works. The duration as well as the pitch setting is ignored. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (601, 'testing'), (500, 'testing-proposed-updates'), (480, 'unstable'), (9, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages x11-xserver-utils depends on: ii cpp 4:4.4.2-3 The GNU C preprocessor (cpp) ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libice6 2:1.0.6-1 X11 Inter-Client Exchange library ii libx11-6 2:1.3.3-1 X11 client-side library ii libxau6 1:1.0.5-2 X11 authorisation library ii libxaw7 2:1.0.7-1 X11 Athena Widget library ii libxext6 2:1.1.1-2 X11 miscellaneous extension librar ii libxi62:1.3-3X11 Input extension library ii libxmu6 2:1.0.5-1 X11 miscellaneous utility library ii libxmuu1 2:1.0.5-1 X11 miscellaneous micro-utility li ii libxrandr22:1.3.0-3 X11 RandR extension library ii libxrender1 1:0.9.5-1 X Rendering Extension client libra ii libxt61:1.0.7-1 X11 toolkit intrinsics library ii libxxf86vm1 1:1.1.0-2 X11 XFree86 video mode extension l ii x11-common1:7.5+3X Window System (X.Org) infrastruc x11-xserver-utils recommends no packages. Versions of packages x11-xserver-utils suggests: pn cairo-5c (no description available) pn nickle (no description available) ii xorg-docs-core1:1.5-1Core documentation for the X.org X -- 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/20100322210734.3897.82272.report...@greg.local
Bug#565328: closed by Brice Goglin (Bug#565328: fixed in xserver-xorg-video-intel 2:2.9.1-3)
relax wrote: > No change, still same issue. > > Package: xserver-xorg-video-intel > Versions: > 2:2.9.1-3 (/var/lib/apt/lists/ftp.debian.org_debian_dists_unstable_main_binary-i386_Packages) (/var/lib/dpkg/status) > Description Language: de > > Package: xserver-xorg-video-intel > Versions: > 2:2.9.1-3 (/var/lib/apt/lists/ftp.debian.org_debian_dists_unstable_main_binary-i386_Packages) (/var/lib/dpkg/status) > Description Language: de > > grep Xv Xorg.0.log > (==) intel(0): Intel XvMC decoder disabled > (WW) intel(0): Disabling Xv because no adaptors could be initialized. Which kernel do you have ? If not done already, use Debian's linux-image-2.6.32-4 package. 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/4ba7cdc7.8070...@ens-lyon.org
Bug#574989: xserver-xorg: X sometimes locks up on switching X sessions (VTs)
Martin Steigerwald wrote: > Is Debian squeeze/sid/experimental ready for KMS with Radeon? Or do I need > to recompile some packages with different settings? > http://wiki.debian.org/KernelModesetting does not yet mention Radeon. If > installable packages are ready for it, I think I will compile a 2.6.33 > with KMS, try it and add to the wiki if it works ;). > Radeon KMS (6.12.192) was uploaded to unstable today (and KMS is enabled by default). No need to use 2.6.33, use linux-image-2.6.32-4 which contains DRM for 2.6.33. 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/4ba7cce6.7080...@ens-lyon.org
Processed: add some version information
Processing commands for cont...@bugs.debian.org: > # as mentioned in the last mail, it is fixed in the linux images > fixed 569098 linux-2.6/2.6.32-10 Bug #569098 {Done: Brice Goglin } [xserver-xorg-video-radeon] xserver-xorg-video-radeon: please load the radeon kernel module on demand Bug #569332 {Done: Brice Goglin } [xserver-xorg-video-radeon] xserver-xorg-video-radeon: KMS/UMS confusion and hangup if radeon.ko was not loaded before starting X Bug Marked as fixed in versions linux-2.6/2.6.32-10. Bug Marked as fixed in versions linux-2.6/2.6.32-10. > End of message, 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 Archive: http://lists.debian.org/handler.s.c.12692853995243.transcr...@bugs.debian.org
Bug#567700: xserver-xorg: System freezes after X starts
Today I tried X on a brandnew installation, with only enough installed to bring up X, gdm, window-manager and iceweasel. The same thing happens, after 7 mins.: *the system freezes*. 2 users were logged on, one in iceweasel, the other just logged on and switched to VT1 VT1 gets spots on the screen and the system is frozen because all clocks and timer ticks have stopped. I used the Debian netinstall CD from March 1st of this year to install the basic system. Then I upgraded to current Sid. Then I installed the following software: x-window-system-core,xterm,menu,patch,gcc,g++,make,gv,gpm,file,bzip2,linux-image-2.6-686, linux-headers-2.6-686,grub-legacy,libsensors-dev,lm-sensors, fvwm,gdm,sudo,libaudio2,libaudio-dev,nas,qt3-dev-tools,libqt3-mt-dev,ddclient, mkisofs,cdrecord,eject,gawk,chrony,gcal,wmcpuload,wmmoonclock,wmppp.app,expect, xsane,buffer,mindi,lzop,dvd+rw-tools,mondo,smartmontools,xbindkeys, xmacro,firehol,ulogd,attr,acl,mtools,lsof,htop,apcupsd,rsync,gdm-themes,libqt4-qt3support, libqt4-dev,console-setup,xserver-xorg-input-kbd Hugo Vanwoerkom -- 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/a1bd84bf1003221143v18dec1efgdc82560c2afa5...@mail.gmail.com
Bug#574989: xserver-xorg: X sometimes locks up on switching X sessions (VTs)
Am Montag 22 März 2010 schrieb Brice Goglin: > Martin Steigerwald wrote: > > Package: xserver-xorg > > Version: 1:7.5+5 > > Severity: important > > > > I sometimes have two KDE sessions running, one for private stuff and > > one for work. I usually set the private one to OpenGL compositing > > and the work one to XRender compositing. > > > > Then when switching from my work one to the private one, sometimes > > the screen stays black. It seems that X.org switches the VT but then > > gets stuck. The mouse pointer doesn´t react to mouse movements > > anymore and I cannot switch to VTs anymore. > > > > I still can SSH to the machine, but then the only way to recover is > > to send a SIGKILL to the X process and to restart KDM. > > > > As attached X.org log says the server might get stuck in an endless > > loop. > > > > I think this problem does not happen, when I suspend OpenGL > > compositing on the private X session. Then I sometimes have it that > > X.org crashes, see debian bug 573994. Maybe these two bugs are > > related. > > > > mar...@shambhala:~> apt-show-versions | egrep > > "(xserver-xorg/|xserver-xorg-core/|xserver-xorg-video-radeon/|libgl1 > > -mesa)" libgl1-mesa-dev/squeeze uptodate 7.7-4 > > libgl1-mesa-dri/squeeze uptodate 7.7-4 > > libgl1-mesa-glx/squeeze uptodate 7.7-4 > > xserver-xorg/sid uptodate 1:7.5+5 > > xserver-xorg-core/squeeze uptodate 2:1.7.5-1 > > xserver-xorg-video-radeon/sid uptodate 1:6.12.6-1 > > > > I didn't try with xserver-xorg-video-radeon 2:1.7.5.902-1 from > > experimental yet, since last time I tested it the X process > > showed excessive CPU usage with EXA acceleration. > > You probably want radeon 6.12.192 and KMS if you use multiple sessions > at the same time. For instance, you'll have DRI2 in all sessions. Hmmm, as said I had this excessive X.org CPU usage with 6.12.192 and EXA enabled. But then, this was with some 2.6.32 and without KMS. Maybe that CPU usage problem doesn't happen with 2.6.33 and KMS. Is Debian squeeze/sid/experimental ready for KMS with Radeon? Or do I need to recompile some packages with different settings? http://wiki.debian.org/KernelModesetting does not yet mention Radeon. If installable packages are ready for it, I think I will compile a 2.6.33 with KMS, try it and add to the wiki if it works ;). -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 signature.asc Description: This is a digitally signed message part.
Bug#574989: xserver-xorg: X sometimes locks up on switching X sessions (VTs)
Martin Steigerwald wrote: > Package: xserver-xorg > Version: 1:7.5+5 > Severity: important > > I sometimes have two KDE sessions running, one for private stuff and one > for work. I usually set the private one to OpenGL compositing and the > work one to XRender compositing. > > Then when switching from my work one to the private one, sometimes the > screen stays black. It seems that X.org switches the VT but then gets > stuck. The mouse pointer doesn´t react to mouse movements anymore and > I cannot switch to VTs anymore. > > I still can SSH to the machine, but then the only way to recover is to > send a SIGKILL to the X process and to restart KDM. > > As attached X.org log says the server might get stuck in an endless > loop. > > I think this problem does not happen, when I suspend OpenGL compositing > on the private X session. Then I sometimes have it that X.org crashes, > see debian bug 573994. Maybe these two bugs are related. > > mar...@shambhala:~> apt-show-versions | egrep > "(xserver-xorg/|xserver-xorg-core/|xserver-xorg-video-radeon/|libgl1-mesa)" > libgl1-mesa-dev/squeeze uptodate 7.7-4 > libgl1-mesa-dri/squeeze uptodate 7.7-4 > libgl1-mesa-glx/squeeze uptodate 7.7-4 > xserver-xorg/sid uptodate 1:7.5+5 > xserver-xorg-core/squeeze uptodate 2:1.7.5-1 > xserver-xorg-video-radeon/sid uptodate 1:6.12.6-1 > > I didn't try with xserver-xorg-video-radeon 2:1.7.5.902-1 from > experimental yet, since last time I tested it the X process > showed excessive CPU usage with EXA acceleration. > > You probably want radeon 6.12.192 and KMS if you use multiple sessions at the same time. For instance, you'll have DRI2 in all sessions. 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/4ba7b244.9060...@ens-lyon.org
Bug#573994: X.org crashed again on VT switch, so reopening
reopen 573994 thanks I attached another backtrace which looks very similar. -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 Xorg.0.log.old Description: application/trash signature.asc Description: This is a digitally signed message part.
Processed: X.org crashed again on VT switch, so reopening
Processing commands for cont...@bugs.debian.org: > reopen 573994 Bug #573994 {Done: Martin Steigerwald } [xserver-xorg] xserver-xorg: X.org randomly crashes in multi session usage 'reopen' may be inappropriate when a bug has been closed with a version; you may need to use 'found' to remove fixed versions. > 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 Archive: http://lists.debian.org/handler.s.c.126927965728736.transcr...@bugs.debian.org
Processed: Re: Font sizes are not right when first starting kdm
Processing commands for cont...@bugs.debian.org: > forwarded 432598 https://bugs.freedesktop.org/show_bug.cgi?id=12219 Bug #432598 [kdm] Font sizes are not right when first starting kdm Set Bug forwarded-to-address to 'https://bugs.freedesktop.org/show_bug.cgi?id=12219'. > reassign 432598 xorg Bug #432598 [kdm] Font sizes are not right when first starting kdm Bug reassigned from package 'kdm' to 'xorg'. Bug No longer marked as found in versions kdebase/4:3.5.7-1. > 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 Archive: http://lists.debian.org/handler.s.c.12692746094685.transcr...@bugs.debian.org
Bug#574923: Fw: Bug#574923: xserver-xorg-video-intel: [965Q] screen resolution not detected properly anymore on HP Compaq dc7700p
> dmesg shows 7MB stolen ram > change this in the bios "under video settings " to at least 32MB > Max allowed "shared/stolen ram" is best > But I think that 7M is not enough > anyway, changing video ram is easy enough to test. > > Unfortunately, there isn't such option in the BIOS (HP dc7700p). Nothing to adjust video memory size or something related.
Bug#574923: xserver-xorg-video-intel: [965Q] screen resolution not detected properly anymore on HP Compaq dc7700p
more informations: a) newer Xorg.0.log attached b) xresprobe fails # ddcprobe vbe: VESA 3.0 detected. oem: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS vendor: Intel Corporation product: Intel(r)Broadwater-G Graphics Controller Hardware Version 0.0 memory: 7616kb mode: 1280x1024x256 mode: 1280x1024x64k mode: 1280x1024x16m mode: 1024x768x256 mode: 1024x768x64k mode: 1024x768x16m mode: 640x480x16m mode: 800x600x64k mode: 800x600x16m mode: 640x480x256 mode: 800x600x256 mode: 640x480x64k edid: edidfail # xresprobe intel id: res: freq: disptype: a) my working xorg.conf $ cat /etc/X11/xorg.conf Section "Monitor" Identifier "Monitor0" VendorName "ViewSonic" ModelName"VX2255wmb" HorizSync30-82 VertRefresh 50-85 Modeline "1680x1050_60" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync Option "PreferredMode" "1680x1050_60" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050_60" EndSubSection EndSection This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.7.5.902 (1.7.6 RC 2) Release Date: 2010-03-12 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.33-2-amd64 x86_64 Debian Current Operating System: Linux dc7700p 2.6.32-3-amd64 #1 SMP Wed Feb 24 18:07:42 UTC 2010 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-amd64 root=UUID=2aa7a315-8845-4632-905b-5b120e5cadae ro xdriver=intel video=1680x1050 quiet Build Date: 15 March 2010 10:14:47PM xorg-server 2:1.7.5.902-1 (Cyril Brulebois ) Current version of pixman: 0.16.4 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: Mon Mar 22 12:45:20 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (==) Automatically adding devices (==) Automatically enabling devices (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/cyrillic, /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, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. (II) Loader magic: 0x7c3540 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:0:2:0) 8086:2992:103c:2802 Intel Corporation 82Q963/Q965 Integrated Graphics Controller rev 2, Mem @ 0xf040/1048576, 0xe000/268435456, I/O @ 0x1210/8 (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.5.902, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.5.902, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.5.902, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org
xserver-xorg-video-ati_6.12.192-2_i386.changes ACCEPTED
Accepted: xserver-xorg-video-ati-dbg_6.12.192-2_i386.deb to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.12.192-2_i386.deb xserver-xorg-video-ati_6.12.192-2.diff.gz to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192-2.diff.gz xserver-xorg-video-ati_6.12.192-2.dsc to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192-2.dsc xserver-xorg-video-ati_6.12.192-2_i386.deb to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192-2_i386.deb xserver-xorg-video-radeon-dbg_6.12.192-2_i386.deb to main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.12.192-2_i386.deb xserver-xorg-video-radeon_6.12.192-2_i386.deb to main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.12.192-2_i386.deb Override entries for your package: xserver-xorg-video-ati-dbg_6.12.192-2_i386.deb - extra debug xserver-xorg-video-ati_6.12.192-2.dsc - source x11 xserver-xorg-video-ati_6.12.192-2_i386.deb - optional x11 xserver-xorg-video-radeon-dbg_6.12.192-2_i386.deb - extra debug xserver-xorg-video-radeon_6.12.192-2_i386.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 Archive: http://lists.debian.org/e1ntf3c-0004ut...@ries.debian.org
Processing of xserver-xorg-video-ati_6.12.192-2_i386.changes
xserver-xorg-video-ati_6.12.192-2_i386.changes uploaded successfully to localhost along with the files: xserver-xorg-video-ati_6.12.192-2.dsc xserver-xorg-video-ati_6.12.192-2.diff.gz xserver-xorg-video-ati_6.12.192-2_i386.deb xserver-xorg-video-ati-dbg_6.12.192-2_i386.deb xserver-xorg-video-radeon_6.12.192-2_i386.deb xserver-xorg-video-radeon-dbg_6.12.192-2_i386.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 Archive: http://lists.debian.org/e1nterz-0002fh...@ries.debian.org
Bug#574923: xserver-xorg-video-intel: [965Q] screen resolution not detected properly anymore on HP Compaq dc7700p
> If a kernel upgrade isn't involved, please try to see if downgrading > xserver-xorg-video-intel or xserver-xorg-core to testing helps. It doesn't help: ii xserver-xorg-video-intel 2:2.9.1-2 ii xserver-xorg-core2:1.7.5-1 I generated a xorg.conf and set HorizSync/VertRefresh as appropriate (30-82/50-85). This setup works. Looking at the differences in Xorg.0.log, I don't have anymore the following lines: (II) intel(0): Not using default mode "1680x1050" (hsync out of range) The result is: (II) intel(0): Printing probed modes for output VGA1 (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) -- 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/6a2e33621003220303g4b3efcb7vde6843f804845...@mail.gmail.com
xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.12.192-2'
Tag 'xserver-xorg-video-ati-1_6.12.192-2' created by Brice Goglin at 2010-03-22 10:23 + Tagging upload of xserver-xorg-video-ati 1:6.12.192-2 to unstable. Changes since xserver-xorg-video-ati-1_6.12.192-1: Alex Deucher (2): kms: fix ums naming compat for DisplayPort XAA: disable render accel Brice Goglin (6): Bump Standards-Version to 3.8.4 Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental Pull from upstream master Use different NEWS file for -ati and -radeon Enable kernel mode setting by default on Linux Prepare changelog for upload Dave Airlie (1): radeon: avoid using DRI1 init path on DRI2 driver. --- ChangeLog| 26 ++ debian/NEWS | 29 --- debian/changelog | 10 +++ debian/control |2 debian/radeon-kms.conf |2 debian/rules |4 + debian/xserver-xorg-video-ati.NEWS | 18 +++ debian/xserver-xorg-video-radeon.NEWS| 41 debian/xserver-xorg-video-radeon.postinst.in | 21 debian/xserver-xorg-video-radeon.postrm.in | 21 debian/xserver-xorg-video-radeon.prerm.in| 21 src/drmmode_display.c| 25 + src/drmmode_display.h|2 src/radeon_accelfuncs.c |1 src/radeon_kms.c | 68 --- 15 files changed, 231 insertions(+), 60 deletions(-) --- -- 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/e1nten7-00047r...@alioth.debian.org
xserver-xorg-video-ati: Changes to 'debian-unstable'
.gitignore | 84 ChangeLog| 3532 +++- Makefile.am | 12 README | 13 configure.ac | 72 debian/NEWS | 29 debian/changelog | 35 debian/control | 55 debian/radeon-kms.conf |2 debian/rules |4 debian/xserver-xorg-video-ati.NEWS | 18 debian/xserver-xorg-video-radeon.NEWS| 41 debian/xserver-xorg-video-radeon.postinst.in | 21 debian/xserver-xorg-video-radeon.postrm.in | 21 debian/xserver-xorg-video-radeon.prerm.in| 21 man/Makefile.am | 41 man/radeon.man | 83 src/.gitignore |3 src/AtomBios/includes/atombios.h | 1090 - src/Makefile.am | 33 src/ati_pciids_gen.h | 35 src/atombios_crtc.c | 1376 -- src/atombios_output.c| 1421 ++ src/drmmode_display.c| 1350 ++ src/drmmode_display.h| 86 src/legacy_crtc.c| 77 src/legacy_output.c | 23 src/pcidb/ati_pciids.csv | 35 src/pcidb/parse_pci_ids.pl |2 src/r600_exa.c | 1437 -- src/r600_reg_r6xx.h |6 src/r600_shader.c| 1112 +++-- src/r600_state.h | 73 src/r600_textured_videofuncs.c | 358 - src/r6xx_accel.c | 605 +- src/radeon.h | 347 + src/radeon_accel.c | 209 src/radeon_accelfuncs.c | 10 src/radeon_atombios.c| 390 + src/radeon_atombios.h| 18 src/radeon_bios.c| 119 src/radeon_chipinfo_gen.h| 37 src/radeon_chipset_gen.h | 35 src/radeon_commonfuncs.c | 518 +- src/radeon_crtc.c| 428 +- src/radeon_cursor.c | 77 src/radeon_dga.c | 466 -- src/radeon_dri.c | 77 src/radeon_dri2.c| 375 + src/radeon_dri2.h| 42 src/radeon_driver.c | 765 +-- src/radeon_drm.h | 153 src/radeon_dummy_bufmgr.h| 62 src/radeon_exa.c | 252 + src/radeon_exa_funcs.c | 557 ++ src/radeon_exa_render.c | 823 ++- src/radeon_kms.c | 1057 + src/radeon_legacy_memory.c | 25 src/radeon_macros.h | 49 src/radeon_modes.c | 12 src/radeon_output.c | 231 - src/radeon_pci_chipset_gen.h | 35 src/radeon_pci_device_match_gen.h| 35 src/radeon_pm.c | 886 src/radeon_probe.c | 87 src/radeon_probe.h | 41 src/radeon_reg.h | 278 + src/radeon_render.c |8 src/radeon_textured_video.c | 631 +- src/radeon_textured_videofuncs.c | 5705 +-- src/radeon_vbo.c | 206 src/radeon_vbo.h | 62 src/radeon_video.c | 192 src/radeon_video.h | 27 src/simple_list.h| 202 75 files changed, 4 insertions(+), 6511 deletions(-) New commits: commit 6e677b632d39a0bf15961d4fb93635a908e40f97 Author: Brice Goglin Date: Mon Mar 22 11:14:30 2010 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index d02aca7..d595e6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-ati (1:6.12.192-2) UNRELEASED; urgency=low +xserver-xorg-video-ati (1:6.12.192-2) unstable; urgency=low * Enable kernel mode setting by default on Linux. * Bump Standards-Version to 3.8.4, no changes needed. @@ -6,7 +6,7 @@ xserver-xorg-video-ati (1:6.12.192-2) UNRELEASED; urgency=low * Stop installing the NEWS file in all binary packages, only keep the relevant entries in -radeon and -ati NEWS files. - -- Brice Goglin Mon, 15 Mar 2010 1
xserver-xorg-video-ati: Changes to 'upstream-unstable'
Rebased ref, commits from common ancestor: commit 5c256808cb5fea955eea96ffe9196473715156aa Author: Alex Deucher Date: Wed Mar 17 23:47:50 2010 -0400 XAA: disable render accel It's been reported broken for a while. Should fix fdo bug 27151, others. diff --git a/src/radeon_accelfuncs.c b/src/radeon_accelfuncs.c index dd1defd..36f25e7 100644 --- a/src/radeon_accelfuncs.c +++ b/src/radeon_accelfuncs.c @@ -1332,6 +1332,7 @@ FUNC_NAME(RADEONAccelInit)(ScreenPtr pScreen, XAAInfoRecPtr a) #endif #ifdef RENDER +info->RenderAccel = FALSE; if (info->RenderAccel && info->xaaReq.minorversion >= 2) { a->CPUToScreenAlphaTextureFlags = XAA_RENDER_POWER_OF_2_TILE_ONLY; commit a0683be5cc082bdbdd3bc4e9b52f39f423650946 Author: Dave Airlie Date: Thu Mar 18 12:36:25 2010 +1000 radeon: avoid using DRI1 init path on DRI2 driver. I was playing with multi-seat and found this code, fixed it up to be sane and more DRI2 like. Signed-off-by: Dave Airlie diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 1121044..399a6a7 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -1151,31 +1151,11 @@ static const xf86CrtcConfigFuncsRec drmmode_xf86crtc_config_funcs = { }; -Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, char *busId, char *driver_name, int cpp) +Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp) { xf86CrtcConfigPtr xf86_config; - RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn); int i; - Bool ret; - - /* Create a bus Id */ - /* Low level DRM open */ - if (!pRADEONEnt->fd) { - ret = DRIOpenDRMMaster(pScrn, SAREA_MAX, busId, driver_name); - if (!ret) { - xf86DrvMsg(pScrn->scrnIndex, X_ERROR, - "[dri] DRIGetVersion failed to open the DRM\n" - "[dri] Disabling DRI.\n"); - return FALSE; - } - drmmode->fd = DRIMasterFD(pScrn); - pRADEONEnt->fd = drmmode->fd; - } else { - xf86DrvMsg(pScrn->scrnIndex, X_ERROR, - " reusing fd for second head\n"); - drmmode->fd = pRADEONEnt->fd; - } xf86CrtcConfigInit(pScrn, &drmmode_xf86crtc_config_funcs); xf86_config = XF86_CRTC_CONFIG_PTR(pScrn); diff --git a/src/drmmode_display.h b/src/drmmode_display.h index 1576d49..2e76259 100644 --- a/src/drmmode_display.h +++ b/src/drmmode_display.h @@ -74,7 +74,7 @@ typedef struct { } drmmode_output_private_rec, *drmmode_output_private_ptr; -extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, char *busId, char *driver_name, int cpp); +extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp); extern Bool drmmode_set_bufmgr(ScrnInfoPtr pScrn, drmmode_ptr drmmode, struct radeon_bo_manager *bufmgr); extern void drmmode_set_cursor(ScrnInfoPtr scrn, drmmode_ptr drmmode, int id, struct radeon_bo *bo); void drmmode_adjust_frame(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int x, int y, int flags); diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 1f9c5d4..15e5e3f 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -362,12 +362,67 @@ static Bool radeon_alloc_dri(ScrnInfoPtr pScrn) return TRUE; } +static Bool radeon_open_drm_master(ScrnInfoPtr pScrn) +{ +RADEONInfoPtr info = RADEONPTR(pScrn); +RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn); +struct pci_device *dev = info->PciInfo; +char *busid; +drmSetVersion sv; +int err; + +if (pRADEONEnt->fd) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + " reusing fd for second head\n"); + + info->dri2.drm_fd = pRADEONEnt->fd; + goto out; +} + +busid = XNFprintf("pci:%04x:%02x:%02x.%d", + dev->domain, dev->bus, dev->dev, dev->func); + +info->dri2.drm_fd = drmOpen("radeon", busid); +if (info->dri2.drm_fd == -1) { + + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "[drm] Failed to open DRM device for %s: %s\n", + busid, strerror(errno)); + xfree(busid); + return FALSE; +} +xfree(busid); + +/* Check that what we opened was a master or a master-capable FD, + * by setting the version of the interface we'll use to talk to it. + * (see DRIOpenDRMMaster() in DRI1) + */ +sv.drm_di_major = 1; +sv.drm_di_minor = 1; +sv.drm_dd_major = -1; +sv.drm_dd_minor = -1; +err = drmSetInterfaceVersion(info->dri2.drm_fd, &sv); +if (err != 0) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "[drm] failed to set drm interface version.\n"); + drmClose(info->dri2.drm_fd); + info->dri2.drm_fd = -1; + + return FALSE; +} + +pRADEONEnt->fd = info->dri2.drm_fd; + out: +info->drmmode.fd = info->dri2.drm_fd; +i
Bug#574923: xserver-xorg-video-intel: [965Q] screen resolution not detected properly anymore on HP Compaq dc7700p
Fathi Boudra wrote: > Package: xserver-xorg-video-intel > Version: 2:2.9.1-3 > Severity: normal > > Since a recent upgrade, probed modes for output VGA1 are wrong. > Before the upgrade, my monitor switched to 1680x1050 as expected. > Now, 1024x768 resolution is selected. > Using linux image 2.6.32-9, 2.6.32-10 and 2.6.33-1 doesn't help. > Kernel mode setting can be forced to 1680x1024 using video option, > but switch back to 1024x768 when Xorg starts. > If a kernel upgrade isn't involved, please try to see if downgrading xserver-xorg-video-intel or xserver-xorg-core to testing helps. 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/4ba730ab.5020...@ens-lyon.org
Bug#574923: xserver-xorg-video-intel: [965Q] screen resolution not detected properly anymore on HP Compaq dc7700p
Package: xserver-xorg-video-intel Version: 2:2.9.1-3 Severity: normal Since a recent upgrade, probed modes for output VGA1 are wrong. Before the upgrade, my monitor switched to 1680x1050 as expected. Now, 1024x768 resolution is selected. Using linux image 2.6.32-9, 2.6.32-10 and 2.6.33-1 doesn't help. Kernel mode setting can be forced to 1680x1024 using video option, but switch back to 1024x768 when Xorg starts. -- 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 Mar 15 15:11 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1867616 Mar 15 23:29 /usr/bin/Xorg /var/lib/x11/xorg.conf.roster does not exist. VGA-compatible devices on PCI bus: 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) /etc/X11/xorg.conf does not exist. Xorg X server log files on system: -rw-r--r-- 1 root root 24577 Mar 21 21:57 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.7.5.902 (1.7.6 RC 2) Release Date: 2010-03-12 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.33-2-amd64 x86_64 Debian Current Operating System: Linux dc7700p 2.6.32-4-amd64 #1 SMP Wed Mar 17 03:23:53 UTC 2010 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-4-amd64 root=UUID=2aa7a315-8845-4632-905b-5b120e5cadae ro quiet Build Date: 15 March 2010 10:14:47PM xorg-server 2:1.7.5.902-1 (Cyril Brulebois ) Current version of pixman: 0.16.4 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: Sun Mar 21 21:57:41 2010 (II) Loader magic: 0x7c3540 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:0:2:0) 8086:2992:103c:2802 Intel Corporation 82Q963/Q965 Integrated Graphics Controller rev 2, Mem @ 0xf040/1048576, 0xe000/268435456, I/O @ 0x1210/8 (==) Using default built-in configuration (30 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default intel Device 0" Driver "intel" EndSection Section "Screen" Identifier "Builtin Default intel Screen 0" Device "Builtin Default intel Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default intel Screen 0" Screen "Builtin Default vesa Screen 0" Screen "Builtin Default fbdev Screen 0" EndSection (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default intel Screen 0" (0) (**) | |-->Monitor "" (**) | |-->Device "Builtin Default intel Device 0" (==) No monitor specified for screen "Builtin Default intel Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (1) (**) | |-->Monitor "" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (2) (**) | |-->Monitor "" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (==) FontPath set to: /usr/share/fonts/X11/mi