Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53258 - Patch for Xautoconfig - adds support for X.org
Summary: Patch for Xautoconfig - adds support for X.org
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High critical (vote)
Assignee: Matt Jarjoura (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 61185
  Show dependency tree
 
Reported: 2004-06-07 15:58 UTC by Matt Jarjoura (RETIRED)
Modified: 2004-10-08 06:52 UTC (History)
1 user (show)

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


Attachments
Patch to check for xorg or Xfree86 (Xautoconfig.patch,5.07 KB, patch)
2004-06-07 16:03 UTC, Matt Jarjoura (RETIRED)
Details | Diff
The missing piece (Includes support for font path instead of server) (XF4text.h.diff,1.45 KB, patch)
2004-09-24 20:13 UTC, Matt Jarjoura (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Jarjoura (RETIRED) gentoo-dev 2004-06-07 15:58:33 UTC
Since Gentoo now supports X.org, Xautoconfig assumes the user is running XFree86.  This enhancement adds a test to see if Xorg is installed or if it should continue to use XFree86.  Depending on the installed system, it will create the configuration file for it.

Reproducible: Always
Steps to Reproduce:
1.run Xautoconfig
2.without checking for Xorg, simply writes XF86Config
3.user must manually change XF86Config to xorg.conf	

Actual Results:  
 

Expected Results:  
Should check to see if Xorg is installed instead and write xorg.conf file 
automatically.
Comment 1 Matt Jarjoura (RETIRED) gentoo-dev 2004-06-07 16:03:13 UTC
Created attachment 32895 [details, diff]
Patch to check for xorg or Xfree86
Comment 2 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-06-11 11:02:57 UTC
Manually applied this patch for 2004.2 kde/gnome livecd. 
Comment 3 Graeme Humphries 2004-06-14 15:13:44 UTC
Any chance of getting this patch into portage, with an updated ebuild?
Comment 4 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-06-14 16:34:00 UTC
I've been testing this. Seems to work just fine. 

I've also noticed there's a bug in the latest Xautoconfig: the binary is not Xautoconfig4 but Xautoconfig. 

I'll try to fix asap.
Comment 5 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-07-22 14:03:14 UTC
hey, could you have a look at fixing this in cvs?
Comment 6 Przemyslaw Maciag (RETIRED) gentoo-dev 2004-09-05 15:26:45 UTC
works like a charm! :D

Plz - put it into portage.

Regards,
Przemek
Comment 7 Matt Jarjoura (RETIRED) gentoo-dev 2004-09-24 20:13:57 UTC
Created attachment 40343 [details, diff]
The missing piece (Includes support for font path instead of server)
Comment 8 Matt Jarjoura (RETIRED) gentoo-dev 2004-09-24 20:20:17 UTC
Both patches should be applied to Xautoconfig version 0.22.
Comment 9 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-09-26 07:50:07 UTC
matt, can you add this in portage, so I can include it on the 2004.3 betas? 

Thnxs!
Comment 10 Lars Weiler (RETIRED) gentoo-dev 2004-10-08 06:52:35 UTC
I patched the ebuild and patches a bit more, so that they don't fail.  All is in CVS now.