Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: 7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??  (gelezen 1262 keer)

Offline emargen

  • Lid
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Gepost op: 2007/11/23, 09:35:08 »
Het verschil tussen Feisty 7.04 en Gutsy 7.10 is bij één van mijn PC's vooral merkbaar in de veel tragere wat stroperige grafische afhandeling van schermen. Vooral bij het opstarten van apllicaties zie je dat het een stuk trager gaat. Eerst een gele lijn aan de zijkanten en dan wordt het apllicatievlak grafisch gevuld. Maar goed het werkt  allemaal wel en met deze PC (een Pentium III met 512MB intern) kun je geen wonderen verwachten. Maar Linux heeft vooral mijn aandacht omdat ook de wat minder zware PC's plots nog goed inzetbaar blijken.

Is er wel wat te "tweaken" aan Ubuntu 7.10 om in gebruikssnelheid snelheid te winnen?

Uiteraard maak ik geen gebruik van de grafische effecten van Compiz.......wel jammer.......;-)!!

Offline Johan van Dijk

  • Administrator
    • johanvandijk
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #1 Gepost op: 2007/11/23, 10:58:59 »
Heb je wel de goede driver geïnstalleerd voor je videokaart?

abartels

  • Gast
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #2 Gepost op: 2007/11/23, 11:05:00 »
Citaat van: Johanvd
Heb je wel de goede driver geïnstalleerd voor je videokaart?
op zich vind ik het wel interessant om te weten hoe je daar achter komt...

Bij mij is het af een toe ook 'Stroperig´, weliswaar met compiz aan, maar misschien at dat hierdoor verbeter kan worden..

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #3 Gepost op: 2007/11/23, 11:10:38 »
Zo kom je erachter welke video-hardewaren je precies hebt:
Toepassingen - Hulpmiddelen - Terminalvenster
tik in: sudo ddcprobe

Post hier eens de uitkomst daarvan, bij voorkeur als code: zo dus!En post hier ook eens de inhoud van je xorg.conf.
In de terminal: gedit /etc/X11/xorg.conf(let op hoofdletter X in X11).

abartels

  • Gast
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #4 Gepost op: 2007/11/23, 11:26:20 »
vbe: VESA 3.0 detected.
oem: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
vendor: Intel Corporation
product: Intel(r) 82945GM Chipset Family Graphics Controller Hardware Version 0.0
memory: 7872kb
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 640x480x256
mode: 800x600x256
mode: 640x480x64k
edid:
edid: 1 3
id: 1774
eisa: CPT1774
serial: 00000000
manufacture: 25 2006
input: analog signal.
screensize: 30 19
gamma: 2.200000
dpms: RGB, no active off, no suspend, no standby
dtiming: 1280x800@60
monitorid: CPT
monitorid: CLAA141WB02A


# 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 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 "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
   Option      "XkbVariant"   "intl"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizEdgeScroll"   "0"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
   Driver      "intel"
   BusID      "PCI:0:2:0"
EndSection

Section "Monitor"
   Identifier   "Generieke beeldscherm"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
   Monitor      "Generieke beeldscherm"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x800"
   EndSubSection
EndSection

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

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #5 Gepost op: 2007/11/23, 11:35:58 »
@abartels: je hebt al de juiste driver. Wel kun je de prestaties van je videokaart wat verbeteren door hem te ontlasten: schakel over van 24 bits kleurendiepte naar 16 bits. Het verschil is niet of nauwelijks te zien, maar het is wel een enorme lastenvermindering voor je videokaartje.

Als volgt:
sudo gedit /etc/X11/xorg.conf

Verander in de Section "Screen", de DefaultDepth van 24 in 16. Opslaan, sluiten, herstarten.

Offline emargen

  • Lid
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #6 Gepost op: 2007/11/23, 11:46:15 »
Mijn videokaart is een Intel on board met maar 32mb dacht ik zo uit mijn hoofd. Die wordt trouwens prima herkend....geen hardware-probelemen dacht ik zo. Maar ik zal eens kijken wat ik kan doen met de xorg-instellingen! Nog meer tips??

abartels

  • Gast
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #7 Gepost op: 2007/11/23, 14:16:22 »
@Pjotr

bedankt, ik heb het net omgezet...zal kijken wt het verschil is

Offline emargen

  • Lid
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #8 Gepost op: 2007/11/24, 13:00:41 »
pjotr123, blijkbaar kan je niet ongestraft de DefaultDepth omzetten van 24 naar 16. Bij mij was het resultaat onleesbare schermen! Met de live CD heb ik wel de waarde terug kunnen zetten en toen werkte alles weer gewoon........!! No problem.....leuk geprobeerd i.i.g.!

abartels

  • Gast
7.04 naar 7.10 verschil in snelheid! "Tweak-"baar??
« Reactie #9 Gepost op: 2007/11/24, 14:07:00 »
Citaat van: abartels
@Pjotr

bedankt, ik heb het net omgezet...zal kijken wt het verschil is
Ik zie geen verschil op welk vlak (beeld en snelheid), maarja als het mijn grafische kaart ontlast zal het wel zin hebben..