New to Ubuntu and can't get video drivers to load

Asked by rholland

I have an integrated video card on my motherboard and Ubuntu won't recognize the drivers on the driver disk for the motherboard because they are for windows. how do I get the drivers installed or configured correctly if they are already there. I can't see the screen due to all the lines going horizontally across the screen, it is clear during boot up but once it comes to the log in screen the lines appear and I can't read what is on the screen. Anyway this is what the driver is for windows; VGA/S3G P4M900 VGA Driver, v20.00.01g

If I could get a little help with this issue I would be grateful

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Solved by:
rholland
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Are you trying to install Ubuntu or you are at the first start of an installed Ubuntu...?
Which release of Ubuntu are you using... ( to install or to start ) ?

Thank you

Revision history for this message
rholland (rhol69) said :
#2

I have installed Ubuntu 8.04 the problem occurs after the start up screen I see the Ubuntu logo fin but once it goes to the login screen that is where is goes funky and I get the horizontal lines and my screen is divided vertically as well to get to the left side of the screen I have to mover the mouse all the way right across the screen and it will then appear on the left side of the screen.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Please try to press CTRL+ALT+"+" and/or CTRL+ALT+"-" to dynamically change video frequency
or press CTRL+ALT+BKSPACE to restart graphics layer.

Reconfiguring your xserver-xorg may help you.

A) ---- If you can view graphics Gnome desktop

Please open a Terminal from the menu Applications->Accessories->Terminal
and jump to step C

B) ---- If you cannot view graphics Gnome desktop

Please press CTRL+ALT+F2 and make login with your user and password
and go on to step C

C) ----------------------------------------------------------------------

To make a backup copy of your actual /etc/X11/xorg.conf type:

cd /etc/X11
sudo cp xorg.conf xorg.conf.bak

give your user password when requested, you don't see nothing when you type it, then press enter.

Then try to reconfigure your xserver-xorg

sudo dpkg-reconfigure xserver-xorg

answer to the simply questions, then restart the pc.

If something goes wrong you can restore the saved copy of your old configuration, open a terminal or login to a virtual terminal by pressing ctrl+alt+F2 and type:

cd /etc/X11
sudo cp xorg.conf.bak xorg.conf

and restart the pc, type:

sudo reboot

Hope this helps

Revision history for this message
rholland (rhol69) said :
#4

Thanks, however this didn't solve my issue is there anyway I can get Ubuntu to recognize the drivers on the original driver cd?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

But please tell, can you reach a usable visualization with previous suggestion...?

If yes open a Terminal from the menu Applications->Accessories->Terminal and type:

lscpi

copy and paste result here.

lspci is lower of LSPCI

Thank you

Revision history for this message
rholland (rhol69) said :
#6

here it is:

robert@robert-desktop:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80)
00:03.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80)
00:08.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 2a02 (rev 03)
00:0f.0 IDE interface: VIA Technologies, Inc. Unknown device 5372
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237S PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP (rev 01)
80:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
robert@robert-desktop:~$

Revision history for this message
rholland (rhol69) said :
#7

It looks like it has the right controller so why would my screen look like Frankensteins monster making it impossible to read the screen?

Revision history for this message
rholland (rhol69) said :
#8

thanks everybody for your help I finally got the problem solved

Revision history for this message
Jman594 (josh-joshwold) said :
#9

How?