I am running a trident blade 3d pci/apg and 11.10 sets it up as vessa no 3d

Asked by Dave Stroud

I have not had this problem until 11.10 in gnome 3 and unity both set up my driver as vessa .I have to use fallback and unity 2d.How can I set it up to run the proper driver.Older versions allowed me to set up video drivers my self. This is no longer true. Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-trident Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You may need an xorg.conf file to make it work. They are less than friendly.

Can you give the output of:

sudo lshw -C display; lsb_release -a

What resolution do you desire?

Revision history for this message
Dave Stroud (bigdavesr) said :
#2

root@bigddavesr:/home/bigdavesr# sudo lshw -C display; lsb_release -a
  *-display UNCLAIMED
       description: VGA compatible controller
       product: Blade 3D PCI/AGP
       vendor: Trident Microsystems
       physical id: d
       bus info: pci@0000:00:0d.0
       version: 3a
       width: 32 bits
       clock: 66MHz
       capabilities: agp agp-1.0 pm vga_controller bus_master vga_palette
cap_list
       configuration: latency=32
       resources: memory:d9000000-d97fffff memory:da000000-da01ffff
memory:d9800000-d9ffffff memory:18020000-1802ffff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
root@bigddavesr:/home/bigdavesr#
I would like to be able to display my desktop more the way its intended to
be. Resolution is off. Screen is blurry and there is no way to change
resolution.3d does not matter to me. 3d and 2d looks the same to me.The 2d
function are not there. I dont like kde or xde and would like to stay with
gnome. thanks
On Sun, Oct 16, 2011 at 1:15 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #174716 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/174716
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> You may need an xorg.conf file to make it work. They are less than
> friendly.
>
> Can you give the output of:
>
> sudo lshw -C display; lsb_release -a
>
> What resolution do you desire?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/174716
>
> You received this question notification because you asked the question.
>

--
@Dave Stroud@

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Run:

gksudo gedit /etc/X11/xorg.conf

add the code below:

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
    Identifier "Configured Monitor"
    HorizSync 15.0 - 46.0
    VertRefresh 49.0 - 61.0
    Option "DPMS"
EndSection

Section "Screen"
Identifier "Screen0"
Monitor "Configured Monitor"
Device "Configured Video Device"
Subsection "Display"
    Depth 24
    Modes "1024x768_60.00"
EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
EndSection

Save the new file, close gedit and reboot. If you get no display, hold shift at boot, select recovery mode then select root and run:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf_old; reboot

Then you will be back where you are now

Revision history for this message
Dave Stroud (bigdavesr) said :
#4

It allowed me to reboot and desktop came up 800x600 and no way to change
it.When I did the recover it backed up to the same new file. Original is
gone . Now im stuck 800x600. I need 1024x768 87.00. Any suggestions.It looks
like the monitor settings are wrong.When booting it shows a gui that is
trying to find monitor settings and cant. Thanks again

On Sun, Oct 16, 2011 at 3:01 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #174716 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/174716
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Run:
>
> gksudo gedit /etc/X11/xorg.conf
>
>
> add the code below:
>
>
>
> Section "Device"
> Identifier "Configured Video Device"
> Driver "vesa"
> EndSection
>
> Section "Monitor"
> Identifier "Configured Monitor"
> HorizSync 15.0 - 46.0
> VertRefresh 49.0 - 61.0
> Option "DPMS"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Monitor "Configured Monitor"
> Device "Configured Video Device"
> Subsection "Display"
> Depth 24
> Modes "1024x768_60.00"
> EndSubsection
> EndSection
>
> Section "ServerLayout"
> Identifier "Layout0"
> Screen 0 "Screen0" 0 0
> EndSection
>
>
>
> Save the new file, close gedit and reboot. If you get no display, hold
> shift at boot, select recovery mode then select root and run:
>
> mv /etc/X11/xorg.conf /etc/X11/xorg.conf_old; reboot
>
> Then you will be back where you are now
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/174716/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/174716
>
> You received this question notification because you asked the question.
>

--
@Dave Stroud@

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

You can sniff around the and find sample xorg.conf files. That's all I did to find the code above. The video chips suck and even a cheap nvidia will outperform it many times over and be far easier to setup. Once you find a good xorg.conf file it will give the res you want.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6
Revision history for this message
Dave Stroud (bigdavesr) said :
#7

thanks to both of you.I at least know what direction to take now.

On Sun, Oct 16, 2011 at 10:20 PM, marcobra (Marco Braida) <
<email address hidden>> wrote:

> Your question #174716 on xserver-xorg-video-trident in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-trident/+question/174716
>
> marcobra (Marco Braida) posted a new comment:
> Here some already answered questions:
> https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-trident
>
> --
> You received this question notification because you asked the question.
>

--
@Dave Stroud@

Revision history for this message
Dave Stroud (bigdavesr) said :
#8

I installed nvida driver 173 and I now have resolution returned. it also installed some via drivers for my motherboard that I did not have before. Thanks again for all help.

Revision history for this message
Dave Stroud (bigdavesr) said :
#9

Thanks actionparsnip, that solved my question.