![]() Copie d'écran : Presario 2570 CA (png) |
Linux
sur Compaq Presario 2570
(série 2500). Gentoo Linux avec noyau 2.6.5. (Dernière modification : 18 avril 2004) FORUM
|
| 00:00.0 Host bridge: ATI
Technologies Inc: Unknown device cbb2 (rev 02) 00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 340M] 00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02) 00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV] 00:08.0 Modem: ALi Corporation Intel 537 [M5457 AC-Link Modem] 00:09.0 Network controller: Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01) 00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller 00:0b.0 USB Controller: VIA Technologies, Inc. USB (rev 50) 00:0b.1 USB Controller: VIA Technologies, Inc. USB (rev 50) 00:0b.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51) 00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link) 00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4) 00:11.0 Bridge: ALi Corporation M7101 PMU 00:12.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 340M |
| Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "ca_enhanced" EndSection |
| Section "Device" Identifier "video" Driver "radeon" Option "AGPMode" "4" Option "EnablePageFlip" Option "Overlay" EndSection Section "Screen" Identifier "Screen 1" Device "video" Monitor "LCD_portable" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection #Note : activer glx dans la section Module # Load "glx" |
| Section "InputDevice" # Touchpad Identifier "Mouse1" Driver "synaptics" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" Option "Emulate3Buttons" EndSection # Souris USB à molette Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection #Ajouter ces lignes aussi. InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" |