[ SlackList ] [ WkikiSlack ]



Re: Problem z ac97 i xfree86 (Nvida)

From: Marian Koniuszko <marian_koniuszko@poczta.fm>
Date: Sat Mar 15 2003 - 20:01:15 CET
[slacklist] Re: Problem z ac97 i xfree86 (Nvida)

Znalazłem w necie info o twojej płycie głównej = na stronie producenta,
wygląda na to że twoja karta dźwiękowa to =
niej znajdziesz na http://www.re= altek.com.tw/downloads/downloads.aspx , ale
zanim je zainstalujesz to sciągnij sobie z http://www.alsa-project.org
następujące rzeczy: alsa-lib-0.9.1.tar.bz2, = alsa-utils-0.9.1.tar.bz2,
alsa-tools-0.9.1.tar.bz2, alsa-oss-0.9.1.tar.bz2. to = wszystko jest pod takim
zielonym paskiem gdzie pisze Latest Software =
instalacji alsa-lib-0.9.1.tar.bz2, a potem po kolei = resztę, na końcu
sterowniki do samej karty dźwiękowej. instalacja = sterów jest opisana w pliku
readme albo install... sprawa jest bardzo = prosta.  w katalogu ze
sterownikami znajdziesz gotowy plikmodules.conf (czy =
wrzuć go do /etc po zainstalowaniu sterowników. = potem tylko alsamixer
podgłos i voila :)
mam tą samą karte i u mnie działa bardzo = ładnie.

A co do iksów to spróbuj zrobić to tak:

Section "ServerLayout"
Identifier     "XFree86 = Configured"
Screen      0  = "Screen0" 0 0
InputDevice    "Mouse0" = "CorePointer"
InputDevice    "Keyboard0" = "CoreKeyboard"
EndSection

Section "Files"
    FontPath = "/usr/X11R6/lib/X11/fonts/100dpi_pl"
    FontPath = "/usr/X11R6/lib/X11/fonts/75dpi_pl"
    FontPath = "/usr/X11R6/lib/X11/fonts/misc_pl"

RgbPath      = "/usr/X11R6/lib/X11/rgb"
ModulePath   = "/usr/X11R6/lib/modules"
FontPath     = "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     = "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath     = "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     = "/usr/X11R6/lib/X11/fonts/CID/"
FontPath     = "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     = "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "speedo"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      = "keyboard"
Option "XkbRules" = "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      = "mouse"
Option "Resolution" "500"
Option     "Protocol" = "IMPS/2 "
Option     "Device" = "/dev/mouse"
Option "ZAXisMapping" "4 = 5"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Nokia"
ModelName    "449 za"
HorizSync 30-70
Vertrefresh 50-100
EndSection

Section "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     = "ShowCache"        &nbs= p;  # [<bool>]
#Option     = "ShadowFB"         = ;   # [<bool>]
#Option     = "UseFBDev"         = ;   # [<bool>]
#Option     = "Rotate"         &= nbsp;    # [<str>]
#Option     = "VideoKey"         = ;   # <i>
#Option     = "FlatPanel"        &nbs= p;  # [<bool>]
Identifier  "Card0"
Driver      = "nv"
VendorName  "NVidia"
BoardName   "GeForce2 MX/MX = 400"
BusID       = "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     = "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth     1
Modes "800x600"
EndSubSection
SubSection "Display"
Depth     4
Modes "800x600"
EndSubSection
SubSection "Display"
Depth     8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth     15
Modes "800x600"
EndSubSection
SubSection "Display"
Depth     16
Modes "800x600"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth     24
Modes "800x600"
EndSubSection
EndSection







----- Original Message -----
From: "Jacek" = <sydalg@ekoplyta.pl>
To: <slacklist@slackware.com.pl>
Sent: Saturday, March 15, 2003 10:44 AM
Subject: [slacklist] Re: Problem z ac97 i xfree86 = (Nvida)


