Nieuws:

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

Auteur Topic: Bijna tevreden  (gelezen 7615 keer)

Blazt

  • Gast
Bijna tevreden
« Reactie #25 Gepost op: 2007/06/29, 14:20:51 »
Juist.
Dat heb ik gedaan.

En de strepen zijn er nog. :(


De dtm is Gnome, dus geen Xubuntu.

Bijna tevreden
« Reactie #26 Gepost op: 2007/06/29, 14:44:25 »
Citaat van: Blazt
Nee, bij het opstarten zie ik de lijnen nog niet.
Als eerste bij het, bij mij lichtblauwe, inlogscherm.
Gewoon gnome, maar een lichtblauw inlogscherm (i.p.v. het standaard bruin/oranje)? Ik snap er even niets meer van.... :(

Offline mcgyver

  • Lid
Bijna tevreden
« Reactie #27 Gepost op: 2007/06/29, 14:49:42 »
Heeft de kleur waarschijnlijk aangepast.

Blazt

  • Gast
Bijna tevreden
« Reactie #28 Gepost op: 2007/06/29, 14:52:02 »
Citaat van: happyhamster
Citaat van: Blazt
Nee, bij het opstarten zie ik de lijnen nog niet.
Als eerste bij het, bij mij lichtblauwe, inlogscherm.
Gewoon gnome, maar een lichtblauw inlogscherm (i.p.v. het standaard bruin/oranje)? Ik snap er even niets meer van.... :(
Hoe moet ik het dan wel snappen?!  ;)

Het inlogscherm is lichtblauw en na het inloggen krijg ik wel een bruin/oranje scherm.

Maar goed, hier nog ff het hele verhaal van daarnet;

# /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 xorg.conf(5) 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"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "nl"
Option "XkbVariant" "mac"
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"
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 82815 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "AL1715"
Option "DPMS"
        HorizSync       24.0 - 80.0
        VertRefresh     49.0 - 75.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "AL1715"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Bijna tevreden
« Reactie #29 Gepost op: 2007/06/29, 14:55:55 »
- Ok, schroef de kleurendiepte eens terug:

gksudo gedit /etc/X11/xorg.conf

- En verander "DefaultDepth    24" in "DefaultDepth    16" (zonder aanhalingstekens)

- Save & exit

[edit: en dan weer ctrl-alt-backspace]

- Als dat niet helpt, kan je dan de uitvoer van het volgende commando hier tonen:

lspci -v | grep agp -i

Blazt

  • Gast
Bijna tevreden
« Reactie #30 Gepost op: 2007/06/29, 15:02:48 »
Yay!!!

Gelukt!  Nu alleen nog storing in m'n speakers.

Dude, je staat nu bovenaan in m'n coolbook! :)

Bijna tevreden
« Reactie #31 Gepost op: 2007/06/29, 15:03:19 »
Citaat van: mcgyver
Heeft de kleur waarschijnlijk aangepast.
Heh, wist niet dat dat zomaar kon.

Bijna tevreden
« Reactie #32 Gepost op: 2007/06/29, 15:13:34 »
Citaat van: Blazt
Yay!!!

Gelukt!  Nu alleen nog storing in m'n speakers.

Dude, je staat nu bovenaan in m'n coolbook! :)
Dank je :) Maar het is op dit forum een gezamenlijke inspanning geweest.

Anyway, blijkbaar heb je een oudere videokaart die een resolutie van 1280x1024 niet (goed) kan weergeven bij een 24 bits kleurendiepte (standaard ubuntu instelling). Eigenlijk bijzonder dat er beeld was.

Blazt

  • Gast
Bijna tevreden
« Reactie #33 Gepost op: 2007/06/29, 15:25:29 »
Citaat van: happyhamster
Citaat van: Blazt
Yay!!!

Gelukt!  Nu alleen nog storing in m'n speakers.

Dude, je staat nu bovenaan in m'n coolbook! :)
Dank je :) Maar het is op dit forum een gezamenlijke inspanning geweest.

Anyway, blijkbaar heb je een oudere videokaart die een resolutie van 1280x1024 niet (goed) kan weergeven bij een 24 bits kleurendiepte (standaard ubuntu instelling). Eigenlijk bijzonder dat er beeld was.
Ook goed, het is jouw dag vandaag in ieder geval. ;)

Dan is de geluidsstoring misschien te wijten aan een oudere geluidskaart?

Maar de schermstoring was vervelender.
Nogmaals dank.

Bijna tevreden
« Reactie #34 Gepost op: 2007/06/29, 15:28:59 »
Geluidsproblemen zijn vaak wat ondoorzichtiger :), en daarom is er nogal wat informatie nodig. Kan je de volgende commando's invoeren in een terminal (het handigst is via copy & paste), en de uitvoer hier tonen? (Het zal gaan om erg veel tekst.)

