View previous topic :: View next topic |
Author |
Message |
Kronos889 n00b

Joined: 20 Oct 2007 Posts: 4
|
Posted: Sat Oct 20, 2007 10:39 am Post subject: Problem mit Open GL |
|
|
Wie kann ich es bei einer ATI X1050 Aktivieren?
Poste hier auch mal mein xorg.conf
Code: | Hallo habe das Problem das ich in meinem System OpenGL nicht aktiviert bekomme und dies brauche ich ja um xgl zu aktivieren und dies damit beryl richtig läuft .
Ich poste dann auch mal meine xorg.conf :
[QUOTE]Section "Files"
#FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/corefonts"
EndSection
# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************
Section "Module"
Load "dbe"
Load "i2c"
Load "glx"
Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
Load "synaptics"
Load "vbe"
Load "dri"
EndSection
# **********************************************************************
# Server flags section. This contains various server-wide Options.
# **********************************************************************
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Synaptics1"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
# For ALPS/MacBook TouchPads
#Option "MaxSpeed" "0.7"
#Option "MinSpeed" "0.18"
#Option "AccelFactor" "0.08"
#Option "TopEdge" "120"
#Option "LeftEdge" "120"
#Option "BottomEdge" "830"
#Option "RightEdge" "650"
#Option "FingerLow" "25"
#Option "FingerHigh" "30"
# MacBook touchpad
#Option "MaxTapTime" "180"
#Option "MaxTapMove" "220"
#Option "MaxDoubleTapTime" "180"
#Option "VertScrollDelta" "20"
#Option "HorizScrollDelta" "50"
#Option "TapButton2" "3"
#Option "TapButton3" "2"
#Option "VertTwoFingerScroll" "1"
# Do you keep moving the mouse while typing? Try this trick.
#synclient TouchpadOff=1 disable your synaptics touchpad
#synclient TouchpadOff=0 enable your synaptics touchpad
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 5"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbRules" "xorg"
# Macintosh keyboard
#Option "XkbOptions" "lv3:rwin_switch"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "wacom1"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "wacom2"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "wacom3"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Generic Monitor"
#Option "DPMS"
VertRefresh 49-75
HorizSync 24-80
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA"
Driver "fglrx" # do not remove vesa
#Option "RenderAccel" "on"
#Option "XAANoOffscreenPixmaps"
#Option "BusType" "PCI"
#Option "ColorTiling" "on"
#Option "EnablePageFlip" "on"
EndSection
# **********************************************************************
# Screen sections.
# **********************************************************************
Section "Screen"
# The Identifier, Device and Monitor lines must be present
Identifier "Screen 1"
Device "VESA"
Monitor "Generic Monitor"
#Option "AddARGBGLXVisuals" "true"
# The favoured Depth and/or Bpp may be specified here
DefaultDepth 24
SubSection "Display"
Depth 8
ViewPort 0 0
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 16
ViewPort 0 0
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
# The Identifier line must be present
Identifier "Main Layout"
Screen 0 "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
#InputDevice "Synaptics1" "SendCoreEvents"
#InputDevice "wacom1" "SendCoreEvents"
#InputDevice "wacom2" "SendCoreEvents"
#InputDevice "wacom3" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
#Option "Composite" "Enable"
EndSection
[/QUOTE]
Kann mir hier vllt. jemand erklären wie ich das aktivieren kann ?
Ps : Ati treiber sind ja schon installiert ,also daran durfte es nicht liegen . |
|
|
Back to top |
|
 |
beejay Retired Dev


Joined: 03 Oct 2002 Posts: 924 Location: Flensungen (das liegt neben Merlau)
|
|
Back to top |
|
 |
Kronos889 n00b

Joined: 20 Oct 2007 Posts: 4
|
Posted: Sun Oct 21, 2007 9:05 am Post subject: |
|
|
Code: | System uname: 2.6.22-sabayon i686 Intel(R) Celeron(R) CPU 2.00GHz
Timestamp of tree: Fri, 19 Oct 2007 10:00:01 +0000
distcc 2.18.3 i586-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disable
d]
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p17-r1
dev-java/java-config: 1.3.7, 2.0.31-r7
dev-lang/python: 2.4.4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.10-r3
sys-apps/sandbox: 1.2.18.1
sys-devel/autoconf: 2.13, 2.61
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils: 2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool: 1.5.23b
virtual/os-headers: 2.6.19.2-r2
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-Os -march=i586 -mno-tls-direct-seg-refs -mmmx -m32"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="${NXDIR}/etc ${NXDIR}/home /etc /usr/kde/3.5/env /usr/kde/3.5/sh
are/config /usr/kde/3.5/share/config/kdm/ /usr/kde/3.5/shutdown /usr/share/X11/x
kb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms
/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-Os -march=i586 -mno-tls-direct-seg-refs -mmmx -m32"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unme
rge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/
distributions/gentoo"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
LINGUAS="de"
MAKEOPTS="-j2 -s "
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/di
stfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sabayon"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dfx 7Zip X a52 aac aalib accessibility acl acpi ada aiglx aim alsa amarok
artswrappersuid asf audiofile avahi beagle berkdb bidi bitmap-fonts bluetooth bz
ip2 cairo cdda cdr chm cjk clearcase cli commercial config_wizard cpudetection c
racklib crypt css cups dbox2 dbus dga djvu dlloader dri dts dv dvb dvd dvdr dvdr
ead dvi dxr3 effects esd evo exscalibar ext-man ext-rtf ext-tex extraicons extra
modules fame fat ffmpeg fftw firefox flac flash foomatic-db fortran freetype gcj
gdbm gimpprint glitz gnokii gnome gnutls gphoto2 gpm gs gsm gtk2 hal hfs iconv
icq ieee1394 imap inkjar ipod ipv6 irc irda isdnlog jabber jack java jfs jingle
joystick kde kdeenablefinal kdehiddenvisibility kerberos kipi kqemu krb4 lame lc
d libao libcaca libclamav libnotify live livecd lj lm_sensors logitech-mouse lzo
mail matroska midi mjpeg mmx mng mono moznocompose moznoirc moznomail mp3 mp3rt
p msn mudflap musepack musicbrainz mythtv ncurses network new-login nls nptl npt
lonly nsplugin ntfs nvidia ogg openal openexr openmp pam pam_console pascal pcmc
ia pcre pda pdf perl plugin povray ppds pppd pulseaudio pwdb python qt quicktime
quotas rar rdesktop readline real reflection reiser4 reiserfs rss ruby samba sc anner session skins slp sms sndfile speech speex spl spreadsheet ssl startup-not ification stream streams subversion svg switch_all_desktops sysfs tcpd theora ti ff truetype-fonts type1-fonts udev unicode usb v4l v4l2 vcd visualization voice weather webservices wifi win32codecs winbind wmf wxwindows x264 x86 xfs xine xin erama xorg xosd xpm xprint xscreensaver xsl xvid xvmc yahoo zeroconf zlib" ALSA_ CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 triden t usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DE VICES="evdev keyboard mouse acecad aiptek calcomp citron digitaledge dmc dynapro elo2300 elographics fpit hyperpen jamstudio joystick magellan microtouch mutouc h palmax penmount spaceorb summa synaptics tek4957 wacom ur98 vmmouse void wacom " KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" LIRC_DEVICES="audio audio_alsa" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev fglrx glint i128 i740 i810 imstt mach64 mga neomagic nsc nv nvidia r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo e pson"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_CO MPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS |
Inzwischen denke ich das vllt. doch die ATI Treiber fehlen.
Habe sie heruntergeladen und sie haben die dateiendung .run und wenn ich sie öffnen will geht nur der editor mit einer fehlermeldung auf.
Über weitere hilfe wäre ich sehr dankbar. |
|
Back to top |
|
 |
AmonAmarth l33t

