Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Hardware

Hardware Problems with hardware not being detected or supported.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2009-11-04, 10:52 AM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
Unhappy GMA 950 Too slow

All works correct, but very slow For example, glxgears shows 250 fps.
When I installed Option "Tiling" to False in /etc/X11/xorg.conf, frame rate of glxfears decreased to 130 fps. I know, that my Intel GMA 950 i945 can more.
Reply With Quote
  #2  
Old 2009-11-04, 02:04 PM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
How I can fix my problem?
Reply With Quote
  #3  
Old 2009-11-04, 02:12 PM CST
Hlingler's Avatar
Hlingler Offline
Community Manager
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 9,221
linuxopera
As has been pointed out many, many times before: glxgears is not a benchmark tool. Please define and/or quantify "slow' and provide results from a real benchmark tool (like hardinfo), and also provide other relevant specs for your hardware and software, if you want an intelligent response:
> Fedora Release and ARCH
> File: /etc/X11/xorg.conf
> Results of command: glxinfo | grep render
> Any relevant output from log file: /var/log/Xorg.0.log (do NOT post the entire file, just warnings/errors)
> Results of command: su -c 'lspci | grep VGA'
> ETC.

And please be patient - many members may be at work or otherwise unable to respond right now.

V

Last edited by Hlingler; 2009-11-04 at 02:14 PM CST.
Reply With Quote
  #4  
Old 2009-11-04, 03:15 PM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
Ok, sorry

I have an Samsung NC10 Laptop with Intel Atom N270 processor with 1 GiB of RAM. I am using Intel video driver for my GMA 950 video adapter. Screen resolution is 1024x600. I am using Fedora 11, architecture is i586.


$ cat /etc/X11/xorg.conf

...

Section "Module"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "dri2"
Load "dbe"
EndSection

...

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 945GME Express 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

$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945GME GEM 20090114 x86/MMX/SSE2

$ su -c 'lspci | grep VGA'
Password:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)



Here is warnings from Xorg.0.log:


...
(--) PCI:*(0:0:2:0) 8086:27ae:144d:ca00 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf0000000/524288, 0xd0000000/268435456, 0xf0300000/262144, I/O @ 0x00001800/8, BIOS @ 0x????????/131072
...
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
...
(WW) intel(0): DRI2 requires UXA
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
...
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(EE) intel(0): max_gtt_map_size: 58933kb.
...
(EE) intel(0): max_gtt_map_size: 55829kb.
...
(II) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
...
Reply With Quote
  #5  
Old 2009-11-04, 03:17 PM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
In some forums some people recommends to disable option "Tilings", but it's don't help =(
Reply With Quote
  #6  
Old 2009-11-04, 03:22 PM CST
Hlingler's Avatar
Hlingler Offline
Community Manager
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 9,221
linuxopera
Try (re-)booting with kernel parameter nomodeset. See if that helps... .

V
Reply With Quote
  #7  
Old 2009-11-04, 03:31 PM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
nomodeset is already set.
Reply With Quote
  #8  
Old 2009-11-04, 03:57 PM CST
Hlingler's Avatar
Hlingler Offline
Community Manager
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 9,221
linuxopera
Well, again: I don't really see any problem so far. Unless you can define "slow" and/or quantify your system's (lack of) performance in some way, there is nothing wrong here, except that you think "... that my Intel GMA 950 i945 can more."

V
Reply With Quote
  #9  
Old 2009-11-05, 08:15 AM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
Some people can play HL2 on sammy nc10:
http://www.youtube.com/watch?v=Sm47QIWvz4s
But I can not play even SuperTux, cause framerate is too small.
Reply With Quote
  #10  
Old 2009-11-05, 01:31 PM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
I can run Gothic or Age of Wonders 2: Shadow magic on Windows.
Reply With Quote
  #11  
Old 2009-11-05, 02:07 PM CST
Gödel's Avatar
Gödel Online
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 621
linuxfedorafirefox
Try Fedora 12 or Ubuntu 9.10, the driver improvements are quite noticeable

http://www.phoronix.com/scan.php?pag..._netbook&num=6

(I also have an NC10, but can't test F12 on it just yet, I do remember F11 driver having slow performance in 3d benchmarks like glaxium, edit http://www.phoronix.com/scan.php?pag...item&px=NzIyMA )
Reply With Quote
  #12  
Old 2009-11-07, 04:45 PM CST
kirjushyk Offline
Registered User
 
Join Date: Nov 2009
Posts: 8
linuxopera
I increased the productivity in most applications by
1. installing 2.6.31 kernel,
2. dacspeed 400 in xorg.conf
3. clocks 400.0 in xorg.conf
4. option "Tiling" "True" in xorg.conf
5. option "SwapbuffersWait" "False" in xorg.conf
But there is bug in some OpenGL applications: Some triangles renders like with triangle's fan, using last vertex.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F8 slow to boot and slow to open terminal/gedit JonR General Support 8 2008-03-25 01:37 AM CDT
K3b slow to start, slow to burn booger Software 1 2007-11-23 10:56 AM CST
Slow bootup and slow system on Asus P4P800-E Deluxe with 3.4Ghz P4-HT viper_one General Support 25 2007-07-11 12:58 AM CDT
Pirut slow because of slow mirror? elreteipos Software 1 2007-04-15 04:44 AM CDT
Slow DNS? twistymcgee Networking 9 2005-02-10 08:45 AM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 08:30 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translated to other languages thanks to vB Enterprise Translator