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 11-08-2003, 11:07 AM   #1
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Rep: Reputation: 15
Problem with XF86Config


Well, I got another machine for free so I thought I'd throw on Slack 9.1. Everything seemed fine, but something was not right with my X display. It was mirrored 4 times horizontally... With nothing working, I thought I'd try this: Boot the Live-CD version, which worked perfectly, then copy that XF86Config to my hd. Will this work?

Walter
 
Old 11-08-2003, 11:17 AM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Probably. It just doesn't work if you take the file from other distros.
 
Old 11-08-2003, 12:13 PM   #3
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Original Poster
Rep: Reputation: 15
Nope, didn't work. Working from Left to right I get about 1/4 of the screen is ok, then it mirrors that part for the other 3/4 of the screen (4 times)... no idea. Why can the Slack Live-CD detect and work perfect but Slack can't?

Walter
 
Old 11-08-2003, 12:25 PM   #4
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Try (as root):
Code:
XFree86 -configure
This will create a XF86Config.new in /root. Edit this file to fix anything that wasn't detected and copy it to /etc/X11 (make a backup copy of /etc/X11/XF86Config before overwriting it with .new)

Also, XF86Config is/should be distro-independent, so if you know someone with the same video setup, you should be able to copy their XF86Config file. . .
 
Old 11-08-2003, 12:32 PM   #5
wwpusa
LQ Newbie
 
Registered: Sep 2003
Location: Georgia, USA
Distribution: SLACKWARE SLACKWARE and SLACKWARE !!
Posts: 21

Rep: Reputation: 15
copy the text

Have you tried just copying the same contents instead of the file itself...
 
Old 11-08-2003, 12:40 PM   #6
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Original Poster
Rep: Reputation: 15
Re: copy the text

Quote:
Originally posted by wwpusa
Have you tried just copying the same contents instead of the file itself...
I havn't tried that, without sounding stupid what's the difference?

Walter
 
Old 11-08-2003, 12:41 PM   #7
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by moses
Try (as root):
Code:
XFree86 -configure
This will create a XF86Config.new in /root. Edit this file to fix anything that wasn't detected and copy it to /etc/X11 (make a backup copy of /etc/X11/XF86Config before overwriting it with .new)

Also, XF86Config is/should be distro-independent, so if you know someone with the same video setup, you should be able to copy their XF86Config file. . .
I Did this, but it still does it, only now it only 1 mirror of my screen... It has something do with my monitor, but I just can't get it....

Walter
 
Old 11-08-2003, 12:52 PM   #8
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Original Poster
Rep: Reputation: 15
Here is my XF86Config... Maybe your guys can see something wrong. This worked Perfect on the Live CD.


Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Driver "mouse"
Option "Protocol" "auto"

Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
HorizSync 31.5 - 57.0
VertRefresh 60-120
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "TTX"
ModelName "ab"
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "slow_edodram" # [<bool>]
#Option "slow_dram" # [<bool>]
#Option "fast_dram" # [<bool>]
#Option "fpm_vram" # [<bool>]
#Option "pci_burst" # [<bool>]
#Option "fifo_conservative" # [<bool>]
#Option "fifo_moderate" # [<bool>]
#Option "fifo_aggressive" # [<bool>]
#Option "pci_retry" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "early_ras_precharge" # [<bool>]
#Option "late_ras_precharge" # [<bool>]
#Option "lcd_center" # [<bool>]
#Option "set_lcdclk" # <i>
#Option "set_mclk" # <freq>
#Option "set_refclk" # <freq>
#Option "show_cache" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseFB" # [<bool>]
#Option "mxcr3afix" # [<bool>]
#Option "XVideo" # [<bool>]
Identifier "Card0"
Driver "s3virge"
VendorName "S3 Inc."
BoardName "Trio 64 3D"
BusID "PCI:1:1:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection


Walter
 
Old 11-08-2003, 01:25 PM   #9
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Original Poster
Rep: Reputation: 15
Oh well, forget it. I'll use another distro that works for me. I've never had to mess around this much...Thanks for any help.

Walter
 
Old 11-09-2003, 12:19 PM   #10
whaase
Member
 
Registered: Aug 2002
Location: Calgary, Alberta, Canada
Distribution: Ubuntu Server, Ubuntu Desktop
Posts: 128

Original Poster
Rep: Reputation: 15
Ok, well, I know I said I'd give up, but, it was bugging me too much! So I finally got it working. I copied over XF86Config-fbdev to XF86Config. Changed the line in lilo.conf to vga=791. run 'lilo' and reboot. Now it works perfect. Now it's time to play with Slack!

Walter
 
  


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
XF86Config-4 problem svinka SUSE / openSUSE 16 01-22-2005 11:06 AM
root@localhost:~# xf86config -bash: xf86config: command not found klemen Slackware 17 01-06-2005 02:56 AM
Problem with xf86config Matt.Ramos Slackware 5 07-12-2004 02:29 AM
XF86Config-4 Problem vi0lat0r Linux - Hardware 6 03-30-2004 03:57 AM
a XF86Config problem again.. tomte Linux - Newbie 6 10-25-2003 09:07 AM

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

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