Ubuntu 10.10. on Toshiba Laptop

Asked by Leif Lieng

I installed Ubuntu 10.10 on laptop Toshiba Tecra 8200, screen resolution 800x600 only. How can I get full screen?

Question information

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

Please tell the video card do you have from terminal type:

lspci | grep -vga

Revision history for this message
Leif Lieng (leiflieng) said :
#2

When I type "lspci | grep -vga" I get this message:
grep: invalid option -- 'g'
Bruk: grep [FLAGG]... MØNSTER [FIL]...
Prøv «grep --help» for mer informasjon.
leif@lelieng:~$

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

Sorry i mage a typo:

 lspci | grep -i vga

Revision history for this message
Leif Lieng (leiflieng) said :
#4

lspci | grep -i vga:

01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/XP (rev 63)

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#5
Revision history for this message
Leif Lieng (leiflieng) said :
#6

Thanks marcobra (Marco Braida), that solved my question.