Привет.
Наскоро си закупих лаптопче -
Compaq Presario CQ61-125EQ. Компютъра дойде с инсталирана Виста, което на мен лично не ми пречи и си я ползвам за работа. Както и да е, реших да инсталирам Linux, за да му се радвам. Речено-сторено. Свалих последната версия на Ubuntu - Jaunty и го инсталирах. Всичко мина по мед и масло, засече си абсолютно всички чаркалъци с изключение на видео картата - просто я разпознава, като някаква nVidia и до там.
Все пак, реших да пробвам и инсталирах nvidia-glx-180, което ще рече последните бинарни драйвери в хранилището. Инсталацията мина без грешки, вмъкна си Driver "nvidia" в /etc/X11/xorg.conf и от тук започнаха проблемите.
След като рестартирах GNOME, за да може да се качи драйвера, когато X-a зареди се оказах с екран разделен на 6 -- не само разделен а все едно имам 6 отделни монитора - 6 логин мениджъра, 6 работни среди и т.н.
Поразтаршувах из Google, но без абсолютно никакъв успех. Изглежда или никой друг не се е сблъсквал с този проблем под Линукс, или не се ползва такъв ;-)
На своя глава, свалих официалния драйвер от сайта на nVidia и го компилирах - пак без грешка, но когато го заредих резултата беше същия.
Ако някой може да помогне ще съм му много благодарен.
Ето и необходимите информации:
1) Видео карта GeForce G 103M (512MB integrated)
2) Изход от lspci:
root@ariel:~# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Device 06ef (rev a1)
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
root@ariel:~# 3) Изход от nvidia-detector
root@ariel:~# nvidia-detector
none
root@ariel:~#4) /var/log/Xorg.0.log:
linkВ лог файла, забелязвам, че картата не се засича

5) Xorg.conf (макар, че едва ли има значение в случая):
root@ariel:~# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon Mar 23 15:33:27 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
#HorizSync 28.0 - 33.0
#VertRefresh 43.0 - 72.0
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseDisplayDevice" "DFP"
SubSection "Display"
Depth 24
EndSubSection
EndSection
root@ariel:~# Ако някой има идеи, нека сподели :-) Поздрави.