Changeset 1756
- Timestamp:
- 12/04/06 05:37:46 (2 years ago)
- Files:
-
- 1 modified
-
branches/6.2/doc/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/doc/README
r1725 r1756 104 104 a non-working driver even for 2D graphics: 105 105 106 * ATI Radeon X1000 or higher (needs "vesa" or proprietary "fglrx" driver) 107 * Any NVIDIA card with the monitor connected to the DVI output (needs 108 "vesa" or proprietary "nvidia" driver). 106 * ATI Radeon X1000 or higher (needs the "vesa" driver) 109 107 110 108 In such cases, you have to edit the /etc/X11/xorg.conf file manually, using … … 115 113 Section "Device" 116 114 Identifier "Generic Video Card" 117 Driver " ati"115 Driver "vesa" 118 116 EndSection 119 120 Installers of proprietary video drivers are available in /lfs-sources as *.run121 files for the x86 architecture and 32-bit kernels only.122 IMPORTANT: in order to avoid wasting RAM by the device mapper,123 change the current directory to /dev/shm before installing these drivers.124 117 125 118 2) In Section "Monitor", specify the allowed frequency ranges for your
