You are not logged in.

reb68

Beginner

  • "reb68" started this thread

Posts: 29

Location: Wisconsin now Georgia

  • Send private message

1

Tuesday, July 10th 2007, 12:29pm

Screen Resolution out of order

I installed a 22" Flat screen (for my old eyes) and tried to change the resolution. I have messed it up and now when I get to the kubuntu log in window (for username and password) it is unreadable. It has the word kubuntu all across the screen, overlapping the previous one. How can I reverse this and try to set the resolution again.
Thank you
Take the World's Smallest Political Quiz at
http://eastmetrolp.com/

Dick Barmann--Webmaster
http://www.barmannsbar.com
http://georgiatrailriders.com

reb68

Beginner

  • "reb68" started this thread

Posts: 29

Location: Wisconsin now Georgia

  • Send private message

2

Tuesday, July 10th 2007, 12:36pm

I have the resolution correct in my windows drive. The problem is only in Kubuntu.
Take the World's Smallest Political Quiz at
http://eastmetrolp.com/

Dick Barmann--Webmaster
http://www.barmannsbar.com
http://georgiatrailriders.com

kriko

Trainee

Posts: 127

Location: Slovenia

  • Send private message

3

Tuesday, July 10th 2007, 2:38pm

I don't know if kubuntu has some kind of X config tool, so you'll have to edit xorg.conf.
Look for Section "Screen" and add / or erase resolutions under desired subsection (probably for 24bit depth):

Source code

1
2
3
4
  SubSection "Display"
    Depth      24
    Modes      "1600x1200" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection

This post has been edited 1 times, last edit by "kriko" (Jul 10th 2007, 2:39pm)