Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-24 Thread Antoon Pardon
On Wed, Sep 17, 2008 at 06:53:24PM +0200, Brice Goglin wrote:
 Did this problem appear recently? after upgrading from what to what?
 
 Your hardware is pretty recent, it might be good if you could test the
 latest upstream git, it could be better. You can either build it
 manually (look at http://bgoglin.livejournal.com/10936.html and replace
 intel with ati), or just upgrade your X packages to experimental.

Today I found the time to try out your proposal.

First of all, you should include a line to alert the reader that the
package autoconf needs to be installed. Otherwise the autogen.sh scripts
aborts with the message:

  ./autogen.sh: line 9: autoreconf: command not found

Or maybe the apt-get build-dep should have installed that?

After installing autoconf I got the following:

/usr/local/src/ati/xf86-video-ati# ./autogen.sh 
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

-- 
Antoon Pardon



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



Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-24 Thread Julien Cristau
On Wed, Sep 24, 2008 at 10:36:06 +0200, Antoon Pardon wrote:

 After installing autoconf I got the following:
 
 /usr/local/src/ati/xf86-video-ati# ./autogen.sh 
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 autoreconf: running: aclocal 
 autoreconf: configure.ac: tracing
 autoreconf: configure.ac: not using Libtool
 autoreconf: running: /usr/bin/autoconf
 configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.
 configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
 autoreconf: /usr/bin/autoconf failed with exit status: 1
 
You need libtool, automake and xutils-dev.  They're not pulled in by
apt-get build-dep because that step is done before upload for the
packages.

Cheers,
Julien



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



Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-24 Thread Antoon Pardon
On Wed, Sep 24, 2008 at 11:20:18AM +0200, Julien Cristau wrote:
 On Wed, Sep 24, 2008 at 10:36:06 +0200, Antoon Pardon wrote:
 
  After installing autoconf I got the following:
  
  /usr/local/src/ati/xf86-video-ati# ./autogen.sh 
  autoreconf: Entering directory `.'
  autoreconf: configure.ac: not using Gettext
  autoreconf: running: aclocal 
  autoreconf: configure.ac: tracing
  autoreconf: configure.ac: not using Libtool
  autoreconf: running: /usr/bin/autoconf
  configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
  configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
  autoreconf: /usr/bin/autoconf failed with exit status: 1
  
 You need libtool, automake and xutils-dev.  They're not pulled in by
 apt-get build-dep because that step is done before upload for the
 packages.

OK, all done, finished the compilation and installation. No change in
behaviour.

-- 
Antoon Pardon



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



Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-18 Thread Antoon Pardon
On Wed, Sep 17, 2008 at 06:53:24PM +0200, Brice Goglin wrote:
 Antoon Pardon wrote:
  Package: xorg
  Version: 1:7.3+16
  Severity: normal
 
 
  After loging in with gdm, all seems to work fine until I want to
  go to a console via CTRL-ALT-Fn.
 
  Upon doing so, I find that the text console seems to be expanded
  vertically, making the two top lines and the bottom line invisible,
  seeming to be above and below the screen.
 
  Going back with CTRL-ALT-F7, the screen is completely black and the
  power light indicator of the monitor begins to flikker as if the
  computer is turned off or blanked in screensaver mode. Nothing
  I do can make the session active again, except for CTRL-ALT-BACKSPACE
  that will break off the X-seesion and will give me a gdm inlog screen.

 
 Did this problem appear recently? after upgrading from what to what?
 
 Your hardware is pretty recent, it might be good if you could test the
 latest upstream git, it could be better. You can either build it
 manually (look at http://bgoglin.livejournal.com/10936.html and replace
 intel with ati), or just upgrade your X packages to experimental.
 
 Brice

This is a recent optiplex 755 from dell. I installed it with etchandahalf.
It came with the following versions:

xorg1:7.1.0-19
xserver-xorg1:7.1.0-19
xserver-xorg-core   2:1.1.1-21etch5

CTRL-ALT-Fn sort of worked. When returning to the graphical environment
the colors were mixed up. Then I upgraded to the following versions

xorg1:7.3+16
xserver-xorg1:7.3+16
xserver-xorg-core   2:1.4.2-5

Which resulted in the symptoms I described.

-- 
Antoon Pardon



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



Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-18 Thread Brice Goglin
Antoon Pardon wrote:
 Your hardware is pretty recent, it might be good if you could test the
 latest upstream git, it could be better. You can either build it
 manually (look at http://bgoglin.livejournal.com/10936.html and replace
 intel with ati), or just upgrade your X packages to experimental.
 
 This is a recent optiplex 755 from dell. I installed it with etchandahalf.
 It came with the following versions:

 xorg1:7.1.0-19
 xserver-xorg1:7.1.0-19
 xserver-xorg-core   2:1.1.1-21etch5

 CTRL-ALT-Fn sort of worked. When returning to the graphical environment
 the colors were mixed up. Then I upgraded to the following versions

 xorg1:7.3+16
 xserver-xorg1:7.3+16
 xserver-xorg-core   2:1.4.2-5
   

Ok. Then, again, you should try latest upstream git as explained above.

Brice




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



Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-17 Thread Antoon Pardon
Package: xorg
Version: 1:7.3+16
Severity: normal


After loging in with gdm, all seems to work fine until I want to
go to a console via CTRL-ALT-Fn.

Upon doing so, I find that the text console seems to be expanded
vertically, making the two top lines and the bottom line invisible,
seeming to be above and below the screen.

Going back with CTRL-ALT-F7, the screen is completely black and the
power light indicator of the monitor begins to flikker as if the
computer is turned off or blanked in screensaver mode. Nothing
I do can make the session active again, except for CTRL-ALT-BACKSPACE
that will break off the X-seesion and will give me a gdm inlog screen.


=== 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  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
BusID   PCI:1:0:0
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection

== Xorg.0.log =

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-5)
Current Operating System: Linux rcpc42 2.6.24-etchnhalf.1-686 #1 SMP Mon Sep 8 
06:19:11 UTC 2008 i686
Build Date: 26 August 2008  07:32:05PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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 17 14:19:35 2008
(==) 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
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(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
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e3c00
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,29b0 card 1028,0211 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,29b1 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,29b4 card 1028,0211 rev 02 class 07,80,00 hdr 80
(II) PCI: 00:03:2: chip 8086,29b6 card 1028,0211 rev 02 class 01,01,85 hdr 00
(II) PCI: 00:03:3: chip 8086,29b7 card 

Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-17 Thread Brice Goglin
Antoon Pardon wrote:
 Package: xorg
 Version: 1:7.3+16
 Severity: normal


 After loging in with gdm, all seems to work fine until I want to
 go to a console via CTRL-ALT-Fn.

 Upon doing so, I find that the text console seems to be expanded
 vertically, making the two top lines and the bottom line invisible,
 seeming to be above and below the screen.

 Going back with CTRL-ALT-F7, the screen is completely black and the
 power light indicator of the monitor begins to flikker as if the
 computer is turned off or blanked in screensaver mode. Nothing
 I do can make the session active again, except for CTRL-ALT-BACKSPACE
 that will break off the X-seesion and will give me a gdm inlog screen.
   

Did this problem appear recently? after upgrading from what to what?

Your hardware is pretty recent, it might be good if you could test the
latest upstream git, it could be better. You can either build it
manually (look at http://bgoglin.livejournal.com/10936.html and replace
intel with ati), or just upgrade your X packages to experimental.

Brice





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