LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-21-2006, 07:36 AM   #1
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Rep: Reputation: 15
X-resolution, installing GNOME and special/non-Latin characters on 10.2


I am having two issues. Well, quite many issues to be frank, but some of them are merely not as important (such as installing XGL and Compiz).

But I have three I'd like to fix asap.

First, there are the resolution in X. For some reason KDE (which I am running due to the fact that it was the only thing I could select (I know there are the other X Window Managers, but no GNOME)) won't allow me to select anything higher than 1024x768, which to me is way too small. I need AT LEAST 1800x1400, and I know my monitor and video card can handle it.

Before Slackware, I had been using Ubuntu for a while, it ran smoothly on 1800x1400. I tried editing my /etc/X11/xorg.conf file, but as usual, it changes nothing.

Secondly, I wish to install GNOME. Perhaps I am too lazy, but I haven't find a good "guide" to get GNOME installed. :<

Third, I also want to get more special characters, if not the entire Unicode if possible. Cause if there is one thing I hate, is to not to be able to see special characters.

Thanks in advance.
 
Old 05-21-2006, 11:53 PM   #2
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 68
As far as the video goes, what card/chipset do you have? You could check
Code:
lspci
to double check.

As far as gnome is concerned, there is a large contingent of Dropline Gnome people here on this forum. Go to http://www.droplinegnome.net/ and check it out (Specially made for Slackware)

And the unicode? Lets take care of #1 and #2 first.
 
Old 05-22-2006, 02:23 AM   #3
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797

Rep: Reputation: 282Reputation: 282Reputation: 282
Which video card, which monitor? Please post sections "device", "monitor" and "screen" from the xorg.conf file.
Also let us know what you tried to change in xorg.conf.

Usually setting correct 'vertrefresh' and 'horizsync' and adding the desired mode (1800x1400) does the trick.
For hires, the correct driver for the videocard needs to be selected as well.
 
Old 05-22-2006, 06:40 AM   #4
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Original Poster
Rep: Reputation: 15
Monitor section in xorg.conf:
Code:
Section "Monitor"

    Identifier  "My Monitor"

    HorizSync   31.5 - 50.0

    VertRefresh 40-90

EndSection
Note: I have stripped the comments.

Device section in xorg.conf:
Code:
Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection
I think I should note that my cardchip is a nVidia FX5200. And that I haven't installed the nVidia driver yet.

Screen section in xorg.conf:
Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"

#   DefaultDepth 8
#   DefaultDepth 16
   DefaultDepth 24
#   DefaultDepth 32

    Subsection "Display"
        Depth       8
        Modes "1800x1400" "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1800x1400" "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1800x1400" "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1800x1400" "1600x1200" "1024x768" "800x600" "640x480"
    EndSubsection

EndSection
My monitor is a Samtron 96B model. I think, that is as much as I can read from the monitor itself. I never got it in a package/parcel.

Is this enough information for now?
 
Old 05-22-2006, 07:37 AM   #5
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797

Rep: Reputation: 282Reputation: 282Reputation: 282
Step1
run xorgsetup; it will try to detect video settings and it might detect your videocard
please note that xorgsetup will destroy your monitor settings (but you want to change them anyway).

Step2
I suppose that this is your monitor (sorry for the German site, but it contains some specs).
If it is, please change the horizsync to 30-85 and the vertrefresh to 50-160 in the monitor section; if you have the manual, you should be able to find these specs in there as well.
This should allow some other resolutions as well, like 1152x864, 1280x960 and 1280x1024.
Just try them out.

Please note that the spec. specifies 1600x1200 max. 1800x1400 is a funny resolution for a normal CRT (it's not 4:3 ratio).

If the driver stays vesa after the first step, you probably have to download other drivers from nVidia.

Last edited by Wim Sturkenboom; 05-22-2006 at 07:40 AM.
 
Old 05-22-2006, 08:00 AM   #6
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Original Poster
Rep: Reputation: 15
I tried that xorgsetup command, but for some reason it ran into an error. Something about finding the existing file. I suppose I should stop X and then install the nVidia driver I have downloaded.

Also, I thank you for the information about my monitor (it was indeed the correct one), so I have changed those info you told me to.
 
Old 05-22-2006, 04:21 PM   #7
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Original Poster
Rep: Reputation: 15
Small update: Got dropline GNOME to work (it wins). And I now have a bit higher resolution, although I am greedy and wanted a bit more. But it'll do for now.

Thanks! GNOME came with a good line of special/non-Latin characters, but I wish I could have them all.
 
  


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
Special Characters SimeonV SUSE / openSUSE 14 07-07-2006 01:29 PM
special characters greenbox Linux - Software 9 12-23-2005 07:33 PM
Shortcut to special characters Anden008 Linux - Newbie 4 12-11-2005 10:41 AM
Special characters consty Programming 3 08-07-2005 05:53 AM
using special characters one_ro Mandriva 5 11-04-2004 08:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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