* [Comm] Драйвера для Radion 9100
@ 2004-01-04 20:01 Macabre
2004-01-04 20:27 ` [Comm] " Konstantin A. Lepikhov
0 siblings, 1 reply; 11+ messages in thread
From: Macabre @ 2004-01-04 20:01 UTC (permalink / raw)
To: community
Скачал с сайта (ati.com). Поставил, XF86Config настроил. Но при
выполнении /lib/modules/fglrx> ./make_install.sh :
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading
/lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o will taint
the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies,
Starnberg, GERMANY
See http://www.tux.org/lkml/#export-tainted for information about
tainted modules
/lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o:
init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o: insmod
/lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o failed
/lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o: insmod
fglrx failed
failed.
Подобное было и с загрузкой nvidia. Я думаю проблема в материнке. Epox
8rda на nforce2.
вот что при загрузке:
>dmesg
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected NVIDIA nForce2 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
[drm] AGP 0.99 aperture @ 0xe0000000 64MB
[drm] Initialized radeon 1.7.0 20020828 on minor 0
mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000
Linux video capture interface: v1.00
[drm] Loading R200 Microcode
eth0: no IPv6 routers present
[fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.
[fglrx:firegl_stub_register] *ERROR* Fire GL kernel module has to be
loaded prior to any other DRM kernel module!
[fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.
[fglrx:firegl_stub_register] *ERROR* Fire GL kernel module has to be
loaded prior to any other DRM kernel module!
Что делать? Куда копать дальше?
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Comm] Re: Драйвера для Radion 9100 2004-01-04 20:01 [Comm] Драйвера для Radion 9100 Macabre @ 2004-01-04 20:27 ` Konstantin A. Lepikhov 2004-01-04 21:29 ` Macabre 0 siblings, 1 reply; 11+ messages in thread From: Konstantin A. Lepikhov @ 2004-01-04 20:27 UTC (permalink / raw) To: community Hi Macabre! Sunday 04, at 11:01:41 PM you wrote: > Скачал с сайта (ati.com). Поставил, XF86Config настроил. Но при > выполнении /lib/modules/fglrx> ./make_install.sh : > > - creating symlink > - recreating module dependency list > - trying a sample load of the kernel module > Warning: loading > /lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o will taint > the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, > Starnberg, GERMANY > See http://www.tux.org/lkml/#export-tainted for information about > tainted modules > /lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o: > init_module: Operation not permitted > Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters. > You may find more information in syslog or the output from dmesg > /lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o: insmod > /lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o failed > /lib/modules/2.4.21-99-athlon/kernel/drivers/char/drm/fglrx.o: insmod > fglrx failed > failed. > > Подобное было и с загрузкой nvidia. Я думаю проблема в материнке. Epox > 8rda на nforce2. > > вот что при загрузке: > >dmesg > > Linux agpgart interface v0.99 (c) Jeff Hartmann > agpgart: Maximum main memory to use for agp memory: 439M > agpgart: Detected NVIDIA nForce2 chipset > agpgart: AGP aperture is 64M @ 0xe0000000 > [drm] AGP 0.99 aperture @ 0xe0000000 64MB > [drm] Initialized radeon 1.7.0 20020828 on minor 0 > mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 > Linux video capture interface: v1.00 > [drm] Loading R200 Microcode > eth0: no IPv6 routers present > [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. > [fglrx:firegl_stub_register] *ERROR* Fire GL kernel module has to be > loaded prior to any other DRM kernel module! > [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. > [fglrx:firegl_stub_register] *ERROR* Fire GL kernel module has to be > loaded prior to any other DRM kernel module! > > Что делать? Куда копать дальше? Надо было все это ставить при незапущенных X'ах, т.к у вас получился overlap с DRI версией драйверов. Так что теперь перезагружайтесь (т.к. radeon.o не поддерживает module unloading), и делайте make_install && fglrxconfig && вперед. -- WBR, Konstantin chat with ==>ICQ: 109916175 Lepikhov, speak to ==>JID: lakostis@jabber.org aka L.A. Kostis write to ==>mailto:lakostis@pisem.net.nospam ...The information is like the bank... (c) EC8OR ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-04 20:27 ` [Comm] " Konstantin A. Lepikhov @ 2004-01-04 21:29 ` Macabre 2004-01-05 7:43 ` Konstantin A. Lepikhov 2004-01-05 10:55 ` Sergey Vlasov 0 siblings, 2 replies; 11+ messages in thread From: Macabre @ 2004-01-04 21:29 UTC (permalink / raw) To: community В Вск, 04.01.2004, в 23:27, Konstantin A. Lepikhov пишет: > Надо было все это ставить при незапущенных X'ах, т.к у вас получился > overlap с DRI версией драйверов. Так что теперь перезагружайтесь (т.к. > radeon.o не поддерживает module unloading), и делайте make_install && > fglrxconfig && вперед. Все сделал. Модуль загрузился. Но поддержки 3D нет. Как проверить? Игры не запускаются, говорят что 3D не поддерживает. dmesg [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. [fglrx] module loaded - fglrx 3.7.0 [Dec 18 2003] on minor 0 mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) Fire GL built-in AGP-support Based on agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 439M agpgart: Detected nVidia nForce2 chipset agpgart: Bridge device is in AGP v1/v2 mode agpgart: AGP aperture is 64M @ 0xe0000000 Power management callback for AGP chipset installed [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) [fglrx:firegl_unlock] *ERROR* Process 1880 using kernel context 0 eth0: no IPv6 routers present mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) [fglrx:firegl_unlock] *ERROR* Process 2092 using kernel context 0 mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) Fire GL built-in AGP-support Based on agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 439M agpgart: Detected nVidia nForce2 chipset agpgart: Bridge device is in AGP v1/v2 mode agpgart: AGP aperture is 64M @ 0xe0000000 Power management callback for AGP chipset installed [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) [fglrx:firegl_unlock] *ERROR* Process 3226 using kernel context 0 Linux video capture interface: v1.00 >fglrxinfo OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.3 Mesa 4.0.4 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [Comm] Re: Драйвера для Radion 9100 2004-01-04 21:29 ` Macabre @ 2004-01-05 7:43 ` Konstantin A. Lepikhov 2004-01-05 10:55 ` Sergey Vlasov 1 sibling, 0 replies; 11+ messages in thread From: Konstantin A. Lepikhov @ 2004-01-05 7:43 UTC (permalink / raw) To: community Hi Macabre! Monday 05, at 12:29:34 AM you wrote: > В Вск, 04.01.2004, в 23:27, Konstantin A. Lepikhov пишет: > > Надо было все это ставить при незапущенных X'ах, т.к у вас получился > > overlap с DRI версией драйверов. Так что теперь перезагружайтесь (т.к. > > radeon.o не поддерживает module unloading), и делайте make_install && > > fglrxconfig && вперед. > > Все сделал. Модуль загрузился. Но поддержки 3D нет. Как проверить? Игры > не запускаются, говорят что 3D не поддерживает. > dmesg Еще покажите свой XF86Config-4 и вывод /var/log/XFree86.0.log > > [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. > [fglrx] module loaded - fglrx 3.7.0 [Dec 18 2003] on minor 0 > mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 > [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) > Fire GL built-in AGP-support > Based on agpgart interface v0.99 (c) Jeff Hartmann > agpgart: Maximum main memory to use for agp memory: 439M > agpgart: Detected nVidia nForce2 chipset > agpgart: Bridge device is in AGP v1/v2 mode > agpgart: AGP aperture is 64M @ 0xe0000000 > Power management callback for AGP chipset installed > [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) > [fglrx:firegl_unlock] *ERROR* Process 1880 using kernel context 0 > eth0: no IPv6 routers present > mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 > [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) > [fglrx:firegl_unlock] *ERROR* Process 2092 using kernel context 0 > mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 > [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) > Fire GL built-in AGP-support > Based on agpgart interface v0.99 (c) Jeff Hartmann > agpgart: Maximum main memory to use for agp memory: 439M > agpgart: Detected nVidia nForce2 chipset > agpgart: Bridge device is in AGP v1/v2 mode > agpgart: AGP aperture is 64M @ 0xe0000000 > Power management callback for AGP chipset installed > [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) > [fglrx:firegl_unlock] *ERROR* Process 3226 using kernel context 0 > Linux video capture interface: v1.00 А если указать Option "UseInternalAGPGART" "no" в настройках для fglrx? -- WBR, Konstantin chat with ==>ICQ: 109916175 Lepikhov, speak to ==>JID: lakostis@jabber.org aka L.A. Kostis write to ==>mailto:lakostis@pisem.net.nospam ...The information is like the bank... (c) EC8OR ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-04 21:29 ` Macabre 2004-01-05 7:43 ` Konstantin A. Lepikhov @ 2004-01-05 10:55 ` Sergey Vlasov 2004-01-05 18:33 ` Vitaly Lipatov ` (2 more replies) 1 sibling, 3 replies; 11+ messages in thread From: Sergey Vlasov @ 2004-01-05 10:55 UTC (permalink / raw) To: community [-- Attachment #1.1: Type: text/plain, Size: 648 bytes --] On Mon, Jan 05, 2004 at 12:29:34AM +0300, Macabre wrote: > Fire GL built-in AGP-support > Based on agpgart interface v0.99 (c) Jeff Hartmann > agpgart: Maximum main memory to use for agp memory: 439M > agpgart: Detected nVidia nForce2 chipset > agpgart: Bridge device is in AGP v1/v2 mode > agpgart: AGP aperture is 64M @ 0xe0000000 > Power management callback for AGP chipset installed > [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) Это ошибка во встроенной в fglrx поддержке AGP для nForce. Лечится прилагаемым патчем, либо использованием agpgart вместо этой встроенной поддержки (Option "UseInternalAGPGART" "no"). [-- Attachment #1.2: fglrx-3.2.8-nvidia-nforce.patch --] [-- Type: text/plain, Size: 484 bytes --] --- kernel-source-fglrx-3.2.8/agpgart_be.c.nforce 2003-11-18 18:15:36 +0300 +++ kernel-source-fglrx-3.2.8/agpgart_be.c 2003-11-18 18:27:54 +0300 @@ -7196,6 +7196,11 @@ agp_bridge.dev = dev; agp_bridge.capndx = cap_ptr; + /* fill in the mode register */ + pci_read_config_dword(agp_bridge.dev, + agp_bridge.capndx + 4, // AGP status register + &agp_bridge.mode); + return nvidia_nforce_setup(agp_bridge.dev); } [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-05 10:55 ` Sergey Vlasov @ 2004-01-05 18:33 ` Vitaly Lipatov 2004-01-06 20:27 ` Macabre 2004-01-06 20:27 ` Macabre 2 siblings, 0 replies; 11+ messages in thread From: Vitaly Lipatov @ 2004-01-05 18:33 UTC (permalink / raw) To: community On 5 Январь 2004 13:55, Sergey Vlasov wrote: > On Mon, Jan 05, 2004 at 12:29:34AM +0300, Macabre wrote: > > Fire GL built-in AGP-support > > Based on agpgart interface v0.99 (c) Jeff Hartmann > > agpgart: Maximum main memory to use for agp memory: 439M > > agpgart: Detected nVidia nForce2 chipset > > agpgart: Bridge device is in AGP v1/v2 mode > > agpgart: AGP aperture is 64M @ 0xe0000000 > > Power management callback for AGP chipset installed > > [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps > > of chipset) > > Это ошибка во встроенной в fglrx поддержке AGP для nForce. А этот патч нельзя встроить в mainstream? > Лечится прилагаемым патчем, либо использованием agpgart вместо > этой встроенной поддержки (Option "UseInternalAGPGART" "no"). -- Lav Виталий Липатов Санкт-Петербург GNU! ALT Linux Team! LaTeX! LyX! ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-05 10:55 ` Sergey Vlasov 2004-01-05 18:33 ` Vitaly Lipatov @ 2004-01-06 20:27 ` Macabre 2004-01-06 20:27 ` Macabre 2 siblings, 0 replies; 11+ messages in thread From: Macabre @ 2004-01-06 20:27 UTC (permalink / raw) To: community [-- Attachment #1: Type: text/plain, Size: 1284 bytes --] В Пнд, 05.01.2004, в 13:55, Sergey Vlasov пишет: > Это ошибка во встроенной в fglrx поддержке AGP для nForce. Лечится > прилагаемым патчем, либо использованием agpgart вместо этой встроенной > поддержки (Option "UseInternalAGPGART" "no"). Патч накладывал так: >cd /lib/modules/build_mod >patch -p1 < fglrx-3.2.8-nvidia-nforce.patch patching file agpgart_be.c Hunk #1 succeeded at 7177 (offset -19 lines). Правильно? Затем без иксов /lib/modules/fgkrx/make_install Перегружаюсь и вижу: >dmesg [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. [fglrx] module loaded - fglrx 3.7.0 [Dec 18 2003] on minor 0 mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) Fire GL built-in AGP-support Based on agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 439M agpgart: Detected nVidia nForce2 chipset agpgart: Bridge device is in AGP v1/v2 mode agpgart: AGP aperture is 64M @ 0xe0000000 Power management callback for AGP chipset installed [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) [fglrx:firegl_unlock] *ERROR* Process 1883 using kernel context 0 Приложу еще XF86Config. Сейчас еще скину c Option "UseInternalAGPGART" "no" [-- Attachment #2: XF86Config --] [-- Type: text/plain, Size: 8220 bytes --] # /.../ # SaX generated XFree86 config file # Created on: 2004-01-03T18:49:03+0300. # # Version: 4.7 # Contact: Marcus Schaefer <sax@suse.de>, 2002 # # Automatically generated by [ISaX] (4.7) # PLEASE DO NOT EDIT THIS FILE! # Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/xtest" InputDevices "/dev/ttyS0" InputDevices "/dev/ttyS1" InputDevices "/dev/ttyS2" InputDevices "/dev/ttyS3" InputDevices "/dev/ttyS4" InputDevices "/dev/ttyS5" InputDevices "/dev/ttyS6" InputDevices "/dev/ttyS7" InputDevices "/dev/ttyS8" InputDevices "/dev/psaux" InputDevices "/dev/logibm" InputDevices "/dev/sunmouse" InputDevices "/dev/atibm" InputDevices "/dev/amigamouse" InputDevices "/dev/atarimouse" InputDevices "/dev/inportbm" InputDevices "/dev/gpmdata" InputDevices "/dev/mouse" InputDevices "/dev/usbmouse" InputDevices "/dev/adbmouse" InputDevices "/dev/input/mice" InputDevices "/dev/input/event0" InputDevices "/dev/pointer0" InputDevices "/dev/pointer1" InputDevices "/dev/pointer2" InputDevices "/dev/pointer3" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" Option "RandR" "on" EndSection Section "Module" Load "freetype" Load "v4l" Load "type1" Load "extmod" Load "dbe" Load "glx" Load "speedo" Load "dri" EndSection Section "InputDevice" Driver "keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "ps/2" Option "Vendor" "Sysp" EndSection Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" DisplaySize 280 210 HorizSync 28-61 Identifier "Monitor[0]" ModelName "SAMTRON 50(M)E" Option "DPMS" VendorName "SAMSUNG" VertRefresh 50-120 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799 Modeline "800x600" 36.88 800 832 912 1024 600 601 604 621 Modeline "800x600" 44.13 800 840 920 1040 600 601 604 624 Modeline "800x600" 51.73 800 840 928 1056 600 601 604 628 Modeline "800x600" 58.73 800 840 928 1056 600 601 604 632 Modeline "640x480" 23.06 640 656 720 800 480 481 484 497 Modeline "640x480" 27.74 640 664 728 816 480 481 484 500 Modeline "640x480" 32.64 640 672 736 832 480 481 484 503 Modeline "640x480" 36.97 640 672 736 832 480 481 484 505 Modeline "640x480" 42.22 640 680 744 848 480 481 484 508 Modeline "640x480" 46.80 640 680 744 848 480 481 484 511 Modeline "640x480" 51.43 640 680 744 848 480 481 484 514 EndSection Section "Screen" DefaultDepth 24 SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection Device "ATI" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "Device" BoardName "Radeon 9100 QM" Driver "fglrx" Identifier "ATI" Option "no_accel" "no" Option "no_dri" "no" Option "mtrr" "off" Option "DesktopSetup" "0x00000000" Option "MonitorLayout" "AUTO, AUTO" Option "IgnoreEDID" "off" Option "HSync2" "unspecified" Option "VRefresh2" "unspecified" Option "ScreenOverlap" "0" # === TV-out Management === Option "NoTV" "yes" Option "TVStandard" "NTSC-M" Option "TVHSizeAdj" "0" Option "TVVSizeAdj" "0" Option "TVHPosAdj" "0" Option "TVVPosAdj" "0" Option "TVHStartAdj" "0" Option "TVColorAdj" "0" Option "GammaCorrectionI" "0x06419064" Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === Option "Capabilities" "0x00000000" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "on" # === Center Mode (Laptops only) === Option "CenterMode" "off" # === Pseudo Color Visuals (8-bit visuals) === Option "PseudoColorVisuals" "off" # === QBS Management === Option "Stereo" "off" Option "StereoSyncEnable" "1" # === FSAA Management === Option "FSAAEnable" "yes" Option "FSAAScale" "6" Option "FSAADisableGamma" "no" Option "FSAACustomizeMSPos" "no" Option "FSAAMSPosX0" "0.000000" Option "FSAAMSPosY0" "0.000000" Option "FSAAMSPosX1" "0.000000" Option "FSAAMSPosY1" "0.000000" Option "FSAAMSPosX2" "0.000000" Option "FSAAMSPosY2" "0.000000" Option "FSAAMSPosX3" "0.000000" Option "FSAAMSPosY3" "0.000000" Option "FSAAMSPosX4" "0.000000" Option "FSAAMSPosY4" "0.000000" Option "FSAAMSPosX5" "0.000000" Option "FSAAMSPosY5" "0.000000" # === Misc Options === Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "yes" Option "ForceGenericCPU" "yes" BusID "AGP:2:0:0" Screen 0 VendorName "ATI" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection Section "DRI" Group "video" Mode 0660 EndSection ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-05 10:55 ` Sergey Vlasov 2004-01-05 18:33 ` Vitaly Lipatov 2004-01-06 20:27 ` Macabre @ 2004-01-06 20:27 ` Macabre 2004-01-07 18:50 ` Sergey Vlasov 2 siblings, 1 reply; 11+ messages in thread From: Macabre @ 2004-01-06 20:27 UTC (permalink / raw) To: community В Пнд, 05.01.2004, в 13:55, Sergey Vlasov пишет: > Это ошибка во встроенной в fglrx поддержке AGP для nForce. Лечится > прилагаемым патчем, либо использованием agpgart вместо этой встроенной > поддержки (Option "UseInternalAGPGART" "no"). Сделал так: Option "UseInternalAGPGART" "no" >dmesg [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. [fglrx] module loaded - fglrx 3.7.0 [Dec 18 2003] on minor 0 mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) [fglrx:firegl_unlock] *ERROR* Process 1880 using kernel context 0 Да! Фаил с драйверами с сайта: fglrx-glc22-4.3.0-3.7.0.i386.rpm ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-06 20:27 ` Macabre @ 2004-01-07 18:50 ` Sergey Vlasov 2004-01-07 20:29 ` Macabre 2004-01-07 20:29 ` Macabre 0 siblings, 2 replies; 11+ messages in thread From: Sergey Vlasov @ 2004-01-07 18:50 UTC (permalink / raw) To: community [-- Attachment #1: Type: text/plain, Size: 1046 bytes --] On Tue, Jan 06, 2004 at 11:27:07PM +0300, Macabre wrote: > В Пнд, 05.01.2004, в 13:55, Sergey Vlasov пишет: > > Это ошибка во встроенной в fglrx поддержке AGP для nForce. Лечится > > прилагаемым патчем, либо использованием agpgart вместо этой встроенной > > поддержки (Option "UseInternalAGPGART" "no"). > Сделал так: Option "UseInternalAGPGART" "no" > > >dmesg > > [fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes. > [fglrx] module loaded - fglrx 3.7.0 [Dec 18 2003] on minor 0 > mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 > [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) > [fglrx:firegl_unlock] *ERROR* Process 1880 using kernel context 0 А agpgart из этого ядра нормально понимает nForce? Т.е. какие сообщения выдаются при загрузке модуля agpgart? framebuffer используется? Отключать пробовали (vga=normal)? И ещё: если используется встроенная поддержка AGP, желательно заблокировать загрузку системного agpgart (alias agpgart off в /etc/modules.conf), иначе возможны конфликты. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-07 18:50 ` Sergey Vlasov @ 2004-01-07 20:29 ` Macabre 2004-01-07 20:29 ` Macabre 1 sibling, 0 replies; 11+ messages in thread From: Macabre @ 2004-01-07 20:29 UTC (permalink / raw) To: community [-- Attachment #1: Type: text/plain, Size: 906 bytes --] В Срд, 07.01.2004, в 21:50, Sergey Vlasov пишет: > А agpgart из этого ядра нормально понимает nForce? Т.е. какие > сообщения выдаются при загрузке модуля agpgart? Вот стандартный XF86Config и >dmesd Linux agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 439M agpgart: Detected NVIDIA nForce2 chipset agpgart: AGP aperture is 64M @ 0xe0000000 [drm] AGP 0.99 aperture @ 0xe0000000 64MB [drm] Initialized radeon 1.7.0 20020828 on minor 0 mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x4000000 Linux video capture interface: v1.00 [drm] Loading R200 Microcode > framebuffer используется? Отключать пробовали (vga=normal)? Сейчас попробую и напишу. > И ещё: если используется встроенная поддержка AGP, желательно > заблокировать загрузку системного agpgart (alias agpgart off в > /etc/modules.conf), иначе возможны конфликты. Сейчас тоже попробую. [-- Attachment #2: XF86Config --] [-- Type: text/plain, Size: 5713 bytes --] # /.../ # SaX generated XFree86 config file # Created on: 2004-01-03T18:49:03+0300. # # Version: 4.7 # Contact: Marcus Schaefer <sax@suse.de>, 2002 # # Automatically generated by [ISaX] (4.7) # PLEASE DO NOT EDIT THIS FILE! # Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/URW" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/truetype" FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/xtest" InputDevices "/dev/ttyS0" InputDevices "/dev/ttyS1" InputDevices "/dev/ttyS2" InputDevices "/dev/ttyS3" InputDevices "/dev/ttyS4" InputDevices "/dev/ttyS5" InputDevices "/dev/ttyS6" InputDevices "/dev/ttyS7" InputDevices "/dev/ttyS8" InputDevices "/dev/psaux" InputDevices "/dev/logibm" InputDevices "/dev/sunmouse" InputDevices "/dev/atibm" InputDevices "/dev/amigamouse" InputDevices "/dev/atarimouse" InputDevices "/dev/inportbm" InputDevices "/dev/gpmdata" InputDevices "/dev/mouse" InputDevices "/dev/usbmouse" InputDevices "/dev/adbmouse" InputDevices "/dev/input/mice" InputDevices "/dev/input/event0" InputDevices "/dev/pointer0" InputDevices "/dev/pointer1" InputDevices "/dev/pointer2" InputDevices "/dev/pointer3" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" Option "RandR" "on" EndSection Section "Module" Load "freetype" Load "v4l" Load "type1" Load "extmod" Load "dbe" Load "glx" Load "speedo" Load "dri" EndSection Section "InputDevice" Driver "keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "ps/2" Option "Vendor" "Sysp" EndSection Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" DisplaySize 280 210 HorizSync 28-61 Identifier "Monitor[0]" ModelName "SAMTRON 50(M)E" Option "DPMS" VendorName "SAMSUNG" VertRefresh 50-120 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799 Modeline "800x600" 36.88 800 832 912 1024 600 601 604 621 Modeline "800x600" 44.13 800 840 920 1040 600 601 604 624 Modeline "800x600" 51.73 800 840 928 1056 600 601 604 628 Modeline "800x600" 58.73 800 840 928 1056 600 601 604 632 Modeline "640x480" 23.06 640 656 720 800 480 481 484 497 Modeline "640x480" 27.74 640 664 728 816 480 481 484 500 Modeline "640x480" 32.64 640 672 736 832 480 481 484 503 Modeline "640x480" 36.97 640 672 736 832 480 481 484 505 Modeline "640x480" 42.22 640 680 744 848 480 481 484 508 Modeline "640x480" 46.80 640 680 744 848 480 481 484 511 Modeline "640x480" 51.43 640 680 744 848 480 481 484 514 EndSection Section "Screen" DefaultDepth 24 SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "Device" BoardName "Radeon 9100 QM" BusID "2:0:0" Driver "radeon" Identifier "Device[0]" Screen 0 Option "Rotate" "off" VendorName "ATI" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection Section "DRI" Group "video" Mode 0660 EndSection ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Comm] Re: Драйвера для Radion 9100 2004-01-07 18:50 ` Sergey Vlasov 2004-01-07 20:29 ` Macabre @ 2004-01-07 20:29 ` Macabre 1 sibling, 0 replies; 11+ messages in thread From: Macabre @ 2004-01-07 20:29 UTC (permalink / raw) To: community [-- Attachment #1: Type: text/plain, Size: 883 bytes --] В Срд, 07.01.2004, в 21:50, Sergey Vlasov пишет: > И ещё: если используется встроенная поддержка AGP, желательно > заблокировать загрузку системного agpgart (alias agpgart off в > /etc/modules.conf), иначе возможны конфликты. В modules.conf разобраться не смог. Там много непонятного. Вот кусок касающийся agp. ________________________________________________________________________ ######################################################################## # AGP ######################################################################## pre-install mga /sbin/modprobe "-k" "agpgart" pre-install r128 /sbin/modprobe "-k" "agpgart" pre-install radeon /sbin/modprobe "-k" "agpgart" options agpgart agp_try_unsupported=1 options snd-intel8x0 snd_ac97_clock=0 snd_enable=1 snd_index=0 И полный modules.conf. Оказывается такая свалка всего (suse 9). В АЛМе было поменьше всего :-))) [-- Attachment #2: modules.conf --] [-- Type: text/plain, Size: 13381 bytes --] # # Copyright (c) 1996-2002 SuSE Linux AG Nuernberg, Germany. # All rights reserved. # # Author: Hubert Mantel <mantel@suse.de>, 1996-2002 # # Configuration file for loadable modules; used by modprobe # # ######################################################################## # Aliases - specify your hardware ######################################################################## alias eth0 winbond-840 alias eth1 off alias tr0 off alias scsi_hostadapter off alias fb0 off ######################################################################## # only used for Mylex or Compaq Raid as module ######################################################################## alias block-major-48 off alias block-major-49 off alias block-major-72 off alias block-major-73 off ######################################################################## # only needed for fifth and sixth IDE adaptor ######################################################################## alias block-major-56 off alias block-major-57 off ######################################################################## # mouse (for older busmice) ######################################################################## alias char-major-10 off ######################################################################## # If you want to use the new autofs4 ######################################################################## # alias autofs autofs4 ######################################################################## # For parallel port devices, uncomment the following two lines and # change "frpw" to the protocol type you use ######################################################################## # post-install paride insmod frpw # pre-remove paride rmmod frpw ######################################################################## # # Aliases for OSS # # These aliases will be changed by YaST2 sound configurator. # If you would like to configure OSS drivers by yourself, please # take a look at the files on /usr/src/linux/Documentation/sound. # ######################################################################## alias char-major-14 off alias sound off alias midi off ######################################################################## # Options; these are examples; uncomment and modify the lines you need ######################################################################## # options cdu31a cdu31a_port=0x340 cdu31a_irq=0 # options sbpcd sbpcd=0x230,1 # options aztcd aztcd=0x320 # options cm206 cm206=0x340,11 # options gscd gscd=0x340 # options mcd mcd=0x300,11 # options mcdx mcdx=0x300,11 # options optcd optcd=0x340 # options sjcd sjcd_base=0x340 # options sonycd535 sonycd535=0x340 # options isp16 isp16_cdrom_base=0x340 isp16_cdrom_irq=0 isp16_cdrom_dma=0 isp16_cdrom_type=Sanyo # options ne io=0x300 irq=5 # Use this if you have two cards: # options ne io=0x300,0x320 irq=5,7 # options tulip options=0 # options 3c59x options=0 # options 3c501 io=0x280 irq=5 # options 3c503 io=0x280 irq=5 xcvr=0 # options 3c505 io=0x300 irq=10 # options 3c507 io=0x300 irq=10 # options 3c509 irq=10 # options at1700 io=0x260 irq=10 # options smc-ultra io=0x200 irq=10 # options wd io=0x300 irq=10 # options smc9194 io=0x200 irq=10 ifport=0 # options e2100 io=0x300 irq=10 mem=0xd0000 xcvr=0 # options depca io=0x200 irq=7 # options ewrk3 io=0x300 irq=10 # options eexpress io=0x300 irq=10 # options hp-plus io=0x300 irq=10 # options hp io=0x300 irq=10 # options hp100 hp100_port=0x380 # options apricot io=0x300 irq=10 # options ac3200 io=0x300 irq=10 mem=0xd0000 # options de620 io=0x378 irq=7 bnc=1 # options ibmtr io=0xa20 # options arcnet io=0x300 irq=10 shmem=0xd0000 # options plip io=0x378 irq=7 # options eepro io=0x260 irq=10 mem=0x6000 # options eth16i io=0x2a0 irq=10 # options fmv18x io=0x220 irq=10 # options ni52 io=0x360 irq=9 memstart=0xd0000 memend=0xd4000 # options bttv pll=1 radio=0 card=0 # options tuner type=0 # options msp3400 once=1 simple=1 # post-install bttv /sbin/modprobe "-k" tuner; # /sbin/modprobe "-k" msp3400 options dummy0 -o dummy0 options dummy1 -o dummy1 ######################################################################## # cipe section ######################################################################## alias cipcb0 cipcb alias cipcb1 cipcb options cipcb cipe_debug=0 ######################################################################## # block dev aliases ######################################################################## alias block-major-1 rd alias block-major-2 floppy alias block-major-3 off alias block-major-7 loop alias block-major-8 sd_mod alias block-major-11 sr_mod alias block-major-13 xd alias block-major-15 cdu31a alias block-major-16 gscd alias block-major-17 optcd alias block-major-18 sjcd alias block-major-20 mcdx alias block-major-22 off alias block-major-23 mcd alias block-major-24 sonycd535 alias block-major-25 sbpcd alias block-major-26 sbpcd alias block-major-27 sbpcd alias block-major-28 sbpcd alias block-major-29 aztcd alias block-major-32 cm206 alias block-major-33 off alias block-major-34 off # network block device alias block-major-43 off alias block-major-45 pd alias block-major-46 pcd alias block-major-47 pf alias block-major-117 evms ######################################################################## # char dev aliases ######################################################################## alias char-major-6 lp alias char-major-9 st alias char-major-10-130 softdog alias char-major-10-134 off alias char-major-10-135 off alias char-major-10-175 agpgart alias char-major-10-181 toshiba alias char-major-10-240 agpgarti810 alias char-major-10-250 sonypi options sonypi minor=250 alias char-major-15 off alias char-major-19 cyclades alias char-major-20 cyclades alias char-major-21 sg alias char-major-27 ftape # fb alias char-major-29 off alias char-major-36 netlink_dev # alias char-major-43 hisax # alias char-major-44 hisax # alias char-major-45 hisax alias char-major-43 off alias char-major-44 off alias char-major-45 off alias char-major-48 riscom8 alias char-major-49 riscom8 alias char-major-67 coda alias char-major-75 specialix alias char-major-76 specialix alias char-major-81 videodev alias char-major-81-0 off alias char-major-81-1 off alias char-major-81-2 off alias char-major-81-3 off alias char-major-83 vtx options vtx quiet=1 alias char-major-89 i2c-dev alias char-major-96 pt alias char-major-97 pg alias char-major-107 3dfx alias char-major-109 lvm-mod # Alsa sound support. # Warning: please don't modify comments over aliases 'snd-card-#' alias char-major-116 snd ######################################################################## # ppp over ethernet # the kernel 2.2 uses pppox # the kernel 2.4 uses pppoe ######################################################################## if `kernelversion` == "2.2" alias char-major-144 pppox post-install pppox insmod mssclampfw pre-remove pppox rmmod mssclampfw else alias char-major-108 ppp_generic alias char-major-144 pppoe alias net-pf-24 pppoe endif ######################################################################## # IrDA ######################################################################## alias char-major-161 ircomm-tty ######################################################################## # USB ######################################################################## # done by hotplug alias char-major-166 off ######################################################################## # Moxa Multiport Serial Boards ######################################################################## alias char-major-172 moxa alias char-major-173 moxa # options moxa type=2,,, baseaddr=0xdc000,,, numports=8,,, alias char-major-174 mxser alias char-major-175 mxser # options mxser ioaddr=0x180 #alias char-major-180 usbcore alias InterMezzo intermezzo alias char-major-185 intermezzo alias char-major-188 usbserial alias char-major-195 NVdriver alias char-major-206 osst alias char-major-212 off alias binfmt-204 binfmt_aout alias binfmt-263 binfmt_aout alias binfmt-264 binfmt_aout alias binfmt-267 binfmt_aout alias binfmt-0064 binfmt_aout alias binfmt-0008 binfmt_aout alias iso9660 isofs alias tty-ldisc-1 slip alias tty-ldisc-2 serio alias tty-ldisc-5 mkiss # alias tty-ldisc-7 6pack alias tty-ldisc-7 off # IrDA alias tty-ldisc-11 irtty # alias ax0 mkiss alias ax0 off # alias sp0 6pack alias sp0 off alias slip0 slip alias sl0 slip alias slip1 slip alias sl1 slip ######################################################################## # the kernel 2.2 uses ppp.o as ppp driver, # the kernel 2.4 uses ppp_generic.o ######################################################################## if `kernelversion` == "2.2" alias ppp0 ppp alias ppp1 ppp alias tty-ldisc-3 ppp else alias ppp0 ppp_generic alias ppp1 ppp_generic alias tty-ldisc-3 ppp_async endif alias plip0 plip alias plip1 plip # Tunnel interfaces alias sit0 ipv6 alias gre0 ip_gre alias ipip0 ipip alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias net-pf-1 unix alias net-pf-3 ax25 # alias net-pf-3 off alias net-pf-4 ipx # alias net-pf-4 off alias net-pf-5 appletalk # alias net-pf-5 off alias net-pf-6 netrom # alias net-pf-6 off alias net-pf-10 ipv6 # alias net-pf-10 off alias net-pf-11 rose # alias net-pf-11 off alias net-pf-17 af_packet alias net-pf-31 bluez alias bt-proto-0 l2cap alias bt-proto-2 sco alias bt-proto-3 rfcomm alias bt-proto-4 bnep alias md-personality-1 linear alias md-personality-2 raid0 alias md-personality-3 raid1 alias md-personality-4 raid5 alias md-personality-7 multipath alias tap0 ethertap alias tap1 ethertap alias tap2 ethertap alias tap3 ethertap alias tap4 ethertap alias tap5 ethertap alias tap6 ethertap alias tap7 ethertap alias tap8 ethertap alias tap9 ethertap alias tap10 ethertap alias tap11 ethertap alias tap12 ethertap alias tap13 ethertap alias tap14 ethertap alias tap15 ethertap # don't try to reset isa-pnp cards on startup options isa-pnp isapnp_reset=0 # end of common part for modules.conf # begin of i386 part for modules.conf alias char-major-4 serial alias char-major-5 serial alias parport_lowlevel parport_pc # options parport_pc io=0x378 irq=none,none # If you have multiple parallel ports, specify them this way: # options parport_pc io=0x378,0x278 irq=none,none # Linux ACP modem (Mwave) alias char-major-10-219 mwave # options mwave dspirq=10 dspio=0x130 uartirq=3 uartio=0x2f8 # nVidia nforce chipset (network + audio) #alias eth0 nvnet #alias sound-slot-1 nvaudio #alias usb-interface usb-ohci # IBM thinkpad tpctl # see /usr/share/doc/packages/tpctl/ alias char-major-10-170 thinkpad # options thinkpad enable_smapi=0 # Linux-ABI if `kernelversion` == "2.2" alias char-major-30 iBCS alias binfmt-332 iBCS alias binfmt-518 iBCS alias binfmt-002c iBCS else alias char-major-30 abi-ibcs alias binfmt-0004 binfmt_coff alias binfmt-332 abi-ibcs alias binfmt-518 abi-ibcs alias binfmt-002c abi-ibcs alias personality-1 abi-ibcs alias personality-2 abi-ibcs alias personality-3 abi-sco alias personality-4 abi-wyse alias personality-5 abi-ibcs alias personality-7 abi-ibcs alias personality-13 abi-solaris alias personality-14 abi-uw7 post-install binfmt_misc mount -t binfmt_misc none /proc/sys/fs/binfmt_misc pre-remove binfmt_misc umount /proc/sys/fs/binfmt_misc endif # required for DRI support on SiS chips options sisfb mem=12288 mode=none ######################################################################## # AGP ######################################################################## pre-install mga /sbin/modprobe "-k" "agpgart" pre-install r128 /sbin/modprobe "-k" "agpgart" pre-install radeon /sbin/modprobe "-k" "agpgart" options agpgart agp_try_unsupported=1 options snd-intel8x0 snd_ac97_clock=0 snd_enable=1 snd_index=0 # YaST2: sound system dependent part # alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-slot-1 off alias sound-service-1-0 off alias sound-slot-2 off alias sound-service-2-0 off alias sound-slot-3 off alias sound-service-3-0 off options snd snd_cards_limit=1 snd_major=116 # H0_h.jouTqubOOwC:nForce2 AC97 Audio Controler (MCP) alias snd-card-0 snd-intel8x0 alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-11 snd-mixer-oss alias sound-service-0-12 snd-pcm-oss # end of i386 part for modules.conf # please keep this at the end and add local modifications to modules.conf.local include /etc/modules.conf.local ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2004-01-07 20:29 UTC | newest] Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2004-01-04 20:01 [Comm] Драйвера для Radion 9100 Macabre 2004-01-04 20:27 ` [Comm] " Konstantin A. Lepikhov 2004-01-04 21:29 ` Macabre 2004-01-05 7:43 ` Konstantin A. Lepikhov 2004-01-05 10:55 ` Sergey Vlasov 2004-01-05 18:33 ` Vitaly Lipatov 2004-01-06 20:27 ` Macabre 2004-01-06 20:27 ` Macabre 2004-01-07 18:50 ` Sergey Vlasov 2004-01-07 20:29 ` Macabre 2004-01-07 20:29 ` Macabre
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