Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Jak wygenerowac xorg.conf dla nvidia
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
sebad
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2005
Posts: 130
Location: Poland

PostPosted: Sat Feb 11, 2006 10:47 am    Post subject: [SOLVED]Jak wygenerowac xorg.conf dla nvidia Reply with quote

Wczoraj przesiadlem siez Radeona 9550 na GeForce'a 6600. Moje pytanie brzmi. Jak wygenerowac poprawny xorg.conf dla mojej karty. Zemergowalem najnowsze stery z portage. Jak wiemy stery ati posiadaja do tego stosowne narzedzie (fglrxconfig). Moze po prostu skopiowac pierwszy lepszy config z forum i zmodyfikowac go wg. wlasnych upodoban. Uzylem standardowego narzenia dla X'ow tj. Xorg -configure. Kde sie uruchomilo ,ale obraz byl bardzo rozmyty i nie dzialala akceleracja. I jeszcze jedno. Czy jak skopiuje dobrze skonfigurowany xorg.conf od posiadacza np. GeForce 4MX to u mnie bedzie dzialac jak nalezy (oczywiwscie zmodyfikowany wg. potrzeb)? Z gory dzieki.
_________________
Serwis komputerowy - Warszawa


Last edited by sebad on Sat Feb 11, 2006 4:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
Kajan
Guru
Guru


Joined: 23 Dec 2004
Posts: 321
Location: Warsaw, Poland

PostPosted: Sat Feb 11, 2006 10:58 am    Post subject: Reply with quote

Mozesz skorzystac z mojego mam GeForce 6600:
Code:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/lib/X11/rgb"
    ModulePath   "/usr/lib/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/local/share/fonts"
    FontPath     "/usr/share/fonts"
    FontPath     "/usr/share/fonts"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/default"
    FontPath     "/usr/share/fonts/local"
    FontPath     "/usr/share/fonts/ukr"
EndSection

Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "glx"
    Load  "type1"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Buttons"  "5"
    Option        "Protocol" "ImPS/2"
    Option        "Device" "/dev/input/mouse0"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"

    Option        "XkbModel" "pc101"
    Option        "XkbLayout" "pl"
EndSection

Section "Monitor"

    #DisplaySize      250   190    # mm
    Identifier   "Monitor0"
    VendorName   "LG Flatron"
    ModelName    "1717S"
    HorizSync    30 - 83
    VertRefresh  56 - 75
    Option        "DPMS"
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     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
    Option "NvAGP" "1"
    Option "NoLogo"
    Option "DigitalVibrace" "2"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NV17 [GeForce 6600]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    DefaultDepth 24
    Monitor "Monitor0"
    SubSection "Display"
        Viewport 0 0
        Depth    24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Jedna z wazniejszych spraw to dodanie do Section Module "Load glx" a usuniecie "Load dri" pozatym w Section Device musi byc Driver "nvidia".
Na takiej konfiguracji jaka ci przedstawilem jest wszystko OK i takie gry jak Quake3,4, Doom3, jest wysmienicie.


Pozdro
_________________
Powered By Gentoo Linux !!!
Back to top
View user's profile Send private message
Ratman
Tux's lil' helper
Tux's lil' helper


Joined: 22 Dec 2005
Posts: 141

PostPosted: Sat Feb 11, 2006 10:59 am    Post subject: Reply with quote

najpierw http://www.gentoo.org/doc/pl/xorg-config.xml

potem http://www.gentoo.org/doc/pl/nvidia-guide.xml
Back to top
View user's profile Send private message
sebad
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2005
Posts: 130
Location: Poland

PostPosted: Sat Feb 11, 2006 4:25 pm    Post subject: Reply with quote

Wielkie dzieki Kajan. Dziala rewelacyjnie :D
_________________
Serwis komputerowy - Warszawa
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Sun Feb 12, 2006 12:58 am    Post subject: Reply with quote

To że działa nie znaczy że masz nie umieć go wygenerować.
Ze swojej strony polecam:
Code:
/usr/bin/X -configure

oczywiście obecne w dokumentacji, której nie czytasz :/
_________________
powered by power plant
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum