Kirjoittaja Aihe: Miten asennan näytönohjaimen ajurit? Kortti on integr. VIA  (Luettu 3730 kertaa)

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
Otsikossa olikin jo jotakin tietoja. Tässä olisi lspci:
Koodia: [Valitse]
lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0204
0000:00:00.1 Host bridge: VIA Technologies, Inc.: Unknown device 1204
0000:00:00.2 Host bridge: VIA Technologies, Inc.: Unknown device 2204
0000:00:00.3 Host bridge: VIA Technologies, Inc.: Unknown device 3204
0000:00:00.4 Host bridge: VIA Technologies, Inc.: Unknown device 4204
0000:00:00.7 Host bridge: VIA Technologies, Inc.: Unknown device 7204
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800 South]0000:00:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
0000:00:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
0000:00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
0000:00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [K8T800 South]0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc.: Unknown device 3108 (rev 01)
Ja xorg.conf
Koodia: [Valitse]
# /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 "Files"
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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
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" "fi"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Acer AL1912"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Acer AL1912"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
Kiitos kaikille jo etukäteen.
EDIT:Emolevy on MSI K8MM-V.
EDIT2: Tollasta löyty: http://www.viaarena.com/default.aspx?PageID=420&OSID=15&CatID=1810&SubCatID=109
Olisikohan se joku noista. Entä miten ne asennetaan? Piirinä on (kait) 8237, mutta sellaista ei löydy.
« Viimeksi muokattu: 18.03.06 - klo:13.08 kirjoittanut Kupuntu »
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm

tuke81

  • Käyttäjä
  • Viestejä: 1667
    • Profiili
Enpä tiedä noista integroiduista paljoakaan, on joku näämmä saanut integroidutkin jotenkin toimimaan.

Edit: onpahan tuossa vielä jonkinlainen paketointikin.
« Viimeksi muokattu: 18.03.06 - klo:13.19 kirjoittanut tuke81 »
Miksi tehdä jotain helposti, kun sen voi tehdä vaikeastikin...

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
Enpä tiedä noista integroiduista paljoakaan, on joku näämmä saanut integroidutkin jotenkin toimimaan.
Kiitos erittäin paljon, kokeilen noita kun ehdin. Hänkin tarvitsi ajureita stepmaniaan, kuten myös minä.
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
Enpä tiedä noista integroiduista paljoakaan, on joku näämmä saanut integroidutkin jotenkin toimimaan.

Edit: onpahan tuossa vielä jonkinlainen paketointikin.
Tuo paketoiti ohje sanoo näin:
Lainaus
After installing edit the /etc/X11/XvMCConfig file to contain either:
libviaXvMC.so.1.0 or libviaXvMCPro.so.1.0 depending on whether you have a Unichrome or Unichrome-pro machine.
Mutta tota tiedostoa ei oo olemassa. Mitä tehdä? Ja toi manuaalinen juttu meni läpi, buuttaan nyt koneen.
EDIT:Ei toiminut. Ei kumpikaan. Mutta muokkasin ohjeet vastaamaan omaa kerneliä (2.6.12-10-386), mutta kohdassa
Koodia: [Valitse]
make LINUXDIR=/usr/src/linux-2.6.12-10-386 DRM_MODULES=viaSe sanoo näin:
Koodia: [Valitse]
sudo make LINUXDIR=/usr/src/linux-headers-2.6.12-10-386 DRM_MODULES=via
make -C /usr/src/linux-headers-2.6.12-10-386  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-386'
/home/samuli/sources/uni/drm/linux-core/Makefile:282: *** CONFIG_X86_CMPXCHG needs to be enabled in the kernel.  Stop.
make[1]: *** [_module_/home/samuli/sources/uni/drm/linux-core] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-10-386'
make: *** [modules] Error 2
Mitä pitäis tehdä, että saisin sen toimaan? Vai pitääkö kääntää sama kerneli kuin ohjeessa?
« Viimeksi muokattu: 18.03.06 - klo:18.01 kirjoittanut Kupuntu »
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
Noista ohjeista ei oo mitään hyötyä, vaihdoin saman kernelin kuin tossa mutta virheitä pukkaa. Tällästä antaa:
Koodia: [Valitse]
~/sources/uni/libxvmc$ make
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing  -ansi -pedantic -Wall -W pointer-arith -Wundef  -I/home/samuli/sources/xc/exports/include/X11 -I/home/sam uli/sources/xc/exports/include -I/home/samuli/sources/xc/lib/X11 -I/home/samuli/ sources/xc/include/extensions           -I/home/samuli/sources/xc/programs/Xserv er/hw/xfree86/common -I/home/samuli/sources/xc/programs/Xserver/hw/xfree86/os-su pport -I/home/samuli/sources/xc/extras/drm/shared               -I/home/samuli/s ources/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel -I../unichrome   -I/home/samuli/sources/xc -I/home/samuli/sources/xc/exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE                             -DFUNCPROTO=15 -DNARROWPROTO -DXTHREAD S  -D_REENTRANT -DXUSE_MTSAFE_API    -DMALLOC_0_RETURNS_NULL -DTRUE=1 -DFALSE=0    -c -o viaXvMC.o viaXvMC.c
In file included from viaXvMCPriv.h:33,
                 from viaXvMC.c:34:
vldXvMC.h:32:36: error: X11/extensions/XvMClib.h: Tiedostoa tai hakemistoa ei ol e
make: *** [viaXvMC.o] Error 1
Ja glxgears:
Koodia: [Valitse]
glxgears -iacknowledgethatth istoolisnotabenchmark
1702 frames in 5.2 seconds = 329.382 FPS
1540 frames in 5.2 seconds = 295.827 FPS
1540 frames in 5.1 seconds = 299.966 FPS
1680 frames in 5.1 seconds = 328.364 FPS
1820 frames in 5.3 seconds = 344.798 FPS
Ja Stepmania:
Koodia: [Valitse]
~/Samuli/Moskaa/Turhaa/StepMania-3.9$ ./stepmania
StepMania 3.9
Log starting 2006-03-18 19:55:26
Loading window: gtk
OS: Linux ver 020612
Crash backtrace component: x86 custom backtrace
Crash lookup component: dladdr
Crash demangle component: cxa_demangle
Runtime library: glibc 2.3.5
Threads library: NPTL 2.3.5
TLS is available
ALSA: Advanced Linux Sound Architecture Driver Version 1.0.9 (Sun May 29 07:31:0 2 2005 UTC).
ALSA Driver: 0: VIA 8237 [V8237], device 0: VIA 8237 [VIA 8237], 4/4 subdevices avail
ALSA Driver: 0: VIA 8237 [V8237], device 1: VIA 8237 [VIA 8237], 1/1 subdevices avail
Couldn't load driver ALSA: Not enough substreams for hardware mixing, using soft ware mixing
ALSA: Software mixing at 48000hz
Sound driver: ALSA-sw
Video renderers: 'opengl'
SDL version: 1.2.8
Got 24 bpp (8880), 16 depth, 0 stencil
Paletted textures disabled: GL_EXT_paletted_texture missing.
OGL Vendor: Mesa project: www.mesa3d.org
OGL Renderer: Mesa GLX Indirect
OGL Version: 1.2 (1.5 Mesa 6.2.1)
OGL Extensions: GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_p oint_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_t exture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_textur e_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture _mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_ pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT _blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hin t GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_d raw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL _EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT _shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_subtexture GL_E XT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_ EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias GL_EXT_t exture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixel s GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_com bine3 GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_in vert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_re flection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_ clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SG IX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
OGL Max texture size: 2048
GLU Version: 1.3
Display: :0.0 (screen 0)
Direct rendering: no
X server vendor: The X.Org Foundation [6.8.2.0]
Server GLX vendor: SGI [1.2]
Client GLX vendor: SGI [1.4]
Mixing 485.933131 ahead in 1316 Mix() calls
Language: english
Current renderer: OpenGL
Theme: default
Error: There was an error while initializing your video card.

   PLEASE DO NOT FILE THIS ERROR AS A BUG!

Video Driver: OpenGL

Initializing OpenGL...
Your system is reporting that direct rendering is not available.  Please obtain an updated driver from your video card manufacturer.
Hermot tässä menee.
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm

Juhhe1

  • Käyttäjä
  • Viestejä: 1062
    • Profiili
    • Valokuva albumini
Oiskohan näistä paketeista apua?

libx11-dev - X11 client-side library (development headers)
xlibs-dev - X Window System client library development files transitional packag e

Tlp-WS (Workstation) - .:Ubuntu 10.10:.
Xenophobic (Laptop) - .:Ubuntu 10.04:.
Xenophobic-II (Laptop) - .:Ubuntu 10.10:.
TlpEEE (Asus EEE) - .:Crunchbang 10 Statle

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
Oiskohan näistä paketeista apua?

libx11-dev - X11 client-side library (development headers)
xlibs-dev - X Window System client library development files transitional packag e

Kokeilaan. Löysin myös tuollaisen sivun: http://wiki.openchrome.org/tikiwiki/tiki-index.php?page=Compiling+the+source+code
EDIT:Mulla on ne paketit jo.
« Viimeksi muokattu: 18.03.06 - klo:19.22 kirjoittanut Kupuntu »
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm

Anssi

  • Käyttäjä
  • Viestejä: 1342
    • Profiili
ihan sellainen pikainen kysymys.
mikä sinulla on tuossa ongelma?
siis tuo via tuskin on mikään tykki ja siinä todennäköisesti ei ole minkään moisia 3d ominaisuuksia, joten jos nuo grafiikka testit näyttää huonoa tulosta niin eikös se ole ihan normaalia?
vai eikö sulla ole kuvaa ollenkaan?

siksi vain kysyn kun aluksi sanot että ei toimi ollenkaan, mutta silti olet saanut glxgears:llä tulosta, joten kyllä kai sen jotenkin pitäisi toimia.
jos ongelma on 3d niin sitä tuskin kortista löytyy, vaikka sen ominaisuuksissa sellaisesta puhuttaisiinkin.
en tietenkään ole ammattilainen joten voin olla väärässä.

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
ihan sellainen pikainen kysymys.
mikä sinulla on tuossa ongelma?
siis tuo via tuskin on mikään tykki ja siinä todennäköisesti ei ole minkään moisia 3d ominaisuuksia, joten jos nuo grafiikka testit näyttää huonoa tulosta niin eikös se ole ihan normaalia?
vai eikö sulla ole kuvaa ollenkaan?

siksi vain kysyn kun aluksi sanot että ei toimi ollenkaan, mutta silti olet saanut glxgears:llä tulosta, joten kyllä kai sen jotenkin pitäisi toimia.
jos ongelma on 3d niin sitä tuskin kortista löytyy, vaikka sen ominaisuuksissa sellaisesta puhuttaisiinkin.
en tietenkään ole ammattilainen joten voin olla väärässä.
Juu taisin muotoilla viestin väärin. Siis OpenGL ei toimi. Ja tuon äskeisen ohjeen tekijällä on sama kortti, joten kyllä OpenGL:län pitäisi toimia.
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm

Kupuntu

  • Käyttäjä
  • Viestejä: 804
  • Kubuntu 8.10 @ Amilo A1645
    • Profiili
Nyt minä keksin missä vika! Pitääpä vaihtaa ajuriksi xorg.conffista via, vai mitä?
EDIT: Ainioa asia, jonka sain aikaan sillä, oli se että fontit sekos hiukan. Ja nyt glxgears:
Koodia: [Valitse]
glxgears libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
Että näin. Onko muita ehdotuksia?
« Viimeksi muokattu: 19.03.06 - klo:12.14 kirjoittanut Kupuntu »
Amilo A1645: AMD 3300+ 2.0 Ghz, 512 mb RAM, 80 gb kiintolevy.
Last.fm