[kde-freebsd] OpenGL in KDE only on top 420 pixels
Norbert Papke
fbsd-ml at scrapper.ca
Mon Apr 30 17:38:39 CEST 2007
On April 30, 2007, Victor Engmark wrote:
> - KRotation doesn't work at all, but I don't get any error messages,
> and `grep -iR krotation /var/log/*` doesn't give any results.
> - KPendulum and Space work and are centered on the screen.
> - All the others (Bitmap Flag, Euphoria, Fireworks 3D, Flux, Gravity,
> Particle Fountain, and Solar Winds) use only the top 420 pixels of the
> screen. It looks as though the graphics has been displaced, because it
> doesn't look like it's been scaled to fit the area, and it also doesn't
> look like the bottom 630 px (my screen is 1400x1050 px) have been cropped.
It doesn't look like OpenGL is enabled. Do you have "dri" and "glxcore" (or
equivalent) in a "Module" section somewhere else in your xorg.conf file?
Also, you may want to check the /var/log/xorg.0.log for any abnormalities.
Cheers.
> Here are the relevant parts of my /etc/X11/xorg.conf:
> Section "Monitor"
> Identifier "Dell Latitude D610 monitor"
> VendorName "SEC"
> ModelName "3450"
> DisplaySize 285.7 214.3
> Option "DPMS"
> EndSection
>
> Section "Device"
> Identifier "Intel 915GM"
> Driver "i810"
> VendorName "Intel Corporation"
> BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
> BusID "PCI:0:2:0"
> EndSection
>
> Section "Screen"
> Identifier "Dell Latitude D610 screen"
> Device "Intel 915GM"
> Monitor "Dell Latitude D610 monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1400x1050" "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1400x1050" "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1400x1050" "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1400x1050" "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1400x1050" "1024x768"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1400x1050" "1024x768"
> EndSubSection
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
>
> Also, I use the following to enable the native resolution:
> $ tail -1 /etc/rc.d/local
> /usr/local/bin/915resolution 3c 1400 1050
More information about the kde-freebsd
mailing list