LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-23-2004, 04:17 PM   #1
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
XF86Config & Screen Resolution help...


xI got a new to me monitor, its a 21 inch crt. I have been trying to get 1280x1024 resoltuion and I cannot get it to work. best I can get is 1024*764,

Video = GeFroce 2
Monitor = HP A4331D

Here is my XF86Config file...

Code:
Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
    EndSubSection
    Load        "type1"
    Load        "speedo"
#    Load        "freetype"
#    Load        "xtt"
     Load       "glx"
#    Load       "dri"

EndSection
Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    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/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc102"
    Option "XkbLayout"	"us"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier "HP A4331D"
	VendorName "HP"
	ModelName  "A4331D"
	HorizSync 30 - 121
	VertRefresh 48 - 80
EndSection

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"

EndSection

Section "Device"
    Identifier  "GeForce2"
    Driver      "nvidia"
    Option	"NvAGP" "2"
    VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce2"
    Monitor     "TekBright"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
any ideas??

EDIT: Also xf86config does not work for me any more.. its been about 4-5 months since I have used it but it has worked?? I get command not found when trying to run it.

Last edited by trey85stang; 04-23-2004 at 04:19 PM.
 
Old 04-23-2004, 09:42 PM   #2
huntz
Member
 
Registered: Sep 2003
Location: Aussie
Distribution: shlackoes
Posts: 38

Rep: Reputation: 15
Re: XF86Config & Screen Resolution help...

Quote:
Originally posted by trey85stang


Section "Monitor"
Identifier "HP A4331D"
VendorName "HP"
ModelName "A4331D"
HorizSync 30 - 121
VertRefresh 48 - 80
EndSection

The above looks completely wrong for your monitor.

According to HP your monitor is:

H Freq/ V Freq: 30-82khz / 48-150 hz
 
Old 04-25-2004, 12:23 PM   #3
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Original Poster
Rep: Reputation: 41
Re: Re: XF86Config & Screen Resolution help...

Quote:
Originally posted by huntz
The above looks completely wrong for your monitor.

According to HP your monitor is:

H Freq/ V Freq: 30-82khz / 48-150 hz
I changed the settings but the I get the same results...

Does anyone know how I can get xf86config back?? I searched the machine for it and it is not there???
 
Old 04-25-2004, 12:45 PM   #4
tungsten
Member
 
Registered: Jun 2003
Location: Orust, Sweden
Distribution: Slackware current
Posts: 95

Rep: Reputation: 15
Re: Re: Re: XF86Config & Screen Resolution help...

Quote:
Originally posted by trey85stang
Does anyone know how I can get xf86config back?? I searched the machine for it and it is not there??? [/B]
Hi trey85stang

That problem happen to me from time to time, a way to go around the problem will be to jump to an other directory i.e.:
Quote:
# cd /
# xf86config

or

# cd /src
# xf86config
Try to jump around to different places I'm sure it will start a last thing will the removal of your existing XF86-installation and re-installation by means of pkgtool.

/tungsten
 
Old 04-25-2004, 12:50 PM   #5
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Original Poster
Rep: Reputation: 41
Re: Re: Re: Re: XF86Config & Screen Resolution help...

Quote:
Originally posted by tungsten
Hi trey85stang

That problem happen to me from time to time, a way to go around the problem will be to jump to an other directory i.e.:


Try to jump around to different places I'm sure it will start a last thing will the removal of your existing XF86-installation and re-installation by means of pkgtool.

/tungsten
Thanks for the suggestion... but it does not seem to be working for me... I have one more thing that I have found out. I would like to add to this post before reintalling X...

My edited XF86Config file is not being used. I switched my nvidia driver to nv in the config.. and the nvidia module still continues to load (I get the nvidia splash screen). So I checked the XFree86.0.log file.. and it is loading all the settings from my old config???

I went as far as rm'ing all the XF86Config files from /etc/X11 and yet startx continues to load with no problem???

anyone have any ideas what is going on??
 
Old 04-25-2004, 12:57 PM   #6
tungsten
Member
 
Registered: Jun 2003
Location: Orust, Sweden
Distribution: Slackware current
Posts: 95

Rep: Reputation: 15
Sounds tricky,

I'm not so happy with Nvidia either as they make a lot of trouble. BTW let us know your soulution on this problem

/tungsten
 
Old 04-25-2004, 01:06 PM   #7
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Original Poster
Rep: Reputation: 41
ok.. problem resolved... it turns out I installed xorg at some point.. It was not useing XF86Cong.. I was using xorg.conf made all the changes to xorg.conf and it worked perfectly
 
  


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
Screen resolution & TV out robmongoose Linux - Software 17 08-07-2005 08:04 AM
XF86Config / startx / display resolution and screen area pbhj Slackware 9 01-06-2005 07:17 PM
XF86Config screen resolution tentonipete Slackware 29 09-07-2003 05:57 PM
Screen Colors & Resolution BrianAG Slackware 6 07-26-2003 12:36 AM
Screen resolution & Scrolling moose Linux - Hardware 1 05-24-2003 02:26 AM

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

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