KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21572/root/usr/share/doc/rhpxl-0.41.1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21572/root/usr/share/doc/rhpxl-0.41.1/ChangeLog
2007-05-29  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  New version.

2007-05-23  Chris Lumens  <clumens@redhat.com>

	* rhpxl/ibmasm.py:  Added.
	* rhpxl/xhwstate.py (XF86HardwareState.generate_xconfig):  Add support
	for writing out a config file section for the IBM Advanced System
	Management PCI adapter card (#227407, Konrad Rzeszutek
	<konradr AT redhat.com>).

2006-11-29  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/videocard.py:  Removed readDrivers and code that's only needed
	by it (#211977).

2006-11-06  Adam Jackson  <ajackson@redhat.com>

	* rhpxl/xhwstate.py: Don't filter the list of resolutions we just
	got from randr by our wildly inaccurate guess of how much VRAM
	there is

	* rhpxl.spec, setup.py: Bump version

2006-10-13  Bill Nottingham  <notting@redhat.com>

	* po/kn.po: Use a valid charset
	
	* rhpxl.spec, setup.py: Bump version

2006-10-12  Adam Jackson  <ajackson@redhat.com>

	* rhpxl/videocard.py: When no better driver is detected on ppc{,64},
	use fbdev instead of vesa.

	* rhpxl.spec, setup.py: Bump version.

2006-10-05  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py: Bump version.

	* rhpxl/xserver.py (XServer._getAttempt):  Set the driver correctly
	when trying to start up with framebuffer or vesa.

2006-10-03  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py: Bump version.

	* rhpxl/monitor.py:  Don't raise an ImportError if _pyrandr cannot be
	imported due to missing X libraries.

	* rhpxl/xhwstate.py:  Likewise.

2006-09-21  Adam Jackson  <ajackson@redhat.com>

	* rhpxl/xhwstate.py:
	Fix resolution comparison to, uh, work.  Properly write out Display
	subsections so the resolution selector works again.

	* rhpxl.spec, setup.py: Require newer pyxf86config, and bump version.

2006-09-13  Adam Jackson  <ajackson@redhat.com>

	* rhpxl/monitor.py:
	When checking if the monitor supports a mode, ask RANDR first, in
	case we guessed bogus sync ranges.

	* rhpxl/xhwstate.py:
	Use RANDR info when computing the list of available modes, and when
	re-calculating the current mode.

	* rhpxl.spec, setup.py: Bump version.

2006-09-12  Peter Jones  <pjones@redhat.com>

	* rhpxl/videocard.py (VideoCardInfo.__init__): use forceDriver not
	forceVesa, and pass the value on to vc.setDriver directly

	* rhpxl/xserver.py (Xserver.probeHW): use forceDriver, not forceVesa

2006-09-11  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py: Bump version.

	* rhpxl/xserver.py (XServer._run):  Do a better job about detecting
	that the X server has failed to start (#205874).

2006-08-25  Jeremy Katz  <katzj@redhat.com>

	* rhpxl.spec, setup.py: Bump version.

	* rhpxl/xhwstate.py (XF86HardwareState.__init__): Another default
	depth of 24

	* rhpxl/videocard.py (VideoCardInfo.__init__): Probe all buses.
	Don't set PCI bits unless the video card is a PCI card

2006-08-23  Adam Jackson  <ajackson@redhat.com>

	* rhpxl/xserver.py: Default depth of 24.
	
	* rhpxl.spec, setup.py: Bump version.

2006-08-14  Adam Jackson  <ajackson@redhat.com>

	* rhpxl.spec, setup.py:  Re-bump, make the archive correctly this time.

2006-08-14  Adam Jackson  <ajackson@redhat.com>

	* rhpxl/xhwstate.py (generate_xconfig):  Don't say Load "synaptics",
	it's unnecessary and breaks the automatic module list generation.

	* rhpxl.spec, setup.py:  Bump version.

2006-08-07  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

2006-08-03  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xhwstate.py (XF86HardwareState.init_from_xconfig):  Fix
	cut-and-paste error.  Use the probed board name as the video card
	name (notting).
	(XF86HardwareState.set_resolution):  self.resolution is a string, not
	a tuple (notting).

2006-08-02  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xserver.py (XServer._run):  Don't redirect the server's stdout
	and stderr to a file, as it's confusing to have two output files.

2006-08-01  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/xhwstate.py (XF86HardwareState.init_from_xconfig):  Fix
	system-config-display traceback if there's no module list.
	Return default strings if monitor or video card names are None.
	
	* rhpxl/xserver.py (XServer.probeHW):  Optionally, take in a confFile
	argument so we can init from an existing config file (useful for
	s-c-display).

2006-07-31  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/videocard.py:  Removed runDDCProbeStub.  Assume VESA as a last
	resort (patch from notting).
	* rhpxl/xserver.py (XServer.probeHW):  Don't pass skipDDCProbe to
	VideoCardInfo.

	* rhpxl/monitors.py:  Remove lots of unneeded monitor DDC probing
	code.
	* rhpxl/xhwstate.py (get_valid_resolution):  Rewrite to use _pyrandr
	instead of all the modes junk.
	* rhpxl/xserver.py (XServer.probeHW):  Simplify monitor probing as well.

2006-07-28  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/xserver.py:  Remove xQuitCB support (only anaconda was using
	it anyway).  Remove forking loops waiting for X to start, since
	subprocess does the right thing.  Write X's stdout/stderr to a file.
	(_waitForXServer):  Unneeded now.
	(addExtraScreen):  Add a funtion needed by both anaconda and firstboot to
	set up a special extra screen section.  This is used for making sure we
	start up at the right resolution and font size.

2006-07-27  Jeremy Katz  <katzj@redhat.com>

	* rhpxl/xserver.py (XServer.__init__): Set fontpath since xfs
	won't be running in most cases where rhpxl is used.

2006-07-27  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xhwstate.py:  Use new xserver code.
	* rhpxl/xserver.py:  Convert into an object.  Reduce number of
	exposed functions needed to start up X to one (startX).  Make it
	easier to modify the config file between creating it and writing it
	out.  Restore call to xStartedCB, since anaconda needs that to run mini-wm
	(#200170).

2006-07-25  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

2006-07-24  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xserver.py:  Add -extension Composite to the X startup flags
	to fix tracebacks with the vesa driver.

2006-07-24  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

2006-07-21  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xhwstate.py:  Fix synaptics module loading.

	* rhpxl/xserver.py (textx):  Remove -terminate flag to fix race
	condition.

2006-07-21  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/xhwstate.py:  Copy driver options into the config file.
	* rhpxl/xserver.py:  Use /dev/null as the log file default.

2006-05-09  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xhwstate.py, rhpxl/xserver.py:  Remove code needed for writing
	out monitor and modes stuff that X can now handle on its own.  Remove
	other functions only used by that code.

2006-04-11  Bill Nottingham  <notting@redhat.com>

	* rhpxl/xserver.py: make comment match code

2006-04-04  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec: Bump version.
	* setup.py: Likewise.

	* rhpxl/__init__.py:  Blank this out so we don't import everything when we
	only want to import one part.

2006-04-03  Chris Lumens  <clumens@redhat.com>

	* rhpxl/monitor.py (Modes):  Move code into a new class.
	* rhpxl/mouse.py (mouseWindow):  Removed.
	* rhpxl/xhwstate.py:  Use Modes class.

2006-03-06  Jeremy Katz  <katzj@redhat.com>

	* rhpxl.spec: Bump version.
	* setup.py: Likewise.

	* rhpxl/xserver.py (probeHW): Allow forcing vesa.
	* rhpxl/videocard.py (VideoCardInfo.__init__): Allow forcing vesa.

2006-02-22  Jeremy Katz  <katzj@redhat.com>

	* rhpxl.spec, setup.py: Bump version.

	* rhpxl/videocard.py (VideoCardInfo.__init__): Hack, hack, hack
	for i810 (#182300)

2006-02-22  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/videocard.py (VideoCardInfo.__init__):  Only prepend the first
	card seen that has a driver instead of all of them (#182016).

2006-02-21  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xhwstate.py (XF86HardwareState.available_resolutions):  Return
	a fixed list of resolutions for the SGI 1600SW display, rather than
	trying to figure it out (#115679).

2006-02-08  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* data/:  Removed.
	* rhpxl/monitor.py:  Look for modes data elsewhere.

2006-02-01  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/xhwstate.py (compare_aspectratio):  Add patch to only put same
	aspect ratio modes into the X config file (#158143, Jef Spaleta
	<jspaleta AT gmail.com>).

2006-01-24  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/xhwstate.py (XF86HardwareState.generate_xconfig):  Protect
	against an empty list of probed mice (#178515).

2006-01-18  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

	* rhpxl/xserver.py (probeHW):  Don't print out the mouse string.
	Don't print out the monitor string unless we're on i386 or ppc.

2005-12-21  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec, setup.py:  Bump version.

2005-12-14  Chris Lumens  <clumens@redhat.com>

	* rhpxl/guesslcd.py, rhpxl/monitor.py, rhpxl/mouse.py,
	rhpxl/videocard.py, rhpxl/xhwstate.py, rhpxl/xserver.py:  Stop using
	rhpl.log.

2005-12-02  Chris Lumens  <clumens@redhat.com>

	* rhpxl/xhwstate.py (XF86HardwareState.init_from_xconfig):  If probing
	fails, try to set the hsync and vsync from values in the config file
	(patch from Maxim Dzumanenko - #154172).

2005-11-21  Bill Nottingham  <notting@redhat.com>

	* rhpxl.spec, setup.py: Bump version
	
	* rhpxl/xhwstate.py, rhpxl/videocard.py: Use rhpl.getArch(),
	not rhpl.arch.getBaseArch(), to avoid getting ia32e/ppc64pseries/etc.
	back and having to special case all of them.

2005-11-15  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec: Bump version.

	* rhpxl/xhwstate (get_valid_resolution):  Don't need xhwstate since
	we're in that module already (#173229).

2005-11-14  Jeremy Katz  <katzj@redhat.com>

	* setup.py:
	* rhpxl.spec:
	Bump version.

	* rhpxl/videocard.py (readDrivers): Driver are .so files now

2005-11-14  Jeremy Katz  <katzj@redhat.com>	

	* setup.py: 
	* rhpxl.spec:
	Bump version.

	* rhpxl/xserver.py (writeXConfig): Unscaled fonts fixed with newer
	libXfont, let's go back to that.

2005-11-13  Jeremy Katz  <katzj@redhat.com>

	* setup.py: 
	* rhpxl.spec:
	Bump version.

	* rhpxl/xserver.py (startX): Fix server path for modular X
	(writeXConfig): Fix font paths for modular X
	(writeXConfigAndRunX): Fix paths for modular X

	* rhpxl/xhwstate.py (XF86HardwareState.get_option): Adjust input
	driver paths for modular X

	* rhpxl/videocard.py (readDrivers): Adjust driver path for modular X

2005-10-13  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec:  Correct python lib directory on 64-bit archs (#170624).
	Bump build.

2005-10-12  Chris Lumens  <clumens@redhat.com>

	* rhpxl/__init__.py:  Fix to import everything.

	* rhpxl/monitor.py:  Correct location of data files.  Translate in
	rhpxl domain instead of rhpl domain.
	* rhpxl/mouse.py:  Translate in rhpxl domain instead of rhpl domain.
	* rhpxl/videocard.py:  Likewise.
	* rhpxl/xhwstate.py:  Likewise.
	* rhpxl/xserver.py:  Likewise.

2005-10-11  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec:  Bump version.

	* data/:  Moved to rhpxl from rhpl.
	* ddcprobe:  Likewise.

2005-10-11  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec:  Bump version.

	* rhpxl/mouse.py:  Fix import of simpleconfig.
	* rhpxl/xhwstate.py:  Remove references to rhpl.*.
	* rhpxl/xserver.py:  Likewise.

2005-10-07  Chris Lumens  <clumens@redhat.com>

	* rhpxl.spec:  Bump version.  Fix build deps.

2005-10-06  Chris Lumens  <clumens@redhat.com>

	* Initial import from rhpl.

Anon7 - 2021