Użytkownik Radek (by way of Radek ) = napisał:
> Moje problemy są następujące:
>
> 1) Nie jestem w stanie zainstalować (brak = umiejętności) karty dźwiękowej
(mam
> nowy sprzęt, płytę P4 Titan GA-8SR533 = Series, z wbudowaną kartą dzwiękową
> ac'97). Posługuję się jądrem 2.4.18 = (slackware 8.1)
> Czy znalazł by się ktoś, kto pomoże mi z = tym próbowałem modprobe ac97 ale
to
> nie wystarcza :(
>
> Jeśli ktoś byłby w stanie mi pomóc to = bardzo proszę...
>
> 2) XFree86 (4.2.0) niestety nie chce zmienić = rozdzielczości (mam GeForce
4)
> oto plik powstały przez komendę:
> #XFree86 -configure
>
> [Początek pliku]
> Section "ServerLayout"
> Identifier     "XFree86 = Configured"
> Screen      0  = "Screen0" 0 0
> InputDevice    "Mouse0" = "CorePointer"
> InputDevice    = "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath      = "/usr/X11R6/lib/X11/rgb"
> ModulePath   = "/usr/X11R6/lib/modules"
> FontPath     = "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath     = "/usr/X11R6/lib/X11/fonts/Speedo/"
> FontPath     = "/usr/X11R6/lib/X11/fonts/Type1/"
> FontPath     = "/usr/X11R6/lib/X11/fonts/CID/"
> FontPath     = "/usr/X11R6/lib/X11/fonts/75dpi/"
> FontPath     = "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
>
> Section "Module"
> Load  "dbe"
> Load  "dri"
> Load  "extmod"
> Load  "glx"
> Load  "record"
> Load  "xtrap"
> Load  "speedo"
> Load  "type1"
> EndSection
>
> Section "InputDevice"
> Identifier  "Keyboard0"
> Driver      = "keyboard"
> EndSection
>
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver      = "mouse"
> Option     = "Protocol" "PS/2"
> Option     = "Device" "/dev/mouse"
> EndSection
>
> Section "Monitor"
> Identifier   = "Monitor0"
> VendorName   "Monitor = Vendor"
> ModelName    "Monitor = Model"
> EndSection
>
> Section "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     = "ShowCache"        &nbs= p; # [<bool>]
> #Option     = "ShadowFB"         = ;  # [<bool>]
> #Option     = "UseFBDev"         = ;  # [<bool>]
> #Option     = "Rotate"         &= nbsp;   # [<str>]
> #Option     = "VideoKey"         = ;  # <i>
> #Option     = "FlatPanel"        &nbs= p; # [<bool>]
> Identifier  "Card0"
> Driver      = "nv"
> VendorName  "NVidia"
> BoardName   "0x0171"
> BusID       = "PCI:1:0:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device     = "Card0"
> Monitor    = "Monitor0"
> DefaultDepth 24
> SubSection "Display"
> Depth     1
> EndSubSection
> SubSection "Display"
> Depth     4
> EndSubSection
> SubSection "Display"
> Depth     8
> EndSubSection
> SubSection "Display"
> Depth     15
> EndSubSection
> SubSection "Display"
> Depth     16
> EndSubSection
> SubSection "Display"
> Depth     24
> EndSubSection
> EndSection
> [Koniec pliku]
>
> zmieniłem w tym pliku miejsce:
>
> SubSection "Display"
> Depth 24
> EndSubSection
>
> na:
>
> SubSection "Display"
> Depth 24
> Modes "1024x786"
> EndSubSection
>
> Jedynie problem polega na tym że cały czas = jest rozdzielczość 600x480
> co staram się zmienić na 1024x786 (jak = łatwo się domyśleć)
> Po raz pierwszy konfiguruję X'a pod tę = kartę i potrzebuję pomocy...
> Poprzednio miałęm S3 Virge (całe 4 Mb :) ) =
> najmniejszych problemów... (hmmm może coś = się zmieniło od tamtego czasu??)
>
> Czekam na sugestie ... i pozdrawiam
>
>
> scolex_at_o2.pl
>
>
> .
>
Section "Monitor"
Identifier   "Monitor0"
VendorName   "VievSonic"
ModelName    "PT775"
HorizSync    30 - 96
VertRefresh  50 - 160
EndSection
Dane dla twojego monitora z iternetu lub z instrukcji = obsługi. A w
zależności od ilości kolorów  serwer X = sam sobie dobierze wyświetlanego
geometrię obrazu. O konfiguracji x był pisane = wiele razy polecam
sterowniki nvidii. One same dobiorą parametry =



----------------------------------------------------------------= -------
Ponad 100 tysiecy facetow do wyboru... >>> = http://link.interia.pl/f16f3





----------------------------------------------------------------= ------
Zrelaksuj sie... zagraj sobie! >>> http://link.interia.pl/f16e4


Received on Sat Feb 21 03:36:49 2004
This archive was generated by hypermail 2.1.8. Wyprawa Shackleton 2014