uname -r

aplay -l

lspci -v

cat /proc/asound/cards

cat /proc/asound/modules

cat /etc/modprobe.d/alsa-base


(De commando's geven info over hardware en de bijbehorende software modules.)

Blazt

  • Gast
Bijna tevreden
« Reactie #35 Gepost op: 2007/06/29, 15:40:29 »
1.    2.6.20-16-generic

2.    **** List of PLAYBACK Hardware Devices ****
card 0: I82801BAICH2 [Intel 82801BA-ICH2], device 0: Intel ICH [Intel 82801BA-ICH2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

3.   00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04)
        Subsystem: Siemens Nixdorf AG Unknown device 005a
        Flags: bus master, fast devsel, latency 0
        Capabilities:

00:02.0 VGA compatible controller: Intel Corporation 82815 CGC [Chipset Graphics Controller] (rev 04) (prog-if 00 [VGA])
        Subsystem: Siemens Nixdorf AG Unknown device 004c
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
        Memory at f8000000 (32-bit, prefetchable) [size=64M]
        Memory at f4000000 (32-bit, non-prefetchable) [size=512K]
        Capabilities:

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 11) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=80
        I/O behind bridge: 00003000-00003fff
        Memory behind bridge: f4100000-f41fffff
        Prefetchable memory behind bridge: 20000000-200fffff

00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 11)
        Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 11) (prog-if 80 [Master])
        Subsystem: Siemens Nixdorf AG Unknown device 0055
        Flags: bus master, medium devsel, latency 0
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at 2400 [size=16]

00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 11) (prog-if 00 [UHCI])
        Subsystem: Siemens Nixdorf AG Unknown device 0055
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at 1000 [size=32]

00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 11)
        Subsystem: Siemens Nixdorf AG Unknown device 0055
        Flags: medium devsel, IRQ 5
        I/O ports at 1400 [size=16]

00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 11) (prog-if 00 [UHCI])
        Subsystem: Siemens Nixdorf AG Unknown device 0055
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at 1800 [size=32]

00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 11)
        Subsystem: Siemens Nixdorf AG Unknown device 0056
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at 2000 [size=256]
        I/O ports at 1c00 [size=64]

01:0f.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
        Subsystem: 3Com Corporation 3C905C-TX Fast Etherlink for PC Management NIC
        Flags: bus master, medium devsel, latency 80, IRQ 17
        I/O ports at 3000 [size=128]
        Memory at f4100000 (32-bit, non-prefetchable) [size=128]
        [virtual] Expansion ROM at 20000000 [disabled] [size=128K]
        Capabilities:

4.    0 [I82801BAICH2   ]: ICH - Intel 82801BA-ICH2
                      Intel 82801BA-ICH2 with AD1885 at 0x2000, irq 18

5.     0 snd_intel8x0

6.     # autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --Qb snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
#   Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
#   non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
't Is idd een behoorlijke lap tekst. :)

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Bijna tevreden
« Reactie #36 Gepost op: 2007/06/29, 15:47:27 »
Doe ook eens dit:
Systeem - Beheer - Synaptic pakketbeheer
zoekterm: alsamixergui
aanvinken en druk op knop Toepassen

Start daarna alsamixergui en post hier eens een schermafdruk waarop alle schuifjes van alsamixergui te zien zijn. Bijvoorbeeld via http://imageshack.us

Groet, Pjotr.

Blazt

  • Gast
Bijna tevreden
« Reactie #37 Gepost op: 2007/06/29, 16:00:33 »
OK, gedaan.

De afbeelding staat hieronder als het goed is.

[img=http://img165.imageshack.us/img165/5370/schermafdrukct2.th.png]

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Bijna tevreden
« Reactie #38 Gepost op: 2007/06/29, 16:13:33 »
Dit zijn nog niet alle schuifjes.... Maak hem eens schermvullend?

Blazt

  • Gast
Bijna tevreden
« Reactie #39 Gepost op: 2007/06/29, 16:20:42 »
Citaat van: pjotr123
Dit zijn nog niet alle schuifjes.... Maak hem eens schermvullend?
Hier is poging II. ;)

[img=http://img443.imageshack.us/img443/5664/schermafdrukalsamixerfn1.th.png]

Bijna tevreden
« Reactie #40 Gepost op: 2007/06/29, 16:43:48 »
Heeft het terugschroeven van de "Master Mono" schuif, invloed op de geluidssterkte? Misschien moet je die helemaal uitschakelen. Je kan in ieder geval het een en ander experimenteren. Je hebt zelfs een screenshot van de originele instellingen :)
Kijk ook eens bij System-->Preferences-->Sound of het kiezen van andere geluidsbronnen verbetering geeft.

