Reply
 
Thread Tools Display Modes
  #1  
Old 10-28-2006, 11:50 PM
ggordon ggordon is offline
Junior Member
 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default xorg.conf
Here is a copy pf my xorg.conf from the Linux distro I am currently using...my question is...will this video setup correctly on a PC-BSD 1.3 Beta1 install or will I have to fight it tooth and nail to work in PC-BSD?


# ************************************************** ********************
# This file was generated by videoconfig (Zenwalk Xorg configuration tool)
# If you changed your video card or monitor, please run videoconfig again
# from runlevel 3. Don't modify this file yourself until you know what you do
# ************************************************** ********************


# ************************************************** ********************
# Files section. This allows default font and rgb paths to be set
# ************************************************** ********************

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/TTF/"
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

# ************************************************** ********************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# ************************************************** ********************

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

# ************************************************** ********************
# Server flags section.
# ************************************************** ********************

Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "DontZoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
# Option "blank time" "10" # 10 minutes
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"

# Option "EstimateSizesAggresively" "0"

EndSection

# ************************************************** ********************
# Core keyboard's InputDevice section
# ************************************************** ********************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
# Option "AutoRepeat" "500 5"
# Option "Xleds" "1 2 3"
# Option "XkbDisable"

Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" ""
# Option "XkbVariant" "us"
# Option "XkbOptions" ""
EndSection


# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************

Section "InputDevice"

# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
Option "ZAxisMapping" "4 5"
EndSection


# ************************************************** ********************
# Monitor section
# ************************************************** ********************

Section "Monitor"
Identifier "Monitor1"
VendorName "WDE"
ModelName "LCM-17v8"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0

Option "DPMS"
EndSection


# ************************************************** ********************
# Graphics device section
# ************************************************** ********************

# Any number of graphics device sections may be present

Section "Device"
Identifier "Videocard1"
VendorName "Intel Corporation"
BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

# ************************************************** ********************
# Screen sections
# ************************************************** ********************

Section "Screen"
Identifier "Videoconfig"
Device "Videocard1"
Monitor "Monitor1"

DefaultDepth 24

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

# ************************************************** ********************
# ServerLayout sections.
# ************************************************** ********************

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Videoconfig"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Reply With Quote
  #2  
Old 10-29-2006, 01:23 AM
dracheflieger dracheflieger is offline
Senior Member
 
Join Date: May 2006
Location: Greater State of Northern Kaliforneea
Posts: 2,880
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Who knows?...the obvious answer is try it but it looks like everything is doubled or maybe you just pasted twice. If 1.3 does show you a screen, backup the current xorg.conf and put yours in its place, then you've got something to fall back on if yours fails.
Reply With Quote
  #3  
Old 10-29-2006, 01:33 AM
Seva Seva is offline
Junior Member
 
Join Date: Sep 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Generally, XOrg is same on Linux and FreeBSD/PC-BSD, so that surelly your config would work.
However, directories structure and devices naming could be different between system. So, you could need to correct paths and device names (e.g. /dev/mouse) to used by PC-BSD.

But, I've looked through your config and have not found there anything special. So, I actually wonder why do you need to keep/copy it? I think XOrg will generate same quality config automatically (probably, only except monitor frequency).
Or have I missed something?
Reply With Quote
  #4  
Old 10-29-2006, 12:13 PM
ggordon ggordon is offline
Junior Member
 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default X
I tried installing PC-BSD and apparently it doesn't like the Intel chipset as X would not start. I got it to a 640x480 resolution and quit in fustration after that. I may try again and see if my Linux config will work, either by a straight copy from a USB stick or I'll print it out and then edit the PC-BSD config with ee. Since 1.3 is still beta1, I was wondering if this might be fixed or addressed in a later build. I hate to ruin a perfectly working Linux box to have to fight my way through a PC-BSD setup to a decent resolution. Looking through the forums, I appear not to be the only one to have experienced this problem.

ops:
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
/etc/x11/xorg.conf help lloydmst Installing PC-BSD 2 01-19-2008 02:23 AM
xorg.conf question putu FreeBSD Help 3 01-13-2008 05:37 PM
Editing xorg.conf [revisited] DarkStarAeon Graphics Cards 48 03-14-2007 05:24 AM
Why XF86Config and not xorg.conf? WillyTP General Questions 1 05-29-2006 10:05 AM
xorg.conf XF86Config dilema sblevin Creating PC-BSD Packages (.pbi files) 7 12-12-2005 11:13 AM


All times are GMT. The time now is 10:08 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.