LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 03-28-2004, 09:21 AM   #1
dushkinup
Member
 
Registered: Feb 2004
Location: Alpha Quadrant, sol system, earth, asia, Israel.
Distribution: Computer I : Slackware 9.1 ; Computer II : Windows XP
Posts: 144

Rep: Reputation: 15
Changing screen modes in Slack 9.1 doesn't work


Slack is a really good distro, honestly.

The only thing bad about it is that I simply can't change my resolution to what I want.
Here is my XF86Config, tell me what I did wrong:

Code:
# File generated by xf86config.

Section "Module"


    Load        "dbe"  	# Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
    Load        "speedo"

    Load       "glx"

EndSection
Section "Files"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"

EndSection

Section "ServerFlags"


EndSection

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"


Option     "XkbLayout"     "us,il"

EndSection

Section "InputDevice"

    Identifier "Mouse1"
    Driver    "mouse"
    Option "Protocol" "IMPS/2"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"


EndSection

Section "Monitor"

    Identifier  "My Monitor"

    HorizSync   31.5 - 50.0

    VertRefresh 40-90

EndSection


Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "nvidia"
  
Option "NvAGP" "3"
Option "CursorShadow" "1"
Option "NoLogo" "1"
Option "DigitalVibrance" "0"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"


   DefaultDepth 24

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

EndSection



Section "ServerLayout"
    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
 
Old 03-28-2004, 12:35 PM   #2
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 768

Rep: Reputation: 64
Were you trying CTRL-ALT + and CTRL-ALT - ??
Did you use the numeric keypad for the + and - ?

tobyl
 
Old 03-28-2004, 01:13 PM   #3
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Re: Changing screen modes in Slack 9.1 doesn't work

Quote:
Originally posted by dushkinup

Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"


DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480" "1600x1200"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480" "1600x1200"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480" "1600x1200"
EndSubsection

Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480" "1600x1200"
EndSubsection
[/CODE]
Sure you can, just edit the "modes" line that corresponds to you DefaultDepth...........I only have one entry on mine, "1152x864"..........just delete the others....
 
Old 03-28-2004, 02:10 PM   #4
dushkinup
Member
 
Registered: Feb 2004
Location: Alpha Quadrant, sol system, earth, asia, Israel.
Distribution: Computer I : Slackware 9.1 ; Computer II : Windows XP
Posts: 144

Original Poster
Rep: Reputation: 15
Nope. Doesn't work. Isn't there a GUI tool to configure that? Maybe something like SaX2 in SuSE?
 
Old 03-28-2004, 02:42 PM   #5
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
Well u can backup the old file and try to run "xf86config" as root (without the quotes ofcourse). The utility is a text based on though.
 
Old 03-28-2004, 03:20 PM   #6
dushkinup
Member
 
Registered: Feb 2004
Location: Alpha Quadrant, sol system, earth, asia, Israel.
Distribution: Computer I : Slackware 9.1 ; Computer II : Windows XP
Posts: 144

Original Poster
Rep: Reputation: 15
Nope...
 
Old 03-28-2004, 03:35 PM   #7
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
can u elaborate on the "nope.. " ??/
 
Old 03-28-2004, 03:43 PM   #8
dushkinup
Member
 
Registered: Feb 2004
Location: Alpha Quadrant, sol system, earth, asia, Israel.
Distribution: Computer I : Slackware 9.1 ; Computer II : Windows XP
Posts: 144

Original Poster
Rep: Reputation: 15
Same as editing the config file. It doesn't want to switch to those modes, dunno why.
 
Old 03-28-2004, 04:45 PM   #9
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
what modes do u want ?
 
Old 03-28-2004, 08:38 PM   #10
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
well... did you try upgrading your video card driver?

and try changing your HorizSync and VertRefresh under the monitor section.
that fixed my resolution problem.
 
Old 03-29-2004, 08:33 AM   #11
Beermoth
LQ Newbie
 
Registered: Oct 2003
Posts: 4

Rep: Reputation: 0
I had this problem, it was because I hadn't set up the monitor correctly. Make sure your horizontal & vertical refresh rates are right.
 
Old 04-12-2004, 02:00 AM   #12
slappycakes
Member
 
Registered: Aug 2003
Location: Japan
Distribution: Slackware 10
Posts: 88

Rep: Reputation: 15
I had the same problem as dishknup and fixed it by putting to correct Hoizontal and Vertical Refresh rates in the XF86Config file.

At that I booted and was greeted by my desired resolution.


Slappy
 
  


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
Mandrake 10 changing display modes from shell. bobo_snyder Linux - Newbie 1 03-27-2005 07:38 AM
Custom screen modes mtb Linux - Software 0 09-17-2003 08:27 AM
changing modes on eth0 to half duplex robert1 Linux - Networking 4 07-24-2003 09:05 AM
Changing the refreshrate for vga/vbe video modes akqw Linux - Software 1 05-25-2003 11:06 AM
Changing Video Modes UncleAdam Linux - General 2 12-27-2001 04:45 PM

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

All times are GMT -5. The time now is 07:21 AM.

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