PDA

View Full Version : GUI xorg.conf editor



vvlist
October 15th, 2005, 01:12 AM
On some systems, (including my IBM T40 laptop) hardware rendering is not enabled. It would be very 'handy' if there was a x.org configuration dialog built into ubuntu's GNOME. GXConf (http://www.gnomefiles.org/app.php?soft_id=1081) is a step in the right direction. Let me add that this dialog could include resolution switching, color depth, dual monitor support, compositing, etc. I really hope a developer sees this, because this is a feature that would greatly improve Ubuntu's desktop.

luckyaba
October 15th, 2005, 01:22 AM
dpkg-reconfigure xserver-xorg

has most of the feature your looking for

idn
October 15th, 2005, 01:26 AM
dpkg-reconfigure xserver-xorg

has most of the feature your looking for

But in a gtk app would be good, no need to touch the command line.

I think this would be a very good idea.

vvlist
October 15th, 2005, 01:27 AM
dpkg-reconfigure xserver-xorg

has most of the feature your looking for

I am aware of this method. I've used it many a time. But I'm saying would be nice if there was a non-command line equivalent of this method. And little features like it would attract more users to the Ubuntu linux platform.

poofyhairguy
October 15th, 2005, 01:40 AM
I think this is the biggest missing feature.

vvlist
October 15th, 2005, 01:56 AM
How can we notify developers about this missing feature?

poofyhairguy
October 15th, 2005, 02:12 AM
How can we notify developers about this missing feature?


I have been thinking about this a lot. I don't thing bugzilla is enough. I almost want to start a petition. At the very least, make a wiki page.

luckyaba
October 15th, 2005, 03:30 AM
I am aware of this method. I've used it many a time. But I'm saying would be nice if there was a non-command line equivalent of this method. And little features like it would attract more users to the Ubuntu linux platform.


I getcha... misunderstood sorry.

that is a really good idea when i think about it though...

idn
October 15th, 2005, 03:32 AM
Try to make it onto the goal list for dapper?

GeneralZod
October 15th, 2005, 10:24 AM
I have been thinking about this a lot. I don't thing bugzilla is enough. I almost want to start a petition. At the very least, make a wiki page.

I'm almost certain that it was being worked on already as part of the XRoadMap, but can't find an exact map link now :(

The idea would be that a failure to start X would be detected, in which case the X settings would be decreased (e.g. dropping down to vesa) until an X configuration at least worked, at which point a GUI for configuring X would be presented.

Edit:

This (https://wiki.ubuntu.com/XConfigurationModification?highlight=%28DistroSpec %29) and this (https://wiki.ubuntu.com/XorgAutoconfiguration) are the best I could find.

duffman25
October 15th, 2005, 11:40 AM
I have been thinking about this a lot. I don't thing bugzilla is enough. I almost want to start a petition. At the very least, make a wiki page.

I think the best place for a petition would be here:
https://wiki.ubuntu.com/UbuntuBelowZero/BOFs

This is a bit undocumented in the wiki (at least for someone that's new to ubuntu & linux/debian development in general), maybe we should include a wiki page called
"development of the next ubuntu" (or something like that) which talked & explained how the bof's & the conferences (UDU & UBZ) work & how the dev's create the specifications for the next ubuntu version. Then a link to the current bof's page & the next conference.

Right know you have to understand what is a BOF & what is the next conference to add suggestions for it.

az
October 15th, 2005, 01:56 PM
I am aware of this method. I've used it many a time. But I'm saying would be nice if there was a non-command line equivalent of this method. And little features like it would attract more users to the Ubuntu linux platform.

Synaptic - package - configure

Pick the xserver-xorg package and you can config it graphically that way.

The problem is that some hardware does not let you autodetect it while you are running it. So the best (sure-fire) way to reconfigure x is from a command-line while no X session is running.

sijp
October 16th, 2005, 09:44 PM
a few months ago I played with python and glade, and made something that was supposed to help configure xorg (using debconf). I kinda neglected it :oops:, it was just for fun anyway... :)
I talked about it here: http://ubuntuforums.org/showthread.php?t=49434

here is a link for those who are interested, it doesn't do much [yet?], except importing some data from debconf. (beware of the configure button, it will open the debconf wizard for configuring xorg and if it is run with sudo might make changes, everything else about the wizard will have no effect).

http://sijp.no-ip.info/files/XdotConf.xorg.tar.bz2

just unpack and run the xDotConf.py script.

it should be run as root, though if you just want to see the gui, you can run it as a normal user (but most [if not all] data import from debconf will not succeed).

jetpeach
October 21st, 2005, 08:11 PM
I also believe strongly that at least some additional GUI configuration tools need to be available for adjusting resolutions and, in particular, refresh rates. I always forget how to fix the 60hz resolution after I install Ubuntu and spend 15 minutes before I get it right at 75hz... I hope this makes it into Dapper.
jet

Velvet Elvis
October 22nd, 2005, 05:26 PM
I gotta agree with this one.

After suffering for years at 600x800, my antique monitor fried a few days after final 5.10 release. Getting the higher resolutions to work on my new monitor was a PITA. Does Xorg have anything like the old xf86config? I couldn't find it. As someone who has recently switched over from slackware, I've found debconf quite unintuitive. I kept looking for some kind, any kind, of Xorg configuration utility that came packaged with X. It was only after reading the man pages for every single executable in /usr/X11R6/bin that I thought to try debconf. Had there been an easy to use GUI for this, I'd have used it.

I think it's a mistake for the Ubuntu devs to assume that Ubuntu won't be winning converts from the non-debian hardcore distros. Knowing how to use linux and knowing how to use debian are two different things. A 1k text file in /etc/X11 saying "psst, use debconf" would have saved me hours.

teevee
October 22nd, 2005, 06:50 PM
Yeah, we have graphical config tools for all kinds of stuff, but only few are as important as a graphical X.org config would be.

cbudden
October 22nd, 2005, 07:09 PM
Does anyone know if this is in the pipeline for Ubuntu?

poofyhairguy
October 22nd, 2005, 07:26 PM
Does anyone know if this is in the pipeline for Ubuntu?


I don't think it is. Which is a shame, I think its the most needed thing to add.

I have been thinking about it for weeks. I want to find someway to rally forum users around this so we can make sure it get on the agenda. Lets use this thread as a way to brainstorm.

Operation Force the Ubuntu Developers to Make a Xorg Tool.

somuchfortheafter
October 22nd, 2005, 07:32 PM
if my programming skills were better it may be possible to do relatively quickly in python using either gtk2 or wxwidgets...

Lovechild
October 22nd, 2005, 07:34 PM
One thing to be considered, why do we need that file in the first place.. could one not move X.org over to use HAL to autoconfigure it's settings?

That being said, I'm a proponent of Elektra (a uniform configuration framework), so at least using that a gui editor for any configuration file would be trivially easy to make.

Anthem
October 22nd, 2005, 07:36 PM
Why doesn't Ubuntu just use Sax? Or is it another case of Not Invented Here?

GeneralZod
October 22nd, 2005, 07:42 PM
A couple of pertinent links:

https://wiki.ubuntu.com/XConfigurationModification?highlight=%28DistroSpec %29
https://wiki.ubuntu.com/XorgAutoconfiguration

ubuntu_demon
October 22nd, 2005, 07:52 PM
I merged a similar xorg.conf gui thread into this one

poofyhairguy
October 22nd, 2005, 07:53 PM
One thing to be considered, why do we need that file in the first place.. could one not move X.org over to use HAL to autoconfigure it's settings?

Because HAL is not ready, and that plan would take a few releases to be finished. It would be nice to have a way to do this more easily than the command line by Dapper.

Plus, a huge reason for it is multiple monitor support, and I don't think anyone has figured out how to detect that second monitor automatically. Plus it would be nice for the tool to be able to "turn on" the Nvidia and ATI drivers and HAL couldn't do that. We have to use the command line to do that now.

I mean, your plan is a great one for the future but we need something today! We are having to use a Debian command line tool as it is!

poofyhairguy
October 22nd, 2005, 07:55 PM
Why doesn't Ubuntu just use Sax? Or is it another case of Not Invented Here?

Because Sax is made with QT and Ubuntu is a Gnome distro. Using Sax would require loading the KDE libs in Ubuntu. That is not the answer.

Lovechild
October 22nd, 2005, 08:09 PM
Because Sax is made with QT and Ubuntu is a Gnome distro. Using Sax would require loading the KDE libs in Ubuntu. That is not the answer.

That and SAX is complete ****

Innomen
October 24th, 2007, 03:53 PM
This same debate is being had in a different way on other threads. The demand is for a GUI device manager.

My problem is I want to disable my touchmouse, or edit it, but I keep running into the "you should be born understanding xorg.conf and if you don't like command like you're stupid" wall.

I'm thinking you guys should try to integrate them. GUI everything, is what I say. "linux for people" not "linux for admins/developers/coders"

The usual "well go learn linux command line NEWB or get windows/mac" doesn't apply here. THIS linux is for us, if YOU want to be Nerdcore, YOU go to some other flavor of linux.

Some experts like GUI too.

azkehmm
October 24th, 2007, 04:25 PM
THIS linux is for us, if YOU want to be Nerdcore, YOU go to some other flavor of linux.

Some experts like GUI too.

Let the ones who want to be "nerdcore " (good word, btw :)) be that, and use the command line. Make a GUI tool for the human beings ;)

23meg
October 24th, 2007, 05:53 PM
Nice bump.

conehead77
October 24th, 2007, 06:19 PM
I used dpkg-reconfigure xserver-xorg and i have to say i never really knew what i did there.
If there is no GUI tool (where you would be able to search for additional information via firefox) there should be at least a good explanation of each step in the tool itself.