LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xfree86 With 14" Display (https://www.linuxquestions.org/questions/linux-software-2/xfree86-with-14-display-217833/)

vovanus 08-15-2004 07:46 AM

Xfree86 With 14" Display
 
Hi guys!
I've got a huge problem - it is essential for me as I am just starting to learn Linux. Let's start with my configuration. It's AMD Athlon XP 1700+, Video card is S3 Savage Km 133 and... a 14" display - I really like it and I don't want to change it. The display is Belinea 10 40 45 and it works good under Windows at even 1024x768, though I usually use 800x600. I am trying to set up 800x600 for Linux, but I always fail to start X server with these parameters. The image on display runs down... and it is impossible to view anything. When I set up 640x480, everything is OK, but... add my 14" display - everything is so big and it is impossible to work too. Let me include my XF86Config file

# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "max4045"
HorizSync 30.0 - 50.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "savage"
VendorName "Videocard vendor"
BoardName "S3 ProSavage KM133"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

When I am tring to change this to 800*600 I am getting the described above... I've checked my display parameters - they're ok... Any help is appreciated

BigNate 08-15-2004 08:49 AM

well, I am no Xfree guru, so take my advice at your own risk :)

But the "VertRefresh 50.0 - 120.0" seems a little high. If you have the actual refresh rates you could try tweaking those manually in the config. Or, run 'xf86config' from the command line and be prepared to answer the questions about your video card, mouse, keyboard and monitor. That might help. It seems that the redhat generated XF86Config is not correct as it would work if it was ;)

vovanus 08-15-2004 09:02 AM

I've tried to modify refresh rate VertRefresh - it doesn't help :( This is writter in my disp[lay specification... and it works for 640x480... is there any dependence of the resolution and refresh rate?

BigNate 08-15-2004 09:16 AM

Are you saying this is the actual vert refreash rate?

vovanus 08-15-2004 09:37 AM

Yes, this is the current setting. 50-120 and X server does not start if I change this to smaller values.

binidiot 08-15-2004 01:12 PM

Maybe I am confused, but your config file only shows 640 by 480 mode. Have you tried adding the 800 by 600 mode to the config??

vovanus 08-15-2004 02:10 PM

Yes, certainly, I've tried to do that, but this way it does not work... that's why I am asking for the solution. If anyone knows who I may contact in regards with this question (forums, etc). this will be greatly appreciated.

BigNate 08-15-2004 02:12 PM

Quote:

Originally posted by binidiot
Maybe I am confused, but your config file only shows 640 by 480 mode. Have you tried adding the 800 by 600 mode to the config??
Good catch...here is a sample from my config:

Code:

Subsection "Display"
        Depth      8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

Play around with that.

vovanus 08-15-2004 03:02 PM

Tried... this didn't help too. Maybe anyone had a 14" with Linux installed... as My display will not handle 1280x1024 etc.


All times are GMT -5. The time now is 03:50 PM.