LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to Make Slack Recognize My Monitor? (https://www.linuxquestions.org/questions/slackware-14/how-to-make-slack-recognize-my-monitor-109330/)

bongski55 10-27-2003 10:53 PM

How to Make Slack Recognize My Monitor?
 
Tried manually to set the actual horiz and vertical refresh rate for my AOpen monitor but in doing so the display goes off-center and all I get on the screen is 800x600 screen size. All the other distros I tried (Knoppix,Mandrake,Peanut and vector) recognized my monitor during installation. I am wondering why Slackware 9 does not recognize it during install.

So any suggestions on how to configure slackware to correctly 'use' my AOpen p75 monitor?

carboncopy 10-27-2003 11:06 PM

You need to edit /etc/X11/XF86Config

Below is a section of my XF86Config.

Section "Monitor"
Identifier "Monitor0"
VendorName "Compaq"
ModelName "P1210"
HorizSync 30-121 #check your specs on the manual
VertRefresh 50-161 #check your specs on the manual
DisplaySize 406 305 # mm - check your specs on the manual
Option "DPMS" # most modern not fix freq monitor are dpms
# Option "SyncOnGreen" # my fix freq monitor
# ModeLine "1024x768/85Hz" 94.5 1024 1056 1152 1376 768 769 772 808 -HSync -VSync #Modeline is extremly optional
EndSection

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

After you have a display at the resoultion you wished (such as 1024x768 @ 85 Hz), You can star xvidtune form command line when you are in xwindows.

Do the minor adjustment such as center the screen, adjust the width, and write down all the numbers on the screen. This number should go into ModeLine under monitor section.
It should be ModeLine "name" [pixelclock] [HDisplay] [HSyncStart] [HSyncEnd] [HTotal] [VDisplay] [VSyncStart] [VSyncEnd] [VTotal] -Hsync-Vsync

All the best

bongski55 10-27-2003 11:12 PM

what is star xvidtune?

carboncopy 10-27-2003 11:32 PM

sorry should be start
xvidtune

just go to the console and type xvidtune and enter

bongski55 10-28-2003 02:14 AM

Thanks,I'm at the office now,will try later.

bongski55 10-28-2003 11:10 AM

To carboncopy,
had to set my video to the correct card(sis) and your suggestions worked .
Thanks a lot!

bong

bongski55 10-30-2003 01:34 AM

Well,the procedure 'xvidtune' solved my problem,thank you. But still my question is not answered: How to make slackware recognize my monitor at slackware install? I also use vector linux which is slackware based and it recognized my monitor woithout going thru 'xvidtune'. Should there be a kernel recompile? If so what to change in the config file?

My monitor is AOpen a75pf.


All times are GMT -5. The time now is 12:04 AM.