So I just upgraded to Intrepid. After the upgrade X would not start so I ran
sudo dpkg-reconfig xserver-xorg
After that X started but when I opened the Nvidia Settings program it said I need to run nvidia-xconfig.
Here's the results of running nvidia-xconfig
bruce@escher:~$ sudo nvidia-xconfig
Using X configuration file: "/etc/X11/xorg.conf".
VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
Device section "Configured Video Device" must have a Driver
line.
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
Upon reboot X would not come up again so I needed to repeat the dpkg-reconfigure
anyway, most things are working but it's annoying and I'd like to fix it. so I gathered more data
Here's the relevant line from lspci
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400 GS (rev a1)
Here's my xorg.conf before running nvidia-config
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
here's the after--when I try to use it X will not start
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed Oct 1 15:09:35 PDT 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
not sure what to make of the syslog, here it is.:
2008-11-22 19:23:43 escher acpid client connected from 6711[0:0]
2008-11-22 19:23:43 escher kdm[5806] X server died during startup
2008-11-22 19:23:43 escher kdm[5806] X server for display :0 cannot be started, session disabled
2008-11-22 19:27:11 escher acpid client connected from 6906[0:0]
2008-11-22 19:27:11 escher kernel [ 769.625918] mtrr: base(0xe0000000) is not aligned on a size(0xff00000) boundary
2008-11-22 19:27:33 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:27:33 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:27:35 escher python hp-systray(init)[7077]: warning: No hp: or hpfax: devices found in any installed CUPS queue. Exiting.
2008-11-22 19:27:40 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:27:44 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:28:37 escher kernel [ 855.076345] ppdev0: registered pardevice
2008-11-22 19:28:37 escher kernel [ 855.124018] ppdev0: unregistered pardevice
2008-11-22 19:28:38 escher kernel [ 856.168643] type=1503 audit(1227403718.244:7): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7186 profile="/usr/sbin/cupsd"
2008-11-22 19:28:39 escher kernel [ 857.442146] type=1503 audit(1227403719.516:8): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7188 profile="/usr/sbin/cupsd"
2008-11-22 19:28:39 escher kernel [ 857.461853] type=1503 audit(1227403719.536:9): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7189 profile="/usr/sbin/cupsd"
2008-11-22 19:28:39 escher kernel [ 857.624339] ppdev0: registered pardevice
2008-11-22 19:28:39 escher hp io/hpmud/pp.c 627: unable to read device-id ret=-1
2008-11-22 19:28:39 escher kernel [ 857.672241] ppdev0: unregistered pardevice
2008-11-22 19:28:40 escher kernel [ 857.993466] ppdev0: registered pardevice
2008-11-22 19:28:40 escher python io/hpmud/pp.c 627: unable to read device-id ret=-1
2008-11-22 19:28:40 escher kernel [ 858.040648] ppdev0: unregistered pardevice
sudo dpkg-reconfig xserver-xorg
After that X started but when I opened the Nvidia Settings program it said I need to run nvidia-xconfig.
Here's the results of running nvidia-xconfig
bruce@escher:~$ sudo nvidia-xconfig
Using X configuration file: "/etc/X11/xorg.conf".
VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
Device section "Configured Video Device" must have a Driver
line.
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
Upon reboot X would not come up again so I needed to repeat the dpkg-reconfigure
anyway, most things are working but it's annoying and I'd like to fix it. so I gathered more data
Here's the relevant line from lspci
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400 GS (rev a1)
Here's my xorg.conf before running nvidia-config
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
here's the after--when I try to use it X will not start
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed Oct 1 15:09:35 PDT 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
not sure what to make of the syslog, here it is.:
2008-11-22 19:23:43 escher acpid client connected from 6711[0:0]
2008-11-22 19:23:43 escher kdm[5806] X server died during startup
2008-11-22 19:23:43 escher kdm[5806] X server for display :0 cannot be started, session disabled
2008-11-22 19:27:11 escher acpid client connected from 6906[0:0]
2008-11-22 19:27:11 escher kernel [ 769.625918] mtrr: base(0xe0000000) is not aligned on a size(0xff00000) boundary
2008-11-22 19:27:33 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:27:33 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:27:35 escher python hp-systray(init)[7077]: warning: No hp: or hpfax: devices found in any installed CUPS queue. Exiting.
2008-11-22 19:27:40 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:27:44 escher NetworkManager <info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
2008-11-22 19:28:37 escher kernel [ 855.076345] ppdev0: registered pardevice
2008-11-22 19:28:37 escher kernel [ 855.124018] ppdev0: unregistered pardevice
2008-11-22 19:28:38 escher kernel [ 856.168643] type=1503 audit(1227403718.244:7): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7186 profile="/usr/sbin/cupsd"
2008-11-22 19:28:39 escher kernel [ 857.442146] type=1503 audit(1227403719.516:8): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7188 profile="/usr/sbin/cupsd"
2008-11-22 19:28:39 escher kernel [ 857.461853] type=1503 audit(1227403719.536:9): operation="inode_permission" requested_mask="::rw" denied_mask="::rw" fsuid=7 name="/dev/tty" pid=7189 profile="/usr/sbin/cupsd"
2008-11-22 19:28:39 escher kernel [ 857.624339] ppdev0: registered pardevice
2008-11-22 19:28:39 escher hp io/hpmud/pp.c 627: unable to read device-id ret=-1
2008-11-22 19:28:39 escher kernel [ 857.672241] ppdev0: unregistered pardevice
2008-11-22 19:28:40 escher kernel [ 857.993466] ppdev0: registered pardevice
2008-11-22 19:28:40 escher python io/hpmud/pp.c 627: unable to read device-id ret=-1
2008-11-22 19:28:40 escher kernel [ 858.040648] ppdev0: unregistered pardevice
Comment