Reply
 
Thread Tools Display Modes
  #1  
Old 11-01-2005, 08:36 PM
Aeon Aeon is offline
Junior Member
 
Join Date: Nov 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Screen Resolution
Hi!

On Ms Windows I get a 1280x1024px as maximum screen resolution. On PCBSD I get as maximum screen resolution 1024x768px.
Is there a way to configure PCBSD, so I could get a 1280x1024px as screen resolution?

My monitor is a ViewSonic A70f-2 which has a fH 30-70khz and fV 50-160Hz

My video card is a 3Dfx Interactive, Inc. Voodoo3

On Linux I use TDFX as controler.

thanks.
Reply With Quote
  #2  
Old 11-01-2005, 10:53 PM
Dingens Dingens is offline
Senior Member
 
Join Date: May 2005
Location: GER
Posts: 1,004
Thanks: 0
Thanked 0 Times in 0 Posts
Default
maybe :arrow: http://www.pcbsd.org/forums/viewtopic.php?t=491
Reply With Quote
  #3  
Old 11-02-2005, 04:59 AM
sblevin sblevin is offline
Senior Member
 
Join Date: Jun 2005
Location: Australia
Posts: 909
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Open konsole and enter
su

then type

cp /etc/X11/XF86Config /etc/X11/XF86Config-backup

This makes a backup of the file /etc/X11/XF86Config incase something goes wrong. Then type

edit /etc/X11/XF86Config

You will need to change the section that says:
Code:
   SubSection "Display"
           Modes    "1024x768" "800x600" "640x480"
to say:
Code:
   SubSection "Display"
           Modes    "1280x1024" "1024x768" "800x600" "640x480"
STEP TWO
Providing you gave the correct refresh rate times in your post ...... ONLY change the HorizSync and VertRefresh lines - don't touch anything else.

Code:
Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 160.0
EndSection
I "THINK" your card uses the following driver

Code:
Section "Device"
   Identifier  "Card0"
   Driver      "tdfx"
EndSection
The restart. If KDE fails to start up, then log in as user root and type

mv -f /etc/X11/XF86Config-Backup /etc/X11/XF86Config

This will force your working backup copy of /etc/X11/XF86Config back into place. To restart type

killall kdm

or restart with ctrl+alt+delete or the

shutdown -r now

command. GOOD LUCK!
Reply With Quote
  #4  
Old 11-02-2005, 06:19 AM
Aeon Aeon is offline
Junior Member
 
Join Date: Nov 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default
It works. Thanks.
Reply With Quote
  #5  
Old 11-02-2005, 01:02 PM
Charles Charles is offline
Senior Member
 
Join Date: May 2005
Posts: 3,710
Thanks: 0
Thanked 0 Times in 0 Posts
Default
This is the problem of PC-BSD not knowing what is the best configuration for the detected hardware... A thourough hardware embedded database with information on configurations would solve these kinds of issues once for all :roll:
Reply With Quote
  #6  
Old 11-02-2005, 03:42 PM
Dingens Dingens is offline
Senior Member
 
Join Date: May 2005
Location: GER
Posts: 1,004
Thanks: 0
Thanked 0 Times in 0 Posts
Default
yes, one or two person are about to write the tool and the others collect datas of the monitors.
Reply With Quote
  #7  
Old 11-02-2005, 06:57 PM
pcbsdusr pcbsdusr is offline
Senior Member
 
Join Date: May 2005
Location: Sesimbra-Portugal- EU
Posts: 1,617
Thanks: 0
Thanked 0 Times in 0 Posts
Default
this problem which affects many oss is linked to the difficulty in finding the correct Y-sync and V-sync values.

I have adressed this problem and discussed it with youlle some time ago.

We have found a way to find the correct values using ddc (search for ddc probe on google).

Andrew told me he has takled to Kris and work is under way already to create a pc-bsd ddc probe mechanism.

Other Linux OS's already use this method (Knoppix) combined with a database so that should be the way to go.
Reply With Quote
  #8  
Old 11-02-2005, 08:55 PM
Dingens Dingens is offline
Senior Member
 
Join Date: May 2005
Location: GER
Posts: 1,004
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by pcbsdusr
this problem which affects many oss is linked to the difficulty in finding the correct Y-sync and V-sync values.
difficult? i went to the manufactor site and download the technical data sheet of my monitor and change the values.
Reply With Quote
  #9  
Old 11-03-2005, 12:24 AM
Charles Charles is offline
Senior Member
 
Join Date: May 2005
Posts: 3,710
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by Dingens
difficult? i went to the manufactor site and download the technical data sheet of my monitor and change the values.
Yes, way too difficult for the targetted audience.
Reply With Quote
  #10  
Old 11-03-2005, 05:00 AM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by Charles
Originally Posted by Dingens
difficult? i went to the manufactor site and download the technical data sheet of my monitor and change the values.
Yes, way too difficult for the targetted audience.
I think that SuSE and RedHat already have DDC database- why not use their knowledge?
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Resolution 640x480 ?? Ben Hacker Jr Graphics Cards 2 08-25-2008 08:57 PM
Changing screen resolution Zura Graphics Cards 6 07-23-2008 12:54 AM
Screen resolution carlos Installing PC-BSD 17 04-01-2008 03:29 PM
Screen resolution before install? bsquirl Installing PC-BSD 1 03-30-2008 06:16 AM
Screen Resolution Dark General Questions 10 11-27-2005 03:30 PM


All times are GMT. The time now is 09:05 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.