Announcement

Collapse
No announcement yet.

Dual monitor hardware statistics and ext4?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dual monitor hardware statistics and ext4?

    I ran ./phoronix-test-suite system-info and got the following output:

    Code:
    greg@greg-maverick:~/Desktop/phoronix-test-suite$ ./phoronix-test-suite system-info
    
    Phoronix Test Suite v3.0.0r1
    System Information
    
    Hardware:
    Processor: Intel Core 2 6600 @ 2.40GHz (2 Cores), Motherboard: Dell 0WG855, Chipset: Intel 82P965/G965 + ICH8DH, Memory: 2048MB, Disk: 2 x 250GB Western Digital WDC WD2500JS-75N, Graphics: AMD Radeon HD 4350 (600/400MHz), Monitor: DELL 1907FP
    
    Software:
    OS: Ubuntu 10.10, Kernel: 2.6.35-25-generic (i686), Desktop: GNOME 2.32.0, Display Server: X Server 1.9.0, Display Driver: radeon 6.13.1, Compiler: GCC 4.4.5, File-System: ext2/ext3, Screen Resolution: 1280x1024
    What this doesn't mention is that I have two (identical) monitors and am using them in a 2560x1024 style setup. Should this be listed above?

    I also am using ext4 - whereas it is listed as ext2/ext3.

    I'd hate to see wrong information being fed into Open Benchmarking.

  • #2
    Originally posted by fluteflute View Post
    I ran ./phoronix-test-suite system-info and got the following output:

    Code:
    greg@greg-maverick:~/Desktop/phoronix-test-suite$ ./phoronix-test-suite system-info
    
    Phoronix Test Suite v3.0.0r1
    System Information
    
    Hardware:
    Processor: Intel Core 2 6600 @ 2.40GHz (2 Cores), Motherboard: Dell 0WG855, Chipset: Intel 82P965/G965 + ICH8DH, Memory: 2048MB, Disk: 2 x 250GB Western Digital WDC WD2500JS-75N, Graphics: AMD Radeon HD 4350 (600/400MHz), Monitor: DELL 1907FP
    
    Software:
    OS: Ubuntu 10.10, Kernel: 2.6.35-25-generic (i686), Desktop: GNOME 2.32.0, Display Server: X Server 1.9.0, Display Driver: radeon 6.13.1, Compiler: GCC 4.4.5, File-System: ext2/ext3, Screen Resolution: 1280x1024
    What this doesn't mention is that I have two (identical) monitors and am using them in a 2560x1024 style setup. Should this be listed above?

    I also am using ext4 - whereas it is listed as ext2/ext3.

    I'd hate to see wrong information being fed into Open Benchmarking.
    It depends upon the configuration as to whether both monitors and their strings can be properly detected.

    What does your /etc/fstab look like?
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Originally posted by Michael View Post
      It depends upon the configuration as to whether both monitors and their strings can be properly detected.

      What does your /etc/fstab look like?
      That's a shame, I have them setup under the open source ATI Radeon HD drivers in the Ubuntu displays window/program.

      Code:
      # /etc/fstab: static file system information.
      #
      # Use 'blkid -o value -s UUID' to print the universally unique identifier
      # for a device; this may be used with UUID= as a more robust way to name
      # devices that works even if disks are added and removed. See fstab(5).
      #
      # <file system> <mount point>   <type>  <options>       <dump>  <pass>
      proc            /proc           proc    nodev,noexec,nosuid 0       0
      # / was on /dev/sda6 during installation
      UUID=02e3f110-b7f4-454d-a9de-90559b87cdb8 /               ext4    errors=remount-ro 0       1
      # /mnt/80gb was on /dev/sda5 during installation
      UUID=f9b8d58d-13af-4052-a692-8ef764a24bc6 /mnt/80gb       ext3    defaults        0       2
      # /mnt/backup was on /dev/sdb3 during installation
      UUID=d8d9ff85-d0f3-4f6d-949d-382dc7a0c856 /mnt/backup     ext3    defaults        0       2
      # /mnt/lucid was on /dev/sdb5 during installation
      UUID=6136e36a-180b-4aec-9e52-a9cb5f7a3c68 /mnt/lucid      ext4    defaults        0       2
      # /mnt/windows was on /dev/sda1 during installation
      UUID=223817F23817C427 /mnt/windows    ntfs    defaults,umask=007,gid=46 0       0
      # swap was on /dev/sdb1 during installation
      UUID=fb8fc56b-cddc-4afd-9387-e0abb0b14664 none            swap    sw              0       0

      Comment

      Working...
      X