Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: ing. Roubátko 03 Dubna 2007, 19:07:18
-
takže- prvotní problém je že nejde 3D akcelerace. výpis z příkazu glxgears:
kuba@kuba:~$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visualpro jistotu ještě glxinfo jestli to pomůže...
kuba@kuba:~$ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x5b 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 Nonemám nainstalované balíky linux-generic a nvidia-glx, podle návodu http://forum.ubuntu.cz/viewtopic.php?id=4153 a potom jsem postupoval podle mého prvního problému, podle http://forum.ubuntu.cz/viewtopic.php?id=5073, to znamená ty 3 změny v xorg.conf jak to tam píše lukas.svoboda (zakomentovat řádek Load "dri", změnit Driver "nv" na Driver "nvidia" a pod to přidat řádek Option "NvAGP" "1") a tak se první problém vyřešil, ovšem mě po těchhle změnách nenajedou Xka. nedělal jsem nic se systémem, jen jsem měnil komponenty mezi počítačema jak vzteklej, grafická karta zůstala samozřejmě stejná ale mám teď jinou desku. třeba to bude ten problém..jo a ještě výpis z xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
ModelName "Custom 1"
Gamma 1
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1152x768@54" 65.0 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
ModeLine "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
Gamma 1
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nv"
BoardName "nv"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
#
Identifier "device1"
Driver "nvidia"
BoardName "nv"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 1280 854
Depth 24
Modes "1024x768@60" "1152x768@54" "800x600@60" "1280x854" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
EndSectionedit: hodil bych sem ještě výpis z toho co mi to píše když chci dát startx, ale nevím jak to zkopírovat...
-
proč mě nikdo nemá rád........................
-
Jakou mas verzi ubuntu?
kdyz zmenis v xorg.conf nvidia na nv tak xka nabehnou...?
-
Jakou mas verzi ubuntu?
kdyz zmenis v xorg.conf nvidia na nv tak xka nabehnou...?
6,10 (viz podpis), a nenaběhnou.
-
nepatří pro MX 440 balík nvidia-glx-legacy ??
Podívejte se někde po googlu
-
Zkus envy, sám ti nainstaluje ovladače a upraví xorg (zatím pomohl většině při problémech s grafikou):
http://albertomilone.com/nvidia_scripts1.html
doporučuju ho pouštět v konzoli, a taky před instalací odinstalovat stávájící ovladače (možnost v envy uninstall Nvidia drivers)
-
O linuxu moc nevim, ale mel jsem se stejnou kartou (vyrobce Inno3D) problemy u Fedory.. Nakonec jsem to vzdal, ale pozdeji jsem vycetl, ze nekdo s novejsi kartou (ale stejny vyrobce) mel podobny problemy. ..
Díky už je to vyřešeno. Inno 3D 6600 se hlásila jako 6600GT. Nevidim v tom sice moc rozdíl, ale flashnul jsem bios na Prolink 6600 a vše funguje jak má. Tento problém zřejmě má více lidí s INNO3D
-
http://forum.ubuntu.cz/viewtopic.php?id=7199
-
nepatří pro MX 440 balík nvidia-glx-legacy ??
Podívejte se někde po googlu
v návodu se píše že legacy je pro geforce 2 a starší..
Zkus envy, sám ti nainstaluje ovladače a upraví xorg (zatím pomohl většině při problémech s grafikou):
http://albertomilone.com/nvidia_scripts1.html
doporučuju ho pouštět v konzoli, a taky před instalací odinstalovat stávájící ovladače (možnost v envy uninstall Nvidia drivers)
zkusím to.
O linuxu moc nevim, ale mel jsem se stejnou kartou (vyrobce Inno3D) problemy u Fedory.. Nakonec jsem to vzdal, ale pozdeji jsem vycetl, ze nekdo s novejsi kartou (ale stejny vyrobce) mel podobny problemy. ..
Díky už je to vyřešeno. Inno 3D 6600 se hlásila jako 6600GT. Nevidim v tom sice moc rozdíl, ale flashnul jsem bios na Prolink 6600 a vše funguje jak má. Tento problém zřejmě má více lidí s INNO3D
flashnout bios, no nevím..do toho se radši pouštět nebudu :)
http://forum.ubuntu.cz/viewtopic.php?id=7199
no tě buch, bios na graf. kartě- ani jsem neměl potuchy že něco takového existuje. jenže před tím než jsem všecko dal na jinou desku tak mi 3D akcelerace šla.
-
ani envy to nezvládl. zase nenaběhly Xka.
-
A vymenil jsi opravdu vsechny vyskyty "nv" za "nvidia"??! Jak se tak koukam do vypisu tveho xorg.conf, mas tam chybu - zapomnel jsi prepsat driver "nv" za "nvidia" zde ---->
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nv"
BoardName "nv"
BusID "PCI:1:0:0"
Screen 0
EndSection
-
A vymenil jsi opravdu vsechny vyskyty "nv" za "nvidia"??! Jak se tak koukam do vypisu tveho xorg.conf, mas tam chybu - zapomnel jsi prepsat driver "nv" za "nvidia" zde ---->
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nv"
BoardName "nv"
BusID "PCI:1:0:0"
Screen 0
EndSection
nu já to nechal na envym, ale zkusím to tedy přepsat ručně. ozvu se jak to dopadlo, do editu.
edit: tak takhle vypadá můj xorg.conf po spuštění evyho. tu jednu zmínku nv co tam bylo jsem změnil na nvidia. Xka samozřejmě nešly.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nv"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSectionpro jistotu ještě výpis glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x5b 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 Nonea ještě glxgears (okno s ozubenejma kolama se vůbec neotevřelo)
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual