PDA

View Full Version : [ubuntu] Catalog Problems + Fixes Of Hardy



yousillygoose
May 18th, 2008, 08:23 PM
I realized I have a few threads floating around that no one is really answering. I thought we could make a centralized thread of common problems and solutions that most people are dealing with while operating hardy. I have to problems that are ruining my computer experience (both of which worked well under Gutsy).

Problem 1 is a simple problem. S-Video out to TV does not operate. In Gutsy you had to go through nvidia-settings and simply select twin view there and it worked. If you select and apply it in Hardy the computer thinks it is outputting the signal to the TV but in reality it does not. I can not fine a solution for this ( I have searched around for a while).

Problem 2 is a much more broad problem that I feel probably affects everyone. PulseAudio refused to output sound to more than one program at once. This is a problem because I play competitive counterstrike (through crossover of course) and can't run vent and cs1.6 with sound at the same time. I try and try and can not fix this problem. I have read numerous threads with people having the same problem. Can someone walk me through how to fix it? I feel that this makes hardy fail in comparison to Gutsy. I know pulse has a lot of advantages but you can not utilize them with this problem. Another problem is that you can not remove pulse and use AlSA without removing the whole ubuntu-desktop package. I propose that we either write a tutorial on how to fix pulseaudio or create a replacement ubunt-desktop package that is based on ALSA. This could than be replaced once the issues with pulse are resolved.

This thread can and should be used for other broad problems in Hardy. Make the issues general problems that everyone is dealing with so we can have a unified source on popular fixes (individual problems will make the thread too bloated).

Happy Helping!

forestpixie
May 18th, 2008, 08:43 PM
Pulse audio - in the sounds menu open pulseaudio device chooser - it'll go to the notification area. Go to the icon and configure local sound server. Simultaneous output tab - enable

Nvidia-settings - when you open that what is it setup as?

yousillygoose
May 18th, 2008, 10:45 PM
What do you mean by the sounds menu. The sounds preference menu? That is all set to run through PulseAudio Sound Server. If that is not what you are talking about please walk me through what you mean.

edit: i know what you mean, i figured it out and tried it already but failed

Nvidia-settings is set up as twinview clones and does not work (and it did in Gutsy). No matter the way i configure it through nvidia-settings it does not work.

forestpixie
May 19th, 2008, 10:16 AM
I not sure then about the pulseaudio business - it did it for me.

I think that nvidia-settings or xorg have changed - well xorg did definitely, the old reconfigure command doesn't work for video anymore I think.

The way that xseervers and twinview etc gets reported in xorg.conf has changed as well, I have 2 seperate x-servers, monitor and tv - they used to be in xorg.conf as Xservers now they get reported as twinview and xineramam is off - no idea what that's about. This is my xorg perhaps it will be of some use as something to check against.


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Tue Mar 4 20:24:34 UTC 2008

# 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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 768
Screen 1 "Screen1" Above "Screen0"
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Hansol"
HorizSync 30.0 - 85.0
VertRefresh 47.0 - 160.0
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 440 with AGP8X"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 440 with AGP8X"
BusID "PCI:1:0:0"
Screen 1
EndSection


Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "TV: nvidia-auto-select +0+0"
Option "AddARGBGLXVisuals" "True"
EndSection


Sorry I can't be of more assistance.