cmcginty Asked: 2010-08-04 17:27:52 +0800 CST2010-08-04 17:27:52 +0800 CST 2010-08-04 17:27:52 +0800 CST Is there a GUI in xorg for changing the video driver? 772 I was under the impression there was a GUI app for changing the Xorg video driver. If so, where is it? I don't see it in 10.04. gnome xorg 3 Answers Voted fader 2010-08-05T11:25:19+08:002010-08-05T11:25:19+08:00 If you're looking to switch between the proprietary and Free driver for your video card (e.g. if you have an ATI or NVidia card), try jockey. On the default Ubuntu desktop this is in: System - Administration - Hardware Drivers You can enable and disable hardware drivers there. Best Answer Nathan Osman 2010-08-04T17:40:33+08:002010-08-04T17:40:33+08:00 If you mean a GUI for changing display-related properties, then you can find that at System->Preferences->Monitors. If you are referring to a GUI tool for editing xorg.conf, I am not aware of one - you're better off editing the file directly (details here). Evan Kroske 2010-08-05T06:25:39+08:002010-08-05T06:25:39+08:00 Perhaps you're looking for dpkg-reconfigure. It's terminal-based GUI for reconfiguring software. You should be able to change your xorg driver settings with sudo dpkg-reconfigure xserver-xorg.
If you're looking to switch between the proprietary and Free driver for your video card (e.g. if you have an ATI or NVidia card), try jockey.
On the default Ubuntu desktop this is in: System - Administration - Hardware Drivers
You can enable and disable hardware drivers there.
If you mean a GUI for changing display-related properties, then you can find that at
System->Preferences->Monitors
.If you are referring to a GUI tool for editing
xorg.conf
, I am not aware of one - you're better off editing the file directly (details here).Perhaps you're looking for
dpkg-reconfigure
. It's terminal-based GUI for reconfiguring software. You should be able to change your xorg driver settings withsudo dpkg-reconfigure xserver-xorg
.