люди добрые, помогите разобраться. установил SW8 все замечательно, но пока не понял как настроить видеокарту. X нормально работает 1024х768@75, но даже screen saver (stairs) подтормаживает (как doom на 386), железо: p4 1.3, ram 128, video gforce2mx 64MB. драйвер: nv_drv.o. до слаки стоял редхат7.1 там все было нормально, без тормозов. в хатах в XF86Config в секции Screens была такая строка: Driver "accel". accel_drv.o я не нашел, что это было?... в лог файле было сказано что загружается NV (nv_drv.o). получается что и в хатах и в слаке используется nv_drv.o, а результат разный, пробовал я и nv_drv.o брать из хатов - все то же самое. строку ModeLine взял из хатов.
X в хатах:
- XF86Config -
Section "Device" Identifier "nVidia Corporation|NV11" VendorName "Unknown" BoardName "Unknown" #VideoRam 65536 # Insert Clocks lines here if appropriate EndSection
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64 # I128, and S3V) Section "Screen" Driver "accel" # <<< что за зверь??? Device "nVidia Corporation|NV11" Monitor "SAM0D66" DefaultColorDepth 32 Subsection "Display" Depth 32 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection
- XF86Config-4 -
Section "Module" Load "dbe" # Double-buffering Load "GLcore" # OpenGL support Load "dri" # Direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux # Load "pex5" # PHIGS for X 3D environment (obsolete) # Load "record" # X event recorder # Load "xie" # X Image Extension (obsolete) ...
в слаке:
- XF86Config -
Section "Module" Load "dbe" Load "dri" Load "glx" Load "pex5" Load "record" Load "xie" Load "GLcore" ...
ection "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] Option "Accel" #Option "ShowCache" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] Identifier "Card0" Driver "nv" VendorName "NVidia" BoardName "GeForce2 MX" BusID "PCI:1:0:0" VideoRam 65536 EndSection
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection
объясните чайнику, а то совсем не хочется re-ставить хаты, слака как-то интересней. спасибо всем, кто посоветует как быть. ps пардон за многословность.