Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:xorg-xvesa [2010/08/22 21:20] – linea | en:guides:xorg-xvesa [2010/09/12 13:49] (current) – linea | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Xorg & XVesa ====== | ====== Xorg & XVesa ====== | ||
| - | By default, SliTaz v3 uses Xorg 7.4 with the // | + | By default, SliTaz v3 uses Xorg 7.4 with the // |
| * check that you have enough RAM to run the default ISO. If not, use the [[http:// | * check that you have enough RAM to run the default ISO. If not, use the [[http:// | ||
| Line 65: | Line 65: | ||
| === Intel cards === | === Intel cards === | ||
| - | The xorg-xf86-video-vesa 2.0.0 driver has a lot of trouble with Intel chips. For exmaple, on a 82945GM chipset it does not display 1280x1024 and 1024x768, but 1600x1200 is not a problem. | + | The xorg-xf86-video-vesa 2.0.0 driver has a lot of trouble with Intel chips. For example, on a 82945GM chipset it does not display 1280x1024 and 1024x768, but 1600x1200 is not a problem. |
| Use " | Use " | ||
| Line 101: | Line 101: | ||
| === nVidia cards === | === nVidia cards === | ||
| - | Slitaz | + | SliTaz |
| - | For free nvidia | + | \\ |
| - | < | + | |
| - | For non-free nvidia drivers | + | == Free Driver |
| - | < | + | |
| - | **To setup non-free nvidia manually:** | + | To set-up the free nVidia drivers, use the SliTaz Hardware Configuration tool: |
| + | < | ||
| - | First download: mesa mesa-demos linux-agp | + | Alternatively, |
| - | < | + | * Download the following packages: |
| + | * | ||
| + | < | ||
| # tazpkg get-install mesa | # tazpkg get-install mesa | ||
| # tazpkg get-install mesa-demos | # tazpkg get-install mesa-demos | ||
| # tazpkg get-install linux-agp</ | # tazpkg get-install linux-agp</ | ||
| - | Load modules | + | |
| + | * Load the kernel | ||
| < | < | ||
| - | To configure nvidia automatically | ||
| - | < | ||
| - | To test if rendering is working | ||
| - | < | ||
| - | To change nvidia settings | ||
| - | < | ||
| - | For no logo at bootup, add the following to xorg.conf | + | * Replace |
| - | <file>Option " | + | <code># sed -i ' |
| - | </file> | + | </code> |
| - | **To setup free nvidia | + | == Non-Free Driver (nvidia) == |
| - | First download: mesa mesa-demos linux-agp | + | To set-up the non-free nVidia drivers, use the SliTaz Hardware Configuration tool with the // |
| - | < | + | < |
| + | |||
| + | Alternatively, | ||
| + | * Download the following packages: | ||
| + | * | ||
| + | < | ||
| # tazpkg get-install mesa | # tazpkg get-install mesa | ||
| # tazpkg get-install mesa-demos | # tazpkg get-install mesa-demos | ||
| # tazpkg get-install linux-agp</ | # tazpkg get-install linux-agp</ | ||
| - | Load modules | + | |
| + | * Load the kernel | ||
| < | < | ||
| - | Replace vesa with nv | + | |
| - | < | + | * Attempt to configure the card with nVidia' |
| - | </code> | + | < |
| + | * To test if rendering is working, | ||
| + | < | ||
| + | * To change nVidia' | ||
| + | < | ||
| + | |||
| + | == Hiding the Logo == | ||
| + | To hide the nVidia logo when the system boots, add the following to /// | ||
| + | < | ||
| === ATI cards === | === ATI cards === | ||
| - | For free ati drivers | + | SliTaz provides automatic configuration for ATI cards. There are two drivers available, the Xorg-provided //[[#free-driver-radeon|radeon]]// |
| + | \\ | ||
| + | |||
| + | == Free Driver | ||
| + | |||
| + | To set-up the free ATI drivers, install the AGP & DRM modules, then use the SliTaz Hardware Configuration tool: | ||
| < | < | ||
| # tazpkg get-install linux-drm | # tazpkg get-install linux-drm | ||
| # tazhw setup ati</ | # tazhw setup ati</ | ||
| - | - but perhaps this is not enough - check / | + | - but perhaps this is not enough - check / |
| - | For non-free ati catalyst drivers (known to be not so good), do: | + | Alternatively, you can do this process manually: |
| - | < | + | * Download the following packages: |
| - | + | | |
| - | **To setup free ati manually:** | + | |
| - | + | ||
| - | First download: | + | |
| < | < | ||
| # tazpkg get-install mesa-dri-ati | # tazpkg get-install mesa-dri-ati | ||
| Line 162: | Line 175: | ||
| # tazpkg get-install linux-agp | # tazpkg get-install linux-agp | ||
| # tazpkg get-install linux-drm</ | # tazpkg get-install linux-drm</ | ||
| - | Load modules | + | |
| + | * Load the kernel | ||
| < | < | ||
| - | The free ati driver | + | |
| - | < | + | * To install the free ATI driver radeon, replace |
| - | </ | + | < |
| + | |||
| + | |||
| + | == Non-Free Driver (catalyst) == | ||
| + | |||
| + | To set-up the non-free ATI drivers, use the SliTaz Hardware Configuration tool with the // | ||
| + | < | ||
| === Modifying the Xorg Configuration === | === Modifying the Xorg Configuration === | ||
| - | Normally Xorg will start successfully, | + | Normally Xorg will start successfully, |
| Line 286: | Line 306: | ||
| \\ | \\ | ||
| ---- | ---- | ||
| - | |||