Blazt

  • Gast
Bijna tevreden
« Reactie #41 Gepost op: 2007/06/29, 16:57:01 »
Nee, terug- en vooruitschuiven van de MasterMono-schuif heeft geen invloed.

Als ik de Master-schuif omhoog schuif gaat het wel serieus knetteren.

Bijna tevreden
« Reactie #42 Gepost op: 2007/06/29, 17:13:23 »
Wat gebeurd er als je alles uitschakelt, behalve Master en PCM?

Blazt

  • Gast
Bijna tevreden
« Reactie #43 Gepost op: 2007/06/29, 17:29:17 »
Niks bijzonders.

De rechterschuiven kunnen ook op- en neer zonder dat er wat gebeurt.

Alleen de linkerschuiven, van Master en PCM, maken verschil.
Tegelijkertijd moet het volume van VLC mediaplayer bijna dicht anders klinkt het voor geen meter.

Offline profoX

  • Lid
    • wesley
    • Lionslink
Bijna tevreden
« Reactie #44 Gepost op: 2007/06/29, 19:02:25 »
1. VLC Mediaplayer heeft in Feisty een vervelende regressie waarbij hogere volumes soms krakend klinken zoals jij omschrijft via libalsa, dus best met een andere mediaspeler testen of het geluid al dan niet goed is.

2. Open de geluidsmixer door te dubbelklikken op het luidsprekertje (gnome-volume-control) in je paneel en zet het PCM kanaal een beetje naar beneden (op 70
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Soul-Sing

  • Lid
Bijna tevreden
« Reactie #45 Gepost op: 2007/06/29, 19:40:15 »
nou, bedankt! ik heb rot gezocht naar een oplossing voor mijn krakende mp3's.
op edgy op dezelfde computer met dezelfde instellingen fantastisch geluid. op feisty gekraak wanneer het volume omhoog gaat. nu werkt het met mplayer weer gewoon prima.( waarom kom ik daar zelf niet op.......) gister wel totem geprobeerd, maar ook daar geen vol(ledig) geluid....(?) pcm stond hier al op 80% overigens. hopen dat blatz hier wat aan heeft.

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Bijna tevreden
« Reactie #46 Gepost op: 2007/06/29, 20:01:42 »
Citaat van: profoX
1. VLC Mediaplayer heeft in Feisty een vervelende regressie waarbij hogere volumes soms krakend klinken zoals jij omschrijft via libalsa, dus best met een andere mediaspeler testen of het geluid al dan niet goed is.
Verdorie, VLC..... Ik heb er zelf gelukkig geen last van, dus het doet zich blijkbaar niet bij elke hardware voor.

Maar dit is natuurlijk een heel hinderlijke storing. Het jammere is, dat VLC eigenlijk de ideale speler is, slikt moeiteloos alle bestandstypes, terwijl Mplayer in mijn ervaring minder bestandstypes aankan. Zucht. Nou maar hopen dat de bovenstroomse jongens van VLC dit gauw herstellen. Weet jij hoever ze daarmee zijn, profoX?

Offline Soul-Sing

  • Lid
Bijna tevreden
« Reactie #47 Gepost op: 2007/06/29, 20:08:47 »
$ cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xe5000000 irq 16

chip:realtek ALC883

Offline profoX

  • Lid
    • wesley
    • Lionslink
Bijna tevreden
« Reactie #48 Gepost op: 2007/06/29, 20:09:16 »
Citaat
terwijl Mplayer in mijn ervaring minder bestandstypes aankan
sorry, maar dat heb je toch wel mis, hoor :) er is bij mij nog nooit iets geweest dat mplayer niet kon afspelen - behalve dan .wmv's met DRM, maar dat kan VLC ook niet. (.wmv's zonder DRM gaat prima)

Citaat
Nou maar hopen dat de bovenstroomse jongens van VLC dit gauw herstellen. Weet jij hoever ze daarmee zijn, profoX?
Het is volgens mij geen fout bij vlc, maar wel bij libalsa. Zou ook verklaren waarom andere programma's er mogelijk ook last van hebben.
Hopelijk krijgt men het gefixt voor Gutsy.
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/103025
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Bijna tevreden
« Reactie #49 Gepost op: 2007/06/29, 20:32:09 »
Enfin, ik heb in elk geval meteen maar even de Wiki en de Hulppagina aangepast.....  :-)
https://wiki.ubuntu.com/NlRestrictedFormats
en
https://help.ubuntu.com/community/NlMultimediaapplicaties