Hi!
Ma raktam fel a 8.04-et és kezdetben túllógott a képernyő jobb és alsó széle a monitorin, de a direct rendering yes volt. Kaptam egy új xorg.conf tartalmat, ez szépen beállította a kéernyőt, de a glxinfo-ra ezt dobta: direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose).
az xconfig file a következő:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
load "glx"
load "GLcore"
load "v4l"
load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
option "CoreKeyboard"
option "XkbRules" "xorg"
option "XkbModel" "pc105"
option "XkbLayout" "hu"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ImPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
option "SendCoreEvents" "true"
option "Device" "/dev/psaux"
option "Protocol" "auto-dev"
option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/input/wacom"
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/input/wacom"
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/input/wacom"
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
identifier "Carte testcdq"
boardname "vesa"
busid "PCI:1:0:0"
driver "vesa"
screen 0
EndSection
Section "Monitor"
identifier "ecran CFT"
vendorname "Generic"
modelname "Flat Panel 1280x800"
HorizSync 31.5-90
VertRefresh 60
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
modeline "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte testcdq"
Monitor "ecran CFT"
DefaultDepth 24
SubSection "Display"
depth 24
virtual 1280 800
modes "800x600@60" "1280x768@60" "1280x720@60" "1280x800@60" "1440x900@60" "1600x1024@60" "1680x1050@60" "1920x1200@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Extensions"
Option "Composite" "1"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
EndSection
Egyébként VIA típusú a grafikus kártyám.
Mi lehet a probléma?? hogyan lehetne yes-re váltani? /mivel szeretném használni a fuzion-t
előre is köszönöm!