LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-14-2007, 02:22 AM   #16
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15

Making good progress, but still got a couple of problems. My screen resolution is now set at 1280 x 1024, but my display is still oversize. What is the considered optimum (if any) for these settings?
Thanks.
0rinoco
 
Old 09-14-2007, 02:27 AM   #17
Matz
Member
 
Registered: Oct 2006
Distribution: Kubuntu 9.04, Debian Etch
Posts: 178

Rep: Reputation: 31
Depends on the specs of your monitor. You should find somewhere (even in the monitor box) the optimum screen resolution for it
 
Old 09-14-2007, 03:05 AM   #18
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Matz View Post
Depends on the specs of your monitor. You should find somewhere (even in the monitor box) the optimum screen resolution for it
Thanks, Matz. I have an Acer AL1512 TFT. I have just looked at the on-screen menu settings and it comes up with 800 x 600. Is that what I should set my resolution to?
Thanks
0rinoco
 
Old 09-14-2007, 09:24 AM   #19
Matz
Member
 
Registered: Oct 2006
Distribution: Kubuntu 9.04, Debian Etch
Posts: 178

Rep: Reputation: 31
I found that 1024x768 should work right with this monitor.
 
Old 09-14-2007, 03:07 PM   #20
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks for your suggestion, Matz. Tried those settings, but still no joy. I can live with it, but it would be nice to have a normal size screen. I'll hang on and hope someone can come up with a solution.
One thing I have noticed is that in Sax x2 Card and Monitor properties, the name of the designated monitor is Vesa. Is this significant?
0rinoco
 
Old 09-14-2007, 07:16 PM   #21
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Well, it could be. VESA implies that Sax isn't familiar with your type of monitor so it is using a generic denominator. I have an ACER 1951 and I get the same (although I haven't got any issues with screen resolution - as long as I install the proper videocard driver). This whole issue is quite typical of the previous generation of Linux distros.

By the way, can you post your xorg.conf? There's a chance that Sax has misconstrued the refresh rates, which can have an impact on screen resolution. To make a copy of xorg.conf to your home directory, just run this command from the terminal:

su -
[root password]
cat /etc/X11/xorg.conf > /home/[your username]/xorgconf

Last edited by jay73; 09-14-2007 at 07:19 PM.
 
Old 09-15-2007, 10:21 AM   #22
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
By the way, can you post your xorg.conf? There's a chance that Sax has misconstrued the refresh rates, which can have an impact on screen resolution. To make a copy of xorg.conf to your home directory, just run this command from the terminal:

su -
[root password]
cat /etc/X11/xorg.conf > /home/[your username]/xorgconf
Thanks, Jay, but I'm an absolute tyro at Linux. This may sound a bit stupid, but could you be a little more detailed? For instance, 'Command from the terminal'. Where do I find the terminal?
Regards.
0rinoco.
 
Old 09-15-2007, 01:21 PM   #23
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
It is accessible from the menu. Just look for "Terminal". I'm sorry, I can't be more precise because I'm not very familiar with KDE. Alternatively, you can use a virtual terminal (the one accessible from the menu is called a "terminal emulator"): press Ctrl + Alt + F1, enter
login: root
password: root password
Then execute the commands from my previous my post , log out (type exit + enter ) and return to KDE by pressing Alt + F7; the xorg.conf file should be in your home directory.
 
Old 09-16-2007, 02:47 PM   #24
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Hi, Jay. This is what I am putting in, but get the 'no such command' message,
linux-r0sa:~ # su-[password]cat/etc/X11/xorg.conf>/home[username]/xorgconf
Am I missing something?
Thanks.
0rinoco
 
Old 09-16-2007, 08:05 PM   #25
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,397

Rep: Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777Reputation: 2777
Theres a space char after 'cat' . cat is the cmd, the rest is the filename to cat (dump to screen). Incidentally, you need to fill in your username where he wrote [username] without brackets ie sans [] eg:


Actually, he means
1. login as root:
su -
2. give root passwd
insertrootpasswdhere
3. copy file
cp /etc/X11/xorg.conf > /home/orinoco/xorgconf

change orinoco to your username on your system
 
Old 09-17-2007, 07:50 AM   #26
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks, Chris. I didn't realise that there was a space and no brackets required. I'll try again. Also, just wondering if my screen size could be affected by the font used on my web-page, Times New Roman? Where can I find a list of the fonts which are available in Opensuse?

Last edited by 0rinoco; 09-17-2007 at 08:12 AM.
 
Old 09-17-2007, 01:14 PM   #27
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Screen resolution shouldn't have anything to do with fonts. I suspect it is simply a matter of incorrect monitor refresh rates (which is why I asked about your xorg.conf - that's where those rates are specified).

Font sets for Suse (and Linux in general?). There must be a few hundred but most aren't installed by default. Times New Roman is included in the msttcorefonts package; you'll need to set up third-party repositories first, though:

http://en.opensuse.org/YaST_package_repository
 
Old 09-18-2007, 08:50 AM   #28
0rinoco
Member
 
Registered: Sep 2007
Location: Bedfordshire, UK
Distribution: Opensuse 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Thought I had posted this, but obviously not. I didn't realise that I could reduce the text size on my screen. Doing so has completely solved the problem. I feel a bit of an idiot after all the time you guys have spent trying to help me. Thanks anyway.
0rinoco
 
Old 05-19-2012, 01:36 AM   #29
James4too
LQ Newbie
 
Registered: May 2012
Posts: 2

Rep: Reputation: Disabled
It's very helpful for me..........
I use of the Linux operating system.

James4too
 
Old 05-19-2012, 01:44 AM   #30
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by James4too View Post
It's very helpful for me..........
I use of the Linux operating system.

James4too
Please avoid responding to old threads if you're not adding anything to them.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: The FCC, FOSS, and software radios: a mixed bag LXer Syndicated Linux News 0 07-07-2007 07:01 AM
Multiple linux-newbie queries nardz Linux - Newbie 9 03-29-2007 10:22 AM
can't install idesk + mixed bag! dibblethewrecke Linux - Software 1 01-04-2004 07:26 AM
bag of questions Jurgen Linux - Newbie 1 09-27-2003 08:14 PM
newbie webserver queries. Trinity22 Linux - Newbie 5 08-22-2003 02:04 PM

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

All times are GMT -5. The time now is 04:14 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