From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3F4E66A4.2060807@progroup.ru> Date: Fri, 29 Aug 2003 00:31:32 +0400 From: Shrek User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.4) Gecko/20030710 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] ALM22 for (LG F900P + GeForce FX520 ) is a problem References: <3F4E2523.9050603@progroup.ru> In-Reply-To: Content-Type: multipart/mixed; boundary="------------090605060105010808020506" X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 20:31:18 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------090605060105010808020506 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit > > Подскажите как решить проблему - > > На старой старой машине АЛМ22 устанавливался нормально, > на новой - проблема с X (монитор не находит - LG F900P и > видеоадаптер - GeForce DDR FX520). > ALM22 купленный в коробке еще в мае. > Что делать? > С уважением Игорь Травов > > > по порядку: 1. ставишь kernel24-headers (на всякий случай после установки сделай ln -s /usr/lib/kernel/2.4.20-alt5 /usr/src/linux) 2. выкачивай NVIDIA-Linux-x86-1.0-4496-pkg2.run 3. sh NVIDIA-Linux-x86-1.0-4496-pkg2.run --extract-only 4. cd NVIDIA-Linux-x86-1.0-4496-pkg2/usr/src/nv 5. правим Makefile (закоментировать строки 123-140, 142, 143) 6. выгружаем иксы 7. в каталоге NVIDIA-Linux-x86-1.0-4496-pkg2 делаем make install 8. правишь /etc/X11/XF86Config-4 (см. мой, секции Module и Device) Удачи --------------090605060105010808020506 Content-Type: text/plain; name="XF86Config" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="XF86Config" # File generated by XFdrake. Section "ServerLayout" Identifier "layout1" Screen 0 "screen0" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Mouse0" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Module" #Load "GLcore" Load "dbe" #Load "dri" Load "extmod" Load "fbdevhw" #Load "glx" Load "/usr/X11R6/lib/modules/extensions/libglx.so" Load "v4l" Load "record" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru(winkeys)" Option "XkbOptions" "grp:lwin_toggle" #,grp_led:scroll" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/usbmouse" Option "ZAxisMapping" "4 5 6" Option "Emulate3Buttons" "on" #Option "ChordMiddle" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/mouse" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:-1" EndSection Section "ServerFlags" AllowMouseOpenFail EndSection Section "Monitor" Identifier "Sony CPD-100ES" VendorName "Sony" ModelName "Unknown" HorizSync 30-70 VertRefresh 50-120 ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection Section "Device" Identifier "Generic VGA" Driver "vga" EndSection Section "Device" Identifier "NVIDIA GeForce4 (generic)" VendorName "NVIDIA" BoardName "GeForce 4" Driver "nvidia" VideoRam 131072 BusID "PCI:1:0:0" Option "DPMS" "on" Option "NoLogo" "on" EndSection Section "Screen" Identifier "screen0" Device "NVIDIA GeForce4 (generic)" Monitor "Sony CPD-100ES" DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 15 Modes "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "DRI" Mode 0666 EndSection --------------090605060105010808020506--