Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: frostwyrm333 09 Února 2009, 20:29:25
-
Pokusal som sa nainstalovat ovladace 180.22, tie nesli, vzdy vypise ze x je zle nakonfigurovane, ak spustim nvidia x server settings tak vypise ze mam zadat "nvidia-xconfig", v terminali mi vypise:
VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
Device section "Configured Video Device" must have a Driver line.
Tak som stiahol naspat cez hardware drivers 177, to mi ale po restarte aj tak vypise ze x je zle nakonfigurovane a inak ze ani nie je aktivovane. neviem co mam robit, ???.
-
Já mám taky nvidia grafickou kartu - GeForce 7300 GT s 256 MB paměti.
Po instalaci se mi automaticky nainstalovala svobodný ovladač, který ale neuměl 3D akceleraci.
Proto jsem si v programu Ovladače hardwaru (Hlavní menu Gnome -- Systém -- Správa -- Ovladače hardwaru) zaškrnutím povolil "Nejnovější ovladač grafických karet NVIDIA".
Všechno proběhlo úplně hladce.
-
Pro zacatek nabootuj v recovery modu a v shellu(prikazova radka) zadej:
sudo gedit /etc/X11/xorg.conf
Uprav si sekci "device" podle tohoto:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "dbe"
EndSection
Mozna by bylo lepsi misto "nvidia" zadat "vesa" coz je basic driver, ale aspon se dostanes do nizkeho rozliseni. Pak zkusit ENVY, pres to nainstalovat ovladac 177.xx Nejsem si jistej jestli ten 180.xx neni jeste beta verze, nebo tak neco. Ja pouzivam na Hardy jeste 169.12 jako nesvobodnej ovladac a funguje to. Mam GF 7300 Go..