Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223893 - x11-drivers/ati-drivers-8.476 shows bogus-images
Summary: x11-drivers/ati-drivers-8.476 shows bogus-images
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-27 20:32 UTC by Dennis Winter
Modified: 2009-04-13 03:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Screenshot 1 (Bildschirmphoto1.png,153.83 KB, image/png)
2008-05-28 13:25 UTC, Dennis Winter
Details
Screenshot 2 (Bildschirmphoto2.png,105.81 KB, image/png)
2008-05-28 13:33 UTC, Dennis Winter
Details
Screenshot 3 (Bildschirmphoto3.png,167.28 KB, image/png)
2008-05-28 13:36 UTC, Dennis Winter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Winter 2008-05-27 20:32:34 UTC
Around icons of the Klipper or KPowersave (most probably more icons in the controlbar) the color is wrong.
Around icons on the Desktop, there is lettering, don't belonging there.

In short: Parts of the display is shown double, but without any particular order.



Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-27 21:01:57 UTC
Could you produce a screenshot and attach it here?
Comment 2 Dennis Winter 2008-05-28 13:25:46 UTC
Created attachment 154575 [details]
Screenshot 1

Down in the left next to the Folder "Webseite" the filename is KB_375_r_B.pdf, but parts of the image-filename next to it is overlayed. (This problem is gone, after a window was overlapping this part, but after hovering with the mouse over it, the problem occurs again.)

The Klipper icon shows a light grey background.

Up in the right the folder shows parts of the output of conky (See the red clock in the background)

The popup shows the icon with a black background, but normally not.

The folder below also shows parts of the conky output on the right.

(For everyone not familiar with conky, it is attaached to the desktop-background)
Comment 3 Dennis Winter 2008-05-28 13:33:46 UTC
Created attachment 154577 [details]
Screenshot 2

The popup doesn't show the wrong background, but the string "Eigentümer" and "Rechte" are behind the icon.
Also other files show the problem to be overlayed form writing from the right side. (Maybe, because I didn't hovered over them in the first place)

Conky is still running, but the problems are the same, so I cut off that part.
Comment 4 Dennis Winter 2008-05-28 13:36:51 UTC
Created attachment 154579 [details]
Screenshot 3

This time conky was shut down. Additionally I opened a window. Now the problem with the overlayed writing of the filename is even worse with the content of the window. If you look closely, you can see the toolbar and recognize some of the text.
Comment 5 Dennis Winter 2008-05-28 13:41:06 UTC
(In reply to comment #2)
> Created an attachment (id=154575) [edit]
> Screenshot 1


I forgot one thing. One should look closely at the folder icon in the upper right corner. The clock is not mapped correctly, but slightly shifted.
Comment 6 Luca Barbato gentoo-dev 2008-05-28 13:43:41 UTC
please also attach the xorg configuration and tell me if with a stock one everything is fine. I let some time before committing driver updates, while I test them on my setup, and so far I couldn't see any of the issues using e17
Comment 7 Luca Barbato gentoo-dev 2008-05-28 13:47:20 UTC
Comment on attachment 154575 [details]
Screenshot 1

Please use the right mime type...
Comment 8 Luca Barbato gentoo-dev 2008-05-28 13:49:56 UTC
I need to know the xorg-server version and related libs, I _think_ there is a composite version mismatch.
Comment 9 Dennis Winter 2008-05-28 13:55:24 UTC
Was just figuring out, what you might also need, since an emerge --info wouldn't really help I guess.

[D] root ~ # eix xorg -c
[I] app-doc/xorg-docs (1.4-r1@24.03.2008)
[N] app-doc/xorg-sgml-doctools (1.2)
[I] x11-base/xorg-server (1.3.0.0-r5@22.05.2008)
[I] x11-base/xorg-x11 (7.2@22.05.2008)
[N] x11-misc/Xorgautoconfig (*0.2.4-r1)
[I] x11-misc/xorg-cf-files (1.0.2@24.03.2008)


And here my xorg.conf:

Section "ServerLayout"
	Identifier     "Main Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard" "CoreKeyboard"
	InputDevice    "Synaptics" "CorePointer"
	Option	    "Clone" "off"
	Option	    "Xinerama" "off"
	Option	    "AIGLX" "on"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/local/share/fonts"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
	Option	    "blank time" "10"
	Option	    "standby time" "20"
	Option	    "suspend time" "30"
	Option	    "off time" "60"
	Option	    "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
	Identifier  "Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "acer_laptop"
#   Option	"XkbOptions"	"grp:toggle,grp_led:scroll"
	Option	    "XkbVariant" ",winkeys"
	Option	    "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "USB Mouse"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "SendCoreEvents" "true"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Buttons" "5"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Name" "Synaptics Touchpad"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "SendCoreEvents" "true"
	Option	    "SHMConfig" "true"
	Option	    "LeftEdge" "1900"
	Option	    "RightEdge" "5900"
	Option	    "TopEdge" "1900"
	Option	    "BottomEdge" "4350"
	Option	    "FingerHigh" "25"
	Option	    "FingerLow" "20"
	Option	    "MaxTapMove" "220"
	Option	    "MaxTapTime" "180"
	Option	    "MaxDoubleTapTime" "180"
	Option	    "MinSpeed" "0.04"
	Option	    "MaxSpeed" "0.18"
	Option	    "AccelFactor" "0.001"
	Option	    "VertScrollDelta" "100"
	Option	    "HorizScrollDelta" "100"
	Option	    "EmulateMidButtonTime" "0"
	Option	    "RTCornerButton" "0"
	Option	    "RBCornerButton" "0"
	Option	    "LTCornerButton" "2"
	Option	    "LBCornerButton" "0"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	Option	    "VendorName" "TV"
	Option	    "ModelName" "TV"
	ModeLine     "640x480" 25.2 640 664 760 800 480 491 493 525
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Generic VGA"
	Driver      "vga"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "off"
	Option	    "OpenGLOverlay" "off"
		## Driver / Performance Options
	Option	    "XAANoOffscreenPixmaps" "on"
	Option	    "TexturedVideo" "On"
		### Set to 1 - better , set to 2 for compability, and 0 for basic
	Option	    "UseFastTLS" "1"
       ### Experimental 
	Option	    "Textured2D" "on"
	Option	    "TexturedXRender" "on"
	Option	    "BackingStore" "on"
       ### forced turned off so TextureVideo is used
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "Generic VGA"
	Monitor    "Generic Monitor"
	DefaultDepth     8
	SubSection "Display"
		Viewport   0 0
		Virtual   800 600
		Depth     8
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "640x480"
	EndSubSection
	SubSection "Display"
		Depth     1
		Modes    "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x800" "1024x768" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        "Video"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "XVideo" "Enable"
	Option	    "RENDER" "Enable"
	Option	    "DAMAGE" "Enable"
	Option	    "Composite" "Enable"
EndSection

Comment 10 Dennis Winter 2008-05-28 13:57:21 UTC
Also here my lspci -vv section about VGA:

01:00.0 VGA compatible controller: ATI Technologies Inc RV530LE [Radeon X1600] (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] Unknown device 011f
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
	Region 1: I/O ports at 2000 [size=256]
	Region 2: Memory at fc000000 (32-bit, non-prefetchable) [size=64K]
	[virtual] Expansion ROM at fc020000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Suprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: fglrx_pci
	Kernel modules: fglrx
Comment 11 Luca Barbato gentoo-dev 2008-05-28 13:58:25 UTC
the driver is ~, try using ~ xorg and report back please.
Comment 12 Dennis Winter 2008-05-28 14:01:26 UTC
(In reply to comment #11)
> the driver is ~, try using ~ xorg and report back please.
> 

Öhm, which driver exactly do you mean - in which context?


Some libs, they are maybe interesting:
And now all x11-lib/...

eix -C x11-libs -c 
[N] x11-libs/ViewKlass (~0.7.0!m): An implementation of the ViewKit user interface library
[N] x11-libs/Xaw3d (1.5-r1): drop-in 3D replacement of the Xaw widget set which comes with X
[N] x11-libs/agg (~2.5 {X sdl truetype}): Anti-Grain Geometry - A High Quality Rendering Engine for C++
[I] x11-libs/cairo (1.4.14@08.04.2008): A vector graphics library with cross-device output support
[N] x11-libs/compiz-bcop (~0.6.0): Compiz option code generator
[N] x11-libs/compizconfig-backend-gconf (~0.6.0): libcompizconfig gconf backend
[N] x11-libs/compizconfig-backend-kconfig (~0.6.0 {arts debug elibc_FreeBSD xinerama}): libcompizconfig kde config backend
[N] x11-libs/diacanvas (~0.10.0 {debug doc gnome python}): Gnome library to draw diagrams
[N] x11-libs/dnd (1.1-r1): OffiX' Drag'n'drop library
[I] x11-libs/fltk (1.1.7-r2(1.1)@01.04.2008): C++ user interface toolkit for X and OpenGL.
[N] x11-libs/fox (1.2.18-r1(1.2) 1.4.34-r1(1.4) 1.6.30(1.6)): C++ based Toolkit for developing Graphical User Interfaces easily and effectively
[N] x11-libs/fox-wrapper (2): wrapper for fox-config to manage multiple versions
[N] x11-libs/fxscintilla (1.71-r1): A free source code editing component for the FOX-Toolkit
[N] x11-libs/gai ([M]~0.5.2 [M]~0.5.3 [M]~0.5.5 [M]0.5.6 [M]~0.5.10 {gnome opengl}): GAI, The General Applet Interface library is a library that will help applet programmers a lot.
[I] x11-libs/gksu (2.0.0@24.04.2008): A gtk+ frontend for libgksu
[N] x11-libs/goffice (0.2.1(0.2) 0.4.3(0.4) 0.6.2(0.6)): A library of document-centric objects and utilities
[N] x11-libs/goocanvas (~0.10): GooCanvas is a canvas widget for GTK+ using the cairo 2D library for drawing.
[I] x11-libs/gtk+ (1.2.10-r12(1)@24.03.2008 2.12.8(2)@01.04.2008): Gimp ToolKit +
[N] x11-libs/gtk+extra (2.1.1): Useful Additional GTK+ widgets
[N] x11-libs/gtk-canvas (0.1.1-r1): Backport of the GnomeCanvas widget to GTK+
[N] x11-libs/gtk-server (~2.0.10 ~2.0.12): GTK-server provides a stream-oriented interface to the GTK+ widget set
[I] x11-libs/gtkglarea (1.99.0(2)@25.03.2008): GL extensions for gtk+
[I] x11-libs/gtkglext (1.2.0@25.03.2008): GL extensions for Gtk+ 2.0
[N] x11-libs/gtkmathview (0.7.6): Rendering engine for MathML documents
[N] x11-libs/gtkmathview-bonobo (~0.0.2 ~0.0.4 {debug}): Bonobo wrapper for GtkMathView
[N] x11-libs/gtkscintilla2 (0.1.0): Gtk-2 wrappers for the Scintilla source editing components.
[I] x11-libs/gtksourceview (1.8.5-r1(1.0)@25.03.2008 2.0.2(2.0)@25.03.2008): A text widget implementing syntax highlighting and other features
[N] x11-libs/guile-gtk (1.2.0.41): GTK+ bindings for guile
[N] x11-libs/kylixlibs3-borqt (~3.0 ~3.0-r1): Kylix 3 OE libraries
[N] x11-libs/lesstif ([M]~0.95.0-r1 {static}): An OSF/Motif(R) clone
[N] x11-libs/libFS (1.0.0): X.Org FS library
[I] x11-libs/libICE (1.0.4@01.04.2008): X.Org ICE library
[N] x11-libs/libPropList (0.10.1-r3): libPropList
[I] x11-libs/libSM (1.0.3@01.04.2008): X.Org SM library
[I] x11-libs/libX11 (1.1.3@01.04.2008): X.Org X11 library
[I] x11-libs/libXScrnSaver (1.1.2@24.03.2008): X.Org XScrnSaver library
[N] x11-libs/libXTrap (1.0.0): X.Org XTrap library
[I] x11-libs/libXau (1.0.3@01.04.2008): X.Org Xau library
[I] x11-libs/libXaw (1.0.4@25.03.2008): X.Org Xaw library
[I] x11-libs/libXcomposite (0.4.0@24.03.2008): X.Org Xcomposite library
[I] x11-libs/libXcursor (1.1.9@24.03.2008): X.Org Xcursor library
[I] x11-libs/libXdamage (1.1.1@24.03.2008): X.Org Xdamage library
[I] x11-libs/libXdmcp (1.0.2@01.04.2008): X.Org Xdmcp library
[I] x11-libs/libXevie (1.0.2@24.03.2008): X.Org Xevie library
[I] x11-libs/libXext (1.0.3@01.04.2008): X.Org Xext library
[I] x11-libs/libXfixes (4.0.3@24.03.2008): X.Org Xfixes library
[I] x11-libs/libXfont (1.3.1-r1@24.03.2008): X.Org Xfont library
[I] x11-libs/libXfontcache (1.0.4@24.03.2008): X.Org Xfontcache library
[I] x11-libs/libXft (2.1.12@24.03.2008): X.Org Xft library
[I] x11-libs/libXi (1.1.3@01.04.2008): X.Org Xi library
[I] x11-libs/libXinerama (1.0.2@24.03.2008): X.Org Xinerama library
[I] x11-libs/libXmu (1.0.3@01.04.2008): X.Org Xmu library
[I] x11-libs/libXp (1.0.0@01.04.2008): X.Org Xp library
[I] x11-libs/libXpm (3.5.7@24.03.2008): X.Org Xpm library
[N] x11-libs/libXprintAppUtil (1.0.1): X.Org XprintAppUtil library
[N] x11-libs/libXprintUtil (1.0.1): X.Org XprintUtil library
[I] x11-libs/libXrandr (1.2.1@24.03.2008): X.Org Xrandr library
[I] x11-libs/libXrender (0.9.2@22.05.2008): X.Org Xrender library
[I] x11-libs/libXres (1.0.3@24.03.2008): X.Org XRes library
[I] x11-libs/libXt (1.0.5@02.04.2008): X.Org Xt library
[I] x11-libs/libXtst (1.0.3@01.04.2008): X.Org Xtst library
[I] x11-libs/libXv (1.0.3@24.03.2008): X.Org Xv library
[N] x11-libs/libXvMC (1.0.4): X.Org XvMC library
[I] x11-libs/libXxf86dga (1.0.2@24.03.2008): X.Org Xxf86dga library
[I] x11-libs/libXxf86misc (1.0.1@24.03.2008): X.Org Xxf86misc library
[I] x11-libs/libXxf86vm (1.0.1@24.03.2008): X.Org Xxf86vm library
[N] x11-libs/libast (0.7): LIBrary of Assorted Spiffy Things
[N] x11-libs/libcompizconfig (~0.6.0): Compiz configuration library
[N] x11-libs/libdmx (1.0.2): X.Org dmx library
[N] x11-libs/libdockapp (0.6.1): Window Maker Dock Applet Library
[I] x11-libs/libdrm (2.3.0@24.03.2008): X.Org libdrm library
[N] x11-libs/libelysium (0.99.9): Utility library for applications in the Elysium GNU/Linux distribution.
[N] x11-libs/libelysiumui (0.2.0): User Interface enhancements for Elysium GNU/Linux
[N] x11-libs/libfakekey (~0.1 {debug doc}): Helper library for the x11-misc/matchbox-keyboard package.
[I] x11-libs/libfontenc (1.0.4@24.03.2008): X.Org fontenc library
[I] x11-libs/libgksu (2.0.5(2)@25.03.2008): A library for integration of su into applications
[N] x11-libs/libiterm-mbt (~0.5): Hacked version of libiterm -- Internationalized Terminal Emulator Library
[I] x11-libs/liblbxutil (1.0.1@24.03.2008): X.Org lbxutil library
[N] x11-libs/libmatchbox (~1.8 ~1.9 {X debug doc jpeg pango png truetype xsettings}): The Matchbox Library.
[I] x11-libs/libnotify (0.4.4@25.03.2008): Notifications library
[N] x11-libs/liboldX (1.0.1): X.Org oldX library
[N] x11-libs/libqxt (~0.2.4 ~0.2.5 {debug fastcgi ssl}): The Qt eXTension library provides cross-platform utility classes to add functionality ontop of the Qt toolkit
[I] x11-libs/libsexy (0.1.11@25.03.2008): Sexy GTK+ Widgets
[N] x11-libs/libsvg-cairo (0.1.6): Render SVG content using cairo
[N] x11-libs/libsynaptics (0.14.6c): library for accessing synaptics touchpads
[N] x11-libs/libview (~0.5.6-r1 ~0.6.1 {debug}): VMware's Incredibly Exciting Widgets
[I] x11-libs/libwnck (2.20.3@25.03.2008): A window navigation construction kit
[I] x11-libs/libxcb (1.0@25.03.2008): X C-language Bindings library
[I] x11-libs/libxkbfile (1.0.4@24.03.2008): X.Org xkbfile library
[I] x11-libs/libxkbui (1.0.2@24.03.2008): X.Org xkbui library
[I] x11-libs/libxklavier (3.3@25.03.2008): High level XKB library
[N] x11-libs/libxsettings-client (0.10): provides inter toolkit configuration settings
[N] x11-libs/neXtaw (0.15.1-r1): Athena Widgets with N*XTSTEP appearance
[N] x11-libs/openmotif (2.3.0-r3): Open Motif
[N] x11-libs/openmotif-compat (2.2.3(2.2)): Legacy Open Motif libraries for old binaries
[I] x11-libs/pango (1.18.4@24.03.2008): Text rendering and layout library
[N] x11-libs/pixman (~0.9.6 ~0.10.0 {debug}): Low-level pixel manipulation routines
[I] x11-libs/qscintilla (2.1-r1@02.04.2008): A Qt port of Neil Hodgson's Scintilla C++ editor class
[I] x11-libs/qt (3.3.8-r4(3)@01.04.2008 4.3.3(4)@22.04.2008): The Qt toolkit is a comprehensive C++ application development framework.
[N] x11-libs/qt-assistant ((4)  [M]~4.4.0 [M]~4.4.0-r1
	{debug doc pch}): The assistant help module for the Qt toolkit.
[N] x11-libs/qt-core ((4)  [M]~4.4.0
	{+qt3support debug doc glib pch ssl}): The Qt toolkit is a comprehensive C++ application development framework.
[N] x11-libs/qt-dbus ((4)  [M]~4.4.0
	{debug pch}): The DBus module for the Qt toolkit.
[N] x11-libs/qt-demo ((4)  [M]~4.4.0
	{debug pch}): Demonstration module of the Qt toolkit.
[N] x11-libs/qt-embedded ((3)  ~3.3.8
	{cups debug doc firebird gif ipv6 mysql nis odbc opengl postgres sqlite}): Embedded Linux port of Qt
[N] x11-libs/qt-gui ((4)  [M]~4.4.0
	{+accessibility +qt3support cups dbus debug glib input_devices_wacom mng nas nis pch tiff xinerama}): The GUI module(s) for the Qt toolkit.
[N] x11-libs/qt-opengl ((4)  [M]~4.4.0
	{+qt3support debug pch}): The OpenGL module for the Qt toolkit.
[N] x11-libs/qt-phonon ((4)  [M]~4.4.0
	{dbus debug pch}): The Phonon module for the Qt toolkit.
[N] x11-libs/qt-qt3support ((4)  [M]~4.4.0
	{+accessibility debug pch}): The Qt3 support module for the Qt toolkit.
[N] x11-libs/qt-script ((4)  [M]~4.4.0
	{debug pch}): The ECMAScript module for the Qt toolkit
[N] x11-libs/qt-sql ((4)  [M]~4.4.0
	{+qt3support +sqlite debug firebird mysql odbc pch postgres}): The SQL module for the Qt toolkit.
[N] x11-libs/qt-svg ((4)  [M]~4.4.0
	{debug pch}): The SVG module for the Qt toolkit.
[N] x11-libs/qt-test ((4)  [M]~4.4.0
	{debug pch}): The testing framework module for the Qt toolkit.
[N] x11-libs/qt-webkit ((4)  [M]~4.4.0
	{debug pch}): The Webkit module for the Qt toolkit.
[N] x11-libs/qt-xmlpatterns ((4)  [M]~4.4.0
	{debug pch}): The patternist module for the Qt toolkit.
[N] x11-libs/qwt (4.2.0-r3 5.0.2-r1(5)): 2D plotting library for Qt4
[N] x11-libs/qwt-qt3 ((5)  ~5.0.2 ~5.0.2-r1
	{doc}): 2D plotting library for Qt3
[N] x11-libs/qwtplot3d (~0.2.6-r2 ~0.2.7 {doc examples}): Qt4/OpenGL-based 3D widget library for C++
[N] x11-libs/qwtplot3d-qt3 (~0.2.7 {doc examples}): Qt3/OpenGL-based 3D widget library for C++
[N] x11-libs/rep-gtk (0.18-r3(gtk-2.0)): A GTK+/libglade/GNOME language binding for the librep Lisp environment
[N] x11-libs/scw (0.4.7): A GTK+ widget set specifically designed for chat programs.
[I] x11-libs/startup-notification (0.9@24.03.2008): Application startup notification and feedback library
[N] x11-libs/tslib (~1.0): Touchscreen Access Library
[I] x11-libs/vte (0.16.13@14.04.2008): Gnome terminal widget
[I] x11-libs/wxGTK (2.8.7.1-r1(2.8)@24.04.2008): GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit.
[N] x11-libs/wxmozilla (~0.5.7_pre20070102 {doc python}): Mozilla widget for wxWindows
[N] x11-libs/xbae (~4.60.4 {doc examples}): Motif-based widget to display a grid of cells as a spreadsheet
[N] x11-libs/xcb-util (0.2): X C-language Bindings sample implementations
[N] x11-libs/xclass (0.8.2-r2): a C++ GUI toolkit for the X windows environment
[N] x11-libs/xfc (~4.3.2 {debug doc examples}): C++ bindings to Xfce desktop environment
[N] x11-libs/xforms (1.0.90-r1): A graphical user interface toolkit for X
[N] x11-libs/xosd (2.2.14-r1): Library for overlaying text/glyphs in X-Windows X-On-Screen-Display plus binary for sending text from command line
[I] x11-libs/xtrans (1.0.3@22.05.2008): X.Org xtrans library
[N] x11-libs/xview (3.2-r6): The X Window-System-based Visual/Integrated Environment for Workstations
Found 133 matches.
Comment 13 Luca Barbato gentoo-dev 2008-05-28 14:12:29 UTC
basically

x11-base/xorg-server-1.4.0.90-r3 and related present in ~

lu
Comment 14 Dennis Winter 2008-05-28 14:26:26 UTC
It might take some time, since on my system x11-proto/xf86driproto-2.0.3 (is blocking media-libs/mesa-7.0.3)
Comment 15 Luca Barbato gentoo-dev 2008-05-28 14:45:56 UTC
To make it clear, you need to use ~ on a wide number of ebuild (ALL X) in order to get the thing working, probably.
Comment 16 Dennis Winter 2008-05-28 15:27:16 UTC
For now I don't have the time to figure out my dependency problems.

Have to come back on this at an later point.
Comment 17 Jeffrey Gardner (RETIRED) gentoo-dev 2009-04-13 03:52:41 UTC
removed from tree