From daa1ae3c87bba7ada0f832fac0defd2ae34d23c7 Mon Sep 17 00:00:00 2001 From: Joerg Kohne Date: Mon, 30 May 2011 22:04:57 +0000 Subject: h-source: Update help pages --- h-source/Application/Views/Help/index.php | 898 +++++++++---------- h-source/Application/Views/Help/index_de.php | 910 +++++++++----------- h-source/Application/Views/Help/index_es.php | 900 +++++++++---------- h-source/Application/Views/Help/index_fr.php | 878 +++++++++---------- h-source/Application/Views/Help/index_it.php | 907 +++++++++----------- h-source/Public/Css/main.css | 1187 +++++++++++++++++++++++++- 6 files changed, 3229 insertions(+), 2451 deletions(-) diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index 6a5e5c2..94e82c5 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -2,7 +2,8 @@ ">Wiki syntax
  • ">Compatibility classes
  • ">Discover your hardware
  • -
  • ">List of fully free Gnu/Linux distributions
  • +
  • ">List of fully free GNU/Linux distributions
  • -

    Wiki syntax

    - -

    List of wiki tags

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    nametagresultdescription
    bold[b]text[/b]texttext bold
    italic[i]text[/i]texttext italic
    del[del]text[/del]texttext deleted
    underline[u]text[/u]texttext underlined
    head 1[h1]text[/h1]
    text
    head 1
    head 2[h2]text[/h2]
    text
    head 2
    head 3[h3]text[/h3]
    text
    head 3
    paragraph[p]text[/p]

    text

    new paragraph
    list[list]list[/list]<ul>list</ul>make a list of items
    numbered list[enum]list[/enum]<ol>list</ol>make a numbered list of items
    list item[*]item[/*]<li>item</li>ad an item to a list
    code[code]some code[/code]
    some code
    ad some code
    simple link[a]url[/a]<a href="url">url</a>simple link
    link with text[a]url|text[/a]<a href="url">text</a>link with text
    notebook[notebook]id[/notebook] link to the notebook with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
    wifi[wifi]id[/wifi] link to the wifi with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
    videocard[videocard]id[/videocard] link to the videocard with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
    - -

    Some more examples:

    - - - - - - - - - - - - -
    - List - -
      -
    • first item
    • -
    • second item
    • -
    -
    -
      -
    • [list]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/list]
    • -
    -
    - Numbered list - -
      -
    1. first item
    2. -
    3. second item
    4. -
    -
    -
      -
    • [enum]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/enum]
    • -
    -
    - -

    Compatibility classes

    - -

    Notebooks

    - -

    Class A (Platinum)

    - -

    All the notebook devices work with a very good performance. Example: all the devices work, the 3D acceleration is supported

    - -

    Class B (Gold)

    - -

    All the notebook devices work but not at full performance. A typical example: all the devices work, but the 3D acceleration is not supported

    - -

    Class C (Silver)

    - -

    One main device is not supported. Example: the internal wifi card does not work. You need an external USB card

    - -

    Class D (Bronze)

    - -

    More than one device is not supported

    - -

    Class E (Garbage)

    - -

    The notebook does not work with free software

    - - -

    Printers

    - -

    Class A (Full)

    - -

    All device functions and features are supported

    - -

    Class B (Partial)

    - -

    Printing supported but possibly at limited speed or print quality; scanning and/or faxing on some multifunction devices may not be supported

    - -

    Class C (None)

    - -

    The printer does not work with free software

    - - -

    Scanners

    - -

    Class A (Full)

    - -

    All device functions and features are supported

    - -

    Class B (Partial)

    - -

    Scanning supported but possibly at limited speed or quality; some other features may not be supported

    - -

    Class C (None)

    - -

    The scanner does not work with free software

    - -

    Discover your hardware

    -
    - (Thanks lluvia) -
    - -

    In order to know the details of your hardware you can carry out the following actions:

    - -

    How to discover the model name of your notebook

    - -

    See below your notebook or netbook

    - -

    How to discover the model name of your device (if it is not a notebook)

    - -

    If the device is integrated (example: a video card)

    - -

    Open a terminal and type the following command:

    - -
    -		lspci -vmm
    -	
    - -

    You will obtain the list of your PCI devices, similar to the one written below

    - -
    -		Slot:	03:00.0
    -		Class:	Network controller
    -		Vendor:	Broadcom Corporation
    -		Device:	BCM4311 802.11b/g WLAN
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 1375
    -		Rev:	02
    -
    -		Slot:	07:05.0
    -		Class:	FireWire (IEEE 1394)
    -		Vendor:	Ricoh Co Ltd
    -		Device:	R5C832 IEEE 1394 Controller
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 30cf
    -		Rev:	05
    -		ProgIf:	10
    -	
    - -

    The name of each device is written at the "Device" row, after the colon (see the text in bold in the above list)

    - -

    You can also write the output of the lspci command to a file by typing:

    - -
    -		lspci -vmm > filename
    -	
    - -

    where "filename" is the name of the file

    - - -

    If the device is an USB device (example: an external USB wifi card)

    - -

    Open a terminal and type the following command:

    - -
    -		lsusb -v
    -	
    - -

    You will obtain the list of your USB devices, similar to the one written below

    - -
    -		Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               2.00
    -			bDeviceClass            0 (Defined at Interface level)
    -			bDeviceSubClass         0
    -			bDeviceProtocol         0
    -			bMaxPacketSize0        64
    -			idVendor           0x0846 NetGear, Inc.
    -			idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -			bcdDevice            2.00
    -			iManufacturer           1
    -			iProduct                2
    -			iSerial                 3
    -			...
    -			...
    -
    -		Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               1.10
    -			bDeviceClass          255 Vendor Specific Class
    -			bDeviceSubClass       255 Vendor Specific Subclass
    -			bDeviceProtocol       255 Vendor Specific Protocol
    -			bMaxPacketSize0         8
    -			idVendor           0x08ff AuthenTec, Inc.
    -			idProduct          0x2580 AES2501 Fingerprint Sensor
    -			bcdDevice            6.23
    -			iManufacturer           0
    -			iProduct                1 Fingerprint Sensor
    -			iSerial                 0
    -			bNumConfigurations      1
    -			...
    -			...
    -	
    - -

    The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)

    - -

    You can also write the output of the lsusb command to a file by typing:

    - -
    -		lsusb -v > filename
    -	
    - -

    where "filename" is the name of the file

    - - - -

    How to discover the kernel libre version you are using

    - -

    Open a terminal and type the following command:

    - -
    -		uname -r
    -	
    - -

    How to discover the name of your video card

    - -

    Open a terminal and type the following command:

    - -
    -		sudo lspci
    -	
    - -

    Then look for the row containing the string VGA or Display controller. You can also try one of the following commands:

    - -
    -		lspci | grep "Display controller"
    -	
    - -

    or

    - -
    -		lspci | grep "VGA"
    -	
    - -

    How to discover the VendorID and the ProductID of your device (VendorID:ProductID code)

    - -
    - (Thanks Michał Masłowski and Julius22) -
    - -

    If the device is integrated (example: a video card)

    - -

    Open a terminal and type the following command:

    - -
    -		sudo lspci -nnk
    -	
    - -

    You should obtain a list of hardware similar to the one written below

    - -
    -	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    -	Kernel driver in use: b43-pci-bridge
    -	Kernel modules: ssb
    -	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    -	Kernel modules: nouveau, nvidiafb
    -	
    - -

    The strings in bold and placed inside the square brackets (in the above list) are the code you are looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are the ProductID. In the above example: the VendorID:ProductID code of the wifi card (note the strings "Network controller" and "WLAN") is 14e4:4311 while the VendorID:ProductID code of the video card (note the string "VGA") is 10de:0427

    - -

    If the device is an USB device (example: an external USB wifi card)

    - -

    Open a terminal and type the following command:

    - -
    -		sudo lsusb
    -	
    - -

    You should obtain a list of hardware similar to the one written below

    - -
    -	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    -	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -	
    - -

    The strings in bold (in the above list) are the code you are looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are the ProductID. In the above example: the VendorID:ProductID code of the external USB wifi card (note the strings "Wireless") is 0846:4260

    - - -

    How to discover if the video card works

    - -

    Install rss-glx by means of the package manager of your distribution or compiling it from source and try some screensavers (for example Skyrocket or Solarwinds). Check if you can play the screensaver (and/or if you can play it smoothly)

    - -

    How to discover if the 3D acceleration works

    - -

    Try to enable compiz

    - -

    How to discover the name of your wifi card

    - -

    Open a terminal and type the following command:

    - -
    -		sudo lspci
    -	
    - -

    Then look for the row containing the string Wireless or Network controller. You can also try one of the following commands:

    - -
    -		lspci | grep "Wireless" 
    -	
    - -

    or

    - -
    -		lspci | grep "Network" 
    -	
    - -

    How to discover the printer driver you are using

    - -

    If you are using cups

    - -

    Open a terminal and type the following command:

    - -
    -		dpkg-query -W -f '${Version}\n' cups
    -	
    - -

    How to discover the architecture of your notebook

    - -

    Open a terminal and type the following command:

    - -
    -		dpkg --print-architecture
    -	
    - - -

    List of fully free GNU/Linux distributions

    - -

    They are listed in alphabetical order

    - - - +

    Wiki Syntax

    + +

    List of +Wiki Tags

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTagResultDescription
    boldtext [b]bold[/b]text boldtext bold
    italictext [i]italic[/i]text italictext italic
    deltext [del]deleted[/del]text deletedtext deleted
    underlinetext [u]underlined[/u]text underlinedtext underlined
    head 1[h1]heading[/h1] +
    + heading
    +
    head 1
    head 2[h2]heading[/h2] +
    + heading
    +
    head 2
    head 3[h3]heading[/h3] +
    + heading
    +
    head 3
    paragraph…[p]new paragraph[/p]… + +

    new paragraph

    +
    new paragraph
    Ordered Lists
      +
    • [list]
    • +
      • +
      • [*]first item[/*]
      • +
      • [*]second item[/*]
      • +
      +
    • +
    • [/list]
    • +
    +
      +
    • first item
    • +
    • second item
    • +
    +
    make a list of items
    Numbered List
      +
    • [enum]
    • +
      • +
      • [*]first item[/*]
      • +
      • [*]second item[/*]
      • +
      +
    • +
    • [/enum]
    • +
    +
      +
    1. first item
    2. +
    3. second item
    4. +
    +
    make a numbered list of items
    list item[*]item[/*]
      +
    • item
    • +
    +
    add an item to a list
    code[code]some code[/code]
    some code
    +
    some code
    simple link[a]url[/a]urlsimple link
    link with text[a]url|text[/a]textlink with text
    notebook[notebook]id[/notebook]idlink to the notebook with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)
    wifi[wifi]id[/wifi]idlink to the wifi with the identifier equal to id (the identifier of each device model is written in the page + of the device itself, next to the model name)
    videocard[videocard]id[/videocard]idlink to the videocard with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)
    + +

     

    + +

    Compatibility classes

    + +

    Notebooks

    +
    +
    Class A (Platinum)
    +
    All the notebook devices work with a very good performance.
    +
    Example: all the devices work, the 3D acceleration is supported
    +
    Class B (Gold)
    +
    All the notebook devices work but not at full performance.
    +
    A typical example: all the devices work, but the 3D acceleration is not supported
    +
    Class C (Silver)
    +
    One main device is not supported.
    +
    Example: the internal wifi card does not work. You need an external USB card
    +
    Class D (Bronze)
    +
    More than one device is not supported
    +
    Class E (Garbage)
    +
    The notebook does not work with free software
    +
    + +

    Printers

    +
    +
    Class A (Full)
    +
    All device functions and features are supported
    +
    Class B (Partial)
    +
    Printing supported but possibly at limited speed or print quality; scanning and/or faxing on some multifunction + devices may not be supported
    +
    Class C (None)
    +
    The printer does not work with free software
    +
    + +

    Scanners

    +
    +
    Class A (Full)
    +
    All device functions and features are supported
    +
    Class B (Partial)
    +
    Scanning supported but possibly at limited speed or quality; some other features may not be supported
    +
    Class C (None)
    +
    The scanner does not work with free software
    +
    + +

     

    + +

    Discover your hardware

    + +

    (Thanks lluvia)

    + +

    In order to know the details of your hardware you can carry out the following actions:

    +
    +
    How to discover the model name of your notebook
    +
    See below your notebook or netbook
    +
    How to discover the model name of your device (if it is not a notebook)
    +
    If the device is integrated (example: a video card)
    +
    Open a terminal and type the following command:
    +
    lspci -vmm
    +
    +
    or
    +
    lspci -vmm > FILENAME          # output to a file
    +
    + +
    You will obtain the list of your PCI devices, similar to the one written below
    +
    Slot:03:00.0
    +Class:Network controller
    +Vendor:Broadcom Corporation
    +Device:BCM4311 802.11b/g WLAN
    +  SVendor:Hewlett-Packard Company
    +  SDevice:Device 1375
    +Rev:02
    +
    +Slot:07:05.0
    +Class:FireWire (IEEE 1394)
    +Vendor:Ricoh Co Ltd
    +Device:R5C832 IEEE 1394 Controller
    +  SVendor:Hewlett-Packard Company
    +  SDevice:Device 30cf
    +Rev:05
    +ProgIf:10
    +
    +
    Note: The name of each device is written at the "Device" row, after the colon (see the text + in bold in the above list)
    +
    If the device is an USB device (example: an external USB wifi card)
    +
    Open a terminal and type the following command:
    +
    lsusb -v
    +
    +
    or
    +
    lsusb -v > FILENAME          # output to a file
    +
    +
    where "filename" is the name of the file
    +
    You will obtain the list of your USB devices, similar to the one written below
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +  Device Descriptor:
    +  bLength                18
    +  bDescriptorType         1
    +  bcdUSB               2.00
    +  bDeviceClass            0 (Defined at Interface level)
    +  bDeviceSubClass         0
    +  bDeviceProtocol         0
    +  bMaxPacketSize0        64
    +  idVendor           0x0846 NetGear, Inc.
    +  idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +
    +  bcdDevice            2.00
    +  iManufacturer           1
    +  iProduct                2
    +  iSerial                 3
    +  ...
    +  ...
    +
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +Device Descriptor:
    +  bLength                18
    +  bDescriptorType         1
    +  bcdUSB               1.10
    +  bDeviceClass          255 Vendor Specific Class
    +  bDeviceSubClass       255 Vendor Specific Subclass
    +  bDeviceProtocol       255 Vendor Specific Protocol
    +  bMaxPacketSize0         8
    +  idVendor           0x08ff AuthenTec, Inc.
    +  idProduct          0x2580 AES2501 Fingerprint Sensor
    +  bcdDevice            6.23
    +  iManufacturer           0
    +  iProduct                1 Fingerprint Sensor
    +  iSerial                 0
    +  bNumConfigurations      1
    +  ...
    +  ...
    +
    +
    Note: The name of each device is written at the row starting with "idProduct" (see the text + in bold in the above list)
    +
    +
    How to discover the year of commercialization of your notebook
    +
    Open a terminal and type the following command:
    +
    sudo dmidecode| grep "Release Date"
    + +
    How to discover the kernel libre version you are using
    +
    Open a terminal and type the following command:
    +
    uname -r
    +
    +
    How to discover the name of your video card
    +
    Open a terminal and type the following command:
    +
    sudo lspci
    +
    +
    Then look for the row containing the string VGA or Display controller. You can also try one of + the following commands:
    +
    lspci | grep "Display controller"
    +
    +
    or
    +
    lspci | grep "VGA"
    +
    +
    How to discover the VendorID and the ProductID of your device (VendorID:ProductID + code)
    +
    (Thanks Michał + Masłowski and Julius22)
    +
    If the device is integrated (example: a video card)
    +
    Open a terminal and type the following command:
    +
    sudo lspci -nnk
    +
    You should obtain a list of hardware similar to the one written below
    +
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    +        Kernel driver in use: b43-pci-bridge
    +        Kernel modules: ssb
    +05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    +        Kernel modules: nouveau, nvidiafb
    +
    +
    The strings in bold and placed inside the square brackets (in the above list) are the code you are + looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are + the ProductID. In the above example: the VendorID:ProductID code of the wifi card (note the strings + "Network controller" and "WLAN") is 14e4:4311 while the VendorID:ProductID code of the video card (note + the string "VGA") is 10de:0427
    +
    If the device is an USB device (example: an external USB wifi card)
    +
    Open a terminal and type the following command:
    +
    sudo lsusb
    +
    +
    You should obtain a list of hardware similar to the one written below
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +
    +
    The strings in bold (in the above list) are the code you are looking for. The first set of digits + (before the colon) are the VendorID, the second set of digits are the ProductID. In the above + example: the VendorID:ProductID code of the external USB wifi card (note the strings "Wireless") is + 0846:4260
    +
    How to discover if the video card works
    +
    Install rss-glx by means of the package manager of + your distribution or compiling it from source and try some screensavers (for example Skyrocket or + Solarwinds). Check if you can play the screensaver (and/or if you can play it smoothly)
    +
    How to discover if the 3D acceleration works
    +
    Try to enable compiz
    +
    How to discover the name of your wifi card
    +

    Open a terminal and type the following command:

    +
    +
    sudo lspci
    +
    +
    Then look for the row containing the string Wireless or Network controller. You can also try + one of the following commands:
    +
    lspci | grep "Wireless" 
    +
    +
    or
    +
    lspci | grep "Network" 
    +
    +
    How to discover the printer driver you are using
    +
    If you are using cups
    +
    Open a terminal and type the following command:
    +
    dpkg-query -W -f '${Version}\n' cups
    +
    +
    How to discover the architecture of your notebook
    +
    Open a terminal and type the following command:
    +
    dpkg --print-architecture
    +
    +
    +

     

    +

    List of fully free GNU/Linux distributions

    +

    h-node is not responsible for the content of other web sites, or how +up-to-date their content is.

    + +

    Following are the GNU/Linux distributions we know of which have a firm policy +commitment to only include and only propose free software. They reject non-free applications, non-free programming +platforms, non-free drivers, or non-free firmware “blobs”. If by mistake they do include any, they remove it. To +learn more about what makes for a free GNU/Linux +distribution, see GNU Guidelines for +Free System Distributions.

    + +

    All of the distributions that follow are installable to a computer's hard drive and most can be run +live.

    + +

    (listed in alphabetical order)

    + + + +
    diff --git a/h-source/Application/Views/Help/index_de.php b/h-source/Application/Views/Help/index_de.php index 1f02a5c..0bbe1c9 100644 --- a/h-source/Application/Views/Help/index_de.php +++ b/h-source/Application/Views/Help/index_de.php @@ -2,7 +2,8 @@
    - ">Home » help + ">Startseite » Hilfe
    - Table of contents + Inhalt
    -

    Wiki syntax

    - -

    List of wiki tags

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameElementErgebnisBeschreibung
    Fett[b]Fette[/b] SchriftFette SchriftFettschrift
    Kursiv[i]Kursive[/i] SchriftKursive SchriftKursivschrift
    Gelöschter Text[del]Gelöschter[/del] TextGelöschter TextGelöschter Text
    Unterstrichen[u]Unterstrichener[/u] TextUnterstrichener TextUnterstrichener Text
    Überschrift 1[h1]Überschrift[/h1]
    Überschrift
    Überschrift Ebene 1
    Überschrift 2[h2]Überschrift[/h2]
    Überschrift
    Überschrift Ebene 2
    Überschrift 3[h3]Überschrift[/h3]
    Überschrift
    Überschrift Ebene 3
    AbsatzText…[p](Neuer) Absatz[/p]Text…

    (Neuer) Absatz

    (Neuer) Absatz
    Auflistung[list]Auflistung[/list]<ul>Auflistung</ul>Auflistung
    Nummerierung[enum]Geordnete Liste[/enum]<ol>Geordnete Liste</ol>Geordnete Liste
    Listenelement[*]Listenelement[/*]<li>Listenelement</li>Listenelement hinzufügen
    Quelltext[code]Quelltext[/code]
    Quelltext
    Codefragment
    Verweis (einfach)[a]Internetadresse[/a]<a href="url">Internetadresse</a>Verweis (einfach)
    Verweis (mit Text)[a]Internetadresse|mit Text[/a]<a href="Internetadresse">mit Text</a>Verweis (mit Text)
    Notebook[notebook]id[/notebook] Verweis auf das Notebook mit der Kennung gleich ID (die jeweilige Gerät-Modellkennung wird auf der Seite des Gerätes selbst, unter Modellbezeichnung, eingepflegt)
    WLAN[wifi]id[/wifi] Verweis auf das WLAN mit der Kennung gleich ID (die jeweilige Gerät-Modellkennung wird auf der Seite des Gerätes selbst, unter Modellbezeichnung, eingepflegt)
    Grafikkarte[videocard]id[/videocard] Verweis auf die Grafikkarte mit der Kennung gleich ID (die jeweilige Gerät-Modellkennung wird auf der Seite des Gerätes selbst, unter Modellbezeichnung, eingepflegt)
    - -

    Weitere Beispiele:

    - - - - - - - - - - - - -
    - Auflistung - -
      -
    • Erstes Element
    • -
    • Zweites Element
    • -
    -
    -
      -
    • [list]
    • -
    • -
        -
      • [*]Erstes Element[/*]
      • -
      • [*]Zweites Element[/*]
      • -
      -
    • -
    • [/list]
    • -
    -
    - Nummerierung - -
      -
    1. Erstes Element
    2. -
    3. Zweites Element
    4. -
    -
    -
      -
    • [enum]
    • -
    • -
        -
      • [*]Erstes Element[/*]
      • -
      • [*]Zweites Element[/*]
      • -
      -
    • -
    • [/enum]
    • -
    -
    - -

    Kompatibilitätsklassen

    - -

    Notebooks

    - -

    Klasse A (Platin)

    - -

    Alle Notebook-Geräte arbeiten mit sehr guter Leistung. Bspw.: Alle Geräte funktionieren, die 3D-Beschleunigung wird unterstützt

    - -

    Klasse B (Gold)

    - -

    Alle Notebook-Geräte funktionieren, jedoch nicht mit voller Leistung. Typisches Beispiel: Alle Geräte funktionieren, aber die 3D-Beschleunigung wird nicht unterstützt

    - -

    Klasse C (Silber)

    - -

    Ein wichtigstes Gerät wird nicht unterstützt. Bspw.: Die interne WLAN-Karte funktioniert nicht. Sie benötigen eine externe USB-Karte

    - -

    Klasse D (Bronze)

    - -

    Mehr als ein Gerät wird nicht unterstützt

    - -

    Klasse E (E-Schrott)

    - -

    Das Notebook funktioniert nicht mit Freie Software

    - - -

    Drucker

    - -

    Klasse A (Vollständig)

    - -

    Alle Gerätefunktionen und -merkmale werden unterstützt

    - -

    Klasse B (Teilweise)

    - -

    Drucken unterstützt, aber möglicherweise mit eingeschränkter Geschwindigkeit oder Druckqualität; Scannen und/oder Faxen wird bei einigen Multifunktionsgeräten möglicherweise nicht unterstützt

    - -

    Klasse C (Nicht)

    - -

    Der Drucker unterstützt keine Freie Software

    - - -

    Scanner

    - -

    Klasse A (Vollständig)

    - -

    Alle Gerätefunktionen und -merkmale werden unterstützt

    - -

    Klasse B (Teilweise)

    - -

    Scannen unterstützt, aber möglicherweise bei eingeschränkter Geschwindigkeit oder Qualität, einige andere Funktionen werden nicht unterstützt

    - -

    Klasse C (Nicht)

    - -

    Der Scanner unterstützt keine Freie Software

    - -

    Entdecken Sie Ihre Hardware

    -
    - (Vielen Dank lluvia) -
    - -

    Um mehr Details zu Ihrer Hardware zu erfahren, beachten Sie bitte folgende Punkte:

    - -

    Wie man die Modellbezeichnung des Notebooks herausfindet

    - -

    Siehe das Typenschild unterhalb Ihres Notebooks oder Netbooks

    - -

    How to discover the model name of your device (if it is not a notebook)

    - -

    If the device is integrated (example: a video card)

    - -

    Open a terminal and type the following command:

    - -
    -		lspci -vmm
    -	
    - -

    You will obtain the list of your PCI devices, similar to the one written below

    - -
    -		Slot:	03:00.0
    -		Class:	Network controller
    -		Vendor:	Broadcom Corporation
    -		Device:	BCM4311 802.11b/g WLAN
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 1375
    -		Rev:	02
    -
    -		Slot:	07:05.0
    -		Class:	FireWire (IEEE 1394)
    -		Vendor:	Ricoh Co Ltd
    -		Device:	R5C832 IEEE 1394 Controller
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 30cf
    -		Rev:	05
    -		ProgIf:	10
    -	
    - -

    The name of each device is written at the "Device" row, after the colon (see the text in bold in the above list)

    - -

    You can also write the output of the lspci command to a file by typing:

    - -
    -		lspci -vmm > filename
    -	
    - -

    where "filename" is the name of the file

    - - -

    If the device is an USB device (example: an external USB wifi card)

    - -

    Open a terminal and type the following command:

    - -
    -		lsusb -v
    -	
    - -

    You will obtain the list of your USB devices, similar to the one written below

    - -
    -		Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               2.00
    -			bDeviceClass            0 (Defined at Interface level)
    -			bDeviceSubClass         0
    -			bDeviceProtocol         0
    -			bMaxPacketSize0        64
    -			idVendor           0x0846 NetGear, Inc.
    -			idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -			bcdDevice            2.00
    -			iManufacturer           1
    -			iProduct                2
    -			iSerial                 3
    -			...
    -			...
    -
    -		Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               1.10
    -			bDeviceClass          255 Vendor Specific Class
    -			bDeviceSubClass       255 Vendor Specific Subclass
    -			bDeviceProtocol       255 Vendor Specific Protocol
    -			bMaxPacketSize0         8
    -			idVendor           0x08ff AuthenTec, Inc.
    -			idProduct          0x2580 AES2501 Fingerprint Sensor
    -			bcdDevice            6.23
    -			iManufacturer           0
    -			iProduct                1 Fingerprint Sensor
    -			iSerial                 0
    -			bNumConfigurations      1
    -			...
    -			...
    -	
    - -

    The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)

    - -

    You can also write the output of the lsusb command to a file by typing:

    - -
    -		lsusb -v > filename
    -	
    - -

    where "filename" is the name of the file

    - - - -

    Wie man den verwendeten Betriebssystemkern („Kernel“) herausfindet

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		uname -r
    -	
    - -

    Wie man den Namen der Grafikkarte herausfindet

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		sudo lspci
    -	
    - -

    Suchen Sie dann nach der Zeile mit der Zeichenfolge VGA oder Display Controller. Alternativ können Sie auch folgenden Befehle versuchen:

    - -
    -		lspci | grep "Display controller"
    -	
    - -

    oder

    - -
    -		lspci | grep "VGA"
    -	
    - -

    Wie man Anbieter-ID (VendorID) und Produkt-ID (ProductID) des Geräts herausfindet (VendorID:ProductID-Code)

    - -
    - (Vielen Dank an Michał Masłowski und Julius22) -
    - -

    Wenn das Gerät integriert ist (z. B. eine Grafikkarte)

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		sudo lspci -nnk
    -	
    - -

    Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:

    - -
    -	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    -	Kernel driver in use: b43-pci-bridge
    -	Kernel modules: ssb
    -	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    -	Kernel modules: nouveau, nvidiafb
    -	
    - -

    Hinweis: Die Zeichenfolgen in fetter Schrift und in den eckigen Klammern […:…] sind die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem Doppelpunkt) ist die Anbieter-ID, die zweite Zeichengruppe (nach dem Doppelpunkt) die Produkt-ID. Im obigen Beispiel wären Anbieter- und Produkt-ID-Code der WLAN-Karte (beachten Sie die Zeichenfolgen „Network Controller“ und „WLAN“) 14e4:4311, die der Grafikkarte (beachten Sie die Zeichenfolge „VGA“) 10DE:0427

    - -

    Wenn das Gerät ein USB-Gerät ist (Beispiel: eine externer USB-WLAN-Stick)

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		sudo lsusb
    -	
    - -

    Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:

    - -
    -	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    -	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -	
    - -

    Hinweis: Die Zeichenfolgen in fetter Schrift und in den eckigen Klammern […] sind die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem Doppelpunkt) ist die Anbieter-ID, die zweite Zeichengruppe (nach dem Doppelpunkt) die Produkt-ID. Im obigen Beispiel wären Anbieter- und Produkt-ID-Code des externen USB-WLAN-Sticks (beachten Sie die Zeichenfolge „Wireless“) 0846:4260

    - - -

    Wie man herausfindet, ob die Grafikkarte funktioniert &ndash)

    - -

    Installieren Sie das Paket rss-glx mittels Paketverwaltung Ihrer Distribution oder Kompilieren Sie den Quellcode und testen einige Bildschirmschoner (z. B. Skyrocket oder Solarwinds). Überprüfen Sie, ob die Bildschirmschoner angezeigt werden können (und/oder ruckelfrei wiedergegeben werden)

    - -

    Wie man herausfindet, ob die 3D-Beschleunigung funktioniert

    - -

    Versuchen Sie, „compiz“ zu aktivieren

    - -

    Wie man den Namen Ihrer WLAN-Karte herausfindet

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		sudo lspci
    -	
    - -

    Suchen Sie dann nach der Zeile mit der Zeichenfolge Wireless oder Network Controller. Alternativ können Sie auch folgenden Befehle versuchen:

    - -
    -		lspci | grep "Wireless"
    -	
    - -

    oder

    - -
    -		lspci | grep "Network"
    -	
    - -

    Wie man den verwendeten Druckertreiber herausfindet

    - -

    Wenn Sie „cups“ verwenden

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		dpkg-query -W -f '${Version}\n' cups
    -	
    - -

    Wie man die Architektur Ihres Notebooks herausfindet

    - -

    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:

    - -
    -		dpkg --print-architecture
    -	
    - - -

    Vollständig Freie GNU/Linux-Distributionen

    - -

    (In alphabetischer Reihenfolge)

    - - - +

    Wiki-Syntax

    + +

    +Wiki-Elemente

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameElementErgebnisBeschreibung
    Fett[b]Fette[/b] SchriftFette SchriftFettschrift
    Kursiv[i]Kursive[/i] SchriftKursive SchriftKursivschrift
    Gelöschter Text[del]Gelöschter[/del] TextGelöschter TextGelöschter Text
    Unterstrichen[u]Unterstrichener[/u] TextUnterstrichener TextUnterstrichener Text
    Überschrift 1[h1]Überschrift[/h1] +
    + Überschrift
    +
    Überschrift Ebene 1
    Überschrift 2[h2]Überschrift[/h2] +
    + Überschrift
    +
    Überschrift Ebene 2
    Überschrift 3[h3]Überschrift[/h3] +
    + Überschrift
    +
    Überschrift Ebene 3
    Absatz…[p](Neuer) Absatz[/p]… + +

    (Neuer) Absatz

    +
    (Neuer) Absatz
    Auflistung
      +
    • [list]
    • +
      • +
      • [*]Erstes Element[/*]
      • +
      • [*]Zweites Element[/*]
      • +
      +
    • +
    • [/list]
    • +
    +
      +
    • Erstes Element
    • +
    • Zweites Element
    • +
    +
    Auflistung
    Nummerierung
      +
    • [enum]
    • +
      • +
      • [*]Erstes Element[/*]
      • +
      • [*]Zweites Element[/*]
      • +
      +
    • +
    • [/enum]
    • +
    +
      +
    1. Erstes Element
    2. +
    3. Zweites Element
    4. +
    +
    Geordnete Liste
    Listenelement[*]Listenelement[/*]
      +
    • Listenelement
    • +
    +
    Listenelement hinzufügen
    Quelltext[code]Quelltext[/code]
    Quelltext
    +
    
    +      
    Codefragment
    Verweis (einfach)[a]Internetadresse[/a]InternetadresseVerweis (einfach)
    Verweis (mit Text)[a]Internetadresse|mit Text[/a]mit TextVerweis (mit Text)
    Notebook[notebook]ID[/notebook]IDVerweis auf das Notebook mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite + des Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)
    WLAN[wifi]ID[/wifi]IDVerweis auf das WLAN mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite des + Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)
    Grafikkarte[videocard]ID/videocard]IDVerweis auf die Grafikkarte mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite + des Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)
    + +

     

    + +

    Kompatibilitätsklassen

    + +

    Notebooks

    +
    +
    Klasse A (Platin)
    +
    Alle Notebook-Geräte arbeiten mit sehr guter Leistung.
    +
    Beispiel: Alle Geräte funktionieren, auch die 3D-Beschleunigung wird + unterstützt.
    +
    Klasse B (Gold)
    +
    Alle Notebook-Geräte funktionieren, jedoch nicht mit voller Leistung.
    +
    Beispiel: Alle Geräte funktionieren, aber die 3D-Beschleunigung wird nicht + unterstützt.
    +
    Klasse C (Silber)
    +
    Ein wichtiges Gerät wird nicht unterstützt.
    +
    Beispiel: Die interne WLAN-Karte funktioniert nicht. Sie benötigen eine + externe USB-Karte.
    +
    Klasse D (Bronze)
    +
    Mehr als ein Gerät wird nicht unterstützt.
    +
    Klasse E (E-Schrott)
    +
    Das Notebook kann von Freie Software nicht unterstützt werden.
    +
    + +

    Drucker

    +
    +
    Klasse A (Vollständig)
    +
    Alle Gerätefunktionen und -merkmale werden unterstützt.
    +
    Klasse B (Teilweise)
    +
    Drucken wird unterstützt, aber möglicherweise mit eingeschränkter Geschwindigkeit oder Druckqualität; + Scannen und/oder Faxen wird (bei einigen Multifunktionsgeräten möglicherweise) nicht unterstützt
    +
    Klasse C (E-Schrott)
    +
    Der Drucker kann von Freie Software nicht unterstützt werden.
    +
    + +

    Scanner

    +
    +
    Klasse A (Vollständig)
    +
    Alle Gerätefunktionen und -merkmale werden unterstützt.
    +
    Klasse B (Teilweise)
    +
    Scannen unterstützt, aber möglicherweise bei eingeschränkter Geschwindigkeit oder Qualität, einige andere + Funktionen werden nicht unterstützt.
    +
    Klasse C (E-Schrott)
    +
    Der Scanner kann von Freie Software nicht unterstützt werden.
    +
    + +

     

    + +

    Entdecken Sie Ihre Hardware

    +(Vielen Dank lluvia) + +

    Um mehr Details über Ihre Hardware zu erfahren, beachten Sie bitte folgende Punkte:

    +
    +
    Wie man die Modellbezeichnung des Notebooks herausfindet
    +
    Siehe das Typenschild unterhalb Ihres tragbaren Klapprechners.
    +
    Wie man den Modellnamen der Geräte herausfindet (wenn kein tragbarer Klapprechner)
    +
    Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    lspci -vmm
    +
    +
    oder
    +
    lspci -vmm > DATEINAME          # Ausgabe als Datei speichern
    +
    + +
    Es sollten PCI-Geräte ähnlich der folgenden angezeigt werden:
    +
    Slot:    03:00.0
    +Class:   Network controller
    +Vendor:  Broadcom Corporation
    +Device:  BCM4311 802.11b/g WLAN
    +SVendor: Hewlett-Packard Company
    +SDevice: Device 1375
    +Rev:     02
    +
    +Slot:    07:05.0
    +Class:   FireWire (IEEE 1394)
    +Vendor:  Ricoh Co Ltd
    +Device:  R5C832 IEEE 1394 Controller
    +SVendor: Hewlett-Packard Company
    +SDevice: Device 30cf
    +Rev:     05
    +ProgIf:  10
    +
    +
    Hinweis: Die Gerätebezeichnung wird in der Zeile „Device“ nach dem Doppelpunkt + angegeben (siehe Text in Fettdruck).
    +
    Wenn das Gerät ein USB-Gerät ist (bspw. ein externer WLAN-Stick)
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    lsusb -v
    +
    +
    oder
    +
    lsusb -v > DATEINAME          # Ausgabe als Datei speichern
    +
    + +
    Es sollten USB-Geräte ähnlich der folgenden angezeigt werden:
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +Device Descriptor:
    +  bLength                18
    +  bDescriptorType         1
    +  bcdUSB               2.00
    +  bDeviceClass            0 (Defined at Interface level)
    +  bDeviceSubClass         0
    +  bDeviceProtocol         0
    +  bMaxPacketSize0        64
    +  idVendor           0x0846 NetGear, Inc.
    +  idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +
    +  bcdDevice            2.00
    +  iManufacturer           1
    +  iProduct                2
    +  iSerial                 3
    +  ...
    +  ...
    +
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +Device Descriptor:
    +  bLength                18
    +  bDescriptorType         1
    +  bcdUSB               1.10
    +  bDeviceClass          255 Vendor Specific Class
    +  bDeviceSubClass       255 Vendor Specific Subclass
    +  bDeviceProtocol       255 Vendor Specific Protocol
    +  bMaxPacketSize0         8
    +  idVendor           0x08ff AuthenTec, Inc.
    +  idProduct          0x2580 AES2501 Fingerprint Sensor
    +  bcdDevice            6.23
    +  iManufacturer           0
    +  iProduct                1 Fingerprint Sensor
    +  iSerial                 0
    +  bNumConfigurations      1
    +  ...
    +  ...
    +
    +
    Hinweis: Die Gerätebezeichnung wird in der Zeile „idProduct“ nach dem Doppelpunkt + angegeben (siehe Text in Fettdruck).
    + +
    Wie man den verwendeten Betriebssystemkern („Kernel“) herausfindet
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    uname -r
    +
    +
    Wie man den Namen der Grafikkarte herausfindet
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    sudo lspci
    +
    +
    Suchen Sie dann nach der Zeile mit der Zeichenfolge VGA oder + Display Controller. Alternativ können Sie auch folgenden Befehl versuchen: +
    +
    lspci | grep "Display controller"
    +
    +
    oder
    +
    lspci | grep "VGA"
    +
    +
    Wie man Anbieter- und Produkt-ID des Geräts herausfindet (VendorID:ProductID)
    +
    (Vielen Dank an Michał Masłowski + und Julius22) +
    +
    Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    sudo lspci -nnk
    +
    +
    Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:
    +
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311]
    (rev 02)
    Kernel driver in use: b43-pci-bridge
    Kernel modules: ssb
    05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS]
    [10de:0427] (rev a1)
    Kernel modules: nouveau, nvidiafb
    +
    +
    Hinweis: Die Zeichenfolgen in fetter Schrift und in den eckigen Klammern [… + : …] sind die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem + Doppelpunkt) ist die Anbieter-ID, die zweite Zeichengruppe (nach dem Doppelpunkt) die Produkt-ID. + Im obigen Beispiel wären Anbieter- und Produkt-ID-Code der WLAN-Karte (beachten Sie die Zeichenfolgen „Network + Controller“ und „WLAN“) 14e4:4311, die der Grafikkarte (beachten Sie die Zeichenfolge „VGA“) + 10DE:0427.
    +
    Wenn das Gerät ein USB-Gerät ist (bspw. ein externer USB-WLAN-Stick)
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    sudo lsusb
    +
    +
    Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +
    +
    Hinweis: Die Zeichenfolgen in fetter Schrift und in den eckigen Klammern […] sind + die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem Doppelpunkt) ist die + Anbieter-ID, die zweite Zeichengruppe (nach dem Doppelpunkt) die Produkt-ID. Im obigen Beispiel + wären Anbieter- und Produkt-ID-Code des externen USB-WLAN-Sticks (beachten Sie die Zeichenfolge „Wireless“) + 0846:4260.
    +
    Wie man herausfindet, ob die Grafikkarte (über den VGA-Standard hinaus) funktioniert
    +
    Installieren Sie das Paket rss-glx mittels + Paketverwaltung Ihrer Distribution oder Kompilieren Sie den Quellcode und testen einige Bildschirmschoner (z. B. + Skyrocket oder Solarwinds). Überprüfen Sie, ob die Bildschirmschoner angezeigt werden können + (und/oder ruckelfrei wiedergegeben werden). +
    +
    Wie man herausfindet, ob die 3D-Beschleunigung funktioniert
    +
    Versuchen Sie, „compiz“ zu aktivieren.
    +
    Wie man den Namen Ihrer WLAN-Karte herausfindet
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    sudo lspci
    +
    +
    Suchen Sie dann nach der Zeile mit der Zeichenfolge Wireless oder Network + Controller. Alternativ können Sie auch folgenden Befehle versuchen: +
    +
    lspci | grep "Wireless"
    +
    oder
    +
    lspci | grep "Network"
    +
    +
    Wie man den verwendeten Druckertreiber herausfindet
    +
    Wenn Sie „cups“ verwenden
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    dpkg-query -W -f '${Version}\n' cups
    +
    +
    Wie man die Architektur Ihres Notebooks herausfindet
    +
    Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
    +
    dpkg --print-architecture
    +
    +
    + +

     

    + +

    Freie GNU/Linux-Distributionen

    + + +

    Dies sind GNU/Linux-Distributionen, von denen wir von einer +festgelegten Richtlinie wissen, ausschließlich Freie Software zu verwenden und anzubieten. Unfreie Anwendungen, +unfreie Programmierplattformen, unfreie Treiber oder unfreie Firmware („BLOBs“) werden, auch wenn versehentlich +enthalten, entfernt. Weitere Informationen über Freie +GNU/Linux-Distribution finden Sie unter Richtlinien für Freie +Distributionen.

    + +

    Alle Distributionen können auf der Festplatte Ihres Rechners installiert und die meisten Live ausgeführt +werden.

    + +

    (In alphabetischer Reihenfolge)

    + + diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php index 85ba0c6..ba7b23b 100644 --- a/h-source/Application/Views/Help/index_es.php +++ b/h-source/Application/Views/Help/index_es.php @@ -2,7 +2,8 @@ -

    Sintaxis del Wiki

    - -

    Lista de las etiquetas wiki de

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    nombreetiquetaresultadodescripción
    bold[b]texto[/b]textotexto en negrita
    italic[i]texto[/i]textotexto en cursiva
    del[del]texto[/del]textotexto eliminado
    underline[u]texto[/u]textotexto subrayado
    head 1[h1]texto[/h1]
    texto
    encabezado 1
    head 2[h2]texto[/h2]
    texto
    encabezado 2
    head 3[h3]texto[/h3]
    texto
    encabezado 3
    paragraph[p]texto[/p]

    texto

    nuevo párrafo
    lista[list]lista[/list]<ul>lista</ul>hace una lista de objetos
    numbered list[enum]lista[/enum]<ol>lista</ol>hace una lista numerada de objetos
    list item[*]objeto[/*]<li>objeto</li>agrega un objeto a la lista
    code[code]código[/code]
    código
    agrega código
    simple link[a]url[/a]<a href="url">url</a>enlace simple
    link with text[a]url|text[/a]<a href="url">text</a>enlace con texto
    notebook[notebook]id[/notebook] enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)
    wifi[wifi]id[/wifi] enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)
    videocard[videocard]id[/videocard] enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la página del dispositivo mismo, seguido del nombre del modelo)
    - -

    Some more examples:

    - - - - - - - - - - - - -
    - List - -
      -
    • first item
    • -
    • second item
    • -
    -
    -
      -
    • [list]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/list]
    • -
    -
    - Numbered list - -
      -
    1. first item
    2. -
    3. second item
    4. -
    -
    -
      -
    • [enum]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/enum]
    • -
    -
    - - -

    Clases de Compatibilidad

    - -

    Laptops

    - -

    Clase A (Platino)

    - -

    Todos los dispositivos funcionan con un buen desempeño. Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada

    - -

    Clase B (Oro)

    - -

    Todos los dispositivos funcionan pero no a su rendimiento completo. Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta soportada

    - -

    Clase C (Plata)

    - -

    Un dispositivo principal no esta soportado. Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa

    - -

    Clase D (Bronce)

    - -

    Más de un dispositivo no esta soportado

    - -

    Clase E (Basura)

    - -

    El equipo no funciona con software libre

    - - -

    Impresoras

    - -

    Clase A (Completo)

    - -

    Todos los dispositivos funcionan y las características soportadas

    - -

    Clase B (Parcial)

    - -

    La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos dispositivos multifuncionales pueden no estar soportados

    - -

    Clase C (Ninguno)

    - -

    La impresora no funciona con software libre

    - - -

    Scanners

    - -

    Class A (Full)

    - -

    All device functions and features are supported

    - -

    Class B (Partial)

    - -

    Scanning supported but possibly at limited speed or quality; some other features may not be supported

    - -

    Class C (None)

    - -

    The scanner does not work with free software

    - -

    Descubra su hardware

    -
    - (Gracias lluvia) -
    - -

    En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:

    - -

    Como descubrir el modelo de su laptop

    - -

    Vea debajo de su laptop o netbook

    - -

    How to discover the model name of your device (if it is not a notebook)

    - -

    If the device is integrated (example: a video card)

    - -

    Open a terminal and type the following command:

    - -
    -		lspci -vmm
    -	
    - -

    You will obtain the list of your PCI devices, similar to the one written below

    - -
    -		Slot:	03:00.0
    -		Class:	Network controller
    -		Vendor:	Broadcom Corporation
    -		Device:	BCM4311 802.11b/g WLAN
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 1375
    -		Rev:	02
    -
    -		Slot:	07:05.0
    -		Class:	FireWire (IEEE 1394)
    -		Vendor:	Ricoh Co Ltd
    -		Device:	R5C832 IEEE 1394 Controller
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 30cf
    -		Rev:	05
    -		ProgIf:	10
    -	
    - -

    The name of each device is written at the "Device" row, after the colon (see the text in bold in the above list)

    - -

    You can also write the output of the lspci command to a file by typing:

    - -
    -		lspci -vmm > filename
    -	
    - -

    where "filename" is the name of the file

    - - -

    If the device is an USB device (example: an external USB wifi card)

    - -

    Open a terminal and type the following command:

    - -
    -		lsusb -v
    -	
    - -

    You will obtain the list of your USB devices, similar to the one written below

    - -
    -		Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               2.00
    -			bDeviceClass            0 (Defined at Interface level)
    -			bDeviceSubClass         0
    -			bDeviceProtocol         0
    -			bMaxPacketSize0        64
    -			idVendor           0x0846 NetGear, Inc.
    -			idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -			bcdDevice            2.00
    -			iManufacturer           1
    -			iProduct                2
    -			iSerial                 3
    -			...
    -			...
    -
    -		Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               1.10
    -			bDeviceClass          255 Vendor Specific Class
    -			bDeviceSubClass       255 Vendor Specific Subclass
    -			bDeviceProtocol       255 Vendor Specific Protocol
    -			bMaxPacketSize0         8
    -			idVendor           0x08ff AuthenTec, Inc.
    -			idProduct          0x2580 AES2501 Fingerprint Sensor
    -			bcdDevice            6.23
    -			iManufacturer           0
    -			iProduct                1 Fingerprint Sensor
    -			iSerial                 0
    -			bNumConfigurations      1
    -			...
    -			...
    -	
    - -

    The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)

    - -

    You can also write the output of the lsusb command to a file by typing:

    - -
    -		lsusb -v > filename
    -	
    - -

    where "filename" is the name of the file

    - - - -

    Como descubrir la versión de kernel que esta usando

    - -

    Abra una terminal y escriba la siguiente orden:

    - -
    -		uname -r
    -	
    - -

    Como descubrir el nombre de su tarjeta de video

    - -

    Abra una terminal y escriba la siguiente orden:

    - -
    -		sudo lspci
    -	
    - -

    Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las siguientes ordenes:

    - -
    -		lspci | grep "Display controller"
    -	
    - -

    o

    - -
    -		lspci | grep "VGA"
    -	
    - -

    Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código VendorID:ProductID)

    - -
    - (Gracias Michał Masłowski y Julius22) -
    - -

    Si el dispositivo es integrado (ejemplo: una tarjeta de video)

    - -

    Abra una terminal y escriba la siguiente orden:

    - -
    -		sudo lspci -nnk
    -	
    - -

    Debe de obtener una lista de hardware similar a la escriba debajo

    - -
    -	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    -	Kernel driver in use: b43-pci-bridge
    -	Kernel modules: ssb
    -	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    -	Kernel modules: nouveau, nvidiafb
    -	
    - -

    Las cadenas en negritas y colocadas en los corchetes (en la lista superior) son los códigos que esta buscando. El primer grupo de dígitos (antes de los dos puntos) son el VendorID, el segundo grupo de dígitos son el ProductID. En el ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica (note las cadenas "Network controller" y "WLAN") es 14e4:4311 mientras el código VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es 10de:0427

    - -

    Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)

    - -

    Abra una terminal y escriba la siguiente orden:

    - -
    -		sudo lsusb
    -	
    - -

    Debe de obtener una lista de hardware similar a la descrita a continuación

    - -
    -	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    -	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -	
    - -

    Las cadenas en negritas (en la lista superior) son el código que busca. El primer grupo de dígitos (antes de los dos puntos) son el VendorID, el segundo grupo de dígitos son el ProductID. En el ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena "Wireless") es 0846:4260

    - - -

    Como descubrir si la tarjeta de video funciona

    - -

    Instale rss-glx por lo medios del administrador de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de pantalla (por ejemplo Skyrocket o Solarwinds). Revise si puede ejecutar el protector de pantalla (y/o si puede mostrarlo suavemente)

    - -

    Como descubrir si la aceleración 3D funciona

    - -

    Intente activar compiz

    - -

    Como descubrir el nombre de su tarjeta de inalámbrica

    - -

    Abra una terminal y escriba la siguiente orden:

    - -
    -		sudo lspci
    -	
    - -

    Después busque por la linea que contenga la cadena Wireless o Network controller. También puede intentar una de las siguientes ordenes

    - -
    -		lspci | grep "Wireless" 
    -	
    - -

    o

    - -
    -		lspci | grep "Network" 
    -	
    - -

    Como descubrir el driver de la impresora que esta usando

    - -

    If you are using cups

    - -

    Abra una terminal y escriba la orden siguiente:

    - -
    -		dpkg-query -W -f '${Version}\n' cups
    -	
    - -

    How to discover the architecture of your notebook

    - -

    Open a terminal and type the following command:

    - -
    -		dpkg --print-architecture
    -	
    - - -

    Lista de las distribuciones GNU/Linux completamente libres

    - -

    Están enlistadas en orden alfabético

    - - - +

    Sintaxis del Wiki

    + +

    Lista de las etiquetas wiki de +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    nombreetiquetaresultadodescripción
    bold[b]texto[/b]textotexto en negrita
    italic[i]texto[/i]textotexto en cursiva
    del[del]texto[/del]textotexto eliminado
    underline[u]texto[/u]textotexto subrayado
    head 1[h1]texto[/h1] +
    + texto
    +
    encabezado 1
    head 2[h2]texto[/h2] +
    + texto
    +
    encabezado 2
    head 3[h3]texto[/h3] +
    + texto
    +
    encabezado 3
    paragraph[p]texto[/p]

    texto

    +
    nuevo párrafo
    list item[*]objeto[/*]
      +
    • objeto
    • +
    +
    agrega un objeto a la lista
    lista
      +
    • [list]
    • +
      • +
      • [*]first item[/*]
      • +
      • [*]second item[/*]
      • +
      +
    • +
    • [/list]
    • +
    +
      +
    • first item
    • +
    • second item
    • +
    +
    hace una lista de objetos
    numbered list
      +
    • [enum]
    • +
      • +
      • [*]first item[/*]
      • +
      • [*]second item[/*]
      • +
      +
    • +
    • [/enum]
    • +
    +
      +
    1. first item
    2. +
    3. second item
    4. +
    +
    hace una lista numerada de objetos
    code[code]código[/code]
    código
    +
    agrega código
    link with text[a]url|text[/a]textenlace con texto
    notebook[notebook]1234:5678[/notebook]1234:5678enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la + página del dispositivo mismo, seguido del nombre del modelo)
    wifi[wifi]1234:5678[/wifi]1234:5678enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la + página del dispositivo mismo, seguido del nombre del modelo)
    videocard[videocard]1234:5678/videocard]1234:5678enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta + escrito en la página del dispositivo mismo, seguido del nombre del modelo)
    + +

    + +

    Clases de Compatibilidad

    + +

    Laptops

    +
    +
    Clase A (Platino)
    +
    Todos los dispositivos funcionan con un buen desempeño.
    +
    Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada
    +
    Clase B (Oro)
    +
    Todos los dispositivos funcionan pero no a su rendimiento completo.
    +
    Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta + soportada
    +
    Clase C (Plata)
    +
    Un dispositivo principal no esta soportado.
    +
    Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa
    +
    Clase D (Bronce)
    +
    Más de un dispositivo no esta soportado
    +
    Clase E (Basura)
    +
    El equipo no funciona con software libre
    +
    + +

    Impresoras

    +
    +
    Clase A (Completo)
    +
    Todos los dispositivos funcionan y las características soportadas
    +
    Clase B (Parcial)
    +
    La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos + dispositivos multifuncionales pueden no estar soportados
    +
    Clase C (Ninguno)
    +
    La impresora no funciona con software libre
    +
    + +

    Scanners

    +
    +
    Class A (Full)
    +
    All device functions and features are supported
    +
    Class B (Partial)
    +
    Scanning supported but possibly at limited speed or quality; some other features may not be supported
    +
    Class C (None)
    +
    The scanner does not work with free software
    +
    + +

     

    + +

    Descubra su hardware

    +(Gracias lluvia) + +

    En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:

    +
    +
    Como descubrir el modelo de su laptop
    +
    Vea debajo de su laptop o netbook
    +
    How to discover the model name of your device (if it is not a notebook)
    +
    If the device is integrated (example: a video card)
    +
    Open a terminal and type the following command:
    +
    lspci -vmm
    +
    +
    You will obtain the list of your PCI devices, similar to the one written below
    +
    Slot:03:00.0
    +Class:Network controller
    +Vendor:Broadcom Corporation
    +Device:BCM4311 802.11b/g WLAN
    +
    +SVendor:Hewlett-Packard Company
    +SDevice:Device 1375
    +Rev:02
    +
    +Slot:07:05.0
    +Class:FireWire (IEEE 1394)
    +Vendor:Ricoh Co Ltd
    +Device:R5C832 IEEE 1394 Controller
    +SVendor:Hewlett-Packard Company
    +SDevice:Device 30cf
    +Rev:05
    +ProgIf:10
    +
    +
    The name of each device is written at the "Device" row, after the colon (see the text in bold in the above + list)
    +
    You can also write the output of the lspci command to a file by typing:
    +
    lspci -vmm > filename
    +
    +
    where "filename" is the name of the file
    +
    If the device is an USB device (example: an external USB wifi card)
    +
    Open a terminal and type the following command:
    +
    lsusb -v
    +
    +
    or
    +
    lsusb -v > filename          # write the output to a file
    +
    + +
    You will obtain the list of your USB devices, similar to the one written below
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +Device Descriptor:
    +bLength                18
    +bDescriptorType         1
    +bcdUSB               2.00
    +bDeviceClass            0 (Defined at Interface level)
    +bDeviceSubClass         0
    +bDeviceProtocol         0
    +bMaxPacketSize0        64
    +idVendor           0x0846 NetGear, Inc.
    +idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +bcdDevice            2.00
    +iManufacturer           1
    +iProduct                2
    +iSerial                 3
    + ...
    + ...
    +
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +Device Descriptor:
    +bLength                18
    +bDescriptorType         1
    +bcdUSB               1.10
    +bDeviceClass          255 Vendor Specific Class
    +bDeviceSubClass       255 Vendor Specific Subclass
    +bDeviceProtocol       255 Vendor Specific Protocol
    +bMaxPacketSize0         8
    +idVendor           0x08ff AuthenTec, Inc.
    +idProduct          0x2580 AES2501 Fingerprint Sensor
    +bcdDevice            6.23
    +iManufacturer           0
    +iProduct                1 Fingerprint Sensor
    +iSerial                 0
    +bNumConfigurations      1
    + ...
    + ...
    +
    +
    The name of each device is written at the row starting with "idProduct" (see the text in bold in the above + list)
    +
    How to discover the year of commercialization of your notebook
    +
    Open a terminal and type the following command:
    +
    sudo dmidecode| grep "Release Date"
    +
    +
    Como descubrir la versión de kernel que esta usando
    +
    Abra una terminal y escriba la siguiente orden:
    +
    uname -r
    +
    +
    Como descubrir el nombre de su tarjeta de video
    +
    Abra una terminal y escriba la siguiente orden:
    + +
    sudo lspci
    +
    +
    Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las + siguientes ordenes:
    +
    lspci | grep "Display controller"
    +
    +
    o
    +
    lspci | grep "VGA"
    +
    +
    Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código + VendorID:ProductID)
    +
    (Gracias Michał Masłowski + y Julius22) +
    +
    Si el dispositivo es integrado (ejemplo: una tarjeta de video)
    +
    Abra una terminal y escriba la siguiente orden:
    +
    sudo lspci -nnk
    +
    +
    Debe de obtener una lista de hardware similar a la escriba debajo
    +
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    +Kernel driver in use: b43-pci-bridge
    +Kernel modules: ssb
    +05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    +Kernel modules: nouveau, nvidiafb
    +
    +
    Las cadenas en negritas y colocadas en los corchetes (en la lista superior) son los códigos que esta + buscando. El primer grupo de dígitos (antes de los dos puntos) son el VendorID, el segundo grupo de + dígitos son el ProductID. En el ejemplo superior: el código VendorID:ProductID de la tarjeta + inalámbrica (note las cadenas "Network controller" y "WLAN") es 14e4:4311 mientras el código + VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es 10de:0427
    +
    Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)
    +
    Abra una terminal y escriba la siguiente orden:
    +
    sudo lsusb
    +
    +
    Debe de obtener una lista de hardware similar a la descrita a continuación
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +
    +
    Las cadenas en negritas (en la lista superior) son el código que busca. El primer grupo de dígitos + (antes de los dos puntos) son el VendorID, el segundo grupo de dígitos son el ProductID. En el + ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena + "Wireless") es 0846:4260
    +
    Como descubrir si la tarjeta de video funciona
    +
    Instale rss-glx por lo medios del administrador + de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de + pantalla (por ejemplo Skyrocket o Solarwinds). Revise si puede ejecutar el protector de pantalla + (y/o si puede mostrarlo suavemente) +
    +
    Como descubrir si la aceleración 3D funciona
    +
    Intente activar compiz
    +
    Como descubrir el nombre de su tarjeta de inalámbrica
    +
    Abra una terminal y escriba la siguiente orden:
    +
    sudo lspci
    +
    +
    Después busque por la linea que contenga la cadena Wireless o Network + controller. También puede intentar una de las siguientes ordenes
    +
    lspci | grep "Wireless"
    +
    +
    o
    +
    lspci | grep "Network"
    +
    +
    Como descubrir el driver de la impresora que esta usando
    +
    If you are using cups
    +
    Abra una terminal y escriba la orden siguiente:
    +
    dpkg-query -W -f '${Version}\n' cups
    +
    +
    How to discover the architecture of your notebook
    +
    Open a terminal and type the following command:
    +
    dpkg --print-architecture
    +
    +
    + +

     

    + +

    Lista de las distribuciones GNU/Linux completamente libres

    + + +

    Estas son las distribuciones GNU/Linux de las que sabemos +que tienen una política en la que se comprometen a incluir y ofrecer sólo software libre. Estas distribuciones +rechazan las aplicaciones, las plataformas de programación, los controladores y el firmware que no son libres. Si por +error incluyen alguno, lo eliminan. Si desea conocer más acerca qué hace a una distribución de GNU/Linux libre, por favor vea GNU guía para distribuciones libres.

    + +

    Todas las distribuciones que aparecen a continuación se pueden instalar en el disco duro y muchas funcionan +sin instalación.

    + +

    (En orden alfabético)

    + + diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php index d4a4c22..a4b5441 100644 --- a/h-source/Application/Views/Help/index_fr.php +++ b/h-source/Application/Views/Help/index_fr.php @@ -2,7 +2,8 @@ -

    Syntaxe Wiki

    +

    Syntaxe Wiki

    + +

    Liste des tags Wiki sur +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    nametagresultdescription
    bold[b]text[/b]texttext bold
    italic[i]text[/i]texttext italic
    del[del]text[/del]texttext deleted
    underline[u]text[/u]texttext underlined
    head 1[h1]text[/h1] +
    + text
    +
    head 1
    head 2[h2]text[/h2] +
    + text
    +
    head 2
    head 3[h3]text[/h3] +
    + text
    +
    head 3
    paragraph[p]text[/p]

    text

    +
    new paragraph
    list item[*]item[/*]
      +
    • item
    • +
    +
    ad an item to a list
    List
      +
    • [list]
    • +
      • +
      • [*]first item[/*]
      • +
      • [*]second item[/*]
      • +
      +
    • +
    • [/list]
    • +
    +
      +
    • first item
    • +
    • second item
    • +
    +
    make a list of items
    Numbered list
      +
    • [enum]
    • +
      • +
      • [*]first item[/*]
      • +
      • [*]second item[/*]
      • +
      +
    • +
    • [/enum]
    • +
    +
      +
    1. first item
    2. +
    3. second item
    4. +
    +
    make a numbered list of items
    code[code]some code[/code]
    some code
    +
    ad some code
    simple link[a]url[/a]urlsimple link
    link with text[a]url|text[/a]textlink with text
    notebook[notebook]id[/notebook] link to the notebook with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)
    wifi[wifi]id[/wifi] link to the wifi with the identifier equal to id (the identifier of each device model is written in the page + of the device itself, next to the model name)
    videocard[videocard]id[/videocard] link to the videocard with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)
    + +

     

    + +

    Niveau de compatibilitée

    + +

    Notebooks

    +
    +
    Classe A (Platinium)
    +
    Tout le matériel du notebook fonctionne avec du logiciel libre.
    +
    Exemple : la 3D fonctionne, le son et la wifi également
    +
    Classe B (Or)
    +
    Tout le matériel du notebook fonctionne, mais avec des performances réduites.
    +
    Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas
    +
    Classe C (Argent)
    +
    Un matériel principal ne fonctionne pas.
    +
    Exemple : La carte wifi ne fonctionne pas
    +
    Classe D (Bronze)
    +
    Plus d'un matériel ne fonctionne pas avec du logiciel libre
    +
    Classe E (Poubelle)
    +
    Aucun matériel ne fonctionne avec du logiciel libre
    +
    + +

    Imprimantes

    +
    +
    Classe A (Complet)
    +
    Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre
    +
    Classe B (Partielle)
    +
    La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée.
    +
    Exemple : Le scan ou le fax sur certains appareils peut ne pas être supportés
    +
    Classe C (Aucun)
    +
    L'imprimante ne fonctionne pas avec du logiciel libre
    +
    + +

    Scanners

    +
    +
    Classe A (Complet)
    +
    Toutes les fonctionnalitées du scanner sont supportées
    +
    Classe B (Partielle)
    +
    Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas + fonctionner
    +
    Classe C (Aucun)
    +
    Le scanner ne fonctionne pas avec du logiciel libre
    +
    + +

    Découvrez votre matériel

    +(Merci lluvia) + +

    Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:

    +
    +
    Comment découvrir le modèle de votre notebook
    +
    See below your notebook or netbook
    +
    How to discover the model name of your device (if it is not a notebook)
    +
    If the device is integrated (example: a video card)
    +
    Open a terminal and type the following command:
    +
    lspci -vmm
    +
    +
    You will obtain the list of your PCI devices, similar to the one written below
    +
    Slot:03:00.0
    +Class:Network controller
    +Vendor:Broadcom Corporation
    +Device:BCM4311 802.11b/g WLAN
    +SVendor:Hewlett-Packard Company
    +SDevice:Device 1375
    +Rev:02
    +
    +Slot:07:05.0
    +Class:FireWire (IEEE 1394)
    +Vendor:Ricoh Co Ltd
    +Device:R5C832 IEEE 1394 Controller
    +SVendor:Hewlett-Packard Company
    +SDevice:Device 30cf
    +Rev:05
    +ProgIf:10
    +
    +
    The name of each device is written at the "Device" row, after the colon (see the text in bold in the above + list)
    +
    You can also write the output of the lspci command to a file by typing:
    +
    lspci -vmm > filename
    +
    +
    where "filename" is the name of the file
    +
    If the device is an USB device (example: an external USB wifi card)
    +
    Open a terminal and type the following command:
    +
    lsusb -v
    +
    +
    You will obtain the list of your USB devices, similar to the one written below
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +Device Descriptor:
    +bLength                18
    +bDescriptorType         1
    +bcdUSB               2.00
    +bDeviceClass            0 (Defined at Interface level)
    +bDeviceSubClass         0
    +bDeviceProtocol         0
    +bMaxPacketSize0        64
    +idVendor           0x0846 NetGear, Inc.
    +idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +bcdDevice            2.00
    +iManufacturer           1
    +iProduct                2
    +iSerial                 3
    + ...
    + ...
    +
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +Device Descriptor:
    +bLength                18
    +bDescriptorType         1
    +bcdUSB               1.10
    +bDeviceClass          255 Vendor Specific Class
    +bDeviceSubClass       255 Vendor Specific Subclass
    +bDeviceProtocol       255 Vendor Specific Protocol
    +bMaxPacketSize0         8
    +idVendor           0x08ff AuthenTec, Inc.
    +idProduct          0x2580 AES2501 Fingerprint Sensor
    +bcdDevice            6.23
    +iManufacturer           0
    +iProduct                1 Fingerprint Sensor
    +iSerial                 0
    +bNumConfigurations      1
    + ...
    + ...
    +
    +
    The name of each device is written at the row starting with "idProduct" (see the text in bold in the above + list)
    +
    You can also write the output of the lsusb command to a file by typing:
    +
    lsusb -v > filename
    +
    +
    where "filename" is the name of the file
    +
    Trouver la version du noyau linux libre que vous utilisez
    +
    Ouvrez un terminal et tapez la commande suivant:
    +
    uname -r
    +
    +
    Comment trouver le modèle de votre carte graphique
    +
    Ouvrez un terminal et taper la commande suivante:
    +
    sudo lspci
    +
    +
    Chercher la ligne qui contient le mot VGA ou Display Controller. Vous pouvez aussi essayer l'une + des commandes suivantes:
    +
    lspci | grep "Display controller"
    +
    +
    ou
    +
    lspci | grep "VGA"
    +
    +
    Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)
    +
    (Merci à Michał Masłowski + et Julius22) +
    +
    Si le matériel est intégré (example : une puce vidéo)
    +
    Ouvrez un terminal sudo et taper la commande suivante:
    +
    sudo lspci -nnk
    +
    +
    Vous devriez obtenir une liste de matériel similaire à celle-ci
    +
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    +Kernel driver in use: b43-pci-bridge
    +Kernel modules: ssb
    +05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    +Kernel modules: nouveau, nvidiafb
    +
    +
    Note :Les lignes en gras et placée entre crochet (dans la liste + ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le + VendorID, le second sont le ProductID. Dans l’exemple ci dessus, le code VendorID:ProductID de la + carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est 14e4:4311
    +
    Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)
    +
    Ouvrez un terminal et tapez:
    +
    sudo lsusb
    +
    +
    Vous devriez obtenir une liste de matériel similaire à celle ci
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    +Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +
    +
    Note : Les lignes en gras (dans la liste du dessus) sont les + lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le VendorID, les autres sont + le ProductID. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe + (Remarquez la ligne Wireless) est 0846:4260
    +
    Comment savoir si votre carte graphique fonctionne
    +
    Installer rss-glx en utilisant le gestionnaire de + paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par + exemple Skyrocket ou Solarwinds). Essayer de faire fonctionner le fond d'écran, et/ou le faire + fonctionner fluidement.
    +
    Comment savoir si l'accélération 3D fonctionne
    +
    Essayer d’activer compiz
    +
    Comment decouvrir le nom de votre carte wifi
    +
    Ouvrez un terminal et taper la commande suivante:
    +
    sudo lspci
    +
    +
    Regardez ensuite les lignes Wireless ou Network controller. Vous pouvez + aussi essayer l'une de ses commandes:
    +
    lspci | grep "Wireless" 
    +
    +
    ou
    +
    lspci | grep "Network"
    +
    +
    Comment connaitre le pilote d’imprimante que vous utilisez
    +
    Si vous utilisez cups
    +
    Ouvrez un terminal et taper ceci:
    +
    dpkg-query -W -f '${Version}\n' cups
    +
    +
    How to discover the architecture of your notebook
    +
    Open a terminal and type the following command:
    +
    dpkg --print-architecture
    +
    +
    + +

     

    + +

    Liste de dristributions GNU/Linux entièrement libre

    + + +

    Voici les distributions GNU/Linux pour lesquelles nous +savons qu'elles ont une politique ferme de seulement inclure ou proposer des logiciels libres. Elles rejettent les +applications non-libres, les plateformes de programmation non-libres, les pilotes non-libres ou les « blobs » de +microcode non -libres. Si par erreur elles en incluent un, elles le retirent dès qu'elles s'en aperçoivent. Pour en +savoir plus sur la façon de faire une distribution GNU/Linux +libre, consulter GNU Recommandations pour des distributions +système libres.

    + +

    Toutes les distributions qui suivent sont installables sur un disque dur d'ordinateur et la plupart peuvent être +exécutées à partir d'un CD.

    + +

    (Dans l'ordre alphabétique)

    + + -

    Liste des tags Wiki sur

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    nametagresultdescription
    bold[b]text[/b]texttext bold
    italic[i]text[/i]texttext italic
    del[del]text[/del]texttext deleted
    underline[u]text[/u]texttext underlined
    head 1[h1]text[/h1]
    text
    head 1
    head 2[h2]text[/h2]
    text
    head 2
    head 3[h3]text[/h3]
    text
    head 3
    paragraph[p]text[/p]

    text

    new paragraph
    list[list]list[/list]<ul>list</ul>make a list of items
    numbered list[enum]list[/enum]<ol>list</ol>make a numbered list of items
    list item[*]item[/*]<li>item</li>ad an item to a list
    code[code]some code[/code]
    some code
    ad some code
    simple link[a]url[/a]<a href="url">url</a>simple link
    link with text[a]url|text[/a]<a href="url">text</a>link with text
    notebook[notebook]id[/notebook] link to the notebook with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
    wifi[wifi]id[/wifi] link to the wifi with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
    videocard[videocard]id[/videocard] link to the videocard with the identifier equal to id (the identifier of each device model is written in the page of the device itself, next to the model name)
    - -

    Some more examples:

    - - - - - - - - - - - - -
    - List - -
      -
    • first item
    • -
    • second item
    • -
    -
    -
      -
    • [list]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/list]
    • -
    -
    - Numbered list - -
      -
    1. first item
    2. -
    3. second item
    4. -
    -
    -
      -
    • [enum]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/enum]
    • -
    -
    - -

    Niveau de compatibilitée

    - -

    Notebooks

    - -

    Classe A (Platinium)

    - -

    Tout le matériel du notebook fonctionne avec du logiciel libre. Exemple : la 3D fonctionne, le son et la wifi également

    - -

    Classe B (Or)

    - -

    Tout le matériel du notebook fonctionne, mais avec des performances réduites. Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas

    - -

    Classe C (Argent)

    - -

    Un matériel principal ne fonctionne pas. Exemple : La carte wifi ne fonctionne pas

    - -

    Classe D (Bronze)

    - -

    Plus d'un matériel ne fonctionne pas avec du logiciel libre

    - -

    Classe E (Poubelle)

    - -

    Aucun matériel ne fonctionne avec du logiciel libre

    - - -

    Imprimantes

    - -

    Classe A (Complet)

    - -

    Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre

    - -

    Classe B (Partielle)

    - -

    La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée. Le scan ou le fax sur certains appareils peut ne pas être supportés

    - -

    Classe C (Aucun)

    - -

    L'imprimante ne fonctionne pas avec du logiciel libre

    - - -

    Scanners

    - -

    Classe A (Complet)

    - -

    Toutes les fonctionnalitées du scanner sont supportées

    - -

    Classe B (Partielle)

    - -

    Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas fonctionner

    - -

    Classe C (Aucun)

    - -

    Le scanner ne fonctionne pas avec du logiciel libre

    - -

    Découvrez votre matériel

    -
    - (Merci lluvia) -
    - -

    Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:

    - -

    Comment découvrir le modèle de votre notebook

    - -

    See below your notebook or netbook

    - -

    How to discover the model name of your device (if it is not a notebook)

    - -

    If the device is integrated (example: a video card)

    - -

    Open a terminal and type the following command:

    - -
    -		lspci -vmm
    -	
    - -

    You will obtain the list of your PCI devices, similar to the one written below

    - -
    -		Slot:	03:00.0
    -		Class:	Network controller
    -		Vendor:	Broadcom Corporation
    -		Device:	BCM4311 802.11b/g WLAN
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 1375
    -		Rev:	02
    -
    -		Slot:	07:05.0
    -		Class:	FireWire (IEEE 1394)
    -		Vendor:	Ricoh Co Ltd
    -		Device:	R5C832 IEEE 1394 Controller
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 30cf
    -		Rev:	05
    -		ProgIf:	10
    -	
    - -

    The name of each device is written at the "Device" row, after the colon (see the text in bold in the above list)

    - -

    You can also write the output of the lspci command to a file by typing:

    - -
    -		lspci -vmm > filename
    -	
    - -

    where "filename" is the name of the file

    - - -

    If the device is an USB device (example: an external USB wifi card)

    - -

    Open a terminal and type the following command:

    - -
    -		lsusb -v
    -	
    - -

    You will obtain the list of your USB devices, similar to the one written below

    - -
    -		Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               2.00
    -			bDeviceClass            0 (Defined at Interface level)
    -			bDeviceSubClass         0
    -			bDeviceProtocol         0
    -			bMaxPacketSize0        64
    -			idVendor           0x0846 NetGear, Inc.
    -			idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -			bcdDevice            2.00
    -			iManufacturer           1
    -			iProduct                2
    -			iSerial                 3
    -			...
    -			...
    -
    -		Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               1.10
    -			bDeviceClass          255 Vendor Specific Class
    -			bDeviceSubClass       255 Vendor Specific Subclass
    -			bDeviceProtocol       255 Vendor Specific Protocol
    -			bMaxPacketSize0         8
    -			idVendor           0x08ff AuthenTec, Inc.
    -			idProduct          0x2580 AES2501 Fingerprint Sensor
    -			bcdDevice            6.23
    -			iManufacturer           0
    -			iProduct                1 Fingerprint Sensor
    -			iSerial                 0
    -			bNumConfigurations      1
    -			...
    -			...
    -	
    - -

    The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)

    - -

    You can also write the output of the lsusb command to a file by typing:

    - -
    -		lsusb -v > filename
    -	
    - -

    where "filename" is the name of the file

    - -

    Trouver la version du noyau linux libre que vous utilisez

    - -

    Ouvrez un terminal et tapez la commande suivant:

    - -
    -		uname -r
    -	
    - -

    Comment trouver le modèle de votre carte graphique

    - -

    Ouvrez un terminal et taper la commande suivante:

    - -
    -		sudo lspci
    -	
    - -

    Chercher la ligne qui contient le mot VGA ou Display Controller. Vous pouvez aussi essayer l'une des commandes suivantes:

    - -
    -		lspci | grep "Display controller"
    -	
    - -

    ou

    - -
    -		lspci | grep "VGA"
    -	
    - -

    Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)

    - -
    - (Merci à Michał Masłowski et Julius22) -
    - -

    Si le matériel est intégré (example : une puce vidéo)

    - -

    Ouvrez un terminal sudo et taper la commande suivante:

    - -
    -		sudo lspci -nnk
    -	
    - -

    Vous devriez obtenir une liste de matériel similaire à celle-ci

    - -
    -	03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    -	Kernel driver in use: b43-pci-bridge
    -	Kernel modules: ssb
    -	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    -	Kernel modules: nouveau, nvidiafb
    -	
    - -

    Les lignes en gras et placée entre crochet (dans la liste ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le VendorID, le second sont le ProductID. Dans l’exemple ci dessus, le code VendorID:ProductID de la carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est 14e4:4311

    - -

    Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)

    - -

    Ouvrez un terminal et tapez:

    - -
    -		sudo lsusb
    -	
    - -

    Vous devriez obtenir une liste de matériel similaire à celle ci

    - -
    -	Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    -	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -	
    - -

    Les lignes en gras (dans la liste du dessus) sont les lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le VendorID, les autres sont le ProductID. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe (Remarquez la ligne Wireless) est 0846:4260

    - -

    Comment savoir si votre carte graphique fonctionne

    - -

    Installer rss-glx en utilisant le gestionnaire de paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par exemple Skyrocket ou Solarwinds). Essayer de faire fonctionner le fond d'écran, et/ou le faire fonctionner fluidement.

    - -

    Comment savoir si l'accélération 3D fonctionne

    - -

    Essayer d’activer compiz

    - -

    Comment decouvrir le nom de votre carte wifi

    - -

    Ouvrez un terminal et taper la commande suivante:

    - -
    -		sudo lspci
    -	
    - -

    Regardez ensuite les lignes Wireless ou Network controller. Vous pouvez aussi essayer l'une de ses commandes:

    - -
    -		lspci | grep "Wireless" 
    -	
    - -

    ou

    - -
    -		lspci | grep "Network" 
    -	
    - -

    Comment connaitre le pilote d’imprimante que vous utilisez

    - -

    Si vous utilisez cups

    - -

    Ouvrez un terminal et taper ceci:

    - -
    -		dpkg-query -W -f '${Version}\n' cups
    -	
    - -

    How to discover the architecture of your notebook

    - -

    Open a terminal and type the following command:

    - -
    -		dpkg --print-architecture
    -	
    - - -

    Liste de dristributions GNU/Linux entièrement libre

    - -

    They are listed in alphabetical order

    - - - diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php index 8d1e09a..a731db2 100644 --- a/h-source/Application/Views/Help/index_it.php +++ b/h-source/Application/Views/Help/index_it.php @@ -2,7 +2,8 @@ -

    Sintassi della Wiki

    - -

    Lista dei tag della wiki di

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    nometagrisultatodescrizione
    grassetto[b]text[/b]texttesto in grassetto
    corsivo[i]text[/i]texttesto corsivo
    cancellare[del]text[/del]texttesto cancellato
    sottolineare[u]text[/u]texttesto sottolineato
    head 1[h1]text[/h1]
    text
    head 1
    head 2[h2]text[/h2]
    text
    head 2
    head 3[h3]text[/h3]
    text
    head 3
    paragrafo[p]text[/p]

    text

    crea un nuovo paragrafo
    elenco[list]list[/list]<ul>list</ul>crea un elenco di item
    elenco numerato[enum]list[/enum]<ol>list</ol>crea un elenco numerato di item
    item di un elenco[*]item[/*]<li>item</li>aggiungi un item a un elenco
    codice[code]some code[/code]
    some code
    aggiungi del codice
    link semplice[a]url[/a]<a href="url">url</a>crea un link semplice
    link con testo[a]url|text[/a]<a href="url">text</a>crea un link con testo
    notebook[notebook]id[/notebook] crea un link al notebook con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello
    wifi[wifi]id[/wifi] crea un link alla wifi con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)
    scheda video[videocard]id[/videocard] crea un link alla scheda video con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)
    - -

    Alcuni esempi aggiuntivi:

    - - - - - - - - - - - - -
    - Lista - -
      -
    • primo elemento
    • -
    • secondo elemento
    • -
    -
    -
      -
    • [list]
    • -
    • -
        -
      • [*]primo elemento[/*]
      • -
      • [*]secondo elemento[/*]
      • -
      -
    • -
    • [/list]
    • -
    -
    - Lista numerata - -
      -
    1. first item
    2. -
    3. second item
    4. -
    -
    -
      -
    • [enum]
    • -
    • -
        -
      • [*]first item[/*]
      • -
      • [*]second item[/*]
      • -
      -
    • -
    • [/enum]
    • -
    -
    - - -

    Classi di compatibilità

    - -

    Notebooks

    - -

    Classe A (Platino)

    - -

    Tutti i dispositivi del portatile funzionano ad alte prestazioni. Per esempio: funzionano tutti i dispositivi, l'accelerazione 3D è supportata.

    - -

    Classe B (Oro)

    - -

    Tutti i dispositivi del portatile funzionano ma non a piene prestazioni. Esempio tipico: funzionano tutti i dispositivi, ma l'accelerazione 3D non è supportata.

    - -

    Classe C (Argento)

    - -

    Uno dei dispositivi principali non è supportato. Per esempio: la scheda wifi interna non funziona e serve una wifi esterna USB.

    - -

    Classe D (Bronzo)

    - -

    Più di uno dei dispositivi principali non è supportato.

    - -

    Classe E (Spazzatura)

    - -

    Il portatile non funziona con software libero.

    - - -

    Stampanti

    - - -

    Classe A (Piena)

    - -

    Sono supportate tutte le funzioni e le caratteristiche della stampante.

    - -

    Classe B (Parziale)

    - -

    La funzione di stampa è supportata, ma a velocità limitata o a scarsa qualità. Su alcune stampanti multifunzione possono non essere supportate le funzioni di scanner e/o di fax.

    - -

    Classe C (Nessuna)

    - -

    La stampante non funziona con software libero.

    - - -

    Scanner

    - -

    Classe A (Piena)

    - -

    Sono supportate tutte le funzioni e le caratteristiche dello scanner.

    - -

    Classe B (Parziale)

    - -

    La funzione di scannerizzazione è supportata, ma a velocità limitata o a scarsa qualità. Qualche altra caratteristica può non essere supportata.

    - -

    Classe C (Nessuna)

    - -

    Lo scanner non funziona con software libero.

    - -

    Scopri il tuo hardware

    -
    - (Grazie lluvia) -
    - -

    Per sapere le caratteristiche e i dettagli del tuo hardware puoi seguire queste istruzioni:

    - -

    Come scoprire il nome del modello del portatile

    - -

    Guarda sotto al tuo notebook o al tuo netbook

    - -

    Come scoprire il nome del modello del tuo hardware (se non è un portatile)

    - -

    Se il dispositivo è integrato (ad esempio: una scheda video)

    - -

    Apri un terminale e digita il seguente comando:

    - -
    -		lspci -vmm
    -	
    - -

    Otterrai la lista di tutti i tuoi dispositivi PCI, simile a quella scritta sotto

    - -
    -		Slot:	03:00.0
    -		Class:	Network controller
    -		Vendor:	Broadcom Corporation
    -		Device:	BCM4311 802.11b/g WLAN
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 1375
    -		Rev:	02
    -
    -		Slot:	07:05.0
    -		Class:	FireWire (IEEE 1394)
    -		Vendor:	Ricoh Co Ltd
    -		Device:	R5C832 IEEE 1394 Controller
    -		SVendor:	Hewlett-Packard Company
    -		SDevice:	Device 30cf
    -		Rev:	05
    -		ProgIf:	10
    -	
    - -

    Il nome di ogni device è scritto alla riga "Device", dopo i due punti (guarda il testo in grassetto nella lista superiore)

    - -

    Puoi anche scrivere l'output del comandi lspci su un file digitando:

    - -
    -		lspci -vmm > filename
    -	
    - -

    dove "filename" è il nome del file

    - - -

    Se è un dispositivo USB (ad esempio: una stampante USB)

    - -

    Apri un terminale e digita il seguente comando:

    - -
    -		lsusb -v
    -	
    - -

    Otterrai la lista di tutti i dispositivi USB, simile a quella sxcritta sotto

    - -
    -		Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               2.00
    -			bDeviceClass            0 (Defined at Interface level)
    -			bDeviceSubClass         0
    -			bDeviceProtocol         0
    -			bMaxPacketSize0        64
    -			idVendor           0x0846 NetGear, Inc.
    -			idProduct          0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -			bcdDevice            2.00
    -			iManufacturer           1
    -			iProduct                2
    -			iSerial                 3
    -			...
    -			...
    -
    -		Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -		Device Descriptor:
    -			bLength                18
    -			bDescriptorType         1
    -			bcdUSB               1.10
    -			bDeviceClass          255 Vendor Specific Class
    -			bDeviceSubClass       255 Vendor Specific Subclass
    -			bDeviceProtocol       255 Vendor Specific Protocol
    -			bMaxPacketSize0         8
    -			idVendor           0x08ff AuthenTec, Inc.
    -			idProduct          0x2580 AES2501 Fingerprint Sensor
    -			bcdDevice            6.23
    -			iManufacturer           0
    -			iProduct                1 Fingerprint Sensor
    -			iSerial                 0
    -			bNumConfigurations      1
    -			...
    -			...
    -	
    - -

    Il nome di ogni dispositivo è scritto alla riga che inizia con la stringa "idProduct" (guarda il testo in grassetto nella lista superiore)

    - -

    Puoi anche scrivere l'output del comandi lsusb su un file digitando:

    - -
    -		lsusb -v > filename
    -	
    - -

    dove "filename" è il nome del file

    - -

    Come scoprire che versione del kernel libre stai usando

    - -

    Apri un terminale e digita questo comando:

    - -
    -        uname -r
    -    
    - -

    Come scoprire il nome della tua scheda video

    - -

    Apri un terminale e digita questo comando:

    - - -
    -        sudo lspci
    -    
    - -

    Poi cerca la riga contenente la stringa VGA o Display controller. Puoi anche provare con uno di questi comandi:

    - -
    -        lspci | grep "Display controller"
    -    
    - - -

    o

    - -
    -        lspci | grep "VGA"
    -    
    - -

    Come scoprire il VendorID e il ProductID del tuo dispositivo (VendorID:ProductID code)

    - -
    - (Grazie Michał Masłowski e Julius22) -
    - -

    Se il dispositivo è integrato (per esempio una scheda video)

    - -

    Apri un terminale e digita il seguente comando:

    - -
    -        sudo lspci -nnk
    -    
    - -

    Dovresti ottenere una lista di hardware simile a quella scritta qui sotto

    - -
    -
    -    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    -    Kernel driver in use: b43-pci-bridge
    -    Kernel modules: ssb
    -    05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    -    Kernel modules: nouveau, nvidiafb
    -    
    - -

    Le stringhe in grassetto e tra parentesi quadre (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID della scheda wifi (nota le stringhe "Network controller" e "WLAN") è 14e4:4311 mentre il codice VendorID:ProductID della scheda video (nota la stringa "VGA") è 10de:0427

    - - -

    Se si tratta di un dispositivo USB (per esempio una wifi esterna USB)

    - -

    Apri un terminale e digita questo comando:

    - -
    -        sudo lsusb
    -    
    - -

    Dovresti ottenere una lista di hardware simile a quella scritta qui sotto

    - -
    -
    -    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    -    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    -    Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    -    
    - -

    Le stringhe in grassetto (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID della wifi esterna USB (nota la stringa "Wireless") è 0846:4260

    - -

    Come scoprire se funziona la scheda video

    - -

    Installa rss-glx tramite il gestore di pacchetti della tua distribuzione -o compilando dai sorgenti e prova degli screensaver (per esempio Skyrocket o Solarwinds). Controlla se parte lo screensaver (e/o se si vede "fluido")

    - -

    Come scoprire se funziona l'accelerazione 3D

    - - -

    Prova ad attivare compiz

    - -

    Come scoprire il nome della tua scheda wifi

    - -

    Apri un terminale e digita questo comando:

    - -
    -        sudo lspci
    -    
    - -

    Poi cerca la riga contenente la stringa Wireless o Network controller. Puoi anche provare uno dei seguenti comandi:

    - - -
    -        lspci | grep "Wireless"
    -    
    - -

    o

    - -
    -        lspci | grep "Network"
    -    
    - -

    Come scoprire che driver per la stampante stai usando

    - -

    Se stai usando cups

    - -

    Apri un terminale e digita il seguente comando:

    - -
    -        dpkg-query -W -f '${Version}\n' cups
    -    
    - -

    Come scoprire l'architettura del tuo notebook

    - -

    Apri un terminale e digita il seguente comando:

    - -
    -		dpkg --print-architecture
    -	
    - -

    Lista di distribuzioni GNU/Linux completamente libere

    - -

    In ordine alfabetico

    - - - +

    Sintassi della Wiki

    + +

    Lista dei tag della wiki di +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    nometagrisultatodescrizione
    grassetto[b]text[/b]texttesto in grassetto
    corsivo[i]text[/i]texttesto corsivo
    cancellare[del]text[/del]texttesto cancellato
    sottolineare[u]text[/u]texttesto sottolineato
    head 1[h1]text[/h1] +
    + text
    +
    head 1
    head 2[h2]text[/h2] +
    + text
    +
    head 2
    head 3[h3]text[/h3] +
    + text
    +
    head 3
    paragrafo…[p]nuovo paragrafo[/p]

    nuovo paragrafo

    +
    crea un nuovo paragrafo
    Lista
      +
    • [list]
    • +
      • +
      • [*]primo elemento[/*]
      • +
      • [*]secondo elemento[/*]
      • +
      +
    • +
    • [/list]
    • +
    +
      +
    • primo elemento
    • +
    • secondo elemento
    • +
    +
    crea un elenco di item
    Lista numerata
      +
    • [enum]
    • +
      • +
      • [*]primo elemento[/*]
      • +
      • [*]secondo elemento[/*]
      • +
      +
    • +
    • [/enum]
    • +
    +
      +
    1. primo elemento
    2. +
    3. secondo elemento
    4. +
    +
    crea un elenco numerato di item
    item di un elenco[*]elemento[/*]
      +
    • elemento
    • +
    +
    aggiungi un item a un elenco
    codice[code]some code[/code]
    some code
    +
    aggiungi del codice
    link semplice[a]url[/a]urlcrea un link semplice
    link con testo[a]url|text[/a]textcrea un link con testo
    notebook[notebook]id[/notebook]idcrea un link al notebook con l'identificatore corrispondente a id (l'identificatore di ogni modello di + dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello
    wifi[wifi]id[/wifi]idcrea un link alla wifi con l'identificatore corrispondente a id (l'identificatore di ogni modello di + dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)
    scheda video[videocard]id[/videocard]idcrea un link alla scheda video con l'identificatore corrispondente a id (l'identificatore di ogni modello di + dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)
    + +

     

    + +

    Classi di compatibilità

    + +

    Notebooks

    +
    +
    Classe A (Platino)
    +
    Tutti i dispositivi del portatile funzionano ad alte prestazioni.
    +
    Per esempio: funzionano tutti i dispositivi, l'accelerazione 3D è supportata.
    +
    Classe B (Oro)
    +
    Tutti i dispositivi del portatile funzionano ma non a piene prestazioni.
    +
    Esempio tipico: funzionano tutti i dispositivi, ma l'accelerazione 3D non è supportata.
    +
    Classe C (Argento)
    +
    Uno dei dispositivi principali non è supportato.
    +
    Per esempio: la scheda wifi interna non funziona e serve una wifi esterna USB.
    +
    Classe D (Bronzo)
    +
    Più di uno dei dispositivi principali non è supportato.
    +
    Classe E (Spazzatura)
    +
    Il portatile non funziona con software libero.
    +
    + +

    Stampanti

    +
    +
    Classe A (Piena)
    +
    Sono supportate tutte le funzioni e le caratteristiche della stampante.
    +
    Classe B (Parziale)
    +
    La funzione di stampa è supportata, ma a velocità limitata o a scarsa qualità. Su alcune stampanti + multifunzione possono non essere supportate le funzioni di scanner e/o di fax.
    +
    Classe C (Nessuna)
    +
    La stampante non funziona con software libero.
    +
    + +

    Scanner

    +
    +
    Classe A (Piena)
    +
    Sono supportate tutte le funzioni e le caratteristiche dello scanner.
    +
    Classe B (Parziale)
    +
    La funzione di scannerizzazione è supportata, ma a velocità limitata o a scarsa qualità. Qualche altra + caratteristica può non essere supportata.
    +
    Classe C (Nessuna)
    +
    Lo scanner non funziona con software libero.
    +
    + +

    + +

    Scopri il tuo hardware

    +(Grazie lluvia) + +

    Per sapere le caratteristiche e i dettagli del tuo hardware puoi seguire queste istruzioni:

    +
    +
    Come scoprire il nome del modello del portatile
    +
    Guarda sotto al tuo notebook o al tuo netbook
    +
    Come scoprire il nome del modello del tuo hardware (se non è un portatile)
    +
    Se il dispositivo è integrato (ad esempio: una scheda video)
    +
    Apri un terminale e digita il seguente comando:
    +
    lspci -vmm
    +
    +
    o
    +
    lspci -vmm > filename          # Puoi anche scrivere l'output del comandi lspci su un file digitando
    +
    + +
    Otterrai la lista di tutti i tuoi dispositivi PCI, simile a quella scritta sotto
    +
    Slot:03:00.0
    +Class:Network controller
    +Vendor:Broadcom Corporation
    +Device:BCM4311 802.11b/g WLAN
    +SVendor:Hewlett-Packard Company
    +SDevice:Device 1375
    +Rev:02
    +
    +Slot:07:05.0
    +Class:FireWire (IEEE 1394)
    +Vendor:Ricoh Co Ltd
    +Device:R5C832 IEEE 1394 Controller
    +SVendor:Hewlett-Packard Company
    +SDevice:Device 30cf
    +Rev:05
    +ProgIf:10
    +
    +
    Il nome di ogni device è scritto alla riga "Device", dopo i due punti (guarda il testo in grassetto nella + lista superiore)
    +
    Se è un dispositivo USB (ad esempio: una stampante USB)
    +
    Apri un terminale e digita il seguente comando:
    +
    lsusb -v
    +
    +
    o
    +
    lsusb -v > filename          # Puoi anche scrivere l'output del comandi lsusb su un file digitando
    +
    + +
    Otterrai la lista di tutti i dispositivi USB, simile a quella sxcritta sotto
    +
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +  Device Descriptor:
    +  bLength 18
    +  bDescriptorType 1
    +  bcdUSB 2.00
    +  bDeviceClass 0 (Defined at Interface level)
    +  bDeviceSubClass 0
    +  bDeviceProtocol 0
    +  bMaxPacketSize0 64
    +  idVendor 0x0846 NetGear, Inc.
    +  idProduct 0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +  bcdDevice 2.00
    +  iManufacturer 1
    +  iProduct 2
    +  iSerial 3
    +  ...
    +  ...
    +
    +  Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +  Device Descriptor:
    +  bLength 18
    +  bDescriptorType 1
    +  bcdUSB 1.10
    +  bDeviceClass 255 Vendor Specific Class
    +  bDeviceSubClass 255 Vendor Specific Subclass
    +  bDeviceProtocol 255 Vendor Specific Protocol
    +  bMaxPacketSize0 8
    +  idVendor 0x08ff AuthenTec, Inc.
    +  idProduct 0x2580 AES2501 Fingerprint Sensor
    +  bcdDevice 6.23
    +  iManufacturer 0
    +  iProduct 1 Fingerprint Sensor
    +  iSerial 0
    +  bNumConfigurations 1
    +  ...
    +  ...
    +
    +
    Il nome di ogni dispositivo è scritto alla riga che inizia con la stringa "idProduct" (guarda il testo in + grassetto nella lista superiore)
    +
    Come scoprire che versione del kernel libre stai usando
    +
    Apri un terminale e digita questo comando
    +
    uname -r
    +
    +
    Come scoprire il nome della tua scheda video
    +
    Apri un terminale e digita questo comando:
    +
    sudo lspci
    +
    +
    Poi cerca la riga contenente la stringa VGA o Display controller. Puoi anche provare con uno di + questi comandi:
    +
    lspci | grep "Display controller"
    +
    +
    o
    +
    lspci | grep "VGA"
    +
    +
    Come scoprire il VendorID e il ProductID del tuo dispositivo (VendorID:ProductID + code)
    +
    (Grazie Michał Masłowski + e Julius22) +
    +
    Se il dispositivo è integrato (per esempio una scheda video)
    +
    Apri un terminale e digita il seguente comando:
    +
    sudo lspci -nnk
    +
    +
    Dovresti ottenere una lista di hardware simile a quella scritta qui sotto
    +
     03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
    +  Kernel driver in use: b43-pci-bridge
    +  Kernel modules: ssb
    +  05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
    +  Kernel modules: nouveau, nvidiafb
    +
    +
    Note: Le stringhe in grassetto e tra parentesi quadre (nella + lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il + VendorID, il secondo gruppo è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID + della scheda wifi (nota le stringhe "Network controller" e "WLAN") è 14e4:4311 mentre il codice + VendorID:ProductID della scheda video (nota la stringa "VGA") è 10de:0427
    +
    Se si tratta di un dispositivo USB (per esempio una wifi esterna USB)
    +
    Apri un terminale e digita questo comando:
    +
    sudo lsusb
    +
    +
    Dovresti ottenere una lista di hardware simile a quella scritta qui sotto
    +
     Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    +  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    +  Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    +
    +
    Note: Le stringhe in grassetto (nella lista qui sopra) sono il + codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo + è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID della wifi esterna USB (nota la + stringa "Wireless") è 0846:4260
    +
    Come scoprire se funziona la scheda video
    +
    Installa rss-glx tramite il gestore di pacchetti + della tua distribuzione o compilando dai sorgenti e prova degli screensaver (per esempio Skyrocket o + Solarwinds). Controlla se parte lo screensaver (e/o se si vede "fluido")
    +
    Come scoprire se funziona l'accelerazione 3D
    +
    Prova ad attivare compiz
    +
    Come scoprire il nome della tua scheda wifi
    +
    Apri un terminale e digita questo comando:
    +
    sudo lspci
    +
    +
    Poi cerca la riga contenente la stringa Wireless o Network controller. + Puoi anche provare uno dei seguenti comandi:
    +
    lspci | grep "Wireless"
    +
    +
    o
    +
    lspci | grep "Network"
    +
    +
    Come scoprire che driver per la stampante stai usando
    +
    Se stai usando cups
    +
    Apri un terminale e digita il seguente comando:
    +
    dpkg-query -W -f '${Version}\n' cups
    +
    +
    How to discover the architecture of your notebook
    +
    Open a terminal and type the following command:
    +
    dpkg --print-architecture
    +
    +
    + +

     

    + +

    Lista di distribuzioni GNU/Linux completamente libere

    + + + +

    Le seguenti sono le distribuzioni GNU/Linux a noi note +che hanno una rigorosa politica di inclusione e indicazione di solo software libero. Queste distribuzioni escludono +applicazioni, piattaforme di programmazione, driver e firmware ("blob") che non siano liberi, e rimuovono quelli +inclusi per errore. Per saperne di più su cosa rende libera +una distribuzione GNU/Linux, si vedano le GNU linee guida per le distribuzioni +libere.

    + +

    Tutte le distribuzioni che seguono sono installabili sul disco di un computer e la maggior parte può essere +eseguita da un supporto (CD, memoria USB) senza che nulla debba essere installato sul computer.

    + +

    In ordine alfabetico

    + + diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index f2886e1..8684a83 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1754,4 +1754,1189 @@ span.entry_label_small { font-weight:normal; font-size:12px; -} \ No newline at end of file +} + +/* + text-align:left; +} +#dialog-form input +{ + width:300px; + border:1px solid #CECECE; +} +#dialog-form textarea, #delete_dialog textarea +{ + width:300px; + height:100px; + border:1px solid #CECECE; +} +.ask_for_removal_class +{ + float:right; + padding-top:5px; +} +.deletion_motivations_title +{ + margin:15px 5px; + border-bottom:1px solid #D26262; +} + +.deletion_motivations_iternal +{ + margin:15px 5px; + padding:5px; + border:1px dashed #D26262; +} +.deletion_motivations_iternal_message +{ + +} + +.news_external_box +{ + margin:5px; + margin-bottom:40px; +} +.news_item +{ +/* background:#f8f1b2; */ +/* padding:5px; */ + margin:30px 0px; +/* border:1px solid #f99f4f; */ +} +.news_item_title +{ + font-weight:bold; + margin:0px 0px 4px 0px; + padding-bottom:5px; + border-bottom:1px solid #9d1d04; + color:#9d1d04; +} +.news_item_date +{ + font: normal 13px/1 sans-serif,arial; +/* color:#e86a17; */ + color:gray; + margin:0px 0px 10px 0px; +} + +.discover_hardware, .download_database +{ + text-align:center; + margin-bottom:5px; +} +.download_database +{ + margin-bottom:30px; +} + +.download_table +{ + margin:10px 0px; + padding:5px; +} +.download_table td +{ + padding:5px 5px; + background:#E0FFFF; +} + +.help_external_box h1 +{ + background:#FFD700; + padding:5px 10px; + color:#800000; + border-top:1px solid #800000; + border-bottom:1px solid #800000; + font:normal 20px/1 sans-serif,arial; +} + +.right_box_ext_box +{ + margin:5px; + margin-bottom:300px; +} + +.add_message_form_title +{ + margin:15px 0px; + font-weight:bold; + padding:5px 0px; + color:#4169E1; +} + +.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden +{ + padding:10px; + margin:20px 0px; + background:#eaf2f4; + border-top:1px solid #4169E1; + border-bottom:1px solid #4169E1; +} +.issues_message_item_hidden, .talk_message_item_hidden +{ + background:#FFF; +/* background:#b5d6e0; */ + border-top:1px dashed #bcbcbc; + border-bottom:1px dashed #bcbcbc; +} +.issues_message_item_preview +{ + margin:5px 0px 20px 0px; + background:#FFF; + border:1px dashed #f9a92b; +} +.description_preview +{ + padding:10px; + margin:0px 0px; + border:2px dashed #f9a92b; +} +.description_preview_title +{ + padding:5px 0px; + margin:0px 0px; + font-style:italic; + color:#f9a92b; + font-weight:bold; +} +.talk_message_item_hidden +{ + margin-bottom:40px; +/* background:#f1f1f1; */ +} +.message_view_description +{ + clear:both; + margin-bottom:5px; +} +.message_view_description_hidden +{ + margin-top:5px; +} +.message_preview_notice +{ + color:#f9a92b; + margin:3px 3px; + font:italic 14px/1 sans-serif,arial; +} +.useful_links_ext div +{ + margin:3px 0px; + padding:1px; + padding-left:20px; + background: url(../Img/link.png) no-repeat left center; +} +.useful_links_ext div a +{ + color:#000; + text-decoration:none; + font:normal 14px/1 sans-serif,arial; +} +.issues_message_item_user +{ + overflow:hidden; + font-weight:bold; + margin-bottom:1em; +} +.issues_message_item_user_inner +{ + float:left; + width:500px; +} + +.hide_general, .block_general +{ + float:right; + margin-left:10px; + font-weight:normal; + text-decoration:none; + color:black; +} +.hide_general img +{ + margin-right:5px; + margin-bottom:-2px; +} +.block_general img +{ + margin-right:5px; + margin-bottom:-5px; +} +.language_links_box ul +{ + overflow:hidden; + margin:4px 5px 20px 5px; + padding:0px; + list-style-type:none; +} +.language_links_box ul li +{ + float:left; + width:90px; +/* background:red; */ + margin-bottom:10px; +/* margin-right:10px; */ + margin-top:5px; +} +.language_links_box ul li a +{ + padding:5px; + text-decoration:none; + color:black; +} +.language_links_box ul li a span +{ + margin-left:3px; +} +.language_links_box a.current_lang +{ + border-top:1px dashed #6495ED; + border-bottom:1px dashed #6495ED; +} + +.talk_numb_ext +{ + clear:both; + text-align:left; + margin-left:10px; +} +.talk_numb_ext a, .talk_numb_ext_wiki a +{ + display:block; + width:150px; + text-align:center; + padding:10px 0px; + text-decoration:none; + color:black; + background: url(../Img/talk_messages.png) no-repeat left center; + margin-bottom:10px; + float:right; + overflow:hidden; +} + +.details_of_hidden_message +{ + display:none; +} +.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user +{ + margin:10px 0px; + background:#fbfbfb; + padding:5px; + border:1px solid #BCBCBC; +} +.details_of_actions_inner +{ + background:#ecfffe; + border:1px solid #7ed0cb; +} +.details_of_actions_inner_user +{ +/* background:#F6EA99; */ +/* border:1px solid #F65637; */ +} +.md_type +{ + display:none; +} +.hidden_message_view_details +{ + font:normal 12px/1 sans-serif,arial; +} +.deleted_message_show +{ + margin:8px 0px 0px 0px; + font:normal 13px/1 sans-serif,arial; +} + +.noscript_dist_alert +{ + margin-bottom:5px; +} +.noscript_dist_alert span +{ + color:#6495ED; +} + +.isp_notice +{ + background:#dff1f8; + border:1px solid #6495ED; + padding:5px; + font:normal 14px/1.5 sans-serif,arial; +} + +.user_hardware_pages +{ + margin:10px 5px; + padding:10px; + background:#F1D8D8; + /*border-bottom:1px solid #DC143C; + border-top:1px solid #DC143C;*/ +} + +.moderator_box, .moderator_box_deleted +{ + overflow:hidden; + padding:10px; + margin:5px 5px 25px 5px; + background:#fbd59a; + border:1px solid #f65637; +} +.moderator_box_deleted +{ + background:#F0FFFF; + border:1px solid #ADD8E6; +} + +.listTable +{ + margin:20px 5px; +} + +/*MODERATORS' PAGE*/ +tr.listRow td{ + font: normal 14px/1 sans-serif,arial; + padding:10px 5px; +} + +tr.listHead { + font: bold 14px/1 sans-serif,arial; +} + +tr.listHead td { + padding:8px 4px; + background:#ADD8E6; + border-top:1px solid #4169E1; + border-bottom:1px solid #4169E1; +} + +.recordsBox { + margin:10px 5px; +} + +.recordsBox table { + width:100%; +} + +a.linkItem { +/* background:red; */ + font:bold 12px/1 sans-serif,arial; +} + +td.text_item_date +{ + width:25%; +} +.moderator_panel_link, .admin_panel_link +{ + margin:5px; + padding:10px; +/* border:1px solid #ED9F4A; */ +/* background:#F6EA99; */ +} +.admin_panel_link +{ +/* border:1px solid #DA70D6; */ +/* background:#F6EA99; */ +} +.noscript_notice +{ + margin:10px 5px; + padding:5px 10px; + background:#B0E0E6; + border:1px solid #4169E1; + color:#4169E1; +} +.search_img +{ + float:left; +} +.span_search_desc +{ + float:left; + margin-left:10px; + padding-top:0px; +} +.textarea_entry_search +{ + width:430px; + height:200px; + padding:3px; + border: 1px solid #CECECE; +} +.lspci_notice +{ + margin:10px 0px; + padding:5px 10px; + background:#B7F18C; + font-weight:bold; +/* border: 1px solid #CECECE; */ +} + +.lspci_item_found, .lspci_item_not_found +{ + margin:20px 5px; + background: url('../Img/search_back.png') no-repeat top left; +/* background: #C7DAEF; */ + padding:12px 15px; + border-bottom:3px solid #8eb5df; + border-right:1px solid #8eb5df; +} +.lspci_item_found_compat +{ + padding-left:37px; +} + +.search_result_model_name +{ + padding-left:10px; +} + +.search_item_found +{ + margin:5px; +} + +.lspci_item_not_found +{ + background: #ffe170; + border-bottom:3px solid #e8c224; + border-right:1px solid #e8c224; +} +.lspci_item_found_compat ul li +{ + list-style-type:none; +} +.lspci_item_found_compat ul +{ + margin:10px 20px; + padding:0px; +} +.found_ext +{ + margin-bottom:2em; +} + +.lspci_item_found_compat a +{ + text-decoration:none; + font:normal 16px/1 sans-serif; +} + +.last_modifications, .wiki_control_box +{ + margin:5px; + width:190px; + margin-bottom:2em; + background: url(../Img/back_last.png) no-repeat top left; +} +.wiki_control_box +{ + background: url(../Img/back_wiki.png) no-repeat top left; +} +.last_modifications ul, .wiki_control_box ul +{ + padding:8px; + padding-top:0px; +} +.wiki_control_box ul +{ + background: url(../Img/back_wiki.png) no-repeat bottom left; +} +.last_modifications li, .wiki_control_box li +{ + list-style-type:none; + margin:10px 5px; +} +.last_modifications_title +{ + padding-top:10px; + padding-left:14px; + font:bold 15px/1 sans-serif; +} +.last_modifications a +{ + +} +.last_modifications_model +{ + color:#3e3e3e; + text-decoration:none; +} +.last_modifications_all +{ + background: url(../Img/back_last.png) no-repeat bottom left; + padding-bottom:10px; +} +.last_modifications_all span +{ + margin-left:10px; + font:normal 14px/1 sans-serif; +} + +.wiki_external_box +{ + margin:4em 5px; + clear:both; + clear:right; +} +.wiki_page_title +{ + font:bold 18px/1 sans-serif,arial; + color:gray; + margin:20px 0px; + padding-bottom:4px; + border-bottom:1px solid #000; +} +.wiki_page_content +{ + margin:2em 0px; +} + +.talk_numb_ext_wiki +{ + float:left; + text-align:left; + margin-left:10px; +} +.blocked_notice +{ + float:right; + font:normal 12px/1 sans-serif; + color:#000; +} +span.entry_label_small +{ + font-weight:normal; + font-size:12px; +} + +/* + text-align:left; +} +#dialog-form input +{ + width:300px; + border:1px solid #CECECE; +} +#dialog-form textarea, #delete_dialog textarea +{ + width:300px; + height:100px; + border:1px solid #CECECE; +} +.ask_for_removal_class +{ + float:right; + padding-top:5px; +} +.deletion_motivations_title +{ + margin:15px 5px; + border-bottom:1px solid #D26262; +} + +.deletion_motivations_iternal +{ + margin:15px 5px; + padding:5px; + border:1px dashed #D26262; +} +.deletion_motivations_iternal_message +{ + +} + +.news_external_box +{ + margin:5px; + margin-bottom:40px; +} +.news_item +{ +/* background:#f8f1b2; */ +/* padding:5px; */ + margin:30px 0px; +/* border:1px solid #f99f4f; */ +} +.news_item_title +{ + font-weight:bold; + margin:0px 0px 4px 0px; + padding-bottom:5px; + border-bottom:1px solid #9d1d04; + color:#9d1d04; +} +.news_item_date +{ + font: normal 13px/1 sans-serif,arial; +/* color:#e86a17; */ + color:gray; + margin:0px 0px 10px 0px; +} + +.discover_hardware, .download_database +{ + text-align:center; + margin-bottom:5px; +} +.download_database +{ + margin-bottom:30px; +} + +.download_table +{ + margin:10px 0px; + padding:5px; +} +.download_table td +{ + padding:5px 5px; + background:#E0FFFF; +} + +.help_external_box h1 +{ + background:#FFD700; + padding:5px 10px; + color:#800000; + border-top:1px solid #800000; + border-bottom:1px solid #800000; + font:normal 20px/1 sans-serif,arial; +} + +.right_box_ext_box +{ + margin:5px; + margin-bottom:300px; +} + +.add_message_form_title +{ + margin:15px 0px; + font-weight:bold; + padding:5px 0px; + color:#4169E1; +} + +.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden +{ + padding:10px; + margin:20px 0px; + background:#eaf2f4; + border-top:1px solid #4169E1; + border-bottom:1px solid #4169E1; +} +.issues_message_item_hidden, .talk_message_item_hidden +{ + background:#FFF; +/* background:#b5d6e0; */ + border-top:1px dashed #bcbcbc; + border-bottom:1px dashed #bcbcbc; +} +.issues_message_item_preview +{ + margin:5px 0px 20px 0px; + background:#FFF; + border:1px dashed #f9a92b; +} +.description_preview +{ + padding:10px; + margin:0px 0px; + border:2px dashed #f9a92b; +} +.description_preview_title +{ + padding:5px 0px; + margin:0px 0px; + font-style:italic; + color:#f9a92b; + font-weight:bold; +} +.talk_message_item_hidden +{ + margin-bottom:40px; +/* background:#f1f1f1; */ +} +.message_view_description +{ + clear:both; + margin-bottom:5px; +} +.message_view_description_hidden +{ + margin-top:5px; +} +.message_preview_notice +{ + color:#f9a92b; + margin:3px 3px; + font:italic 14px/1 sans-serif,arial; +} +.useful_links_ext div +{ + margin:3px 0px; + padding:1px; + padding-left:20px; + background: url(../Img/link.png) no-repeat left center; +} +.useful_links_ext div a +{ + color:#000; + text-decoration:none; + font:normal 14px/1 sans-serif,arial; +} +.issues_message_item_user +{ + overflow:hidden; + font-weight:bold; + margin-bottom:1em; +} +.issues_message_item_user_inner +{ + float:left; + width:500px; +} + +.hide_general, .block_general +{ + float:right; + margin-left:10px; + font-weight:normal; + text-decoration:none; + color:black; +} +.hide_general img +{ + margin-right:5px; + margin-bottom:-2px; +} +.block_general img +{ + margin-right:5px; + margin-bottom:-5px; +} +.language_links_box ul +{ + overflow:hidden; + margin:4px 5px 20px 5px; + padding:0px; + list-style-type:none; +} +.language_links_box ul li +{ + float:left; + width:90px; +/* background:red; */ + margin-bottom:10px; +/* margin-right:10px; */ + margin-top:5px; +} +.language_links_box ul li a +{ + padding:5px; + text-decoration:none; + color:black; +} +.language_links_box ul li a span +{ + margin-left:3px; +} +.language_links_box a.current_lang +{ + border-top:1px dashed #6495ED; + border-bottom:1px dashed #6495ED; +} + +.talk_numb_ext +{ + clear:both; + text-align:left; + margin-left:10px; +} +.talk_numb_ext a, .talk_numb_ext_wiki a +{ + display:block; + width:150px; + text-align:center; + padding:10px 0px; + text-decoration:none; + color:black; + background: url(../Img/talk_messages.png) no-repeat left center; + margin-bottom:10px; + float:right; + overflow:hidden; +} + +.details_of_hidden_message +{ + display:none; +} +.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user +{ + margin:10px 0px; + background:#fbfbfb; + padding:5px; + border:1px solid #BCBCBC; +} +.details_of_actions_inner +{ + background:#ecfffe; + border:1px solid #7ed0cb; +} +.details_of_actions_inner_user +{ +/* background:#F6EA99; */ +/* border:1px solid #F65637; */ +} +.md_type +{ + display:none; +} +.hidden_message_view_details +{ + font:normal 12px/1 sans-serif,arial; +} +.deleted_message_show +{ + margin:8px 0px 0px 0px; + font:normal 13px/1 sans-serif,arial; +} + +.noscript_dist_alert +{ + margin-bottom:5px; +} +.noscript_dist_alert span +{ + color:#6495ED; +} + +.isp_notice +{ + background:#dff1f8; + border:1px solid #6495ED; + padding:5px; + font:normal 14px/1.5 sans-serif,arial; +} + +.user_hardware_pages +{ + margin:10px 5px; + padding:10px; + background:#F1D8D8; + /*border-bottom:1px solid #DC143C; + border-top:1px solid #DC143C;*/ +} + +.moderator_box, .moderator_box_deleted +{ + overflow:hidden; + padding:10px; + margin:5px 5px 25px 5px; + background:#fbd59a; + border:1px solid #f65637; +} +.moderator_box_deleted +{ + background:#F0FFFF; + border:1px solid #ADD8E6; +} + +.listTable +{ + margin:20px 5px; +} + +/*MODERATORS' PAGE*/ +tr.listRow td{ + font: normal 14px/1 sans-serif,arial; + padding:10px 5px; +} + +tr.listHead { + font: bold 14px/1 sans-serif,arial; +} + +tr.listHead td { + padding:8px 4px; + background:#ADD8E6; + border-top:1px solid #4169E1; + border-bottom:1px solid #4169E1; +} + +.recordsBox { + margin:10px 5px; +} + +.recordsBox table { + width:100%; +} + +a.linkItem { +/* background:red; */ + font:bold 12px/1 sans-serif,arial; +} + +td.text_item_date +{ + width:25%; +} +.moderator_panel_link, .admin_panel_link +{ + margin:5px; + padding:10px; +/* border:1px solid #ED9F4A; */ +/* background:#F6EA99; */ +} +.admin_panel_link +{ +/* border:1px solid #DA70D6; */ +/* background:#F6EA99; */ +} +.noscript_notice +{ + margin:10px 5px; + padding:5px 10px; + background:#B0E0E6; + border:1px solid #4169E1; + color:#4169E1; +} +.search_img +{ + float:left; +} +.span_search_desc +{ + float:left; + margin-left:10px; + padding-top:0px; +} +.textarea_entry_search +{ + width:430px; + height:200px; + padding:3px; + border: 1px solid #CECECE; +} +.lspci_notice +{ + margin:10px 0px; + padding:5px 10px; + background:#B7F18C; + font-weight:bold; +/* border: 1px solid #CECECE; */ +} + +.lspci_item_found, .lspci_item_not_found +{ + margin:20px 5px; + background: url('../Img/search_back.png') no-repeat top left; +/* background: #C7DAEF; */ + padding:12px 15px; + border-bottom:3px solid #8eb5df; + border-right:1px solid #8eb5df; +} +.lspci_item_found_compat +{ + padding-left:37px; +} + +.search_result_model_name +{ + padding-left:10px; +} + +.search_item_found +{ + margin:5px; +} + +.lspci_item_not_found +{ + background: #ffe170; + border-bottom:3px solid #e8c224; + border-right:1px solid #e8c224; +} +.lspci_item_found_compat ul li +{ + list-style-type:none; +} +.lspci_item_found_compat ul +{ + margin:10px 20px; + padding:0px; +} +.found_ext +{ + margin-bottom:2em; +} + +.lspci_item_found_compat a +{ + text-decoration:none; + font:normal 16px/1 sans-serif; +} + +.last_modifications, .wiki_control_box +{ + margin:5px; + width:190px; + margin-bottom:2em; + background: url(../Img/back_last.png) no-repeat top left; +} +.wiki_control_box +{ + background: url(../Img/back_wiki.png) no-repeat top left; +} +.last_modifications ul, .wiki_control_box ul +{ + padding:8px; + padding-top:0px; +} +.wiki_control_box ul +{ + background: url(../Img/back_wiki.png) no-repeat bottom left; +} +.last_modifications li, .wiki_control_box li +{ + list-style-type:none; + margin:10px 5px; +} +.last_modifications_title +{ + padding-top:10px; + padding-left:14px; + font:bold 15px/1 sans-serif; +} +.last_modifications a +{ + +} +.last_modifications_model +{ + color:#3e3e3e; + text-decoration:none; +} +.last_modifications_all +{ + background: url(../Img/back_last.png) no-repeat bottom left; + padding-bottom:10px; +} +.last_modifications_all span +{ + margin-left:10px; + font:normal 14px/1 sans-serif; +} + +.wiki_external_box +{ + margin:4em 5px; + clear:both; + clear:right; +} +.wiki_page_title +{ + font:bold 18px/1 sans-serif,arial; + color:gray; + margin:20px 0px; + padding-bottom:4px; + border-bottom:1px solid #000; +} +.wiki_page_content +{ + margin:2em 0px; +} + +.talk_numb_ext_wiki +{ + float:left; + text-align:left; + margin-left:10px; +} +.blocked_notice +{ + float:right; + font:normal 12px/1 sans-serif; + color:#000; +} +span.entry_label_small +{ + font-weight:normal; + font-size:12px; +} + +/* +Start - temporarily added due to transformation of help pages +2011-05-29 joeko +*/ + +ul { + line-height: 1.5em; + list-style-type: square; + margin: .3em 0 0 1.5em; + padding: 0; +} +ol { + line-height: 1.5em; + margin: .3em 0 0 3.2em; + padding: 0; + list-style-image: none; +} +li { + margin-bottom: .1em; +} +dt { + font-weight: bold; + margin-top: .5em; + margin-bottom: .3em; + color: #3D6300; +} +dl { + margin-top: .4em; + margin-bottom: .2em; +} +dd { + line-height: 1.5em; + margin-top: .5em; + margin-left: 2em; + margin-top: .5em; + margin-bottom: .5em; +} +p, dd { + margin-top: .5em; + margin-bottom: .5em; + } +p.attention { /* taken from home page */ + padding: 0.5em; + background: none repeat scroll 0% 0% rgb(255, 160, 122); + margin: 0.5em; + border-top: 1px solid rgb(220, 20, 60); + border-bottom: 1px solid rgb(220, 20, 60); + font-size: 16px; +} +p.example, dd.example { + border-bottom:0; + color: #3d6300; +} +p.note dd.note { + margin-left: 2em; + margin-right: 0; + font-weight: bolder; + color: #3d6300; + /* background: #CFC bottom right no-repeat;*/ + font-style: normal; + font-style: italic; + } +p.opt, dd.opt { + color: #3d6300; + font-weight:bold; + font-style: italic; +} +/* +End +*/ \ No newline at end of file -- cgit v1.2.3