LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Display Issues w/ Debian Lenny & Beryl (https://www.linuxquestions.org/questions/linux-software-2/display-issues-w-debian-lenny-and-beryl-584753/)

nirj 09-14-2007 08:57 PM

Display Issues w/ Debian Lenny & Beryl
 
Hello

I have just installed debian lenny and the beryl packages from http://debian.beryl-project.org. Beryl runs fine, but it causes windows in GNOME to not fully display their contents unless I minimize and unminimize that window each time I want to refresh it. Has anyone else experienced this issue? Is it probably just a bug?

NirJ

Junior Hacker 09-14-2007 10:53 PM

Never had that issue here with Lenny 32bit and 64bit and beryl using Nvidia GeForce 6800 and driver from Nvidia. Did you also install Emerald and Emerald-themes?. What kind of graphics card and driver do you have?.

nirj 09-15-2007 12:14 AM

Quote:

Originally Posted by Junior Hacker (Post 2892303)
Never had that issue here with Lenny 32bit and 64bit and beryl using Nvidia GeForce 6800 and driver from Nvidia. Did you also install Emerald and Emerald-themes?. What kind of graphics card and driver do you have?.

I'm using the built in Intel i915 video card that uses the i915 kernel module and the 'intel' X11 module. Also I did install Emerald and Emerald-themes and emerald works. I tried using Compiz as the window manager as opposed to Beryl as well and experienced the same problem. Here is my xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "record"
Load "glx"
Load "dri"
Load "extmod"
Load "xtrap"
Load "dbe"
Load "GLcore"
EndSection

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

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

Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL E772p"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
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 "intel"
VendorName "Intel Corporation"
BoardName "82845G/GL[Brookdale-G]/GE Chipset 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 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "DRI"
Mode 0666
EndSection

NirJ

Junior Hacker 09-15-2007 12:47 AM

Quote:

Originally Posted by nirj (Post 2892357)
I'm using the built in Intel i915 video card that uses the i915 kernel module and the 'intel' X11 module.

My Nvidia card crapped out on me not too long ago. I also am in the same boat now as I have i915 chip set but am using a cheap ATI PCI graphics card with no 3D support. The Intel integrated graphics do not support 3D also, you need a 3d capable graphics card for the desktop effects provided by Compiz and Beryl.
http://technowizah.com/2007/02/debia...glx-beryl.html

nirj 09-15-2007 01:23 AM

Quote:

Originally Posted by Junior Hacker (Post 2892369)
My Nvidia card crapped out on me not too long ago. I also am in the same boat now as I have i915 chip set but am using a cheap ATI PCI graphics card with no 3D support. The Intel integrated graphics do not support 3D also, you need a 3d capable graphics card for the desktop effects provided by Compiz and Beryl.
http://technowizah.com/2007/02/debia...glx-beryl.html

My graphics card does support 3D though and it is working; Beryl, Compiz and Emerald all work perfectly aside from that issue with GNOME. When I run glxinfo:

$ glxinfo |grep rendering
libGL warning: 3D driver claims to not support visual 0x56
direct rendering: Yes

When I run glxgears:

$ glxgears
2455 frames in 5.0 seconds = 490.959 FPS
2693 frames in 5.0 seconds = 538.149 FPS
2530 frames in 5.0 seconds = 505.042 FPS
2616 frames in 5.0 seconds = 522.901 FPS

NirJ


All times are GMT -5. The time now is 11:28 PM.