[Bug 12844] New: Gutsy: Display is washed out, too bright. No adjustment will correct for over bright display

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 17 20:57:43 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=12844

           Summary: Gutsy: Display is washed out, too bright. No adjustment
                    will correct for over bright display
           Product: xorg
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: bryan.cebuliak at gmail.com
         QAContact: xorg-team at lists.x.org


See:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-driver-ati/+bug/152312
Following an upgrade from Feisty on Kubuntu, the display now appears too washed
out such that "greyed-out" text is invisible in most colour schemes (the text
in this window is only just visible!). No amount of adjustment of the monitor
controls will bring the display back to it's former state under Feisty.
Altering the gamma setting in /etc/X11/x.org.conf or via xgamma to a value of
about 0.4 - 0.5 will improve matters slightly but this was not required in
previous releases.

I installed the "ubuntu-desktop" meta package and got the same results under
GDM/Gnome desktop.

Hardware is a Asus Pundit-R with onboard ATI Radeon 9100 IGP

x.org driver is "ati"
 Bryan Cebuliak wrote 21 hours ago: (permalink)

I can confirm this bug also following a recent network upgrade from Feisty to
Gutsy. Moreover, the auto adjust button on my Polyview V293 LCD adjusts nicely
then is immediately over ridden.
my lspci :
lspci
00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge (rev 02)
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge
00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
00:13.2 USB Controller: ATI Technologies Inc EHCI USB Controller (rev 01)
00:14.0 SMBus: ATI Technologies Inc ATI SMBus (rev 17)
00:14.1 IDE interface: ATI Technologies Inc ATI Dual Channel Bus Master PCI IDE
Controller
00:14.3 ISA bridge: ATI Technologies Inc Unknown device 434c
00:14.4 PCI bridge: ATI Technologies Inc Unknown device 4342
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio
Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 9100 IGP
02:05.0 RAID bus controller: Silicon Image, Inc. SiI 3512 [SATALink/SATARaid]
Serial ATA Controller (rev 01)
02:06.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
02:0b.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller
(rev 80)

my xorg.conf:
# xorg.conf (xorg 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 "Files"
EndSection

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc104"
 Option "XkbLayout" "us"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ImPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/input/wacom"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "eraser"
 Option "Device" "/dev/input/wacom"
 Option "Type" "eraser"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "cursor"
 Option "Device" "/dev/input/wacom"
 Option "Type" "cursor"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
 Identifier "ATI Technologies Inc Radeon 9100 IGP"
 Driver "ati"
 BusID "PCI:1:5:0"
EndSection

Section "Monitor"
 Identifier "CMC 19 AD"
 Option "DPMS"
 HorizSync 30-82
 VertRefresh 56-76
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "ATI ...

Read more...
 Bryan Cebuliak wrote 4 hours ago: (permalink)

Note the Gutsy xorg packages used:
Package xserver-xorg-core
   * gutsy (x11): X.Org X server -- core server
     2:1.3.0.0.dfsg-12ubuntu8: amd64 i386 powerpc
Package xserver-xorg-video-ati
   * gutsy (x11): X.Org X server -- ATI display driver
     1:6.7.195-1ubuntu2: amd64 i386 powerpc

Compared to Feisty packages:
Package xserver-xorg-core
   * feisty (x11): X.Org X server -- core server
     2:1.2.0-3ubuntu8: amd64 i386 powerpc
Package xserver-xorg-video-ati
   * feisty (x11): X.Org X server -- ATI display driver
     1:6.6.3-2ubuntu6: amd64 i386 powerpc

Using the gutsy VESA driver fixes the washout problem at the cost of
poorer resolution.
The same system has no problem running current Debian Sid with
xserver-xorg-video-ati 1:6.6.6.193-3 and xserver-xcore 2:1.4-3.
 Bryan Cebuliak wrote 1 hours ago: (permalink)

I note that the 1:6.7.195-1ubuntu2 is from Debian experimental [ !?] which has
been updated since due to this bug which may or may not be relevant:
https://bugs.freedesktop.org/show_bug.cgi?id=12720

see also :
http://packages.debian.org/changelogs/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.195-2/changelog
and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445746


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-driver-ati mailing list