Resolution problem on Xubuntu with old laptop (Trident graphic card)
Question:
Hi,
I'm a n00b concearning Linux but I always wanted to give it a go. So last weekend I got an old laptop from a friend and installed Xubuntu (because Ubuntu froze during install).
Anyway, I don't seem to get my resolution settings to 1024x768. It only allows me to get it at 800x600 so I can't use the full screen.
Video card: Trident Cyberblade XP
Can someone help me out on this isue?
Thanks.
Answer:
For those that are interested.
The solution:
sudo gedit /etc/X11/xorg.conf
copy and paste the code below for the appropriate sections:
Code:
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS" "true"
HorizSync 30.0-60.0
VertRefresh 50.0-70.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Save, log out and log in again.


Recent comments
9 weeks 4 days ago
9 weeks 4 days ago
10 weeks 4 days ago
11 weeks 19 hours ago
11 weeks 5 days ago
11 weeks 5 days ago
11 weeks 6 days ago
13 weeks 4 days ago
25 weeks 5 days ago
29 weeks 6 days ago