When trying to save new X configuration, I get an error message: Failed to parse existing x config file '/etc/X11/xorg.conf'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nvidia-settings (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: nvidia-settings
This is a new bug seen in Ubuntu 9.10. In previous versions I was able to save x configuration with the help of the sudo command.
But here it looks like the file /etc/X11/xorg.conf has a changed structure or layout, at least compared to what Nvidia expects.
ProblemType: Bug
Architecture: i386
Date: Sat Nov 7 11:33:53 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
NonfreeKernelMo
Package: nvidia-settings 180.25-0ubuntu1
ProcEnviron:
LANG=da_DK.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: nvidia-settings
Uname: Linux 2.6.31-14-generic i686
tags: | added: karmic |
Changed in nvidia-settings (Ubuntu): | |
status: | Confirmed → New |
Confirmed here with a clean install of Karmic (64-bit) and the restricted '185' driver installed by jockey.
-----
apt-cache policy nvidia-glx-185
nvidia-glx-185:
Installed: 185.18.36-0ubuntu9
Candidate: 185.18.36-0ubuntu9
-----
When run from a terminal nvidia-settings reports:
-----
nvidia-settings
VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
Undefined Device "(null)" referenced by Screen "Default Screen".
Segmentation fault
-----
The default /etc/X11/xorg.conf, in its Screen section, doesn't declare a Device. Adding one to the Screen section solves the problem:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Device "Default Device"
EndSection