Joined: 03 Mar 2005 Posts: 727
|
Posted: Sun Oct 21, 2007 10:13 am Post subject: |
|
|
was steht denn in der datei?
Code: | /var/log/Xorg.0.log |
steht dort vielleicht irgendwas davon das fglrx nicht richtig geladen werden konnte?
was sagt dmesg nachdem du das fglrx modul geladen hast (mit modprobe fglrx)? |
|
Back to top |
|
 |
UTgamer Veteran


Joined: 10 Aug 2003 Posts: 1326 Location: Troisdorf (Köln) Deutschland
|
Posted: Sun Oct 21, 2007 10:58 am Post subject: |
|
|
Kronos889 wrote: | ...
Inzwischen denke ich das vllt. doch die ATI Treiber fehlen.
Habe sie heruntergeladen und sie haben die dateiendung .run und wenn ich sie öffnen will geht nur der editor mit einer fehlermeldung auf.
Über weitere hilfe wäre ich sehr dankbar. |
Warum extra herunter geladen?
Wenn du Glück hast ist dies die gleiche Version die im Portage Softwarezweig auch gerade aktuell ist und über emerge braucht sie evtl. dann nicht neu herunter gelden zu werden. es schaden nicht die *.run Datei nach /usr/portage/distfiles zu kopieren.
Dann würde ich an deiner Stelle ein:
emerge x11-drivers/ati-drivers
durchführen, und nach der Installation sollte noch eine Anweisung im Konsolenfenster stehen die etwas von eselect enthält um OpenGL für den dann installierten Treiber auszuwählen.
Als letztes noch in der /etc/X11/xorg.conf den binären ATI-Treiber eintragen. _________________ AMD Phenom II x4 >> CFLAGS="-march=amdfam10 -O2 -mmmx -msse3 -mfpmath=sse,387 -pipe -ffast-math" is stable and here in use.
Did Intel produce at any time bugfree HW?
http://www.urbanmyth.org/microcode/
http://www.heise.de/newsticker/meldung/91748 |
|
Back to top |
|
 |
beejay Retired Dev


Joined: 03 Oct 2002 Posts: 924 Location: Flensungen (das liegt neben Merlau)
|
Posted: Sun Oct 21, 2007 1:06 pm Post subject: |
|
|
Kronos889 wrote: | Code: | System uname: 2.6.22-sabayon i686 Intel(R) Celeron(R) CPU 2.00GHz |
|
Vielleicht solltest Du Dich an den Sabayon-Support wenden. Die Herrschaften wurschteln ihren eigenen Kram zusammen - da kann schonmal etwas unter den Tisch fallen. _________________ Dort wo schwarzer Rauch aufsteigt, sich alsbald ein Fehler zeigt.
www.paludis-sucks.org | www.gentoo.de | www.gentoo-ev.org | www.gentoo.org |
|
Back to top |
|
 |
AmonAmarth l33t

Joined: 03 Mar 2005 Posts: 727
|
Posted: Sun Oct 21, 2007 4:21 pm Post subject: |
|
|
beejay wrote: | Kronos889 wrote: | Code: | System uname: 2.6.22-sabayon i686 Intel(R) Celeron(R) CPU 2.00GHz |
|
Vielleicht solltest Du Dich an den Sabayon-Support wenden. Die Herrschaften wurschteln ihren eigenen Kram zusammen - da kann schonmal etwas unter den Tisch fallen. |
das hab ich ja total übersehen, langsam werden die sabayon leute zum gentoo feind wie mir scheint
aber ich muss mal sagen das ich sabayon auch mla ne woche getestet habe und das kotzen bekommen habe, wegen diesem chaos welches irgendein ***** da veranstaltet hat!! |
|
Back to top |
|
 |
ian! Bodhisattva


Joined: 25 Feb 2003 Posts: 3829 Location: Essen, Germany
|
Posted: Sun Oct 21, 2007 4:38 pm Post subject: |
|
|
Moved from Deutsches Forum (German) to Diskussionsforum. _________________ "To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins |
|
Back to top |
|
 |
|