Re: chyba pri konfiguraci X window


To CZdebian <czdebian-l zavinac debian bod cz>
From Miroslav Maiksnar <m bod maiksnar zavinac volny bod cz>
Date 31 Mar 2003 22:09:09 +0200
Organization

V Po, 31. 03. 2003 v 08.32, Miroslav Maiksnar napsal:
> V Ne, 30. 03. 2003 v 19.58, František Bobek napsal:
> > Dobry den,
> >     Mam takovito problem: koupil jsem si novou gr.kartu GeForce4 MX440 a
> > nejde mi rozjet X-server pod Debian Woody 3.0, stara gr.karta Riva TNT2
> > valila v pohode. X-server konfiguruji pomoci: dpkg-reconfigure
> > xserver-xfree86. Nema nekdo skusenosti s sprovoznenim teto gr.karty.
> > V poli zbernice zadavam AGP:01:00:00 jako u me stare je to spravne?
> >     Diky za vsechny odpovedi prikladam log. 
> 
> Problem je v tom, ze OS driver pro nvidii pribaleny k xfree neumi jejich
> nove karty. Rozhodne doporucuji nainstalovat driver primo od nvidie, je
> nesrovnatelne lepsi. Take po shlednuti toho logu by to mozna chtelo
> trochu zoptimalizovat ten config. Jestli si na to vecer vzpomenu, tak
> vam poslu z domova svuj vyladeny config (mam tam take GeForce4MX440 s
> ovladaci primo od nvidie).

Tak jsem si vzpomel a posilam svuj config...

Mixi
#Section "ServerFlags"
#        Option "OffTime" "180"
#EndSection

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
#       Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        ModulePath      "/usr/X11R6/lib/modules"
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/TrueType/"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/PEX/"
        FontPath        "/usr/X11R6/lib/X11/fonts/big-cursor/"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"

#       FontPath        "/usr/share/fonts/type1/"
#       FontPath        "/usr/share/fonts/truetype/"
#       FontPath        "/usr/share/fonts/truetype/xfree86-nonfree/"

#       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
#       Load  "dri"
#       Load  "GLcore"
        Load  "dbe"
        Load  "record"
        Load  "type1"
        Load  "bitmap"
        Load  "speedo"
        Load  "freetype"
#       Load  "xtt"

#       Load    "ddc"
#       Load    "bitmap"
#       Load    "vbe"
#       Load    "int10"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "microsoft"
#       Option          "XkbModel"      "pc104"
#       Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
#       Option          "XkbLayout"     "cz_qwerty"
#       Option          "XkbLayout"     "czsk"
#       Option          "XkbVariant"    "us_cz_qwerty"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol"      "IMPS/2"
        Option          "Device"        "/dev/psaux"
        Option          "Buttons"       "5"
        Option          "ZAxisMapping"  "4 5"

#       Option          "Protocol"      "gpm"
#       Option          "Device"        "/dev/gpmdata"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "EIZO"
        ModelName    "F730"
        HorizSync    30.0 - 115.0
        VertRefresh  50.0 - 160.0
        Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
#       Option      "CursorShadow" "on"
        Option      "NoLogo" "on"
        Option      "BackingStore" "on"
        Option      "NvAGP" "1"
        Option      "AGPMode" "1"
        Identifier  "Card0"
#       Driver      "fbdev"
        Driver      "nvidia"
        VendorName  "nVIDIA"
        BoardName   "GeForce4MX440"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24

        SubSection "Display"
                Depth     1
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes   "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" 
"720x540" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection

Attachment: signature.asc
Description: PGP signature


Partial thread listing: