Dzonis
04-14-2007, 11:07 PM
Hello.
Since i'm makeing a new post, i have a problem and i have a problem with wind screen resolution, using ATI x1550 videocard.
There was no problem with instalation. It completed with no hitches, and loades with no problems, but, the max resolution i can use is 1024x768, using VESA drivers (just for testing, i changed Driver "vesa" to Driver "ati"(i don't have a clue if that was a good thing to do, but it worked:)), max resolution was 1600x1200, but still no WS resolutions in list).
also tried that kxgenerator, but that didn't help either.
my xorg.conf
# XFree86 configuration file for RoFreeSBIE
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
#Option "DisableVidModeExtension" "True"
#Option "NoTrapSignals" "True"
#Option "DisableModInDev" "True"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/illinoy/"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts/"
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/"
FontPath "/usr/X11R6/lib/X11/fonts/dejavu/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/hebrew/"
FontPath "/usr/X11R6/lib/X11/fonts/vietnamese/"
FontPath "/usr/X11R6/lib/X11/fonts/indic/"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/AAHS"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/AGA"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/FS"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/Kasr"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/MCS"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/Shmookh"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
EndSection
Section "Module"
# Load "record"
Load "ddc"
Load "dri"
Load "dbe"
Load "extmod"
Load "glx"
Load "xtrap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Unprobed Monitor (no DDC)"
#Info: All lines begining with # are comments
#Info: Uncomment the the desired lines by removing
# the # sign in front of them.
#Warning: Dont forget to comment the unused lines
# by adding a # sign in front of them
# HorizSync 28.0 - 60.0 # Warning: This is for very old Monitors
HorizSync 28.0 - 78.0 # Warning: This may fry olders Monitors
# HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
#Info: TFT default or very old CRT Monitors
# VertRefresh 50.0 - 60.0 # Extreme conservative. Will flicker.
#Info: TFT Monitors or olders CRT Monitors
VertRefresh 50.0 - 76.0 # Very conservative. May flicker.
#Info: Only for CRT monitors
# VertRefresh 50.0 - 100.0 # Not conservative. It will not flicker.
# Default modes distilled from
# "VESA and Industry Standards and Guide for Computer Display Monitor
# Timing", version 1.0, revision 0.8, adopted September 17, 1998.
# $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
# 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# 800x600 @ 72Hz (VESA) hsync: 48.1kHz
ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
# 800x600 @ 75Hz (VESA) hsync: 46.9kHz
ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
# 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
# Extended modelines with GTF timings
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
setting requires resolutions in "Screen" section didn't change anything..probaly the right thing in "Monitor"/modeline section could do the right thing, but i have no idea what to write there and as you can see, i have no idea what i'm talking about, so my intuition can be wrong (and most probably it is) :).
i will be thankful for any advise
Since i'm makeing a new post, i have a problem and i have a problem with wind screen resolution, using ATI x1550 videocard.
There was no problem with instalation. It completed with no hitches, and loades with no problems, but, the max resolution i can use is 1024x768, using VESA drivers (just for testing, i changed Driver "vesa" to Driver "ati"(i don't have a clue if that was a good thing to do, but it worked:)), max resolution was 1600x1200, but still no WS resolutions in list).
also tried that kxgenerator, but that didn't help either.
my xorg.conf
# XFree86 configuration file for RoFreeSBIE
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
#Option "DisableVidModeExtension" "True"
#Option "NoTrapSignals" "True"
#Option "DisableModInDev" "True"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/illinoy/"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts/"
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/"
FontPath "/usr/X11R6/lib/X11/fonts/dejavu/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/hebrew/"
FontPath "/usr/X11R6/lib/X11/fonts/vietnamese/"
FontPath "/usr/X11R6/lib/X11/fonts/indic/"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/AAHS"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/AGA"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/FS"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/Kasr"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/MCS"
FontPath "/usr/X11R6/lib/X11/fonts/ae_fonts1/Shmookh"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
EndSection
Section "Module"
# Load "record"
Load "ddc"
Load "dri"
Load "dbe"
Load "extmod"
Load "glx"
Load "xtrap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Unprobed Monitor (no DDC)"
#Info: All lines begining with # are comments
#Info: Uncomment the the desired lines by removing
# the # sign in front of them.
#Warning: Dont forget to comment the unused lines
# by adding a # sign in front of them
# HorizSync 28.0 - 60.0 # Warning: This is for very old Monitors
HorizSync 28.0 - 78.0 # Warning: This may fry olders Monitors
# HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
#Info: TFT default or very old CRT Monitors
# VertRefresh 50.0 - 60.0 # Extreme conservative. Will flicker.
#Info: TFT Monitors or olders CRT Monitors
VertRefresh 50.0 - 76.0 # Very conservative. May flicker.
#Info: Only for CRT monitors
# VertRefresh 50.0 - 100.0 # Not conservative. It will not flicker.
# Default modes distilled from
# "VESA and Industry Standards and Guide for Computer Display Monitor
# Timing", version 1.0, revision 0.8, adopted September 17, 1998.
# $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
# 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# 800x600 @ 72Hz (VESA) hsync: 48.1kHz
ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
# 800x600 @ 75Hz (VESA) hsync: 46.9kHz
ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
# 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
# Extended modelines with GTF timings
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
setting requires resolutions in "Screen" section didn't change anything..probaly the right thing in "Monitor"/modeline section could do the right thing, but i have no idea what to write there and as you can see, i have no idea what i'm talking about, so my intuition can be wrong (and most probably it is) :).
i will be thankful for any advise