Portál AbcLinuxu, 12. května 2025 07:59

Dotaz: nVidia GeForce 8400M

3.6.2007 13:06 tripsi | skóre: 2
nVidia GeForce 8400M
Přečteno: 3275×
Odpovědět | Admin
Dobry den Chystam sa kupit laptop s nVidia GeForce 8400M ,chcel by som sa opytat ako je to s podporou pre tuto kartu.Aku distribuciu by ste odporucali. Dakujem za opoved
Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

kozzi avatar 3.6.2007 13:19 kozzi | skóre: 55 | blog: vse_o_vsem | Pacman (Bratrušov)
Rozbalit Rozbalit vše Re: nVidia GeForce 8400M
Odpovědět | | Sbalit | Link | Blokovat | Admin
Ohledne te karty by nemel byt problem, nvidia ma vyborne a vykone ovladace. A ohledne distribuce, je to jedno proste se koukni na starnky SUSE, Ubuntu, Fedora, Deian, Arch... A vyber si tu ktera ma nejhezci stranyk ;-)
Linux je jako mušketýři "jeden za všechny, všichni za jednoho"
Blackhex avatar 18.6.2007 17:09 Blackhex | skóre: 16 | Brno, Frýdek-Místek
Rozbalit Rozbalit vše Re: nVidia GeForce 8400M
Ja si zrovna koupil notebook s touto grafikou a problemy mam. Konkretne jde o ASUS F3Sc a distribuci Gentoo. Krom toho, ze ani Ubuntu ani Gentoo LiveCD nenastartovalo X dokud jsem nezmenil autodetekovany xorg.conf z nv na vesa ovladac, tak mi nejak nejdou rozjet ani uzavrene nvidia ovladace.

Se stable ebuildem x11-drivers/nvidia-drivers-1.0.8776-r1 mi sice X najedou a v Xorg.0.log neni zadna chyba, ale obrazovka je jenom cerna. Problem bude pravdepodobne v nastaveni VertRefresh a HorizSycn pripadne Modeline displaye, ale vubec nevim jaky typ v tomto motebooku je a jak dane parametry jinak zjistit.

Kdyz jsem zkusil jeste unstable ebuild x11-drivers/nvidia-drivers-1.0.9755-r1, tak mi se mi pri startu X restartuje cely system. Problemy s frekvencemi mam i s OpenSource driverem. Zatim musim tedy pouzivat vesa ovladac, ktery mi ale bezi jenom na 1024x768 misto nativnich 1280x800. Kdyztak prikladam xorg.conf, kde mam zkusebne nastaveny TwinView, ale stejne problemy jsou i s Single Head.

Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen 0        "Primary Screen" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "PS/2 Mouse" "CorePointer"
        InputDevice     "USB Mouse" "AlwaysCore"
        InputDevice     "Synaptics" "AlwaysCore"
EndSection

Section "ServerFlags"
        Option          "AllowMouseOpenFail" "true"
EndSection

Section "Files"
        FontPath	"/usr/share/fonts/util"
        FontPath	"/usr/share/fonts/encodings"
        FontPath	"/usr/share/fonts/misc"
        FontPath	"/usr/share/fonts/local"
        FontPath	"/usr/share/fonts/terminus"
        FontPath	"/usr/share/fonts/corefonts"
        FontPath	"/usr/local/share/fonts"
        FontPath	"/usr/share/fonts/default"
        FontPath	"/usr/share/fonts/TTF"
        FontPath	"/usr/share/fonts/type1"
        FontPath	"/usr/share/fonts/100dpi"
        FontPath	"/usr/share/fonts/75dpi"
        FontPath	"/usr/share/fonts/arphicfonts"
        FontPath	"/usr/share/fonts/jisx0213"
        FontPath	"/usr/share/fonts/kacst-fonts"
        FontPath	"/usr/share/fonts/sgi-fonts"
        FontPath	"/usr/share/fonts/unfonts"
        FontPath	"/usr/share/fonts/default/ghostscript"
EndSection

Section "Module"
        Load	"ddc"
        Load	"vbe"
        Load    "i2c"
        #Load	"GLcore"
        Load	"dbe"
        #Load	"dri"
        Load	"extmod"
        Load	"glx"
        Load	"bitmap"
        Load	"type1"
        Load	"freetype"
        Load	"record"
        Load    "int10"
EndSection

Section "InputDevice"
        Identifier	"Keyboard0"
        Driver	"kbd"
        Option	"CoreKeyboard"
        Option	"XkbRules" "xorg"
        Option	"XkbModel" "pc104"
        Option	"XkbOptions" "grp:toggle,grp_led:scroll"
        Option	"XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier	"Serial Mouse"
        Driver	"mouse"
        Option	"Protocol" "Microsoft"
        Option	"Device" "/dev/ttyS0"
        Option	"Emulate3Buttons" "true"
        Option	"Emulate3Timeout" "70"
        Option	"SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier	"PS/2 Mouse"
        Driver	"mouse"
        Option	"Protocol" "IMPS/2"
        Option	"Device" "/dev/misc/psaux"
        Option	"Emulate3Buttons" "true"
        Option	"Emulate3Timeout" "70"
        Option	"SendCoreEvents"  "true"
        Option	"ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier	"USB Mouse"
        Driver	"mouse"
        Option	"Device" "/dev/input/mice"
        Option	"SendCoreEvents" "true"
        Option	"Protocol" "IMPS/2"
        Option	"ZAxisMapping" "4 5"
        Option	"Buttons" "5"
EndSection

Section "InputDevice"
        Identifier	"Synaptics"
        Driver	"synaptics"
        Option	"Protocol" "auto-dev"
        Option	"Device" "/dev/input/mice"
        Option	"LeftEdge" "1900"
        Option	"RightEdge" "5400"
        Option	"TopEdge" "1900"
        Option	"BottomEdge" "4000"
        Option	"FingerLow" "25"
        Option	"FingerHigh" "30"
        Option	"MaxTapTime" "180"
        Option	"MaxTapMove" "220"
        Option	"VertScrollDelta" "100"
        Option	"MinSpeed" "0.02"
        Option	"MaxSpeed" "0.10"
        Option	"AccelFactor" "0.0010"
        Option	"SHMConfig" "on"
EndSection

Section "Monitor"
        Identifier   "Primary Monitor"
        VendorName   "ASUS"
        ModelName    "ASUS Laptop Display"
        DisplaySize  330 210
        Option       "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "Secondary Monitor"
        VendorName   "LG"
        ModelName    "L204WT FLATRON Wide LCD"
        HorizSync    31.5 - 90.0
        VertRefresh  56.0 - 75.0
        DisplaySize  440 270
        #ModeLine     "1680x1050@49" 119.1 1680 1712 2160 2192 1050 1072 1081 1103
        #ModeLine     "1680x1050@50" 120.21 1680 1776 1952 2224 1050 1051 1054 1081 -hsync +vsync
        #Modeline     "1680x1050@55" 140.00 1680 1712 2240 2272 1050 1071 1081 1103
        #Modeline     "1680x1050@59.88" 119.00 1680 1728 1760 1840 1050 1053 1059 1080 -hSync +vsync
        #Modeline     "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
        #Modeline     "1680x1050@61" 146.25 1680 1772 1948 2204 1050 1053 1059 1089 +hsync -vsync
        #ModeLine     "1680x1050@75" 188.07 1680 1800 1984 2288 1050 1051 1054 1096  -hsync +vsync
        #ModeLine     "1680x1050@85" 214.51 1680 1800 1984 2288 1050 1051 1054 1103  -hsync +vsync
        #ModeLine     "1680x1050" 140.0 1680 1712 2240 2272 1050 1071 1081 1103
        #ModeLine     "1680x1050" 146.2 1680 1772 1948 2204 1050 1053 1059 1089 +hsync -vsync
        Option       "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Primary Device"
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
        VideoRam    131072
        BusID       "PCI:01:00:0"
        Option      "RenderAccel" "true"
        Screen      0
        Option      "RenderAccel"
        Option      "HWcursor"
        Option      "CursorShadow"
        Option      "CursorShadowAlpha" "32"
        Option      "CursorShadowXOffset" "3"
        Option      "CursorShadowYOffset" "3"
        Option      "AllowGLXWithComposite"
        Option      "ConnectedMonitor" "DFP,DFP"
        Option      "TwinView"
        Option      "MetaModes"  "1280x800,1680x1050; 1680x1050; 1280x800"
        Option      "TwinViewOrientation"      "RightOf"
        Option      "SecondMonitorHorizSync"   "UseEdidFreqs"
        Option      "SecondMonitorVertRefresh" "UseEdidFreqs"
EndSection

Section "Screen"
        Identifier        "Primary Screen"
        Device            "Primary Device"
        Monitor           "Primary Monitor"
        DefaultColorDepth 24
        SubSection "Display"
                Depth 24
                Modes "1280x800"
        EndSubSection
EndSection

#Section "DRI"
#        Mode 0666
#EndSection

Section "Extensions"
        Option   "Composite" "false"
        Option   "AIGLX" "false"
EndSection

المفتاح المستعمل ﻻ يصدأ

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.