[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-05-04 Thread John Navitsky
Note the workarounds appear _not_ to work with Natty.  

I upgraded and couldn't convince Natty to install -96 fully.  I don't
recall the exact message, but I think it suggested it couldn't satisfy
the package dependencies.

When I install 185 as in comment #9, the driver doesn't appear to
recognize the hardware.

root@johnn-craylap:~# cd /lib/modules/`uname -r`
root@johnn-craylap:/lib/modules/2.6.38-8-generic# find . -iname "nv*" -print
./kernel/drivers/char/nvram.ko
./kernel/drivers/video/nvidia
./kernel/drivers/video/nvidia/nvidiafb.ko
./kernel/drivers/watchdog/nv_tco.ko
./updates/dkms/nvidia-current.ko
root@johnn-craylap:/lib/modules/2.6.38-8-generic# 

root@johnn-craylap:/lib/modules/2.6.38-8-generic# insmod 
updates/dkms/nvidia-current.ko
insmod: error inserting 'updates/dkms/nvidia-current.ko': -1 No such device
root@johnn-craylap:/lib/modules/2.6.38-8-generic#

root@johnn-craylap:/lib/modules/2.6.38-8-generic# dpkg --get-selections | grep 
-i nv
libgnome2-canvas-perl   install
libgnomecanvas2-0   install
libgnomecanvas2-common  install
libgoocanvas-common install
libgoocanvas3   install
libtext-iconv-perl  install
nvidia-current  install
nvidia-glx-185  install
nvidia-settings install
python-gnomecanvas  install
python-pygoocanvas  install
python-uniconvertor install
xserver-xorg-video-nv   install
root@johnn-craylap:/lib/modules/2.6.38-8-generic#

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/653714

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-02-26 Thread John Navitsky
I was messing with a different disk today and I noticed the most current
nvidia driver works in addition to the -96 driver.

I deleted all the loaded nvidia packages, then deleted the nouveau
package, then with the gui tool installed the nvidea-185 package and
then rebooted.

It shows I have the following packages installed:

nvidia-current
nvidia-glx-185
nvidia-settings

-john

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.
https://bugs.launchpad.net/bugs/653714

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-02-11 Thread John Navitsky
In comment #6, Michel wrote:

"Still, it is damn annoying not to have even a workaround and
regretfully it is a show stopper for me."

Does the workaround noted in comment #3 not work correctly for you?  I
recently did a fresh install and captured the steps more specificially
when starting from a fresh install:

# List which nvidia modules are moved and remove all but the "-96"
versions.

root@ubuntu-usb:~# dpkg --get-selections | grep -i nvidia
nvidia-173-modaliases   install
nvidia-96   install
nvidia-96-modaliasesinstall
nvidia-common   install
nvidia-current-modaliases   install
nvidia-settings install
root@ubuntu-usb:~# apt-get remove --purge nvidia-173-modaliases
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  nvidia-173-modaliases* nvidia-common*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 270kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 144298 files and directories currently installed.)
Removing nvidia-common ...
Purging configuration files for nvidia-common ...
Removing nvidia-173-modaliases ...
root@ubuntu-usb:~# 

Remove xserver-xorg-video-nouveau:

root@ubuntu-usb:~# dpkg --get-selections | grep -i nouve
libdrm-nouveau1 install
xserver-xorg-video-nouveau  install
root@ubuntu-usb:~# apt-get remove --purge xserver-xorg-video-nouveau
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  xserver-xorg-video-all* xserver-xorg-video-nouveau*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 315kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 144271 files and directories currently installed.)
Removing xserver-xorg-video-all ...
Removing xserver-xorg-video-nouveau ...
Processing triggers for man-db ...
root@ubuntu-usb:~# 

Now, run the Ubuntu Software Center and search for "nvidia" using the
search box.  Select and install the item labeled "NVidia binary X.Org
driver ('version 96' driver)".

Afterwards, this is what I have:

johnn@ubuntu-usb:~$ dpkg --get-selections | grep -i nvidia
nvidia-96   install
nvidia-96-modaliasesinstall
nvidia-current-modaliases   install
nvidia-glx-96   install
nvidia-settings install
johnn@ubuntu-usb:~$ dpkg --get-selections | grep -i nouveau
libdrm-nouveau1 install
johnn@ubuntu-usb:~$ 

Reboot the system.  With a bit of luck, you'll now have full
functionality using the Nvidia 96 driver.

-john

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.
https://bugs.launchpad.net/bugs/653714

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 & nouveau (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2010-10-08 Thread John Navitsky
** Summary changed:

- X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 
(NV28)
+ Garbage on X display w/ Dell D800 & nouveau (Nvidia GeForce4 Ti 4200 Go AGP 
rev a1 [NV28])

** Summary changed:

- Garbage on X display w/ Dell D800 & nouveau (Nvidia GeForce4 Ti 4200 Go AGP 
rev a1 [NV28])
+ Garbage on X display w/ Dell D800 wuxga & nouveau (Nvidia GeForce4 Ti 4200 Go 
AGP rev a1 [NV28])

** Summary changed:

- Garbage on X display w/ Dell D800 wuxga & nouveau (Nvidia GeForce4 Ti 4200 Go 
AGP rev a1 [NV28])
+ Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 
4200 Go AGP rev a1 [NV28])

-- 
Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 
4200 Go AGP rev a1 [NV28])
https://bugs.launchpad.net/bugs/653714
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-06 Thread John Navitsky
As a workaround, I was able to get the nvidia-96 drivers working, but it
isn't quite seamless.  First, I removed all nvidia packages that were
currently installed (with --purge), then selected and installed the
nvidia-96 drivers by searching "nvidia" within the "Ubuntu Software
Center" and selecting "nvidia-96".

At this point the display would not start with the xorg.conf generated
by the "nvidia-xconfig" utility.  If you tried to start X with this
xorg.conf file, you'd get a complaint that it couldn't find the nvidia
driver.

Without an xorg.conf file, X would start, but set to a lower resolution
with no ability to switch to 1920x1200.

At some point, I wondered if the nouveau driver was conflicting.  I
removed the xserver-xorg-video-nouveau package (again with --purge) and
then (with no xorg.conf file) the nvidia 96 driver started working
correctly with full resolution.

So the working config is:

jo...@johnn-craylap:~$ dpkg --get-selections | grep -i nvidia
nvidia-96   install
nvidia-glx-96   install
nvidia-settings install
jo...@johnn-craylap:~$ dpkg --get-selections | grep -i nouve
libdrm-nouveau1 install
jo...@johnn-craylap:~$ ls -al /etc/X11/xorg.conf
ls: cannot access /etc/X11/xorg.conf: No such file or directory
jo...@johnn-craylap:~$

-- 
X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 
(NV28)
https://bugs.launchpad.net/bugs/653714
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky

I re-installed 10.04 on a different disk, and found that a fresh install used 
the nouveau driver as well and that it too exhibited the screen garbage 
problem.  However, with 10.04, selecting "hardware drivers" offers the Nvidia 
accelerated graphics driver (version 96), which, once activated, works 
correctly with no garbage.

So, the following driver works OK:

jo...@johnn-laptop:~$ lsmod | grep -i nv
nvidia   4701243  32 
agpgart31724  2 nvidia,intel_agp
jo...@johnn-laptop:~$ 
jo...@johnn-laptop:~$ dpkg --get-selections | grep -i nvidia
nvidia-173-modaliases   install
nvidia-96   install
nvidia-96-modaliasesinstall
nvidia-common   install
nvidia-current-modaliases   install
nvidia-settings install
jo...@johnn-laptop:~$ dpkg --status nvidia-96
Package: nvidia-96
Status: install ok installed
Priority: optional
Section: restricted/misc
Installed-Size: 21868
Maintainer: Ubuntu Core Developers 
Architecture: i386
Source: nvidia-graphics-drivers-96
Version: 96.43.17-0ubuntu1
Provides: xserver-xorg-video-6
Depends: x11-common (>= 1:7.0.0), make, sed (>> 3.0), dkms, linux-libc-dev, 
libc6-dev, linux-headers-generic | linux-headers, patch, acpid, libc6 (>= 2.1), 
libx11-6 (>= 0), libxext6 (>= 0)
Recommends: nvidia-settings
Description: NVIDIA binary Xorg driver, kernel module and VDPAU library
 The binary driver provide optimized hardware acceleration of OpenGL
 applications via a direct-rendering X Server. AGP, PCIe, SLI, TV-out
 and flat panel displays are also supported.
 .
 This package also includes the source for building the kernel module
 required by the Xorg driver.
 .
 GPUs ranging from GeForce series 2 (except for GeForce2 GTS/GeForce2 Pro,
 GeForce2 Ti and GeForce2 Ultra) to Geforce series 7 are supported.
 .
 See /usr/share/doc/nvidia-96/README.txt.gz for a complete list
 of supported GPUs and PCIIDs
jo...@johnn-laptop:~$ 

And the following drivers DO NOT work correctly on this hardware:

jo...@johnn-laptop:~$ dpkg --get-selections | grep -i nouv
libdrm-nouveau1 install
xserver-xorg-video-nouveau  install
jo...@johnn-laptop:~$ dpkg --status xserver-xorg-video-nouveau 
Package: xserver-xorg-video-nouveau
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 272
Maintainer: Ubuntu MOTU Developers 
Architecture: i386
Version: 1:0.0.15+git20100219+9b4118d-0ubuntu5
Replaces: xserver-xorg (<< 6.8.2-35)
Provides: xserver-xorg-video-6
Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.16), xserver-xorg-core (>= 
2:1.6.99.900)
Description: X.Org X server -- Nouveau display driver (experimental)
 This driver for the X.Org X server (see xserver-xorg for a further description)
 provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
 .
 Although the nouveau project aims to provide full 3D support it is not yet
 complete, and these packages do not include any 3D support.
 Users requiring 3D support should use the non-free "nvidia" driver.
 .
 This package is built from the FreeDesktop.org xf86-video-nouveau driver.
Homepage: http://nouveau.freedesktop.org/wiki/
Original-Maintainer: Debian X Strike Force 
jo...@johnn-laptop:~$  
jo...@johnn-laptop:~$ dpkg --status libdrm-nouveau1
Package: libdrm-nouveau1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 452
Maintainer: Ubuntu X-SWAT 
Architecture: i386
Source: libdrm
Version: 2.4.18-1ubuntu3
Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
 This library implements the userspace interface to the nouveau-specific kernel
 DRM services. DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is
 currently used on Linux to provide hardware-accelerated OpenGL drivers.
Original-Maintainer: Debian X Strike Force 
jo...@johnn-laptop:~$

-- 
X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 
(NV28)
https://bugs.launchpad.net/bugs/653714
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky
** Summary changed:

- X display shows garbage w/ nouveau and GeForce4 Ti 4200 Go AGP rev a1 (NV28)
+ X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 
(NV28)

-- 
X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 
(NV28)
https://bugs.launchpad.net/bugs/653714
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau and GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky

** Attachment added: "Picture of screen detailing garbage"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667182/+files/IMG_0748.JPG

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667183/+files/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667184/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667185/+files/Dependencies.txt

** Attachment added: "GdmLog.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667186/+files/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667187/+files/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667188/+files/GdmLog2.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667189/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667190/+files/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667191/+files/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667192/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667193/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667194/+files/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667195/+files/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667196/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667197/+files/UdevLog.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/653714/+attachment/1667198/+files/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667199/+files/XorgLogOld.txt

** Attachment added: "nvidia-installer.log.txt"
   
https://bugs.launchpad.net/bugs/653714/+attachment/1667200/+files/nvidia-installer.log.txt

-- 
X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 
(NV28)
https://bugs.launchpad.net/bugs/653714
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 653714] [NEW] X display shows garbage w/ nouveau & Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky
Public bug reported:

Binary package hint: xserver-xorg-video-nouveau

I have a Dell D800 laptop with high resolution screen (1920x1200) that
was working fine with Ubuntu 10.04.  I performed a fresh install of
Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
displays garbage, more pronounced on icons, where text seems to render
fairly well.

I've attached a picture of the screen to illustrate.

