Hello elekis, Friday, November 3, 2006, 8:22:15 AM, you wrote:
e> bonjour, je dois acheté un portable, et j'aimerais qu'il fonctionne sous ubuntu e> j'ai jeté mon evolu sur celui la e> http://configure2.euro.dell.com/dellstore/config.aspx?b=&c=be&cs=bebsdt1&l=fr&oc=N11641&rbc=N11641&s=bsd&sbc=bfbsdftdppnotebook2 e> cad un dell inspiron 6400 mais avec une carte graphique ati 256MB e> ATI(r) MOBILITY RADEON(r) X1400, PCI-Express x16 e> y a t il des chanses que tout fonctionne?? e> merci e> a+++ Bonjour, pour l'écran panoramique avec la carte X1400, il faudra installer les drivers propriétaires ATI : [code] $ sudo apt-get update $ sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed $ sudo apt-get install xorg-driver-fglrx $ sudo depmod -a $ sudo aticonfig --initial $ sudo aticonfig --dtop=single # One screen, the other dark $ sudo aticonfig --overlay-type=Xv $ sudo aticonfig --tvf=PAL-N # Change the TV signal format to PAL-N (France) [/code] voir : http://wiki.cchtml.com/index.php/Main_Page et http://linuxfacile.neuf.fr/astuces/ServeurX/Driver%20Ati%20Ubuntu.htm Sans, ca marche, mais les ronds sont un peu ovales, et la résolution de 1280x800 n'est pas proposée. Pour le proc Core-duo, installer un kernel 686 [code] $ sudo apt-get install linux-686 [/code] pour profiter des 2 coeurs. Le wifi Intel 3945 devrait être reconnu sans pb. Pour le reste, aucune idée mais il a l'air bien listé sur http://www.linux-on-laptops.com/dell.html -- Best regards, Christian mailto:[EMAIL PROTECTED] -- ubuntu-fr mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr
