[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-11-29 Thread tpurch
Hi Antonio,  I notice that you have links to compiled version of sis671
driver for Ubuntu 10.10 (Maverick) do you have the src code available?
if not can you let me know which source code your working from so I can
obtain a copy...Many Thanks.

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202952] Re: Add native ZFS to Ubuntu

2010-07-12 Thread tpurch
Not really much use for most people until a ZFS posix layer is
there.but I look forward to it being available sometime in the
future ;)

From FAQs:

1.3 How do I mount the file system?
You can’t… at least not today. While we have ported the majority of the ZFS 
code to the Linux kernel that does not yet include the ZFS posix layer. The 
only interface currently available from user space is the ZVOL virtual block 
device.

-- 
Add native ZFS to Ubuntu
https://bugs.launchpad.net/bugs/202952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-08 Thread tpurch
Hi everyone,

I have made some fudges to the src code (modifying BARCO_1366 special
timings to suit my purpose) and managed to get 1360x768 (virtual size
1368 x 768) seems to work fine in kdm (with one exception...if I try to
go into Display settings at which point the screen goes blank).

Still some bugs to work out - around restoring screen resolution if I
close laptop lid and open again etc.

As soon as I have ironed them out, I will updated src with more eligant
solution and post it!

Regards

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-07 Thread tpurch
Thanks stephan202!

I have done some further digging and it appears to be related to the
BIOS/EDID miss reporting informationMy screen is a 15.6 HD LCD
1366x768.  the driver doesn't detect LCD correctlyso by default ends
up with res of 0x0.  :(

I did false the screen 1024 x 768 by fudging some of the code in
sis_vb.c file and re-compilingit didn't quite sort out the
problem...it appeared to load the screen X (gdm logon) but as soon as X
tried to refresh the screen (ie if I logged in via  gdm or if I switched
to a Text screen (using crtl+alt+f1 and then back to X screen) - screen
goes black then fade to white from all four edges of the screen - like
the frequencies where way out. ) :/

So I decided that I need to start reviewing  understanding the source
code before I continuingor find someone how is familiar with the
code to look at the problem further.

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-06 Thread tpurch
ok, I went back to source code and had a quick look.  since the screen
is set wrong, i placed a fudge in the code to test.  since I didn't want
to take chances the fudge was for 1024x768.  Xorg.0.log now has

(--) SIS(0): Detected LCD/Plasma panel (max. X 1024 Y 768, pref.
1024x768, RGB24)

xorg goes on to detect the resolution but still doesn't display an
screen.

 If I switch on the xorg.conf Option VESA yes I get an
Xsession.So, clearly something else is going on here -

Can someone who as a LAPTOP with SiS671 graphics card  Widescreen LCD
that works - post a copy of there Xorg.0.log so I can compare there
output to mine.  It may provide further clues as to what I need to
change.

Many thanks

Terry

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-04 Thread tpurch
I have same problem as koan. I am using ubuntu 9.10 64-bit.

  SiS driver doesn't detect SIS672 chip so I downloaded SIS671/672
Driver from http://ncc-1701a.homelinux.net/~linux-
sis/index.php?page=Downloads

  I have an ASUS X5DC laptop.  It appears that the reason the modes are
detected is that the laptop screen fails to supply EDID information.
this results in LCD being detected but with max screen size of 0x0 with
pref 0x0 see xorg entry below:

(--) SIS(0): Detected LCD/Plasma panel (max. X 0 Y 0, pref. 0x0, RGB24)

Xorg then fails to detect any workable screen resmode pool is empty.
I have tried to set HSync/VRefresh and add Modelines but had no luck.


In Windows 7 the LCD Screen is set as a Generic Monitor...EDID Information is 
in Registry, it appears that the manufacturer is able to override/fake EDID 
information  for non-compliant/corrupt EDIDs.   If I plug-in an external EDID 
Compliant Monitor the Driver works on the external screen but LCD is blank.  Is 
there away to fake/ignore EDID information like the NVIDIA Driver?

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-04 Thread tpurch
Hi Antonio,

To confirmI have tried the driver on the link you provided...(in
fact that was the driver I was trying!) but thanks!

The driver detects the Video Adapter but the integrated LCD panel still
doesn't work.  when I try to run X screen flashes several times and ends
up with Mode Pool Empty.  The LCD still detected but says max res 0x0
pref 0x0.


Xorg.log reports:
(EE) Screen(s) found, but none have a usable configuration.  

I believe that is due to lack of EDID information for the integrated LCD
Screen.  Modelines /Modes and HorizSync/VertRefresh lines dont appear to
override it.

here is the output from I from get-edid:

get-edid: get-edid version 2.0.0

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0xc2d66 SiS

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination does not support DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
Read EDID

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged


As I said in my last post if I connect a monitor to VGA port and configure X to 
use it - the EDID is detected and screen is configured correctly.  

Many thanks for your help.

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-04 Thread tpurch
Dirk,

Thanks but I have tried that.  I have also tried other options

i.e.

UseEdidFreqs false
 IgnoreEDID true
NoDDC true

none of which workI assume they are driver dependent, since they
appear to be be used differently between drivers. for example radeon
uses NoDDC  nvidia uses UseEDID

 I also tried Option useROMData  False suggested in one of the posts
on this bug thread.  but no joy.

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301958] Re: [needs-packaging] no working driver for sis 671/771 video cards

