LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-15-2007, 02:00 PM   #1
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Rep: Reputation: 31
Clarification of screen res Prob (I Hope)


A clarification of my problem ( I hope).

I have a 19” monitor. It's spec is:

Horizontal scan range 30 kHz to 96 kHz
Vertical scan range (Refresh rate) 48 Hz to 120 Hz
Optimal preset resolution 1024 x 768 at 75 Hz or 85 Hz
Highest preset resolution 1600 x 1200 at 75 Hz
Highest capable resolution 1600 x 1200 at 75 Hz

The Dapper screen pref gui default res is 1280 x 1024. This looks most appropriate and i can't alter it to lower resolution in the dropdown. The same applet claims my refresh rate is 86 Hz and likewise i cannot change it, -but my screen looks like 60 Hz, which is the reading my monitor displays when i press a button on the cabinet. This is too low and it trails smears when i move windows.

I can lower the the resolution by deleting the 1st settings ( 1280 x 1024 ) from each modes line in the /etc/X11/xorg.conf but i'm sure these are less appropriate settings. Here is the relevant sections from my /etc/X11/xorg.conf

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "ULTRASCANP99"
Option "DPMS"
HorizSync 30-96
VertRefresh 48-120
Modeline "1024x768@85" 100.94 1024 1056 1432 1464 768 782 793 807

EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "ULTRASCANP99"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
 
Old 03-15-2007, 02:08 PM   #2
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
How old is your computer? Mode lines are practically extinct, and refresh rates can usually be guessed correctly by the X server on its own with modern monitors, and to top it all off, your using the vesa driver, which signifies that you either don't care about your hardware or their isn't any better drivers, or your really using OLD hardware, so what is it?
 
Old 03-15-2007, 02:38 PM   #3
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
My pc is new, my monitor is a great trinitron crt. Don't know anything about vesa drivers. Have i better options ? My monitor is fine in Windows.
 
Old 03-15-2007, 04:40 PM   #4
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
Why are you asking me if you have better options? Its your computer, i don't know anything about it.

Well, since you appear to not have any problems, why did you post?
 
Old 03-16-2007, 03:42 AM   #5
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
I quote myself:

The Dapper screen pref gui default res is 1280 x 1024. This looks most appropriate and i can't alter it to lower resolution in the dropdown. The same applet claims my refresh rate is 86 Hz and likewise i cannot change it, -but my screen looks like 60 Hz, which is the reading my monitor displays when i press a button on the cabinet. This is too low and it trails smears when i move windows.

Options: Did someone suggest i could alter my position with a driver other than my Vesa ?
 
Old 03-16-2007, 07:06 AM   #6
ed-j
Member
 
Registered: Feb 2007
Location: North Wales
Distribution: Hardy Heron Beta
Posts: 37

Rep: Reputation: 15
Smile

Quote:
Originally Posted by nnjond
I quote myself:

The Dapper screen pref gui default res is 1280 x 1024. This looks most appropriate and i can't alter it to lower resolution in the dropdown. The same applet claims my refresh rate is 86 Hz and likewise i cannot change it, -but my screen looks like 60 Hz, which is the reading my monitor displays when i press a button on the cabinet. This is too low and it trails smears when i move windows.

Options: Did someone suggest i could alter my position with a driver other than my Vesa ?
Hi nnjond

Apologies, I'm not very busy on forums.

If you know what a terminal is, type "sudo dpkg-reconfigure xserver-xorg"

Choose your graphics card/adapter from the list, follow the text, if there's anything you don't understand press "esc" (this will skip). When you come to resolution, enter 1600x1200 with the space-bar. Choose "medium" for the settings, move down to 1600x1200@75Hz.

This will give you a range of resoloutions between 1600x1200 and 648x480.

All the best! :-)
 
Old 03-16-2007, 03:33 PM   #7
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
Thanks for the tip. It made perfect sense. All seemed to go perfectly well. However when i restarted, the user and password screens appeared, so i tapped in my details... It halts on a black page of text before returning to the user and password screen. There dosen't seem to be a way in?
 
Old 03-17-2007, 10:18 AM   #8
ed-j
Member
 
Registered: Feb 2007
Location: North Wales
Distribution: Hardy Heron Beta
Posts: 37

Rep: Reputation: 15
Smile

Quote:
Originally Posted by nnjond
Thanks for the tip. It made perfect sense. All seemed to go perfectly well. However when i restarted, the user and password screens appeared, so i tapped in my details... It halts on a black page of text before returning to the user and password screen. There dosen't seem to be a way in?
That sounds like you have the wrong password or user name? As you seem to have had these problems for some time, I would suggest doing a fresh install with whatever version of Ubuntu you are using. Best I can do! :-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to adjust screen res but can not see anything on the the screen MurX Linux - Hardware 2 08-08-2006 05:51 AM
screen res? chazzwozzer Red Hat 0 12-17-2004 02:05 PM
Screen Res AGilley007 Debian 3 09-17-2004 07:00 PM
screen res without X class_struggle Linux - Newbie 1 08-27-2004 05:33 AM
Screen Res c4t Linux - Newbie 7 07-12-2002 04:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration