prosímtě, mám také 8500GT a nedaří se mi nainstalovat ty drivery, můžeš mi napsat postup jak jsi to dělal a poslat nastavení xorg.conf ?
mne instalace proběhne dobře, pokud tedy snad odpovídám na ty volby během ní správně, ale pak mi to do gr. režimu nenajede vůbec, už jsem z toho hotovej
předem moc dík
ahoj, jasně, zhruba popíšu:
1. stáhneš poslední ovladače z nvidia.com ( poslední betaverze!)
2. pomocí příkazu uname zjistíš jaké máš jádro a doinstaluješ balíky se zdrojákama (hlavičkové soubory?)
3. shodíš Xka
4. z konzoly spustíš ten nvidiáckej skript ( s root právama)
5. skript položí otázky jestli má stahovat zdroje atd. pak provede kompilaci ovladače. Nakonec se zeptá jestli má upravit xorg.conf - odpovíš yes.
6. po restartu už to běží
výpis xorg.conf ti můžu poslat až večer, teď sedím na win.
takže tady je:
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
Load "glx"
Load "v4l"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Samsung SyncMaster 957p"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Gamma 0.81
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
Option "nologo"
Option "DynamicTwinView" "False"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x960_85 +0+0; 1024x768 +0+0"
SubSection "Display"
Depth 24
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection