Sterownik i xorg.conf - intel gma950
Miałem ten sam problem w Etch:
niestety nie działała u mnie komenda glxinfo.
Zaktualizowałem Debiana do Lenny i w sumie wszystko minęło.
Dzisiaj trafiłem na ten post (ktoś w moim dodał linka ale widać jakoś mi umknęło) i moje osiągi na Dual Core 1,7GHz na glxgears to tylko ok. 500-600fps ale przy zakrytym okienku około +/- 2000fps.
Wydaje mi się ze trochę za słabo jak na taki procesor + Brutal Chess też mi się tną i to mocno. Niestety w Lenny plik /etc/X11/xorg.conf wygląda:
No i pytanko, czy i co tu zmienić aby osiągnąć lepsze rezultaty?
Dodam że glxinfo|grep render zwraca:
Kod: Zaznacz cały
http://debian.linux.pl/viewtopic.php?t=8817
Zaktualizowałem Debiana do Lenny i w sumie wszystko minęło.
Dzisiaj trafiłem na ten post (ktoś w moim dodał linka ale widać jakoś mi umknęło) i moje osiągi na Dual Core 1,7GHz na glxgears to tylko ok. 500-600fps ale przy zakrytym okienku około +/- 2000fps.
Wydaje mi się ze trochę za słabo jak na taki procesor + Brutal Chess też mi się tną i to mocno. Niestety w Lenny plik /etc/X11/xorg.conf wygląda:
Kod: Zaznacz cały
# 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" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Dodam że glxinfo|grep render zwraca:
Kod: Zaznacz cały
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
Dzieki maly Spróbuję tego jak wrócę po południu.
A teraz słuchajcie, dopisałem do pliku /etc/environment to co podano na tej stronie Ubuntu i niewiarygodne, wyniki poprawiły się dwukrotnie mianowicie glxgears pokazuje 1200fps a przy zminimalizowaniu +/- 3500fps. Brutal Chess zawiesza jeszcze ale da już się tak grać.
No i tutaj bardzo ważna sprawa o której pisał Zwirek mianowicie czy to nie przeciąża procesora lub jednego z jądra.
Napiszcie jak to sprawdzić?
Ważne aby mi procesora nie przegrzało.
A teraz słuchajcie, dopisałem do pliku /etc/environment to co podano na tej stronie Ubuntu i niewiarygodne, wyniki poprawiły się dwukrotnie mianowicie glxgears pokazuje 1200fps a przy zminimalizowaniu +/- 3500fps. Brutal Chess zawiesza jeszcze ale da już się tak grać.
No i tutaj bardzo ważna sprawa o której pisał Zwirek mianowicie czy to nie przeciąża procesora lub jednego z jądra.
Napiszcie jak to sprawdzić?
Ważne aby mi procesora nie przegrzało.
Mój xorg.conf
U mnie ~1150 FPS
Kod: Zaznacz cały
# 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 followin
# sudo dpkg-reconfigure -phigh xserver-xorg
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 "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Synaptics Touchpad" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "Module"
Load "xtrap"
Load "dri"
Load "record"
Load "glx"
Load "extmod"
Load "dbe"
Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
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 "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
EndSection
Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "LPL"
ModelName "2a00"
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 945GM/GMS, 943/940GML 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
Dziękuję LiTE, przyda mi się to do przerobienia mojego
Zainstalowałem ksensors, xsensors i kilka innych i nic mi nie pokazują.
Chłopaki, jak sprawdzić? Czy procesora mi zaraz nie spali (ile jest na każdym rdzeniu wykorzystywany oraz temperatura)?
[ Dodano: 2008-09-01, 23:04 ]
Nareszcie działa sensors. Trochę to trwało i się natrudziłem ale działa.
I teraz pytanie czy temperatura tak jest ok czy jest za duża (mam pod lapkiem podkładkę chłodzącą 3ma wiatrakami):
sensors|grep Core
???
Zainstalowałem ksensors, xsensors i kilka innych i nic mi nie pokazują.
Chłopaki, jak sprawdzić? Czy procesora mi zaraz nie spali (ile jest na każdym rdzeniu wykorzystywany oraz temperatura)?
[ Dodano: 2008-09-01, 23:04 ]
Nareszcie działa sensors. Trochę to trwało i się natrudziłem ale działa.
I teraz pytanie czy temperatura tak jest ok czy jest za duża (mam pod lapkiem podkładkę chłodzącą 3ma wiatrakami):
sensors|grep Core
Kod: Zaznacz cały
Core 0: +55.0°C (crit = +100.0°C)
Core 1: +56.0°C (crit = +100.0°C)
Temperatura jest OK
Jakbyś potrzebował chłodniej to możesz użyć nxfanctl do kontroli obrotów wentylatora
PS. Ja sprawdzam temperaturę zawsze
Jakbyś potrzebował chłodniej to możesz użyć nxfanctl do kontroli obrotów wentylatora
PS. Ja sprawdzam temperaturę zawsze
Kod: Zaznacz cały
acpi -V
Przy tej komendzie którą podałeś wyskakuje mi:
dziwne też jest że przy komendzie sensors wyskakuje mi tylko tyle:
bo z tego co czytałem powinno być więcej parametrów :/
Kod: Zaznacz cały
MacDeb:/home/mac# acpi -V
AC Adapter 0: on-line
Cooling 0: LCD 6 of 7
Cooling 1: LCD 6 of 7
Cooling 2: Processor 0 of 10
Cooling 3: Processor 0 of 10
MacDeb:/home/mac#
Kod: Zaznacz cały
MacDeb:/home/mac# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +68.0°C (crit = +100.0°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +69.0°C (crit = +100.0°C)
MacDeb:/home/mac#