Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Po co chcesz kompilować sterownik.Ten co jest w xorgu jest dobry.Jaki masz problem z tą kartą.
Mój xorg.conf
kasia@debian:~$ cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" 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 "xtrap" Load "GLcore" Load "extmod" Load "record" Load "dbe" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 330 210 # mm Identifier "Monitor0" VendorName "LPL" ModelName "LP154WX4-TLD4" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Wygenerowany za pomocą
X -configure
Akceleracja działa.
kasia@debian:~$ glxgears do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly. Try adjusting the vblank_mode configuration parameter. 3236 frames in 5.0 seconds = 647.177 FPS 3329 frames in 5.0 seconds = 665.639 FPS 60089 frames in 5.0 seconds = 12017.651 FPS 3956 frames in 5.0 seconds = 791.096 FPS 3973 frames in 5.0 seconds = 794.589 FPS 3976 frames in 5.0 seconds = 795.111 FPS 3940 frames in 5.0 seconds = 787.830 FPS 3912 frames in 5.0 seconds = 782.306 FPS
openarena śmiga bez zająknięcia.Oczywiście nie mam compiza. :)
Ostatnio edytowany przez ilin (2009-03-10 12:30:31)
Offline
Też nie używam compiza ;) Ale jakoś ta karta zdaje mi się, że kijowo chodzi pod linuxem... ;/
Przykład:
Odpalam sobie: Alien Arena jest ok puki nie ma nikogo na mapie oprócz mnie.. jeżeli ktoś się pojawi już mam ~~2-5 fpsów... tak samo jak jakiś dymek wychodzący z jakieś rury i już 4-5 fpsów...
tak samo jest w przypadku gry: sauerbraten
Właśnie wygenerowałem też za pomocą: X -configure i zauważyłem jakieś spowolnienie kompa tak samo nawet przy używaniu FF... wszystko jakoś wolniej się uruchamia itd.
troszkę info:
jarek@localhost:~$ glxgears 5310 frames in 5.0 seconds = 1061.893 FPS 5785 frames in 5.0 seconds = 1156.857 FPS 5645 frames in 5.0 seconds = 1128.962 FPS 5729 frames in 5.0 seconds = 1145.639 FPS 5716 frames in 5.0 seconds = 1143.163 FPS 5646 frames in 5.0 seconds = 1129.053 FPS 5650 frames in 5.0 seconds = 1129.976 FPS
cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" 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 "glx" Load "extmod" Load "dbe" Load "GLcore" Load "xtrap" Load "record" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 330 210 # mm Identifier "Monitor0" VendorName "LEN" ModelName "4050" Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
jarek@localhost:~$ uname -r 2.6.27-1-mepis-pae
jarek@localhost:~$ lspci 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) 03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) 04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02) 15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b6)
cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz stepping : 13 cpu MHz : 2000.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 3991.16 clflush size : 64 power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz stepping : 13 cpu MHz : 2000.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 3991.24 clflush size : 64 power management:
Laptop mój to Lenovi R61i + 4 GB RAMU, Seagate HDD 320 GB 7200 obrotów (ten model: http://www.komputronik.pl/Dyski_twarde/Seagate_Mome … lny,id,57917/)
Zauważyłem teraz, że chyba obciąża FLASH strasznie mi CPU w FF3... (patrząc na komputronik.pl) Też tak może masz przy tej karcie?
a i wynik:
root@localhost:~# dpkg -s xserver-xorg-video-intel Package: xserver-xorg-video-intel Status: install ok installed Priority: optional Section: x11 Installed-Size: 716 Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Architecture: i386 Version: 2:2.3.2-2+lenny6 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-i810, xserver-xorg-video-i810 (<< 2:1.9.91-1), xserver-xorg-video-i810-modesetting, xserver-xorg-video-intel-modesetting Provides: xserver-xorg-video-2 Depends: libc6 (>= 2.7-1), libdrm2 (>= 2.3.1), xserver-xorg-core (>= 2:1.4) Conflicts: 915resolution, xserver-xorg-driver-i810, xserver-xorg-video-i810 (<< 2:1.9.91-1), xserver-xorg-video-i810-modesetting, xserver-xorg-video-intel-modesetting Description: X.Org X server -- Intel i8xx, i9xx display driver This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips. . This package also provides an XvMC (XVideo Motion Compensation) driver for i810 and i815 chipsets. . More information about X.Org can be found at: <URL:http://www.X.org> <URL:http://xorg.freedesktop.org> <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> . This package is built from the X.org xf86-video-intel driver module.
ogólnie lapek teraz chodzi jakbym miał ze 256MB ramu... i procek jakiś P3 600 MHz ;p
Offline
Zobacz jakie masz obciązenie procka na luzie np za pomocą htop.
Ja mam jajo 2.6.29rc7
Na wcześniejszych wersjach kerneli od jakiegoś czasu (nie potrafię powiedziec od jakiej wersji bo zbyt późno zauważyłem) acpid pożeral mi 40-50% procka.
Dopiero przejscie na 2.6.29 rozwiązalo problem.
Offline
Tzn htop go nie pokazywał.
Ale na gorze są dwa paski od obciążenia rdzeni i tam było bardzo duze obciązenie w granicach 50% na obu rdzeniach.
Wylistowany tenproces nie był.
Pomagało tylko wywalenie acpid.
Lub obecne jajo.
Tak że zwroc uwagę na to ile jest sumarycznie na górze procek obciązony.
Choć nie twierdzę że u Ciebie tak musi być.
W końcu inny lapek.
P.S Teraz dzieci okupują lapka jak pójda spać to zobaczę czy ten libdrm-dev da się zainstalować.:)
Ostatnio edytowany przez ilin (2009-03-10 16:07:20)
Offline
u mnie jest w stanie spoczynku obciążenie na poziomie: 0-2% na rdzeń, czasem tylko skacze: "/usr/bin/X ..." na 10-15% ale to raz na ruski rok.. :P
Co do libdrm-dev już sobie poradziłem poprzez cofnięcie go do starszej wersji jeszcze z repo mepisa no i libdrm-dev poszedł bez problemowo, oraz instalacja xf86-video-intel... też ok, ale nadal mam te problemy przy grach (w sumie nie gram codziennie... raz na ruski rok) aczkolwiek czuje też dyskomfort przy pracy codziennej na lapku..
przyjrzyj się też np: top'u komputronika (tylko przykład)
http://wstaw.org/images/free/2009/03/10/ee3e672e966 … 02ebc9ce8.png
Gdzie mi się jakoś 'rozmywa' czasem obraz...
wycinek z: /home/jarek/.xsession-errors
Xsession: X session started for jarek at wto, 10 mar 2009, 16:38:59 CET /home/jarek/.Xresources:1:24: warning: missing terminating ' character /home/jarek/.Xresources:100:28: warning: missing terminating ' character startkde: Starting up... kbuildsycoca running... /var/tmp/kde-jarek/kcminitSew77a.tmp:467:24: warning: missing terminating ' character /var/tmp/kde-jarek/kcminitSew77a.tmp:566:28: warning: missing terminating ' character OggS-SEEK: at 0 want 350200 got 345536 (diff-requested 350200) OggS-SEEK: at 349632 want 520 got 0 (diff-requested -349112) OpenOffice path is '/usr/lib/openoffice' GCJ PLUGIN: thread 0x9771070: NP_GetMIMEDescription GCJ PLUGIN: thread 0x9771070: NP_GetMIMEDescription return GCJ PLUGIN: thread 0x9771070: NP_GetValue GCJ PLUGIN: thread 0x9771070: NP_GetValue: returning plugin name. GCJ PLUGIN: thread 0x9771070: NP_GetValue return GCJ PLUGIN: thread 0x9771070: NP_GetValue GCJ PLUGIN: thread 0x9771070: NP_GetValue: returning plugin description. GCJ PLUGIN: thread 0x9771070: NP_GetValue return X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x1c00013 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x1c00013 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x1c00013 err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. err:ole:CoUninitialize Mismatched CoUninitialize err:module:import_dll Library TDI.SYS (which is needed by L"C:\\windows\\system32\\drivers\\nltdi.sys") not found err:winedevice:ServiceMain driver L"nltdi" failed to load QFile::open: No file name specified QFile::open: No file name specified err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\ThunderbirdPortable\\App\\thunderbird\\components\\nppl3260.dll") not found err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\ThunderbirdPortable\\App\\thunderbird\\components\\nprpjplug.dll") not found fixme:iphlpapi:NotifyAddrChange (Handle 0x7d9c7a08, overlapped 0x7d9c79ec): stub fixme:system:SetProcessDPIAware stub! fixme:msimtf:ActiveIMMApp_Activate Stub fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1002e 24 0 33f458) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1002e 81 0 33f2f4) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1002e 83 0 33f71c) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1002e 1 0 33f2f4) fixme:msimtf:ActiveIMMApp_FilterClientWindows Stub fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10032 24 0 33f6e4) ... ... ... dość dużo tutaj tego :P ... ... ... fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1004a 5 0 6200c6) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10046 46 0 33e35c) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10046 83 1 33e278) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10046 47 0 33e35c) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10046 5 0 4a00dc) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10044 46 0 33e360) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10044 47 0 33e360) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10042 46 0 33e360) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10042 47 0 33e360) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10040 46 0 33e360) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10040 47 0 33e360) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 46 0 33edd4) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 47 0 33edd4) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 47 0 33f4bc) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 3 0 2ea0015) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 5 1 200020) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 1f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 86 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 6 10000 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10040 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x30034 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10032 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1002e 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10042 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10044 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x70066 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 1c 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x1003e 8 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x10036 f 0 0) QClipboard: timed out while sending data QClipboard: timed out while sending data
ma ktoś jakiś pomysł? ;]
Offline
Więc kompilacja sterownika nic nie dała.
U mnie na tej stronce jest ok.
Tyle ze opery używam.
Obciązenie procka waha się do 10% w szczycie z czego 8% na operę przypada.
Te logi to głownie błędy wine. :)
Ostatnio edytowany przez ilin (2009-03-10 17:57:48)
Offline