Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old April 21st, 2007   #1
ferpadro
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 80
Bogl_init failed and video driver instalation

This message appears on screen seconds later i decide to reboot/turn off my computer from feisty:

"bogl_init failed: reading screen info: inapropiate ioctl for devices. Screen init failed"

The screen doesnt freeze. In fact it turns off without any major problems, but i wanna be sure this isnt affecting any other part of my ubuntu. Any ideas on how to solve this?

Another this is, i installed my Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter with $sudo dpkg-reconfigure xserver-xorg and i noticed a great improvement in window scrolling and video playing, but i wanna know if i have my drivers working 100% or if there is another way of installing them.

This is the result of lspci command and the content of the media section in the xorg.conf file:


lspci:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 651 Host (rev 02)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962 [MuTIOL Media IO] (rev 25)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
00:10.0 Communication controller: Motorola Wildcard X100P
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter

xorg.conf (video section):

Section "Device"
Identifier "Generic Video Card"
Driver "sis"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Samsung 793v"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic video card"
Monitor "Samsung 793v"
DefaultDepth 24
SubSection "Display"

Thanks in advance!!!
ferpadro is offline   Reply With Quote
Old April 22nd, 2007   #2
ferpadro
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 80
Re: Bogl_init failed and video driver instalation

bump, plz help me ;_;
ferpadro is offline   Reply With Quote
Old April 22nd, 2007   #3
ferpadro
Just Give Me the Beans!
 
Join Date: Apr 2007
Beans: 80
Re: Bogl_init failed and video driver instalation

bump #2
ferpadro is offline   Reply With Quote
Old April 24th, 2007   #4
Oklin
Spilled the Beans
 
Join Date: Dec 2006
Beans: 14
Re: Bogl_init failed and video driver instalation

Ahh, finally someone with the same graphic card as mine.

I hope you can help me install it.

I have been looking around on a lot of forums, and asked different places with no luck.

And i see that you have installed it with xserver-xorg, I never runned that program, but i can see i have it installed, so i tried to use it, but there was a lot of questions that i wasnt sure what to answer.

I havent been able to find a guide for the graphic card, so i dont know what to choose in the xserver-xorg, can you help me through it step by step?

I'm sorry i can't help you with your problem, but i hope you can help me with mine. Cuz i really cant find anyone else with that graphic card.
Oklin is offline   Reply With Quote
Old April 26th, 2007   #5
algamest
First Cup of Ubuntu
 
Join Date: Apr 2007
Beans: 3
Re: Bogl_init failed and video driver instalation

oklin -- run:

Code:
 sudo dpkg-reconfigure xserver-xorg
And make sure to choose "SiS" as your driver. This will allow you to (theoretically) take advantage of hardware acceleration, and will also allow for smoother/faster desktop display, and higher resolutions ( above 1024x768 ).

Anyway, I'm also having the "bogl_init failed: reading screen info: inapropiate ioctl for devices. Screen init failed" issue on system shutdown. I'm also having trouble running compiz/beryl ( expected, as I doubt SiS support is built into it ), and 3-D acceleration is abysmal. This is also to be expected, as from what I gather, this series of SiS cards isn't particularly powerful. But you'd think I'd be able to get more than 1 FPS on some of the basic 3-D games provided through Synaptic (e.g., Neverball).

My lspci and xorg.conf are similar to ferpadro's as well.

This isn't a crucial issue, I suppose, but any help would be very much appreciated, as I'd like to utilize the full potential of my laptop ( Acer Aspire 3004 WLCi ) under Ubuntu.

Thanks in advance!
algamest is offline   Reply With Quote
Old April 26th, 2007   #6
Oklin
Spilled the Beans
 
Join Date: Dec 2006
Beans: 14
Re: Bogl_init failed and video driver instalation

Quote:
Originally Posted by algamest View Post
oklin -- run:

Code:
 sudo dpkg-reconfigure xserver-xorg
And make sure to choose "SiS" as your driver. This will allow you to (theoretically) take advantage of hardware acceleration, and will also allow for smoother/faster desktop display, and higher resolutions ( above 1024x768 ).
thanks for the reply..

i did that, and picked SiS, after that a lot of other configurenges comes up, does any of those have anything to do with my graphic card?
Oklin is offline   Reply With Quote
Old April 28th, 2007   #7
algamest
First Cup of Ubuntu
 
Join Date: Apr 2007
Beans: 3
Re: Bogl_init failed and video driver instalation

No, defaults should be fine, unless Linux has drivers for your monitor. I know there's a thread on this forum that has far more detailed instructions on how to set this up... a Google search should turn up some results as well... that's how I fixed it.

So, noone has any advice for the issue this thread was originally opened for?
algamest is offline   Reply With Quote
Old May 2nd, 2007   #8
algamest
First Cup of Ubuntu
 
Join Date: Apr 2007
Beans: 3
Re: Bogl_init failed and video driver instalation

No advice from anyone? No one else has encountered this situation?
algamest is offline   Reply With Quote
Old May 2nd, 2007   #9
bakermiller
Just Give Me the Beans!
 
bakermiller's Avatar
 
Join Date: Apr 2007
Beans: 54
Ubuntu 8.04 Hardy Heron
Re: Bogl_init failed and video driver instalation

i'm in the same spot.
can't get beryl to work.
When i even slightly ask for some 3d rendering, the computer crashes!!!
I got to play some armagetron though!!! don't know how...

i can't even get the desktop effects to work, the computer just goes blank.
I tried a glx-gnome session and all i got was noise and fuzz and strange distorted windows. scary...

i have pretty much the same xorg.conf graphics settings as above, but i'm set-up with dual-monitors.

Acer aspire 5000.
I guess i have the SiS card too (661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter). is that the graphics card?? i thought it was my monitor!?

I have no idea what to do. stuck.
bakermiller is offline   Reply With Quote
Old May 16th, 2007   #10
lxop
First Cup of Ubuntu
 
Join Date: May 2007
Location: New Zealand
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
Re: Bogl_init failed and video driver instalation

Just put my 2 cents in to say I have the shutdown message problem too, and would like to know if there is anything that can be done about it
Cheers
lxop is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:37 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry