ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Shrek <shrek@progroup.ru>
To: community@altlinux.ru
Subject: Re: [Comm] ALM22 for (LG F900P + GeForce FX520 )  is a problem
Date: Fri, 29 Aug 2003 00:31:32 +0400
Message-ID: <3F4E66A4.2060807@progroup.ru> (raw)
In-Reply-To: <oprumh9qiik2qno7@pop.tersy-m.net>

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]


>
> Подскажите как решить проблему -
>
> На старой старой машине АЛМ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)

Удачи



[-- Attachment #2: XF86Config --]
[-- Type: text/plain, Size: 3007 bytes --]


# 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

      parent reply	other threads:[~2003-08-28 20:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-28 15:52 [Comm] FastTrak SX4000 - boot Shrek
2003-08-28 16:18 ` [Comm] ALM22 for (LG F900P + GeForce FX520 ) is a problem iftravov
2003-08-28 16:24   ` Shrek
2003-08-28 18:12   ` [Comm] " Michael Shigorin
2003-08-28 19:05     ` Shrek
2003-08-28 19:11       ` Michael Shigorin
2003-08-28 19:58         ` Shrek
2003-08-28 20:00       ` Pavel Tsybulin
2003-08-29  7:44         ` [Comm] [JT] " Michael Shigorin
2003-08-29 11:29     ` [Comm] " Michael Shigorin
2003-08-28 20:31   ` Shrek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F4E66A4.2060807@progroup.ru \
    --to=shrek@progroup.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git