2010-02-04 Thread tpurch

Its a shame that the nvidia option for custom edid (Option CustomEDID
DFP-1:/etc/X11/edid.bin) isnt available for SiS67x driver because I
can extract EDID from Windows 7 Registry.

-- 
[needs-packaging] no working driver for sis 671/771 video cards
https://bugs.launchpad.net/bugs/301958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460969] Re: Cannot install gnome meta package from 9.10 Kubuntu because of unmet dependency

2009-11-04 Thread tpurch
I can also confirm that I have the same problem.  I upgraded from
kubuntu 9.04 before the upgrade I had kde as my main desktop and gnome
installed as a secondary desktop environment.  After the upgrade I don't
have gnome so I tried to install it from repositories and have received
the same errors.

-- 
Cannot install gnome meta package from 9.10 Kubuntu because of unmet dependency
https://bugs.launchpad.net/bugs/460969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 202952] Re: Add native ZFS to Ubuntu

2009-09-04 Thread tpurch
SoZFS-Fuse doesn't cut it and Native ZFS support not going to happen
because of licensing issues then what about  HP advfs

 For those that don't know advfs, its very similar to ZFS and if you ask
me it rocks!!! (and having used ZFS and advfs I think advfs was
better!).

I have been looking for advfs on linux for years after using it with
Digital UNIX(Tru64) back in the 90's..

HP released advfs HP-UX  Tru64 source code and documentation (under
GPL) just needs to be ported to linuxBut looks like its not being
worked on at the moment coz everyone is working on btrfs.but since
btrfs is likely to be released anytime soon - someone could port the
Tru64 Advfs to linux

If someone reading this decides to take on the challenge of porting
advfs it would be better to start with the Tru64 src rather than the HP-
UX.  It appears when HP were porting advfs to HP-UX they made some
design decisions - like not including clones (snapshots) with first
version, and they were only at Beta stage before the canned the project.

-- 
Add native ZFS to Ubuntu
https://bugs.launchpad.net/bugs/202952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 324233] Re: kubuntu 8.10 - Network Manager 0.7 - DHCP/resolvconf Problem

2009-02-13 Thread tpurch
I found a work around, try creating a script file
in /etc/network/if-up.d/zzz_resolvconffix.

zzz_resolvconffix:

#!/bin/sh
[ -x /sbin/resolvconf ] || exit 0

[ x$ADDRFAM == xinet6 ]  exit 0

rm /etc/resolv.conf
ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf

for NS in $DHCP4_DOMAIN_NAME_SERVERS ; do
R=${R}nameserver $NS

done
echo -n $R | /sbin/resolvconf -a ${IFACE}.${ADDRFAM}
#end of script file

 after creating script file and run:

chmod 755 /etc/network/if-up.d/zzz_resolvconffix

then restart network session.


On Fri, 2009-02-13 at 09:22 +, machrider wrote:
 Seeing the same behavior.  Doesn't require a reboot for me -- if
 NetworkManager is running, it will destroy my resolvconf symlink and
 write a new file every couple minutes.  If I restore the symlink by
 hand, my VPN works until NetworkManager breaks it again.
 
 NetworkManager 0.7~~svn20081018t105859-0ubuntu1.8.10.1
 resolvconf 1.42ubuntu2
 intrepid on x86_64
 
 Frustrating problem.


-- 
kubuntu 8.10 - Network Manager 0.7 - DHCP/resolvconf Problem
https://bugs.launchpad.net/bugs/324233
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 324233] Re: kubuntu 8.10 - Network Manager 0.7 - DHCP/resolvconf Problem

2009-02-02 Thread tpurch
** Summary changed:

- kubuntu 8.10 - Network Manager 0.7 replaces resolv.conf
+ kubuntu 8.10 - Network Manager 0.7 - DHCP/resolvconf Problem

-- 
kubuntu 8.10 - Network Manager 0.7 - DHCP/resolvconf Problem
https://bugs.launchpad.net/bugs/324233
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 324233] [NEW] kubuntu 8.10 - Network Manager 0.7 replaces resolv.conf

2009-02-02 Thread tpurch
Public bug reported:

Binary package hint: network-manager-kde

I use vpnc and have resolvconf package loaded to allow vpnc to update
dns.   Network manager is replacing the symbolic link /etc/resolv.conf
- /etc/resolvconf/run/resolv.conf with a new (non-symbolic linked)
/etc/resolv.conf this prevents resolvconf from updating DNS settings as
it requires resolv.conf to be symbolic-link file.   if I delete the
/etc/resolv.conf file and symbolic link it to
/etc/resolvconf/run/resolv.conf my vpn works fine and updates dns as
expected, however if I reboot my machine the symbolic file is replaced
by a new file that isn't symbolically linked to
resolvconf/run/resolv.conf file.

network manager should update the resolv.conf file not replace it.

** Affects: knetworkmanager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kubuntu 8.10 - Network Manager 0.7 replaces resolv.conf
https://bugs.launchpad.net/bugs/324233
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs