Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums

Go Back   Code Forums > Systems > Linux / BSD / OS X

Reply
 
LinkBack Thread Tools Display Modes
Old 04-06-2005, 01:47 PM   #1 (permalink)
Odoggy5
Code Monkey
 
Odoggy5's Avatar
 
Join Date: Aug 2003
Location: SF
Posts: 47
Odoggy5 is on a distinguished road
Send a message via AIM to Odoggy5
Screen Resoloution FreeBSD

I am starting to expiriment with UNIX, I just installed FreeBSD and gnome. I am having a hell of a time adjusting the screen resoloution. I configure the xorg.conf file and added my resoloution to the end. Still no luck.

When I go to the screen resoloution in the prefrences within the GUI, all it let me select is 640x480, anybody have some advice for a "newbie"?

Thanks...
Odoggy5 is offline   Reply With Quote
Old 04-06-2005, 02:20 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
i had the exact same problem. i could never get freebsd to go higher than that .. after several hours over a few days, i just went back to debian.
__________________
Mike
sde is offline   Reply With Quote
Old 04-06-2005, 04:49 PM   #3 (permalink)
Odoggy5
Code Monkey
 
Odoggy5's Avatar
 
Join Date: Aug 2003
Location: SF
Posts: 47
Odoggy5 is on a distinguished road
Send a message via AIM to Odoggy5
yeah, i might have to start looking into a diff't flava'!
Odoggy5 is offline   Reply With Quote
Old 04-06-2005, 05:03 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
you may want to try the guys at http://screamingelectron.org/

they tried to help me, .. in fact you may find my old post there, .. although i never got it fixed.

here it is:
http://screamingelectron.org/forum/s...ead.php?t=1891
__________________
Mike
sde is offline   Reply With Quote
Old 04-06-2005, 08:38 PM   #5 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
/stand/sysinstall

No helpful bits in the X config in there? I had it working fine with at least 1024x768 (I think I had it at 1280x1024, but can't remember), but that was with an older version of X.

-r
idx is offline   Reply With Quote
Old 04-06-2005, 09:08 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
i think a lot of it depends on your vid card.
__________________
Mike
sde is offline   Reply With Quote
Old 04-08-2005, 10:25 PM   #7 (permalink)
Kernel_Killer
Regular Contributor
 
Kernel_Killer's Avatar
 
Join Date: Feb 2003
Location: indisclosed
Posts: 210
Kernel_Killer is on a distinguished road
Great pick of BSD!!! As for /stand/sysinstall, X was taken out in 5.3. Can I see your /etc/X11/xorg.conf?
__________________
Network Synapse
Screaming Electron
Kernel_Killer is offline   Reply With Quote
Old 04-11-2005, 03:18 PM   #8 (permalink)
Odoggy5
Code Monkey
 
Odoggy5's Avatar
 
Join Date: Aug 2003
Location: SF
Posts: 47
Odoggy5 is on a distinguished road
Send a message via AIM to Odoggy5
xorg.conf file

Section "ServerLayout"
Identifier "X.org 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/TTF/"
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 "freetype"
Load "speedo"
Load "type1"
EndSection

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

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
### Uncomment if you don't want to default to DDC:
# HorizSync 30.0 - 107.0
# VertRefresh 48.0 - 120.0
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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "ForcePCIMode" # [<bool>]
#Option "CCEPIOMode" # [<bool>]
#Option "CCENoSecurity" # [<bool>]
#Option "CCEusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnablePageFlip" # [<bool>]
#Option "Display" # <str>
#Option "PanelWidth" # <i>
#Option "PanelHeight" # <i>
#Option "ProgramFPRegs" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "ShowCache" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Rage 128 PF/PRO AGP 4x TMDS"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
Odoggy5 is offline   Reply With Quote
Old 04-14-2005, 08:33 PM   #9 (permalink)
Kernel_Killer
Regular Contributor
 
Kernel_Killer's Avatar
 
Join Date: Feb 2003
Location: indisclosed
Posts: 210
Kernel_Killer is on a distinguished road
Code:
# HorizSync 30.0 - 107.0
# VertRefresh 48.0 - 120.0
Is there a reason this is commented out? You need to have these two things defined.
__________________
Network Synapse
Screaming Electron
Kernel_Killer is offline   Reply With Quote
Old 04-15-2005, 09:51 AM   #10 (permalink)
Odoggy5
Code Monkey
 
Odoggy5's Avatar
 
Join Date: Aug 2003
Location: SF
Posts: 47
Odoggy5 is on a distinguished road
Send a message via AIM to Odoggy5
Is that information I can find with my monitor documentation? I have heard some horror stories about people frying their monitors out. I am using a 17" LCD and dont want to lose it!
Odoggy5 is offline   Reply With Quote
Old 04-20-2005, 09:41 PM   #11 (permalink)
Kernel_Killer
Regular Contributor
 
Kernel_Killer's Avatar
 
Join Date: Feb 2003
Location: indisclosed
Posts: 210
Kernel_Killer is on a distinguished road
Can't blame you there. Yes, you can find it on the manufacturer's site. If not, the manual should have it. Another option, is to get a live CD of some OS that loads X. Check the xorg.conf file that it has, and see what it's set at.
__________________
Network Synapse
Screaming Electron
Kernel_Killer is offline   Reply With Quote
Reply

Bookmarks

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clear Screen function help Tarquini Standard C, C++ 3 04-20-2005 09:49 PM
How to convert the decartes ordinate to screen ordinate ? john_tran Platform/API C++ 1 10-22-2004 02:49 AM
PHP code for Login Screen KEEBOD PHP 2 07-15-2004 06:18 PM
setviewport() & clearviewport() How DONT blink the screen?? _Deus() Platform/API C++ 0 07-09-2004 10:02 PM
screen package? sde Linux / BSD / OS X 8 03-10-2003 05:44 PM


All times are GMT -8. The time now is 01:38 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting