Launchpad has imported 16 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=389011.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2007-11-18T01:00:15+00:00 Dave wrote: Description of problem: VIA UniChrome Pro IGP on board graphics is not detected correctly and xorg fails if the via driver is selected. The vesa driver works. Version-Release number of selected component (if applicable): xorg-x11-drv-via-0.2.2-4.fc8 How reproducible: Every time. Steps to Reproduce: 1. Install F8 2. Check to see what xorg.conf driver is set to (it will be vesa) 3. Shutdown X, Change driver to via, start X Actual results: X will fail to start Expected results: X should start Additional info: lspci -vvv info 01:00.0 VGA compatible controller: VIA Technologies, Inc. UniChrome Pro IGP (rev 01) (prog-if 00 [VGA]) Subsystem: VIA Technologies, Inc. UniChrome Pro IGP Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (500ns min) Interrupt: pin A routed to IRQ 20 Region 0: Memory at f4000000 (32-bit, prefetchable) [size=64M] Region 1: Memory at fb000000 (32-bit, non-prefetchable) [size=16M] [virtual] Expansion ROM at fc000000 [disabled] [size=64K] Capabilities: [60] Power Management version 2 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [70] AGP version 3.0 Status: RQ=256 Iso- ArqSz=0 Cal=7 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3+ Rate=x4,x8 Command: RQ=1 ArqSz=0 Cal=0 SBA+ AGP- GART64- 64bit- FW- Rate=<none> Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/7 ------------------------------------------------------------------------ On 2007-11-18T01:00:15+00:00 Dave wrote: Created attachment 262621 xorg.conf used with via set as driver Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/8 ------------------------------------------------------------------------ On 2007-11-18T01:02:19+00:00 Dave wrote: Created attachment 262631 xorg log file when display set to via Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/9 ------------------------------------------------------------------------ On 2007-11-18T01:11:10+00:00 Dave wrote: Here is the Smolt profile, incase it's of any help: http://smolt.fedoraproject.org/show?UUID=5efb271a-504d-4e82-91ee-3eb5337f9a75 Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/10 ------------------------------------------------------------------------ On 2007-11-28T16:10:42+00:00 Adam wrote: Mass migration: via -> openchrome. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/11 ------------------------------------------------------------------------ On 2007-11-28T21:44:56+00:00 Xavier wrote: Please retry with xorg-x11-drv-openchrome. This is the successor to xorg-x11-drv-via. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/12 ------------------------------------------------------------------------ On 2007-12-02T10:21:29+00:00 Dave wrote: Created attachment 275001 xorg.log file from openchrome driver This does indeed manage to bring up an X display on the machine. I'm unsure as to what performance I should expect with this driver, but it seems to be a little sluggish. Also when X starts, there are what seems to be a number of false starts before the display settles... i.e. X display starts to appear, then back to console, then back to the X "watch" in the center of the screen before finally the GDM login screen redraws. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/13 ------------------------------------------------------------------------ On 2007-12-02T10:22:25+00:00 Dave wrote: Created attachment 275011 xorg.conf file with openchrome driver Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/14 ------------------------------------------------------------------------ On 2007-12-04T22:14:18+00:00 Matěj wrote: Could we get /var/log/Xorg.0.log as well, please? Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/15 ------------------------------------------------------------------------ On 2008-01-21T15:38:55+00:00 Matěj wrote: Reporter, could you please reply to the previous question? If you won't reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/16 ------------------------------------------------------------------------ On 2008-02-09T09:48:43+00:00 Martin wrote: I had a similar problem with my laptop six months ago. I did a bit of googling around and found (might have been on a Ubuntu forum) that a manual edit to xorg.conf was needed. Here is the relevant section: Section "Device" Identifier "Videocard0" Driver "via" BusID "PCI:1:0:0" Option "EnableAGPDMA" "true" VendorName "Videocard vendor" BoardName "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter" EndSection This improved graphics performance (as measured by glxgears) from 150 frames/second to about 600 frames/second. Kernel is 2.6.23.14-115.fc8 Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/17 ------------------------------------------------------------------------ On 2008-02-14T21:01:18+00:00 Xavier wrote: (In reply to comment #10) > I had a similar problem with my laptop six months ago. I did a bit of googling > around and found (might have been on a Ubuntu forum) that a manual edit to > xorg.conf was needed. Here is the relevant section: > > Section "Device" > Identifier "Videocard0" > Driver "via" > BusID "PCI:1:0:0" > Option "EnableAGPDMA" "true" > VendorName "Videocard vendor" > BoardName "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter" > EndSection > > This improved graphics performance (as measured by glxgears) from 150 > frames/second to about 600 frames/second. > Kernel is 2.6.23.14-115.fc8 via driver is off topic for this bug. Please switch to openchrome driver, it replaces the unmaintained via driver. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/18 ------------------------------------------------------------------------ On 2008-04-10T09:53:45+00:00 Matěj wrote: Reporter, could you please reply to the previous question? If you won't reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/19 ------------------------------------------------------------------------ On 2008-05-14T03:55:53+00:00 Bug wrote: Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/23 ------------------------------------------------------------------------ On 2008-06-08T00:22:39+00:00 Brennan wrote: Since there are insufficient details provided in this report for us to investigate the issue further, and we have not received feedback to the information we have requested above, we will assume the problem was not reproducible, or has been fixed in one of the updates we have released for the reporter's distribution. Users who have experienced this problem are encouraged to upgrade to the latest update of their distribution, and if this issue turns out to still be reproducible in the latest update, please reopen this bug with additional information. Closing as INSUFFICIENT_DATA. Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/24 ------------------------------------------------------------------------ On 2008-06-09T16:38:52+00:00 Oli wrote: I also had this problem when using the same (1106:3344) graphics device. The openchrome driver update to F8 (https://admin.fedoraproject.org/updates/F8/FEDORA-2007-2870) worked great for me with this device. Additionally I found a similar problem noted with Ubuntu: https://bugs.launchpad.net/ubuntu/+source/discover-data/+bug/90587 Reply at: https://bugs.launchpad.net/ubuntu/+source/discover- data/+bug/90587/comments/25 ** Changed in: fedora Status: Invalid => Expired ** Changed in: fedora Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-openchrome in Ubuntu. https://bugs.launchpad.net/bugs/90587 Title: [VM800]via unichrome pro (0x1106, 0x3344) unsupported To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/discover-data/+bug/90587/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp