LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Some screensavers appear as top-half-screen - ? (https://www.linuxquestions.org/questions/slackware-14/some-screensavers-appear-as-top-half-screen-469954/)

Infernal211283 08-02-2006 12:33 AM

Some screensavers appear as top-half-screen - ?
 
Hi,

I'm using slack 10.2, Kernel 2.6.17, Kde 3.5.3 and just set up direct rendering with i810.

I tried the screensavers that come with kde packages, almost all run well except few like "Euphoria" which appears on top-half of my screen.

My xorg.conf is the following:

--------------------------------------
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/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# HorizSync 31-81
# VertRefresh 55-76
# HorizSync 32-80
# VertRefresh 56-74


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 "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VideoRam 65536
VendorName "Intel Corp."
BoardName "82865G Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Modes "1024x768"
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
-----------------------------------------

What is the problem with my xorg.conf, what euphoria requires that I dont have, any special option I should add to xorg.conf for euphoria to go full screen?

One more thing.. I also noticed that when you install fedora core it enables the direct rendering and Euphoria runs full screen but after kernel upgrade it runs half screen, that made me wondering if the problem could be related to kernel version since xorg.config wasn't changed.

Did anyone else have this problem?

Thanks.

happybear 08-02-2006 12:55 AM

yes, i also experienced that one and it's kind of annoying, i was able to make it fullscreen by installing the dri module from dri.freedesktop.org. but after installing the said module, another problem will come up... trying to resize the resolution of X while running it is a disaster... that's why warcraft3 wont let me play in fullscreen...


All times are GMT -5. The time now is 08:09 AM.