While I've tried to intall the Nvidia drivers, this problem manifested
from the initial install of the 10.10 alternate RC disc, and remains
present with all packages updated as of 10/1 where no alternate driver
install was attempted.

Please let me know what information I might be able to provide that
would be useful in fixing this problem.

Thank you,

-john


r...@johnn-craylap:~# lspci | grep -i nvid
01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 Go 
AGP 8x] (rev a1)
r...@johnn-craylap:~# 

r...@johnn-craylap:~# lsmod | grep -i nv
r...@johnn-craylap:~# lsmod | grep -i nouv
nouveau   516971  2 
ttm56633  1 nouveau
drm_kms_helper 30200  2 ch7006,nouveau
drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
i2c_algo_bit5168  1 nouveau
r...@johnn-craylap:~# 

r...@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
Package: xserver-xorg-video-nouveau
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 284
Maintainer: Ubuntu X-SWAT 
Architecture: i386
Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
Provides: xorg-driver-video, xserver-xorg-video-8
Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
Description: X.Org X server -- Nouveau display driver (experimental)
 This driver for the X.Org X server (see xserver-xorg for a further description)
 provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
 .
 Although the nouveau project aims to provide full 3D support it is not yet
 complete, and these packages do not include any 3D support.
 Users requiring 3D support should use the non-free "nvidia" driver.
 .
 This package is built from the FreeDesktop.org xf86-video-nouveau driver.
Homepage: http://nouveau.freedesktop.org/wiki/
Original-Maintainer: Debian X Strike Force 
r...@johnn-craylap:~# 

r...@johnn-craylap:~# dpkg --status libdrm-nouveau1
Package: libdrm-nouveau1
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 92
Maintainer: Ubuntu X-SWAT 
Architecture: i386
Source: libdrm
Version: 2.4.21-1ubuntu2
Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
 This library implements the userspace interface to the nouveau-specific kernel
 DRM services. DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is
 currently used on Linux to provide hardware-accelerated OpenGL drivers.
Original-Maintainer: Debian X Strike Force 
r...@johnn-craylap:~#

r...@johnn-craylap:~# hwinfo
 start debug info 
libhd version 16.0 (ia32)
using /var/lib/hardware
kernel version is 2.6
- /proc/cmdline -
  BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/80gblaphdd-rootvol ro 
splash
- /proc/cmdline end -
[...]
  3: udi = '/org/freedesktop/Hal/devices/computer'
  info.capabilities = { 'cpufreq_control' }
  info.interfaces = { 'org.freedesktop.Hal.Device.SystemPowerManagement', 
'org.freedesktop.Hal.Device.CPUFreq' }
  info.subsystem = 'unknown'
  info.product = 'Computer'
  info.udi = '/org/freedesktop/Hal/devices/computer'
  org.freedesktop.Hal.version = '0.5.14'
  org.freedesktop.Hal.version.major = 0 (0x0)
  org.freedesktop.Hal.version.minor = 5 (0x5)
  org.freedesktop.Hal.version.micro = 14 (0xe)
  system.kernel.name = 'Linux'
  system.kernel.version = '2.6.35-22-generic'
  system.kernel.version.major = 2 (0x2)
  system.kernel.version.minor = 6 (0x6)
  system.kernel.version.micro = 35 (0x23)
  system.kernel.machine = 'i686'
  power_management.can_suspend = true
  power_management.can_suspend_hybrid = false
  power_management.can_hibernate = true
  system.hardware.primary_video.vendor = 4318 (0x10de)
  system.hardware.primary_video.product = 646 (0x286)
  system.hardware.serial = '[redacted]'
  system.hardware.uuid = '[redacted]'
  system.board.serial = '[redacted]'
  system.firmware.vendor = 'Dell Computer Corporation'
  system.firmware.version = 'A13'
  system.firmware.release_date = '06/30/2005'
  system.hardware.vendor = 'Dell Computer Corporation'
  system.hardware.product = 'Latitude D800'
  system.hardware.version = ''
  system.chassis.manufacturer = 'Dell Computer Corporation'
  system.board.product = ''
  system.board.version = ''
  system.board.vendor = 'Dell Computer Corporation'
  system.chassis.type = 'Portable'
  syste