prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
I just took 3 days to install Gentoo (gnome) on a new T61-p. everything is working except for the sound. all indications are that it should be working, but nothing. I installed SUSE-11 on it first (1/2 an hour) and sound works fine on that. Code: don@localhost ~ $ aplay /media/disk/usr/share/sounds/pop.wav Playing WAVE '/media/disk/usr/share/sounds/pop.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono Thinks its playing but no sound LSPCI Code: localhost don # lspci | grep Audio 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) LSMOD Code: localhost don # lsmod Module Size Used by fuse 47168 4 ipv6 209864 40 snd_pcm_oss 36256 0 snd_mixer_oss 14720 1 snd_pcm_oss snd_seq_oss 27840 0 snd_seq_midi_event 6528 1 snd_seq_oss snd_seq 44256 4 snd_seq_oss,snd_seq_midi_event snd_seq_device 6932 2 snd_seq_oss,snd_seq nvidia 8094320 28 iwl4965 102216 0 ohci1394 27188 0 ieee1394 75600 1 ohci1394 iwlcore 17664 1 iwl4965 rfkill 6432 2 iwlcore snd_hda_intel 57408 1 firewire_ohci 20484 0 firewire_core 34616 1 firewire_ohci mac80211 145320 2 iwl4965,iwlcore snd_hwdep 7816 1 snd_hda_intel crc_itu_t 2304 1 firewire_core thinkpad_acpi 58756 0 backlight 4488 1 thinkpad_acpi and finnaly emerge --info Code: localhost don # emerge --info Portage 2.2_rc1 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26-gentoo x86_64) ================================================================= System uname: Linux-2.6.26-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9500_@_2.60GHz-with-glibc2.2.5 Timestamp of tree: Sat, 19 Jul 2008 14:33:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.4.4-r13, 2.5.2-r5 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.62-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.4 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo http://gentoo.mirrors.tds.net/gentoo http://open-systems.ufl.edu/mirrors/gentoo " LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 avahi berkdb bzip2 cdr cli cracklib crypt cups dbus dri dvd dvdr esd fortran gdbm gimp gnome gphoto2 gpm gps gtk gtk2 hal iconv ipv6 ipw4965 isdnlog java java6 javascript jpeg libnotify mdnsresponder-compat midi mmx mp3 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin opengl openmp pam pcre pdf perl png ppds pppd python readline reflection samba scanner session smartcard spl sse sse2 ssl startup-notification tcpd unicode usb wifi xorg xulrunner zlib" ALSA_CARDS="hda-intel intel8x0" 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="kbd keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Its a 2.6.26-gentoo kernel.
Thanks for the replies, alsasound is being started at boot, the volume is at max and it is not muted in alsamixer. the T61 volume is controlled by software, unlike my old A31 which is hardware. The sound driver is loaded as per the lsmod. Everything looks like it is working, just no sound, as per the aplay example. EDIT: Solved, had to run alsaconf
When I try and emerge xf86-video-ati it fails like this: Code: ....... In file included from radeon_accel.c:503: radeon_accelfuncs.c: In function 'RADEONSetupForMono8x8PatternFillMMIO': radeon_accelfuncs.c:576: error: 'pattern' undeclared (first use in this function) radeon_accelfuncs.c:576: error: (Each undeclared identifier is reported only once radeon_accelfuncs.c:576: error: for each function it appears in.) In file included from radeon_accel.c:526: radeon_accelfuncs.c: In function 'RADEONSetupForMono8x8PatternFillCP': radeon_accelfuncs.c:576: error: 'pattern' undeclared (first use in this function) make[2]: *** [radeon_accel.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -march=native -O2 -pipe -MT radeon_cursor.lo -MD -MP -MF .deps/radeon_cursor.Tpo -c radeon_cursor.c -fPIC -DPIC -o .libs/radeon_cursor.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -march=native -O2 -pipe -MT radeon_dga.lo -MD -MP -MF .deps/radeon_dga.Tpo -c radeon_dga.c -fPIC -DPIC -o .libs/radeon_dga.o mv -f .deps/radeon_cursor.Tpo .deps/radeon_cursor.Plo mv -f .deps/radeon_dga.Tpo .deps/radeon_dga.Plo make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-ati-6.9.0/work/xf86-video-ati-6.9.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-ati-6.9.0/work/xf86-video-ati-6.9.0' make: *** [all] Error 2 * * ERROR: x11-drivers/xf86-video-ati-6.9.0 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3009: Called x-modular_src_compile * environment, line 3794: Called x-modular_src_make * environment, line 3830: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/x11-drivers:xf86-video-ati-6.9.0:20080721-201055.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-ati-6.9.0/temp/environment'. * Not sure what I need to do to fix this. Thanks for any pointers.
hellooo https://bugs.gentoo.org/show_bug.cgi?id=227821
I knew I should have tried it on a different machine. After installing KDE4.0, I can no longer eject optical disks (CD' or DVD's) by right clicking on the disk icon, and telling it to eject. The command fails, and the media stays in the drive. I know this was caused by KDE4 because everything worked right as rain up to that point. My question is, where is the menu that makes that happen? I'd like to get my functionality back without having to nuke and reinstall KDE3.5. That's a lot of work I'd rather not do. |crossing fingers| Blessed be! Pappy
mziab wrote: Create /etc/udev/rules.d/51-local.rules with the following content: Code: ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd[a-z]*", ATTRS{removable}=="1", MODE="0660", GROUP="plugdev" This worked for me. It also worked for me...thanks. Now, I'd like to know what made that happen in the first place. It used to work just fine. I guess now that it works again, the reason is moot...however, moot or not, I'd still love to know what happened. Thanks again! Blessed be! Pappy
I wanted to set up keyboard layout for X,and I need to edit xorg.conf file to do that.But I can't find it under /etc/X11.How can I find out where that file exists?
Code: Xorg -configure And you will get an xorg.conf in your /root directory that you could simply change then.
Hi, I have a problem starting X since the latest update of my loginmanager entrance. I had to delete xdm from the runlevel and now the startx command is working but for root only. If I try to startx as a user I get the following error: Code: xinit: Resource temporarily unavailable (errno11): Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open Session: The name org.freedesktop.ConsoleKit was not provided by any .service files I reemerged xorg-server xorg-x11 and all input modules I use. I eventually even did a emerge -e world. Nothing worked. Any ideas what could cause this? I don't want to do a complete reinstall
sys-auth/consolekit-0.2.3 is installed with use-flag pam.
Okay, this used to work. When I run Code: ssh -XY [host] X is not forwarded correctly. the $DISPLAY environment variable is not set by ssh, thus all x apps burp back Code: Error: Can't open display: I'm not sure what broke. sshd_config on the server contains Code: AllowTcpForwarding yes X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes and ssh -v doesn't show anything of interest. I don't know what to check, googling is getting em nowhere. I need to tunnel X through ssh, as the two machines are not both on a secure network. (So no xhost + and exporting $DISPLAY) Tips?
Have you built openssh with USE=X at both ends? That was my problem.
Hi All, I've not the foggiest what this message means, however I do know that freeglut is the free OpenGL utilities package, and the problem this is causing is that I can't re-emerge ati-drivers... phooey! I don't yet know how to properly post the build error stuff. Would someone care to lend a hand? The "call stack" says this: ebuils.sh, line 49: called src_compile environmnet, line 2406: called die The specific snippet of code: emake || die "emake failed" The die message: emake failed. The directions onscreen say to post the topmost build error, and I don't know where to go from here. I have wgetpaste installed, so just let me know what all y'all need pasted. I'm out for most of the day, so just post instructions and I'll reply with the files around 6pm PDT. Eternally grateful,
Just spotted this as it seems to be a larger issue for people upgrading recently and thought i'd offer some insight. If you have app-shells/bash: 3.2_p17-r1 or anything older than the most recent stable bash some ebuilds have been failing to parse correctly.
Hi, I installed gentoo on my friend's laptop and I cannot get Xorg to work Tried fglrx and ati open source drivers, but I still get this same error when I try to start x server. Code: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: UNKNOWN Current Operating System: Linux tux 2.6.24-gentoo-r8 #3 SMP Thu Sep 9 12:31:50 GET 2010 i686 Build Date: 19 July 2008 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 20 00:59:12 2008 (++) Using config file: "/etc/X11/xorg.conf" (EE) fglrx(0): Given depth (8) is not supported by fglrx driver (EE) fglrx(0): PreInitVisual failed SetVBEMode failed (EE) fglrx(0): PreInit failed (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found I tried X -configre and aticonfig and every possible combination... I changed depth from 8 to 24 in xorg.conf. Here is my xorg.conf I hope it's correct.: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" 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" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "M56P [Radeon Mobility X1600]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection And dmesg: Code: ACPI: Transitioning device [C32A] to D3 ACPI: Transitioning device [C32A] to D3 ACPI: Fan [C32A] (off) ACPI: Transitioning device [C32B] to D3 ACPI: Transitioning device [C32B] to D3 ACPI: Fan [C32B] (off) ACPI: Transitioning device [C32C] to D3 ACPI: Transitioning device [C32C] to D3 ACPI: Fan [C32C] (off) ACPI: Transitioning device [C32D] to D3 ACPI: Transitioning device [C32D] to D3 ACPI: Fan [C32D] (off) ACPI: Transitioning device [C32E] to D3 ACPI: Transitioning device [C32E] to D3 ACPI: Fan [C32E] (off) ACPI: Transitioning device [C32F] to D3 ACPI: Transitioning device [C32F] to D3 ACPI: Fan [C32F] (off) ACPI: Transitioning device [C330] to D3 ACPI: Transitioning device [C330] to D3 ACPI: Fan [C330] (off) ACPI: SSDT 7FFF61F1, 023D (r1 HP Cpu0Ist 3000 INTL 20060317) Parsing all Control Methods: Table [SSDT](id 00E1) - 6 Objects with 0 Devices 4 Methods 0 Regions ACPI: SSDT 7FFF64B3, 04CB (r1 HP Cpu0Cst 3001 INTL 20060317) Parsing all Control Methods: Table [SSDT](id 00E2) - 1 Objects with 0 Devices 1 Methods 0 Regions Monitor-Mwait will be used to enter C-1 state Monitor-Mwait will be used to enter C-2 state ACPI: CPU0 (power states: C1[C1] C2[C2]) ACPI: Processor [CPU0] (supports 8 throttling states) ACPI: SSDT 7FFF6129, 00C8 (r1 HP Cpu1Ist 3000 INTL 20060317) Parsing all Control Methods: Table [SSDT](id 00F0) - 4 Objects with 0 Devices 4 Methods 0 Regions ACPI: SSDT 7FFF642E, 0085 (r1 HP Cpu1Cst 3000 INTL 20060317) Parsing all Control Methods: Table [SSDT](id 00F1) - 1 Objects with 0 Devices 1 Methods 0 Regions ACPI: CPU1 (power states: C1[C1] C2[C2]) ACPI: Processor [CPU1] (supports 8 throttling states) Marking TSC unstable due to: possible TSC halt in C2. Time: hpet clocksource has been installed. ACPI: Thermal Zone [TZ0] (35 C) ACPI: Thermal Zone [TZ1] (43 C) ACPI: Thermal Zone [TZ2] (38 C) ACPI: Thermal Zone [TZ3] (32 C) ACPI: Thermal Zone [TZ4] (73 C) Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Floppy drive(s): fd0 is 1.44M floppy0: no floppy controllers found RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize loop: module loaded Intel(R) PRO/1000 Network Driver - version 7.3.20-k2 Copyright (c) 1999-2006 Intel Corporation. e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI e100: Copyright(c) 1999-2006 Intel Corporation tg3.c:v3.86 (November 9, 2007) ACPI: PCI Interrupt 0000:08:00.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:08:00.0 to 64 eth0: Tigon3 [partno(BCM95751M) rev 4201 PHY(5750)] (PCI Express) 10/100/1000Bas eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1] eth0: dma_rwctrl[76180000] dma_mask[64-bit] PPP generic driver version 2.4.2 console [netcon0] enabled netconsole: network logging started Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH7: IDE controller (0x8086:0x27df rev 0x01) at PCI slot 0000:00:1f.1 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16 ICH7: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x5080-0x5087, BIOS settings: hda:DMA, hdb:pio ICH7: IDE port disabled Probing IDE interface ide0... hda: HL-DT-ST DVDRAM GSA-T10N, ATAPI CD/DVD-ROM drive hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 hda: MWDMA2 mode selected ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache Uniform CD-ROM driver Revision: 3.20 3ware Storage Controller device driver for Linux v1.26.02.002. Driver 'sd' needs updating - please use bus_type methods Driver 'sr' needs updating - please use bus_type methods ahci 0000:00:1f.2: version 3.0 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 17 ahci 0000:00:1f.2: nr_ports (4) and implemented port map (0x1) don't match, usin ahci 0000:00:1f.2: forcing PORTS_IMPL to 0xf ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0xf impl SATA mode ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part PCI: Setting latency timer of device 0000:00:1f.2 to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : ahci ata1: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705100 irq 223 ata2: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705180 irq 223 ata3: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705200 irq 223 ata4: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705280 irq 223 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 filtered out ata1.00: ACPI cmd c6/00:10:00:00:00:a0 succeeded ata1.00: ACPI cmd ef/10:03:00:00:00:a0 succeeded ata1.00: ATA-7: TOSHIBA MK1234GSX, AH001C, max UDMA/100 ata1.00: 234441648 sectors, multi 16: LBA48 ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 filtered out ata1.00: ACPI cmd c6/00:10:00:00:00:a0 succeeded ata1.00: ACPI cmd ef/10:03:00:00:00:a0 succeeded ata1.00: configured for UDMA/100 ata1.00: configured for UDMA/100 ata1: EH complete ata2: SATA link down (SStatus 0 SControl 0) ata3: SATA link down (SStatus 0 SControl 0) ata4: SATA link down (SStatus 0 SControl 0) scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1234GS AH00 PQ: 0 ANSI: 5 sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO sda: sda1 sda2 sda3 sda4 sd 0:0:0:0: [sda] Attached SCSI disk sd 0:0:0:0: Attached scsi generic sg0 type 0 Fusion MPT base driver 3.04.06 Copyright (c) 1999-2007 LSI Corporation Fusion MPT SPI Host driver 3.04.06 ACPI: PCI Interrupt 0000:02:06.1[B] -> GSI 19 (level, low) -> IRQ 18 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18] MMIO=[f4201000-f42017ff] Max ieee1394: raw1394: /dev/raw1394 device initialized usbmon: debugfs is not available ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 20, io mem 0xf4704000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 8 ports detected ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.0: irq 20, io base 0x00005000 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.1: irq 21, io base 0x00005020 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1d.2: irq 19, io base 0x00005040 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 18 PCI: Setting latency timer of device 0000:00:1d.3 to 64 uhci_hcd 0000:00:1d.3: UHCI Host Controller uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.3: irq 18, io base 0x00005060 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected usb 2-1: new full speed USB device using uhci_hcd and address 2 usb 2-1: configuration #1 chosen from 1 choice usb 3-1: new full speed USB device using uhci_hcd and address 2 usb 3-1: configuration #1 chosen from 1 choice usbcore: registered new interface driver usblp Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. PNP: PS/2 Controller [PNP0303:C21A,PNP0f13:C21B] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard as /class/input/input3 device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com usbcore: registered new interface driver usbhid drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver oprofile: using NMI interrupt. TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 10 IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. Using IPI No-Shortcut mode Synaptics Touchpad, model: 1, fw: 6.2, id: 0x2580b1, caps: 0xa44793/0x300000 serio: Synaptics pass-through port at isa0060/serio4/input0 input: SynPS/2 Synaptics TouchPad as /class/input/input4 input: PS/2 Generic Mouse as /class/input/input5 ReiserFS: sda4: found reiserfs format "3.6" with standard journal ReiserFS: sda4: using ordered data mode ReiserFS: sda4: journal params: device sda4, size 8192, journal first block 18, ReiserFS: sda4: checking transaction log (sda4) ReiserFS: sda4: Using r5 hash to sort names VFS: Mounted root (reiserfs filesystem) readonly. Freeing unused kernel memory: 264k freed ADDRCONF(NETDEV_UP): eth0: link is not ready tg3: eth0: Link is up at 100 Mbps, full duplex. tg3: eth0: Flow control is on for TX and on for RX. ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready eth0: no IPv6 routers present [Sat Jul 19 2008 15:04:24] gurashka: ok [Sat Jul 19 2008 15:05:29] … saundi ar geqneba sanam kernels ar davakompilirebt. cinascar geubnebi :) [Sat Jul 19 2008 15:05:34] … sec [Sat Jul 19 2008 15:06:10] … cat /var/log/Xorg.0.log [Sat Jul 19 2008 15:06:18] … esec damikopire ra dzmurad [Sat Jul 19 2008 15:07:16] … tak [Sat Jul 19 2008 15:07:22] … exla ras vaketeb ici [Sat Jul 19 2008 15:07:50] IT: ? [Sat Jul 19 2008 15:07:57] gurashka: gpasswd -a სახელი video [Sat Jul 19 2008 15:08:15] IT: (II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,27c8 card 103c,30a3 rev 01 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,27c9 card 103c,30a3 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,27ca card 103c,30a3 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:3: chip 8086,27cb card 103c,30a3 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,27cc card 103c,30a3 rev 01 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e1 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,27b9 card 103c,30a3 rev 01 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,27df card 103c,30a3 rev 01 class 01,01,8a hdr 00 (II) PCI: 00:1f:2: chip 8086,27c5 card 103c,30a3 rev 01 class 01,06,01 hdr 00 (II) PCI: 01:00:0: chip 1002,71c5 card 103c,30b4 rev 00 class 03,00,00 hdr 00 (II) PCI: 02:06:0: chip 104c,8039 card 1400,0000 rev 00 class 06,07,00 hdr 82 (II) PCI: 02:06:1: chip 104c,803a card 103c,30a3 rev 00 class 0c,00,10 hdr 80 (II) PCI: 02:06:2: chip 104c,803b card 103c,30a3 rev 00 class 01,80,00 hdr 80 (II) PCI: 02:06:3: chip 104c,803c card 103c,30a3 rev 00 class 08,05,00 hdr 80 (II) PCI: 02:06:4: chip 104c,803d card 103c,30a3 rev 00 class 07,80,00 hdr 80 (II) PCI: 08:00:0: chip 14e4,16fd card 103c,30a3 rev 21 class 02,00,00 hdr 00 (II) PCI: 10:00:0: chip 8086,4222 card 103c,135c rev 02 class 02,80,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001c (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B] [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B] [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B] [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xf4600000 - 0xf46fffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 8: bridge is at (0:28:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 8 non-prefetchable memory range: [0] -1 0 0xf4100000 - 0xf41fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 16: bridge is at (0:28:1), (0,16,16), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 16 non-prefetchable memory range: [0] -1 0 0xf4000000 - 0xf40fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 32: bridge is at (0:28:3), (0,32,32), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 32 I/O range: [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B] [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B] [2] -1 0 0x00002800 - 0x000028ff (0x100) IX[B] [3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[B] [4] -1 0 0x00003000 - 0x000030ff (0x100) IX[B] [5] -1 0 0x00003400 - 0x000034ff (0x100) IX[B] [6] -1 0 0x00003800 - 0x000038ff (0x100) IX[B] [7] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B] (II) Bus 32 non-prefetchable memory range: [0] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xf4200000 - 0xf45fffff (0x400000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 3: bridge is at (2:6:0), (2,3,6), BCTRL: 0x03c4 (VGA_EN is cleared) (--) PCI:*(1:0:0) ATI Technologies Inc M56P [Radeon Mobility X1600] rev 0, Mem @ 0xe0000000/28, 0xf4600000/16, I/O @ 0x4000/8 List of video drivers: fglrx (II) LoadModule: "fglrx" (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 7.1.0, module version = 8.50.3 Module class: X.Org Video Driver (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xf4000000 - 0xf4000fff (0x1000) MX[B] [1] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B] [2] -1 0 0xf420b000 - 0xf420bfff (0x1000) MX[B] [3] -1 0 0xf420a000 - 0xf420afff (0x1000) MX[B] [4] -1 0 0xf4209000 - 0xf42090ff (0x100) MX[B] [5] -1 0 0xf4208000 - 0xf4208fff (0x1000) MX[B] [6] -1 0 0xf4204000 - 0xf4207fff (0x4000) MX[B] [7] -1 0 0xf4201000 - 0xf42017ff (0x800) MX[B] [8] -1 0 0xf4705000 - 0xf47053ff (0x400) MX[B] [9] -1 0 0xf4704000 - 0xf47043ff (0x400) MX[B] [10] -1 0 0xf4700000 - 0xf4703fff (0x4000) MX[B] [11] -1 0 0xf4600000 - 0xf460ffff (0x10000) MX[B](B) [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [13] -1 0 0x000050b0 - 0x000050bf (0x10) IX[B] [14] -1 0 0x00001574 - 0x00001577 (0x4) IX[B] [15] -1 0 0x00001370 - 0x00001377 (0x8) IX[B] [16] -1 0 0x000015f4 - 0x000015f7 (0x4) IX[B] [17] -1 0 0x000013f0 - 0x000013f7 (0x8) IX[B] [18] -1 0 0x00005080 - 0x0000508f (0x10) IX[B] [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [23] -1 0 0x00005060 - 0x0000507f (0x20) IX[B] [24] -1 0 0x00005040 - 0x0000505f (0x20) IX[B] [25] -1 0 0x00005020 - 0x0000503f (0x20) IX[B] [26] -1 0 0x00005000 - 0x0000501f (0x20) IX[B] [27] -1 0 0x00004000 - 0x000040ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xf4000000 - 0xf4000fff (0x1000) MX[B] [1] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B] [2] -1 0 0xf420b000 - 0xf420bfff (0x1000) MX[B] [3] -1 0 0xf420a000 - 0xf420afff (0x1000) MX[B] [4] -1 0 0xf4209000 - 0xf42090ff (0x100) MX[B] [5] -1 0 0xf4208000 - 0xf4208fff (0x1000) MX[B] [6] -1 0 0xf4204000 - 0xf4207fff (0x4000) MX[B] [7] -1 0 0xf4201000 - 0xf42017ff (0x800) MX[B] [8] -1 0 0xf4705000 - 0xf47053ff (0x400) MX[B] [9] -1 0 0xf4704000 - 0xf47043ff (0x400) MX[B] [10] -1 0 0xf4700000 - 0xf4703fff (0x4000) MX[B] [11] -1 0 0xf4600000 - 0xf460ffff (0x10000) MX[B](B) [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [13] -1 0 0x000050b0 - 0x000050bf (0x10) IX[B] [14] -1 0 0x00001574 - 0x00001577 (0x4) IX[B] [15] -1 0 0x00001370 - 0x00001377 (0x8) IX[B] [16] -1 0 0x000015f4 - 0x000015f7 (0x4) IX[B] [17] -1 0 0x000013f0 - 0x000013f7 (0x8) IX[B] [18] -1 0 0x00005080 - 0x0000508f (0x10) IX[B] [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [23] -1 0 0x00005060 - 0x0000507f (0x20) IX[B] [24] -1 0 0x00005040 - 0x0000505f (0x20) IX[B] [25] -1 0 0x00005020 - 0x0000503f (0x20) IX[B] [26] -1 0 0x00005000 - 0x0000501f (0x20) IX[B] [27] -1 0 0x00004000 - 0x000040ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf4000000 - 0xf4000fff (0x1000) MX[B] [5] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B] [6] -1 0 0xf420b000 - 0xf420bfff (0x1000) MX[B] [7] -1 0 0xf420a000 - 0xf420afff (0x1000) MX[B] [8] -1 0 0xf4209000 - 0xf42090ff (0x100) MX[B] [9] -1 0 0xf4208000 - 0xf4208fff (0x1000) MX[B] [10] -1 0 0xf4204000 - 0xf4207fff (0x4000) MX[B] [11] -1 0 0xf4201000 - 0xf42017ff (0x800) MX[B] [12] -1 0 0xf4705000 - 0xf47053ff (0x400) MX[B] [13] -1 0 0xf4704000 - 0xf47043ff (0x400) MX[B] [14] -1 0 0xf4700000 - 0xf4703fff (0x4000) MX[B] [15] -1 0 0xf4600000 - 0xf460ffff (0x10000) MX[B](B) [16] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x000050b0 - 0x000050bf (0x10) IX[B] [20] -1 0 0x00001574 - 0x00001577 (0x4) IX[B] [21] -1 0 0x00001370 - 0x00001377 (0x8) IX[B] [22] -1 0 0x000015f4 - 0x000015f7 (0x4) IX[B] [23] -1 0 0x000013f0 - 0x000013f7 (0x8) IX[B] [24] -1 0 0x00005080 - 0x0000508f (0x10) IX[B] [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [29] -1 0 0x00005060 - 0x0000507f (0x20) IX[B] [30] -1 0 0x00005040 - 0x0000505f (0x20) IX[B] [31] -1 0 0x00005020 - 0x0000503f (0x20) IX[B] [32] -1 0 0x00005000 - 0x0000501f (0x20) IX[B] [33] -1 0 0x00004000 - 0x000040ff (0x100) IX[B](B) (II) Primary Device is: PCI 01:00:0 (II) ATI Proprietary Linux Driver Version Identifier:8.50.3 (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501 (II) ATI Proprietary Linux Driver Build Date: Jun 2 2008 22:46:56 (**) ChipID override: 0x71C5 (**) Chipset Supported AMD Graphics Processor (0x71C5) found (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/75dpi/ (**) RgbPath set to "/usr/share/X11/rgb" (**) ModulePath set to "/usr/lib/xorg/modules" (II) ATI Proprietary Linux Driver Version Identifier:8.50.3 (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501 (II) ATI Proprietary Linux Driver Build Date: Jun 2 2008 22:46:56 (--) Chipset Supported AMD Graphics Processor (0x71C5) found Number of created screens does not match number of detected devices. Configuration failed. Tell me, if it's not enought I can post more info. Oh I think he has X1600 video card, I am not sure Please help.
Moved from Installing Gentoo to Desktop Environments. In your xorg.conf, change Depth DefaultDepth
This is a new install of gentoo, pristine. I've had all sorts of dramas getting this far. Now that I've reached login, kde can't complete. I've done this a few times before and have not seen this occur. Xorg.conf log reports it's missing virtually all the drivers; nv, fbdev, vesa, vga, mouse, kbd. Where have they all got to? They've all been there on previous installs.
Yes it has been quite some time. It seems things change. Tx
hi everybody. i am not able to make to work correctly my laptop using "intel" driver, but "vesa" is ok. you can believe me, i found on google whole week but w/o success. my system info: package versions: Code: =x11-base/xorg-x11-7.2 =x11-base/xorg-server-1.3.0.0-r6 =x11-drivers/xf86-video-i810-2.3.2 ~x86 =media-libs/mesa-7.0.3 ~x86 kernel config: .config Code: $ uname -a Linux rpc-ibm 2.6.24-gentoo-r8 #1 SMP Fri Jun 20 00:44:38 CEST 2008 i686 Genuine Intel(R) CPU L2400 @ 1.66GHz GenuineIntel GNU/Linux intel graphics: Code: # lspci 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) # lspci -nv | grep VGA 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller]) portage: Code: $ emerge --info Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 i686) ================================================================= System uname: 2.6.24-gentoo-r8 i686 Genuine Intel(R) CPU L2400 @ 1.66GHz Timestamp of tree: Sun, 13 Jul 2008 09:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.61-r2 sys-devel/automake: 1.4_p6, 1.7.9-r1, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en cs" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl alsa bash-completion berkdb bzip2 cli cracklib crypt cups dbus dri fortran gdbm gpm iconv ipv6 isdnlog midi mmx mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session slang spl sse sse2 ssl symlink tcpd threads truetype unicode x86 xorg zlib" ALSA_CARDS="hda_intel" 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en cs" USERLAND="GNU" VIDEO_CARDS="i810 vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY there is xorg.conf , Xorg.0.log for functional X configuration using "vesa" driver. i have tried several other configurations for driver "intel" but after start X screen going to black and at the left upper corner i can see cursor. i am not able to shutdown x server using ctrl+alt+backspace, i am not able to switch to a console. sometimes it is possible to reboot using ctrl+alt+del but almost hard reset is required. there is no error message in the X log. i have tried following configuration: 1) xorg.conf , Xorg.0.log 2) xorg.conf , Xorg.0.log 3) xorg.conf , Xorg.0.log 4) xorg.conf , Xorg.0.log thanks for every advice...
I offer my three kernel .configs and xorg.conf's for your perusal. All three are from machines with intel chipsets, and all work with the i810 driver. .copnfig_1 .config_2 .config_3 xorg.conf_1 xorg.conf_2 xorg.conf_3 Note that the 2.6.22-gentoo-r10 kernel requires both vesa and intel frame buffers. That is the only kernel anomaly I know of concerning the use of the intel frame buffer. Vanilla-sources, and later gentoo-sources allow you to select the intel frame buffer exclusively. Machines 1 and 2 are 32 bit laptops, and system 3 is a Core2 Duo set up as an amd64. Blessed be! Pappy
ok, well ive been all over scouring the net for an answer for the past 3 days, and getting a little frustrated atm. im working on a fresh install, well a reinstall, and keep coming up with errors trying to configure xorg, and install the nvidia drivers im on a windows machine typing this so bear with me. im just going to post the relevant parts. here is my make.conf Code: INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="nvidia" i emerged xorg-x11 with out errors. then: Code: ~#Xorg -configure list of video drivers nv (II) primary device is: PCI 00:12:0 no devices to configure. configuration failed Code: ~#lspci 00:12:0 vga compatible controller: nVidia corporation device 053e (rev a2) so i figured i might need the proprietary drivers, so... Code: ~#emerge -av =nvidia-drivers-169.09-r1 *QA notice: USE flag 'userland_BSD' or 'kernel_FreeBSD' not in IUSE for x11-drivers/nvidia-drivers-169-09-r1 * *ERROR: x11-drivers/nvidia-drivers-169-09-r1 failed *call stack: * ebuild.sh, line 49: called pkg_setup * nvidia-drivers-169-09-r1.ebuild, line 174: called die *die message: could not determine proper NVIDIA package i did find a few others with a similar problem, tried their solution, but to no avail. this makes no sense to me what so ever, any help would be greatly appreciated.
could be that you didn't create the symlink for your profile. provide emerge --info or check it's a valid one.
I'm getting a really, really weird (and annoying!) rendering bug with Firefox 3. On very long pages, ones with more than 20 or so full pages of text or images, Firefox seems to choke and display it all in a huge jumbled mess. Web pages can often be this long, so this isn't a very rare-occurring problem either. Long blog/news posts with lots of comments that aren't properly paginated tend to be the prime culprit. This is what it looks like, when the error occurs. http://img503.imageshack.us/img503/5571/firefoxrenderingbugtq4.png Refreshing the page doesn't help. Changing the font size to a larger size until the window is below a certain amount of height DOES seem to work. I'm not exactly sure how many lines a webpage has to be for this bug to be triggered, but it is a pretty high number. Like I said -- at least 20-30 full pages long. My useflags for firefox are "dbus gnome ipv6 startup-notification xulrunner". I'm using xulrunner-1.9-r2 and mozilla-firefox-3.0-r1
Try to see if you can reproduce the issue with the 3.0 version of mozilla-firefox-bin. If you can, file an upstream bug. If you can't, file a gentoo bug.
The Problem For some reason xorg is blocking the output of all raw evdev events (or, that's what I think is happening) to my keyboard and mouse. When I run evtest on my mouse device, it sees the mouse, displays the button list, but activity does not generate output. I had gentoo in the past, and this program worked, so I know it's possible. I got a new computer and installed 2008.0 and now it's not working. Why I Think It's X Make sure evdev was enabled in the kernel. 'zcat /proc/config.gz | grep EVDEV' returns 'CONFIG_INPUT_EVDEV=y'. Check. Try it a console, to make sure the evdev process is working. './evtest /dev/input/event0' shows the mouse, displays the button list, and activity generates hordes of output. Check. Try running evtest on my joystick in X. I get evdev output on all activity. Check. Try running evtest on my mouse/keybord in KDE, Gnome, and whatever the basic desktop is when root runs 'startx'. It fails on all 3, as above. My Setup Gentoo 2008.0 gentoo-sources-2.6.25-r6 xorg-server-1.4.2. The INPUT_DEVICES includes evdev. xf86-input-evdev-2.0.1 Note that the mouse is working, it's just not seeing all the events. Specifically, it's not allowing evdev events through. And before you tell me to use program xyz instead of evdev, I already have and it can't handle all the buttons on my mouse, keyboard, or joysticks. But there is a program I can use that works great for all 3, provided I can get to the evdev events. /etc/X11/xorg.conf In the interests of brevity, I have included only the info relevant to the mouse/keyboard. For the various revisions, whenever I commented out something, I put the revision number after the #, so I could regress as needed. If you need something else, let me know. Code: Section "Module" ... Load "evdev" ... EndSection Section "InputDevice" Identifier "Keyboard0" # (0) Driver "kbd" Driver "evdev" EndSection Section "InputDevice" Identifier "Mouse0" # (0) Driver "mouse" Driver "evdev" # (1) Option "Protocol" "auto" # (1) ZAxisMapping "4 5 6 7" # (2) Option "Device" "/dev/input/mice" # (3) Option "Device" "/dev/input/mouse0" # (4) Option "Device" "/dev/input/event0" Option "evBits" "+1-2" Option "keyBits" "~272-287" Option "relBits" "~0-2 ~6 ~8" Opiton "Pass" "3" EndSection Thank you for your ideas.
After banging around on lots of forums looking for lots of things, it was a throwaway comment in an lirc forum that did the trick. In the "ServerLayout" section of /etc/X11/xorg.conf I added: Option "AutoAddDevices" "False" Of course, this made my keyboard stop working, so I had to set that as follows: Driver "evdev" Device "/dev/input/by-id/usb-Logitech_USB_Multimedia_Keyboard-event-kbd" In the mouse section I had to make sure the Device was pointed to a non-evdev entry, like /dev/input/mouse0 or /dev/input/mice. Then I could use the evdev node for what I wanted. Yahoo!
I have dual-head, dual monitor xorg with KDE, and of course have installed Firefox3. From that moment on I am unable to select a link in any window running on the other monitor. I mean if I run firefox on DISPLAY=0.1 and point a link in kmail on DESKTOP=0.0 I get a message popup: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. When the programs are on the same display there's no problem - the link is opened in a new card. This wasn't an issue with firefox 2. Any clue? Edit: found bug for that https://bugzilla.mozilla.org/show_bug.cgi?id=319965 - looks like patch appearing soon.
Thanks for finding that bugreport. Having the same issue with it here.
I'm running gnome on a AMD64 gentoo system. Everything works fine, compiz is starting at login time (i've enable it by the 'session' entry in the gnome menus) but i cannot get emerald to start at login time by doing the same kind of thing(adding an entry 'emerald --replace'). Once logged in, if I type emerald --replace in a terminal, it work fine, so what I'm doing wrong? Does someone knows of solve ??
In stead of adding all these to the startup session, install fusion-icon and add fusion-icon to startup. Remove everything else that is compiz/emerald related. Select Window Manager as Compiz and Window Decorator as Emerald in fusion icon and you are done. And btw, emerald --replace should work in startup. :O
Hello, As usual I update my gentoo, it goes well until revdep is running. "Packages containing binaries and libraries broken by a package update will be emerged." So I let it continue. When Gedit is emerge, it give me an error. revdep . Code: GJamesb jamesb # revdep-rebuild -i Configuring search environment for revdep-rebuild Checking reverse dependencies... Packages containing binaries and libraries broken by a package update will be emerged. Collecting system binaries and libraries... done. (/root/.revdep-rebuild.1_files) Collecting complete LD_LIBRARY_PATH... done. (/root/.revdep-rebuild.2_ldpath) Checking dynamic linking consistency... broken /usr/bin/eog (requires libpython2.4.so.1.0) broken /usr/bin/epiphany (requires libpython2.4.so.1.0) broken /usr/bin/gedit (requires libpython2.4.so.1.0) broken /usr/bin/vmware-mount (requires libfuse.so.2) # <=== Don't need to care about this one (was here before) done. (/root/.revdep-rebuild.3_rebuild) Assigning files to ebuilds... done. (/root/.revdep-rebuild.4_ebuilds) Evaluating package order... done. (/root/.revdep-rebuild.5_order) All prepared. Starting rebuild... emerge --oneshot =www-client/epiphany-2.20.3 =media-gfx/eog-2.20.4 =app-editors/gedit-2.20.4-r1 Epiphany cannot be emerge, neither eog, and gedit ! In gnome I cannot open the image viewer, the text editor ! What is the probleme ? Code: GJamesb jamesb # emerge -pv epiphany eog gedit These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] www-client/epiphany-2.20.3 USE="python -debug -doc -networkmanager -spell -xulrunner" 0 kB [ebuild R ] media-gfx/eog-2.20.4 USE="jpeg python -dbus -debug -lcms" 0 kB [ebuild R ] app-editors/gedit-2.20.4-r1 USE="python -debug -doc -spell -xattr" 0 kB Total: 3 packages (3 reinstalls), Size of downloads: 0 kB Here is "/var/tmp/portage/media-gfx/eog-2.20.4/temp/environment": http://pastebin.com/m67d5f9bf Please help me,
Do you have libxml2 with USE="python"? Can you post error from gedit compilation? This one is from eog only.
Hi, Im using gnome and Ive got problems with my keyboard layout. I would like to use fr_CH. But whenever I try to add a keyboard layout in the gnome keyboard properties I get: Code: Error activating XKB configuration. It can happen under various circumstances: - a bug in libxklavier library - a bug in X server (xkbcomp, xmodmap utilities) - X server with incompatible libxkbfile implementation X server version data: The X.Org Foundation 10402000 If you report this situation as a bug, please include: - The result of xprop -root | grep XKB - The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd The output of xprop -root | grep XKB: Code: _XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "fr_CH", "nodeadkeys", "" _XKB_RULES_NAMES(STRING) = "xorg", "pc105", "en_US", "", "" The output of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd Code: layouts = [] model = overrideSettings = true options = [] I tried nearly everyting Ive seen in similar posts (which are mostly from a few years ago). But without success. If I try to set the fr_CH layout with setxkbmap I get an "Error loading new keyboard description". The resulting problem is that all my 3rd keys are not useable. Here is what I have in my xorg.conf: Code: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "fr_CH" Option "XkbModel" "pc105" Option "XkbVariant" "nodeadkeys" EndSection Any help would be much appreciated! Thanks
What are the chances that this is yet another hal/evdev problem ?
Code: rahul@wall ~ $ cat /var/log/Xorg.0.log | grep WW (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (WW) intel(0): Bad V_BIOS checksum (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009 (WW) intel(0): PP_STATUS before: on, ready, sequencing idle (WW) intel(0): PP_STATUS after: on, ready, sequencing on (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0000 (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104 (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200 (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200 (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000 (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1 (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359 (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022 (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344 (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415 (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607 (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001 (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0 (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0 (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0 (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0 (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088 (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8 (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024 (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198 (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283 (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141 (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000 (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060 (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000 (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060 (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 xorg.conf Code: Section "ServerLayout" Identifier "Xorg Configured" Screen 0 "Screen[0]" 0 0 InputDevice "Keyboard" "CoreKeyboard" InputDevice "TouchPad" "CorePointer" InputDevice "Mouse" "SendCoreEvents" Option "AIGLX" "true" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/artwiz-aleczapka-en/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/default/ghostscript" FontPath "/usr/share/fonts/dejavu/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/indic" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/liberation-fonts-ttf" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" EndSection Section "Module" Load "ddc" Load "dri" Load "dbe" Load "glx" Load "extmod" Load "bitmap" Load "type1" Load "freetype" Load "record" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" EndSection Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "Device" "/dev/input/mouse1" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "Emulate3Buttons" "on" EndSection Section "InputDevice" Driver "evdev" Identifier "Mouse" Option "SendCoreEvents" Option "Device" "/dev/input/mouse2" Option "Protocol" "auto" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "EXA" Option "MigrationHeuristic" "greedy" Option "ExaNoComposite" "false" EndSection Section "Monitor" Identifier "LCD Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Screen[0]" Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Monitor "LCD Monitor" DefaultDepth 24 SubSection "Display" Modes "1400x1050" "1280x800" "1024x768" "800x600" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Mode 0666 EndSection
rahulthewall3000, Those warnings are all harmless.
Hi, it never happened before but when I had suddenly hard reboot and when I am back in the OS and press Up Arrow in the keyboard, then the Save Screen shot windows pops up. I did not set this short cut but it appears this hard reboot did something weired. Any ideas ? Thanks a lot
Well, if by 'change keyboard layout per user' you meant something like what 'Option "XkbLayout" "us,de"' was doing (or however was that spelled in xorg.conf), you can set those options in the fdi file, too.
Hi there I installed compiz-fusion with the desktop-effects overlay, it works but one thing annoying 1° I got this apparance bug when I open a new window There's a screenshot: http://img106.imageshack.us/img106/7607/capturexu3.png I'm running Gentoo 2008.0 with a Radeon card. Thanks for answering and sorry for my english.
You can use emerald as windows manager, it's the best to use under compiz. Give it a try.
I need to install Xorg,now the Wiki says there are several xorg releases . Which one should I install?
AFAIK the only X release in the portage tree is xorg-x11. Try emerge -pv xorg-x11 and see if that looks like working. will
printf("Hello,world!"); I know I'm not alone with this problem: I have a very powerful PC (Core2duo@2GHz,RAM@2Gb,HDD@320GbSATA2), and gentoo+gnome installed. Each time I open a new folder in nautilus, or double-click on a picture to open it with eye-of-gnome, or closing GIMP -- desktop freezes around 3-5 seconds, and CPU loads to the maximum (100%). During such hangup, I observed in GnomeSystemMonitor, that some processes loads CPU equally, so I think it may be a notify daemon problem. None of the HDD partitions is full with files more than 75%, so this is not a disk-write issue. If someone have suggestions; Thanks.
run something simple from shell with strace and you'll find which system call makes it wait (sometimes it may be ie. wrong dns resolver configuration with ethernet cable unplugged)
The KOrganizer Reminder Daemon (korgac) crashed and caused signal 11 (SIGSEGV) This has been bugging me for AGES... on every startup (likely due to the applications that auto-start) and trying to start kontact. Anyone else see this issue? More info available upon request. poly-p man
solved - seems that it never made it into my world file, and thus was still at version 3.5.8. /me looks at all the other kde packages... poly-p man
Since about a week I'm unable to read mails with kmail. Everytime I select a mail (or if I start kmail and it wants to display the first mail of the folder) with the mouse, it eats up my memory and after some swapping on the hard disk kmail dies. Removing ~/.kde/share/apps/kmail didn't help me. Same error. I recompiled the main packages of kmail with no effect. I added the ~amd64 keyword without success. Code: kde-base/kdelibs-3.5.9-r4 kde-base/kdepim-3.5.9-r2 kde-base/kdenetwork-3.5.9 Code: # kmail --version Qt: 3.3.8 KDE: 3.5.9 KMail: 1.9.9 Code: # emerge --info Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r3 x86_64) ================================================================= System uname: 2.6.25-gentoo-r3 x86_64 Intel(R) Pentium(R) D CPU 3.00GHz Timestamp of tree: Fri, 11 Jul 2008 16:45:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 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.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/" LANG="de_DE@euro" LINGUAS="de" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow X a52 aac aalib acl akode alsa amd64 apache2 arts audiofile avi bash-completion bluetooth bzip2 cairo calendar cddb cli cracklib crypt cups curl dbus dga directfb divx4linux djvu dmx doc dri dv dvb dvd dvdr dvdread encode esd ethereal examples exif expat faad fam fame fbcon ffmpeg flac flash fontconfig gd gdbm ggi gif gimp glep glut gnokii gnome gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml h323 hal iconv idn imagemagick imap imlib ipv6 irda isdnlog jack jbig jingle jpeg jpeg2k kde kdeenablefinal krb4 lame lcms libcaca libwww lirc lm_sensors logrotate lua lzo mad madwifi maildir mailwrapper mbox midi mikmod mjpeg mmx mng motif mp3 mpeg mudflap mysql nas ncurses nls nptl nptlonly nsplugin numeric odbc ofx ogg openexr opengl openmp openntpd oss pam pcre pdf pdflib perl php png pnppython portaudio povray pppd python qt qt3 qt4 quicktime readline reflection samba sametime sasl sdl seamonkey session slang slp sndfile speex spell spl sqlite sse sse2 ssl subversion svg sysfs tcpd tetex theora threads tidy tiff timidity tk transcode truetype type1 unicode urandom usb utempter v4l v4l2 vcd vhosts vorbis webdav wifi wmf x264 xcomposite xext xine xinerama xinetd xml xml2 xorg xosd xpm xprint xscreensaver xv xvid yaz zlib zvbi" 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse vmmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" LIRC_DEVICES="all" USERLAND="GNU" VIDEO_CARDS="i810 v4l vmware" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS There are also other applications which crash: Code: kaddressbook terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc KCrash: Application 'kaddressbook' crashing... Please help me, because I don't want to change to another mail application. E*
Could you try recompiling kmail (just kmail, i think) with -kdeenablefinal ? There were problems with this use flag and kmail, however at compiletime...
My gvim seems to have developed a rather irritating problem. Even when gvim is maximized, I can not type normally till the end of the line. As soon as I reach width 80 (which is the default width of the terminal) it jumps to the next line. I would like to change this to mirror the current size of gvim.
Yes, same problem with both gnome-terminal and xterm. Haven't even remotely played with Fortran.
i make startx and the screen blinks like changing resolution and dont get nothing more...i dont get ever to see the logo of nvidia with drivers nv everything works ctrl+alt+backspace doesnt work or trying to go to a tty1 when i login by ssh the X is feeding all the cpu Code: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3218 root 19 -1 35164 22m 6360 R 99.7 2.2 4:52.85 X another cute thing is when i kill the X the system freezes ps: this is a new installation of gentoo, i can go 2 versions behind i cant compile it pps: i have agpart builtin and the log is this: Code: X.Org X Server 1.4.2 Release Date: 11 June 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.25-gentoo-r6 i686 Current Operating System: Linux DaNebox 2.6.25-gentoo-r6 #10 Tue Jul 15 22:30:21 WEST 2008 i686 Build Date: 13 July 2008 11:48:16AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 15 22:50:32 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "1" (**) | |-->Device "My Video Card" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "StandbyTime" "45" (**) Option "SuspendTime" "45" (**) Option "OffTime" "45" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/TTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/local" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/share/fonts" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts"). (WW) The directory "/usr/X11R6/lib/X11/fonts" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/CID/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/mathematica/Type1" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/mathematica/BDF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/mathematica/BDF" does not exist. Entry deleted from font path. (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/75dpi/:unscaled, /usr/share/fonts/100dpi/:unscaled, /usr/share/fonts/75dpi/, /usr/share/fonts/100dpi/, /usr/share/fonts/Type1/, /usr/share/fonts/corefonts, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81e0660 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (--) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1039,0746 card 1849,0746 rev 10 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:02:0: chip 1039,0963 card 0000,0000 rev 25 class 06,01,00 hdr 80 (II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00 (II) PCI: 00:02:5: chip 1039,5513 card 1849,5513 rev 00 class 01,01,80 hdr 00 (II) PCI: 00:02:7: chip 1039,7012 card 1849,4961 rev a0 class 04,01,00 hdr 00 (II) PCI: 00:03:0: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 80 (II) PCI: 00:03:1: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 00 (II) PCI: 00:03:2: chip 1039,7002 card 1849,7001 rev 00 class 0c,03,20 hdr 00 (II) PCI: 00:04:0: chip 1039,0900 card 1849,8201 rev 90 class 02,00,00 hdr 00 (II) PCI: 01:00:0: chip 10de,0322 card 0000,0000 rev a1 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x000a (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xcdd00000 - 0xcfefffff (0x2200000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xbda00000 - 0xcdbfffff (0x10200000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xce000000/24, 0xc0000000/27, BIOS @ 0xcfee0000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff (II) Active PCI resource ranges: [0] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [1] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [2] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [3] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [5] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B) [8] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [9] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [10] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [11] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [12] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [1] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [2] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [3] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [5] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B) [8] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [9] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [10] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [11] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [12] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [5] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [6] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [7] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [15] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [16] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [18] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded by default. (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.2, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 173.14.05 Mon May 19 00:30:52 PDT 2008 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.3.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.3.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) NVIDIA dlloader X Driver 173.14.05 Mon May 19 00:10:20 PDT 2008 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Assigning device section with no busID to primary device (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.4.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [5] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [6] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [7] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [15] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [16] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [18] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [5] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [6] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [7] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [18] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [20] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [21] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] [22] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [23] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "MetaModes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0; CRT: 1280x1024_85 +0+0" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 131072 kBytes (--) NVIDIA(0): VideoBIOS: 04.34.20.18.00 (II) NVIDIA(0): Detected AGP rate: 8X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0: (--) NVIDIA(0): Sony CPD-E250 (CRT-0) (--) NVIDIA(0): NVIDIA TV Encoder (TV-0) (--) NVIDIA(0): Sony CPD-E250 (CRT-0): 350.0 MHz maximum pixel clock (--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock (--) NVIDIA(0): TV encoder: NVIDIA (II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0 (II) NVIDIA(0): Assigned Display Device: CRT-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "CRT:1280x1024+0+0" (II) NVIDIA(0): "CRT:1024x768+0+0" (II) NVIDIA(0): "CRT:800x600+0+0" (II) NVIDIA(0): "CRT:640x480+0+0" (II) NVIDIA(0): "CRT:1280x1024_85+0+0" (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 (--) NVIDIA(0): DPI set to (98, 108); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [5] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [6] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [7] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [11] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [18] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [20] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [21] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] [22] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [23] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "CRT:1280x1024+0+0" (II) Loading extension NV-GLX (WW) NVIDIA(0): WAIT (2, 11, 0x8000, 0x000006bc, 0x00000d70) (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (EE) NVIDIA(0): Error recovery failed. (EE) NVIDIA(0): *** Aborting *** (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" "true" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (WW) NVIDIA(0): Option "StandbyTime" is not used (WW) NVIDIA(0): Option "SuspendTime" is not used (WW) NVIDIA(0): Option "OffTime" is not used (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (EE) NVIDIA(0): Error recovery failed. (EE) NVIDIA(0): *** Aborting *** (==) RandR enabled (II) Setting vga for screen 0. (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (**) Option "Protocol" "ImPS/2" (**) Mouse1: Device: "/dev/input/mice" (**) Mouse1: Protocol: "ImPS/2" (**) Option "CorePointer" (**) Mouse1: always reports core events (**) Option "Device" "/dev/input/mice" (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse1: ZAxisMapping: buttons 4 and 5 (**) Mouse1: Buttons: 9 (**) Mouse1: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard1: always reports core events (**) Option "Protocol" "standard" (**) Keyboard1: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard1: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard1: XkbModel: "pc105" (**) Option "XkbLayout" "pt" (**) Keyboard1: XkbLayout: "pt" (**) Option "CustomKeycodes" "off" (**) Keyboard1: CustomKeycodes disabled (II) evaluating device (Keyboard1) (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD) (II) evaluating device (Mouse1) (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) (II) Mouse1: ps2EnableDataReporting: succeeded Could not init font path element /usr/share/fonts/TTF/, removing from list! Could not init font path element /usr/share/fonts/OTF, removing from list! (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART. (EE) NVIDIA(0): Error recovery failed. (EE) NVIDIA(0): *** Aborting *** (II) LoadModule: "evdev" (WW) Warning, couldn't open module evdev (II) UnloadModule: "evdev" (EE) Failed to load module "evdev" (module does not exist, 0) (EE) No input driver matching `evdev' (II) LoadModule: "evdev" (WW) Warning, couldn't open module evdev (II) UnloadModule: "evdev" (EE) Failed to load module "evdev" (module does not exist, 0) (EE) No input driver matching `evdev' (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Initialized AGP GART.
eselect opengl nvidia ?
I am having a problem with Firefox 3 crashing. I did a backtrace and the segfault is taking place with libpixman. However I'm not sure if this is an actual bug, or perhaps something to do with my system. I found a way to reliably reproduce it. If some people could do the following I'll be able to know if this is an actual bug or not. My packages are pretty up-to-date. 1) Install the Mostly Crystal theme for firefox (I doesn't do it reliably with the default theme) http://www.tom-cat.com/mozilla/ 2) With the theme active, open Firefox 3) Press Alt-T to create a second tab 4) Try to drag one of the tabs to change the tab order 5) Firefox immediately crashes here for me, backtrace to pixman_fill in /usr/lib/libpixman-1.so.0 Thanks *edit* forgot to mention my build options for firefox: USE="dbus gnome ipv6 mozdevelop xulrunner -bindist -iceweasel -java -restrict-javascript -startup-notification"
I cannot reproduce this error with: www-client/mozilla-firefox-3.0-r1 USE="dbus ipv6 java linguas_pl mozdevelop startup-notification xulrunner" (I'm not using gnome integration) Maybe this is a problem with theme itself in certain configurations (I have x11-libs/pixman-0.10.0)?
Hey... I'm having a problem compiling a couple packages in Gnome. I've never had a problem with this before. The packages are gnome-icon-theme and gnome-themes. I don't have the exact error messages here now, I'm using Windows atm. However it seems that it may be a parser error related to xml. I'm not 100% sure though. It seems to go well until it gets to the end and starts merging all the icon and theme files. I re-emerged XML-Parser and did a revdep-rebuild. I also just for the heck of it reemerged perl and libperl. Still can't get anywhere with it. If anyone has an idea whats going on here I'd be very grateful... Thanks,
I'm still having this problem I have usually been able to solve this type of thing based on the error message I got, but this time I am stumped. Here is the last part of the build.log file for this install. This one is for gnome-icon-theme, however it is the same for gnome-themes as well. Quote: make[1]: Leaving directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/po' make[1]: Entering directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0' ./intltool-merge ./po index.theme.in index.theme -d -u -c ./po/.intltool-merge-cache Found cached translation database Merging translations into index.theme. make[1]: Leaving directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0' >>> Source compiled. >>> Test phase [not enabled]: x11-themes/gnome-icon-theme-2.20.0 >>> Install gnome-icon-theme-2.20.0 into /var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image/ category x11-themes Making install in 8x8 make[1]: Entering directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/8x8' Making install in emblems make[2]: Entering directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/8x8/emblems' make[3]: Entering directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/8x8/emblems' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/icons/gnome/8x8/emblems" || /bin/mkdir -p "/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8/emblems" /usr/bin/install -c -m 644 'emblem-default.png' '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8/emblems/emblem-default.png' /usr/bin/install -c -m 644 'emblem-new.png' '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8/emblems/emblem-new.png' /usr/bin/install -c -m 644 'emblem-readonly.png' '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8/emblems/emblem-readonly.png' /usr/bin/install -c -m 644 'emblem-symbolic-link.png' '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8/emblems/emblem-symbolic-link.png' /usr/bin/install -c -m 644 'emblem-unreadable.png' '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8/emblems/emblem-unreadable.png' (cd /var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/image//usr/share/icons/gnome/8x8 && /usr/libexec/icon-name-mapping -c emblems) file:///etc/xml/catalog:1: parser error : Document is empty ^ file:///etc/xml/catalog:1: parser error : Start tag expected, '<' not found ^ at /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/XML/LibXML/SAX/Parser.pm line 38 make[3]: *** [install-data-local] Error 2 make[3]: Leaving directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/8x8/emblems' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/8x8/emblems' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/work/gnome-icon-theme-2.20.0/8x8' make: *** [install-recursive] Error 1 [31;01m*[0m [31;01m*[0m ERROR: x11-themes/gnome-icon-theme-2.20.0 failed. [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 49: Called src_install [31;01m*[0m environment, line 613: Called gnome2_src_install [31;01m*[0m environment, line 565: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${D}${sk_tmp_dir} " "$@" install || die "install failed"; [31;01m*[0m The die message: [31;01m*[0m install failed [31;01m*[0m [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. [31;01m*[0m A complete build log is located at '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-themes/gnome-icon-theme-2.20.0/temp/environment'. [31;01m*[0m Thanks for the help guys.
Hi all, I have no idea how this happens, but when I press the up key gnome-screenshot launches. Other keys seem to work fine. I get the same effect both when I run gnome either as user or as root. However, if I run twm instead of gnome the up key behaves normally. Any clues?
The issue seems to be related to me starting using evdev. I found a solution in this post : Code: gconftool-2 --recursive-unset /desktop/gnome/peripherals You also have to reconfigure your keyboard from the gnome preferences menu (this may be trickier than it sounds) and finally restart gnome.
I found a very strange error. Yesterday I did an emerge --update --deep world and afterwards my openoffice-bin (2.4.1) did not start: Code: kalle@pc:~> soffice KCrash: Application 'soffice.bin' crashing... Warning: connect() failed: : Datei oder Verzeichnis nicht gefunden KCrash cannot reach kdeinit, launching directly. I did a little forum search and found some people who said is could be related to kde. OK, I started icewm and everyting went fine. I tried around a bit and at last started it as an other user and it worked - with kde! Then I copared the environment of both users and found out, the user it crashed had set the following: Code: kalle@pc:~> export [...] declare -x LD_LIBRARY_PATH="/usr/lib/fglrx" [...] The other user did not have this variable. I just set LD_LIBRARY_PATH to "" and it worked fine: Code: kalle@pc:~> declare -x LD_LIBRARY_PATH="" kalle@pc:~> soffice Now what is /usr/lib/fglrx? I checked the files in there with equery and they did not belong to any package Quote: kalle@pc:~> equery belongs /usr/lib/fglrx/* So I suppose they are leftover from a long gone attempt to install ati-drivers without emerge (when the version in portage did not work). I removed the whole directory and everything went fine. Can some guru explain what happened here??? Edit: After a reboot I still have to unset LD_LIBRARY_PATH. Some hint about the file it is set would be apreciated.
kalle2 wrote: KCrash: Application 'soffice.bin' crashing... Warning: connect() failed: : Datei oder Verzeichnis nicht gefunden KCrash cannot reach kdeinit, launching directly. kalle2: OK, I started icewm... I'll bet that you compiled openoffice-bin with the KDE use flag? As you are using IceWM (which I think uses GTK, but I could be wrong) then it looks like open office is trying to run a qt (connect()) method in GTK. I'm not in front of my Gentoo box right now, but I'll bet KDE is enabled. Try disabling it and re-emerging.
Hi, I run a stable x86 system. After a recent update of quite a few things (including glib to ver. 2.16.13-r1) and removal of unneeded gnome*mm packages (bindings for C# or something like this) my trash can is gone from the desktop. What is the simplest way of getting it back? Is this some kind of update bug? Did anybody else encounter the same problem? J.
start gconf-editor, go to /apps/nautilus/desktop, enable the trash_icon_visible option.
Hello. This is my first post on this forum so hello to everyone. I was trying to install gentoo with gnome. Everything went fine untill i tried to install gnome. I'm stuck at gtk+-2.12.9-r2 compillation. I get an error: Code: "glib.h: No such file or directory" The same repeats with many other files. Some time ago I installed gentoo with gnome successfully following the same process and there was no such error. I have no experience with installing software in gentoo (well... I only did "emerge gnome" and it worked last time ).
emerge --info plz
On my laptop (the Vostro 1400) my secondary LCD screen appears slightly blurry. However, what's weird about this is first of all, everything looks as nice as could be on my laptop, and second of all, under windows (on a differnt computer) this LCD has nice crisp fonts. To set up the dual screens I simply do Code: xrandr --output VGA --auto --left-of LVDS Other than the blurriness, everything works great (I even have DRI working when according to a ton of posts it shouldn't work when I have such a big virtual screen). Now, what is weird is that everything seems to be detected properly. According to the following output, my dimensions and resolution are automatically detected properly (I got out a tape measure to double check). Also, I don't think this has anything to do with anti-aliasing or fonts, since the blurriness affects images in the same way. Once again, everything looks wonderfull with my laptops LCD; however, it may be significant to note that my laptop has a WXVGA screen (I think that is what it is....it has a higher resolution in a smaller area). Here's some potentially usefull output: Code: superlappy fonts # xrandr Screen 0: minimum 320 x 200, current 2720 x 1024, maximum 2720 x 1024 VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm 1280x1024 60.0*+ 75.0 59.9 1152x864 74.8 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 LVDS connected 1440x900+1280+0 (normal left inverted right x axis y axis) 303mm x 190mm 1440x900 60.0*+ 1024x768 60.0 800x600 60.3 640x480 59.9 TV disconnected (normal left inverted right x axis y axis) Code: superlappy fonts # xrandr --prop Screen 0: minimum 320 x 200, current 2720 x 1024, maximum 2720 x 1024 VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm EDID_DATA: 00ffffffffffff00047218ad3e032054 2a0f010368221b78ee8bc5a45a489b25 1a5054bfef008180714f010101010101 010101010101302a009851002a403070 1300520e1100001e000000ff0045544c 31383039313032202020000000fc0041 63657220414c313731340a20000000fd 00324b1e520e000a20202020202000ca 1280x1024 60.0*+ 75.0 59.9 1152x864 74.8 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 LVDS connected 1440x900+1280+0 (normal left inverted right x axis y axis) 303mm x 190mm EDID_DATA: 00ffffffffffff004ca3574400000000 00110103801e13780a87f594574f8c27 27505400000001010101010101010101 010101010101442aa0e8518423302e46 99002fbe100000190000000f00000000 00000000000000000000000000fe0047 523631390331343157440a20000000fe 001929343a54708ab902010a20200009 PANEL_FITTING: full supported: center full_aspect full BACKLIGHT_CONTROL: combination supported: native legacy combination kernel BACKLIGHT: 500 (0x000001f4) range: (0,500) 1440x900 60.0*+ 1024x768 60.0 800x600 60.3 640x480 59.9 TV disconnected (normal left inverted right x axis y axis) BOTTOM: 37 (0x00000025) range: (0,100) RIGHT: 46 (0x0000002e) range: (0,100) TOP: 36 (0x00000024) range: (0,100) LEFT: 54 (0x00000036) range: (0,100) TV_FORMAT: NTSC-M supported: NTSC-M NTSC-443 NTSC-J PAL-M PAL-N PAL My LCD screen is the acer AL1714 17" LCD screen. Things are not horribly blurry beyond usefullness, but it isen't crisp at all like under windows or on my laptop's screen. I also should note that I plan to buy the Acer AL2216Wbd Black 22" LCD screen soon for use with my laptop. Any tips/advice/etc would be appreciated. If anyone needs any output of something, let me know. EDIT: I tried playing with the refresh rate and switching between 60hz and 75hz by using the following command: Code: xrandr --output VGA --rate 60 Though, that diden't seem to make any differnt.
It soesn't seem that there is any problem with the software... First of all, are you using the VGA or DVI connectors on the computer that works and on this laptop? Also, it could just be a low quality output - I've seen severe pixel swim on monitors hooked to laptops. Otherwise, I'm really not sure there's anything you can do... poly-p man
I can still use Kpdf from the command line but it has stopped working when clicking on a pdf link in Konqueror both in Web browser mode and in file manager mode. In Web browser mode when I click on a pdf link the document opens up with Kghostview instead of Kpdf. In file manager mode, I get this error message in a popup window: Code: KDEInit could not launch '$PATH_TO_PDF.pdf' But I can still run kpdf just fine from the command line. I'm using an up-to-date stable amd64 system using KDE 3.5.9. Revdep-rebuild says everything on my system is consistent. I checked my file associations for application/pdf and KPDF is listed first, followed by acroread. When I look at the emerges I've done over the past month, I see no obvious suspects. I did try (and fail) to remove the top level KPDF menu entry in my kicker K-menu but it seems rather far fetched that this attempt would have caused the problem.
Start control center. Go to KDE Components --> File Associations. Select "applications", and reassign the default starting program (kpdf in your case). Apply and then close. If this doesn't work (which wouldn't be too surprising), you can right click on the filename, select "Open With...", then "other". Use the menu that pops up to select said program. Before you OK things, be sure to click the "Remember application association for this type of file." That should do the trick. Blessed be! Pappy
Hi, I've just switched to Gentoo, and after a very long yet comfortable install, I must say I'm very pleased with it However, I do have one problem. After trying to install KDE4 using Portage, everything went fine except installing the phonon package. This is the output I get from 'emerge phonon': Code: ... [100%] make[2]: *** No rule to make target `/usr/lib64/libasound.so', needed by `lib/phonon_xine.so'. Stop. make[2]: *** Waiting for unfinished jobs.... Building CXX object phonon/xine/CMakeFiles/phonon_xine.dir/videowidget.o /var/tmp/portage/kde-base/phonon-4.0.5/work/phonon-4.0.5/phonon/xine/volumefader_plugin.cpp: In function 'post_plugin_t* kvolumefader_open_plugin(post_class_t*, int, xine_audio_port_t**, xine_video_port_t**)': /var/tmp/portage/kde-base/phonon-4.0.5/work/phonon-4.0.5/phonon/xine/volumefader_plugin.cpp:381: warning: 'xine_xmalloc' is deprecated (declared at /usr/include/xine/xineutils.h:624) /var/tmp/portage/kde-base/phonon-4.0.5/work/phonon-4.0.5/phonon/xine/volumefader_plugin.cpp:381: warning: 'xine_xmalloc' is deprecated (declared at /usr/include/xine/xineutils.h:624) make[1]: *** [phonon/xine/CMakeFiles/phonon_xine.dir/all] Error 2 make: *** [all] Error 2 * * ERROR: kde-base/phonon-4.0.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2987: Called kde4-meta_src_compile * environment, line 2335: Called kde4-meta_src_make * environment, line 2384: Called kde4-base_src_make * environment, line 2099: Called cmake-utils_src_make * environment, line 733: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/environment'. * * Messages for package kde-base/phonon-4.0.5: * * ERROR: kde-base/phonon-4.0.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2987: Called kde4-meta_src_compile * environment, line 2335: Called kde4-meta_src_make * environment, line 2384: Called kde4-base_src_make * environment, line 2099: Called cmake-utils_src_make * environment, line 733: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/environment'. *[100%] make[2]: *** No rule to make target `/usr/lib64/libasound.so', needed by `lib/phonon_xine.so'. Stop. make[2]: *** Waiting for unfinished jobs.... Building CXX object phonon/xine/CMakeFiles/phonon_xine.dir/videowidget.o /var/tmp/portage/kde-base/phonon-4.0.5/work/phonon-4.0.5/phonon/xine/volumefader_plugin.cpp: In function 'post_plugin_t* kvolumefader_open_plugin(post_class_t*, int, xine_audio_port_t**, xine_video_port_t**)': /var/tmp/portage/kde-base/phonon-4.0.5/work/phonon-4.0.5/phonon/xine/volumefader_plugin.cpp:381: warning: 'xine_xmalloc' is deprecated (declared at /usr/include/xine/xineutils.h:624) /var/tmp/portage/kde-base/phonon-4.0.5/work/phonon-4.0.5/phonon/xine/volumefader_plugin.cpp:381: warning: 'xine_xmalloc' is deprecated (declared at /usr/include/xine/xineutils.h:624) make[1]: *** [phonon/xine/CMakeFiles/phonon_xine.dir/all] Error 2 make: *** [all] Error 2 * * ERROR: kde-base/phonon-4.0.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2987: Called kde4-meta_src_compile * environment, line 2335: Called kde4-meta_src_make * environment, line 2384: Called kde4-base_src_make * environment, line 2099: Called cmake-utils_src_make * environment, line 733: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/environment'. * * Messages for package kde-base/phonon-4.0.5: * * ERROR: kde-base/phonon-4.0.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2987: Called kde4-meta_src_compile * environment, line 2335: Called kde4-meta_src_make * environment, line 2384: Called kde4-base_src_make * environment, line 2099: Called cmake-utils_src_make * environment, line 733: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/phonon-4.0.5/temp/environment'. * Is there any solution for this?
Solved, I just needed to make a symlink from /usr/lib64/libasound.so.2 to /usr/lib64/libasound.so...
Hi fellows, I installed one day a really splendid and full windows vista theme on kde (icons/wallpaper/sounds/start menu really very complete theme) The main purpose was to avoid to be spotted by my manager because I cannot use linux at work. And a funny point was that all the people told me "Wouah ! Your windows is damn fast and responsive ! Where did you find such a fantastic ssh client ?" Time goes by, and of course, I am bit tired of it, and I would like to revert back to a normal theme. The problem is that full theme changed the K button picture, the icon of many apps (setting the command dos icon for the konsole for instance and IE icon for konqueror) I succeeded to spot where these pics were located, but the problem is that I cannot find the original pics. I thought about wiping the .kde/share/apps/some-directories-here, and emerge --oneshot them (kicker or console for instance, so I think the default stuff would be restored, but I wonder if it is a good idea. The other possibility would be to find out a good tutorial how to tune kde graphics and find the original pics. Any idea or experiences from you ? Thanks
poly_poly-man wrote: go to the control center, under "theme manager", choose "plastik" for the default 3.5.x theme poly-p man How did I NOT think at this possibility Thank you very much, all is back to normal, even all the icons. Great !
Having followed the instructions I have a cache of thumbnails but thunar does not display them - I get the standard icon. I have strace'd thunar and it looks like the fallback-icon is being used . I have updated the cache, recompiled Thunar post installing thumbnailer and hunted through posts. Without joy. Anyone ideas ?
thunarrc ... MiscShowThumbnails=TRUE
Hi people. I have three issues: 1. A rant about the font selection settings in Thunderbird. There is a first a drop box where you select the language you want to change the fonts for. That is fine. But then I am presented with 4 more combo-boxes for Proportional, Serif, Sans-Serif and Monospace. Even if I do know what these words mean, how am I supposed to know which one is used where in the program? 2. In my mail i use 3 character sets (it isn't the correct term, i hope you understand me) - normal english, german and cyrillic. The last two show up as black squares with question marks. Is this an issue with an inappropriate font selected, or I missed a USE flag for thunderbird? In other words, only ASCII show up correctly. 3. The panes which display the folders and list the mail use fonts that actually look nice. But the fonts used in the body of the mail are hideous. They look crude - not anti-aliased? HTML mail looks fine, however. If anyone uses german or cyrillic letters, please paste your font selection. Thanks.
Well, I started to change settings blindly, and found that the latin fonts are controlled when i select "Central European"... Now the fonts looks good. Still remains the issue with the german and cyrillic letters. If for incoming mail character encoding "Western (Windows-1252)" is selected, german letter show up correctly. Cyrillic don't. When "Cyrillic (KOI8-R)" is selected, it is the other way around. Selecting "Unicode UTF-8" doesn't show neither. EDIT: Um, selected "Windows 1252" and unchecked "Apply default encoding to all incoming message. All fonts looks as they should.
OK, this has got nothing to do with my gentoo install. On another computer, I was using knotes, and I used it to write some really important stuff. Now, when I opened knotes, there was no trace of my old notes. However, it seems that the notes are there: Code: bash-3.00$ cd .kde/share/apps/knotes/notes/ bash-3.00$ ls -lart total 16 drwx------ 3 rahul interns 4096 Jun 20 15:25 .. -rw------- 1 rahul interns 98 Jul 4 17:17 libkcal-461558226.865 -rw------- 1 rahul interns 66 Jul 4 17:17 libkcal-906998864.572 -rw------- 1 rahul interns 63 Jul 15 10:26 libkcal-988587796.815 -rw------- 1 rahul interns 63 Jul 15 10:26 libkcal-256254255.742 -rw------- 1 rahul interns 63 Jul 15 10:35 libkcal-1871511343.377 -rw------- 1 rahul interns 22 Jul 15 10:35 libkcal-846029214.358 drwx------ 2 rahul interns 4096 Jul 15 10:35 . The notes written on the fourth of july are the ones that I need. Please tell me a way to recover those. Thanks a ton Rahul
schiotz wrote: The contents of the notes is in the file .kde/share/apps/knotes/notes.ics. Try to look at it and see if the text is there (use less to view the file). It may also be in the backup file .kde/share/apps/knotes/notes.ics~ If those files have been overwritten, the contents of your notes is probably lost, unless you have a backup. The files in the notes directory apparently just contains info about where the yellow notes are on your screen etc. /Jakob You just saved my life here, I can not tell you how thankful I am. And I am not using knotes anymore, it is back to vim for storing important notes.
I've been doing some reading while trying to upgrade to Firefox 3. Every time I try to do a --deep emerge world, I get a conflict between yelp and firefox for xulrunner. Quote: Total: 3 packages (1 upgrade, 2 new), Size of downloads: 0 kB !!! Multiple versions within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: www-client/mozilla-firefox:0 ('installed', '/', 'www-client/mozilla-firefox-2.0.0.14', 'nomerge') pulled in by @world ('installed', '/', 'gnome-extra/yelp-2.22.1-r1', 'nomerge') ('ebuild', '/', 'www-client/mozilla-firefox-3.0-r1', 'merge') pulled in by @world I've found that xulrunner is slotted so that I can install two versions. Quote: xulrunner is slotted, so you can have firefox-3 with xulrunner-1.9 and at the same time yelp with xulrunner-1.8. I've looked through the portage docs and the forums and I can't find the specifics on HOW to do this. Maybe I'm not searching with the best keyword... I'm not sure. Anyone have any tips for setting this up? Thanks a ga-zillion!
Change your /etc/make.conf to have USE="-firefox xulrunner", and then emerge -uDN world
Now, I know this is rather trivial, but I can not seem to figure it. I was playing with compiz fusion on xfce4 and somehow the window manager settings changed. Now, when xfce starts there is no window manager. If I try to change window manager settings through system settings that I am running a window manager which can not be recognized. I have already tried: rm -rf ~/.config/.xfce4* rm -rf ~/.config/.compiz That did not help. Now, what I need is a way to change the window manager to xfwm in xfce through a command line.
What the hell was that. I must have been sleeping. I can of course do xfwm4 --replace Now, what I want to know is how can I replace metacity with xfwm4 in Gnome.
Well been looking around the site for ATI help but none of the thread's so far have helped. xorg-server is version 1.3.0.0-r6, with the following use on. dri ipv6 nptl sdl xorg. The folowing INPUT_DEVICES keyboard mouse. And the following video. fglrx xorg-x11 is version 7.2 ati-drivers are 8.501 I've tried with the following kernel's gentoo-sources-2.6.24 gentoo-sources-2.6.24-r8 Both x86, both with with /dev/agpart on and off in both, setting "UseInternalAGPART" to true and false accordingly. Whenever I try to start X with the fglrx drivers the screen blanks, and apparently the lock input's on failure are off, as last time I messed with it if I set that to false I could still reboot. At that time I gave up and used the open source ones. When using CTRL+ALT+F# to switch it appears to stay on the terminal it was on, but I cant tell the monitor shuts off and wont turn back on no mater where I'm at. SSH still works, and I can blindly type reboot. lspci Code: 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 655 Host (rev 50) 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge) 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO] (rev 36) 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01) 00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 00:05.0 RAID bus controller: Silicon Integrated Systems [SiS] RAID bus controller 180 SATA/PATA [SiS] (rev 01) 00:09.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04) 00:09.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04) 00:09.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04) 00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10) 01:00.0 VGA compatible controller: ATI Technologies Inc R420 JI [Radeon X800PRO] 01:00.1 Display controller: ATI Technologies Inc R420 [Radeon X800 PRO/GTO] (Secondary) xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dri" Load "dbe" Load "record" Load "glx" Load "GLcore" Load "extmod" Load "xtrap" Load "freetype" Load "type1" 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" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" 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 "NoDRI" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "BusType" # [<str>] #Option "DRM_nbufs" # <i> #Option "DRM_bufsize" # <i> #Option "Capabilities" # <i> #Option "CapabilitiesEx" # <i> #Option "ClientDriverName" # [<str>] #Option "KernelModuleParm" # [<str>] #Option "AGPMask" # <i> #Option "AGPv3Mask" # <i> #Option "BufferTiling" # [<bool>] #Option "Profile" # <str> #Option "RingSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "GammaCorrectionI" # <i> #Option "GammaCorrectionII" # <i> #Option "OpenGLOverlay" # [<bool>] #Option "DefaultVisualTrueColor" # [<bool>] #Option "VideoOverlay" # [<bool>] #Option "DesktopSetup" # [<str>] #Option "MonitorLayout" # [<str>] #Option "ForceMonitors" # [<str>] #Option "EnableMonitor" # <str> #Option "OverlayOnCRTC2" # [<bool>] #Option "Mode2" # [<str>] #Option "PairModes" # [<str>] #Option "HSync2" # [<str>] #Option "VRefresh2" # [<str>] #Option "ScreenOverlap" # <i> #Option "MemClock" # <i> #Option "ASICClock" # <i> #Option "UseInternalAGPGART" # [<bool>] Option "UseInternalAGPGART" "False" #Option "FastSwap" # [<bool>] #Option "Stereo" # [<bool>] #Option "StereoSyncEnable" # <i> #Option "DisableOvScaler" # [<bool>] #Option "UseFastTLS" # <i> #Option "BlockSignalsOnLock" # [<bool>] #Option "ForceGenericCPU" # [<bool>] #Option "CenterMode" # [<bool>] #Option "OffScreenPixmaps" # [<bool>] #Option "EnableOpaqueOverlayVisual" # [<bool>] #Option "TMDSCoherentMode" # [<bool>] #Option "EnablePrivateBackZ" # [<bool>] #Option "TVFormat" # [<str>] #Option "TVStandard" # [<str>] #Option "TVOverscan" # [<bool>] #Option "TVHSizeAdj" # <i> #Option "TVVSizeAdj" # <i> #Option "TVHPosAdj" # <i> #Option "TVVPosAdj" # <i> #Option "TVHStartAdj" # <i> #Option "TVColorAdj" # <i> #Option "PseudoColorVisuals" # [<bool>] #Option "PreferredVRefresh" # <i> #Option "FastStart" # [<bool>] #Option "ProfileDriver" # [<bool>] #Option "PPPTforGART" # [<bool>] #Option "TexturedVideo" # [<bool>] #Option "TexturedVideoSync" # [<bool>] #Option "Textured2D" # [<bool>] #Option "TexturedXrender" # [<bool>] #Option "DPMS" # [<bool>] #Option "MaxGARTSize" # <i> #Option "LogoPosX" # <i> #Option "LogoPosY" # <i> #Option "LogoColFG" # <i> #Option "LogoColBG" # <i> #Option "SwapScreens" # [<bool>] #Option "FBC" # [<bool>] #Option "FrontBufferMode" # <i> #Option "BackBufferMode" # <i> #Option "DepthBufferMode" # <i> #Option "OverlayBufferMode" # <i> #Option "VideoOverlayBufferMode" # <i> #Option "EnableIrqMgr" # [<bool>] #Option "EnableMulticard" # [<bool>] #Option "EnablePPLIB" # [<bool>] #Option "DefaultOnDC" # [<bool>] #Option "EnableRandR12" # [<bool>] #Option "DisableRotation" # [<bool>] #Option "EnableCrossFire" # [<bool>] Identifier "Card0" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "R420 JI [Radeon X800PRO]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Comment out the PCI BusID line, also. It is wrong, and unless you have multiple GPUs, not needed at all.
After a recent update and reboot, my mouse has stopped working. The update didn't include anything x related (only nvidia-drivers and xf86driproto) but I guess an update from sometime between then and the prior reboot could be to blame. The mouse works, cat /dev/input/input6 works, but I get no love from X. I'm completely stumped. I've tried switching from evdev to the mouse driver and back, recompiling evdev and changing all the config options. Any help would be greatly appreciated. /etc/X11/xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "GLcore" Load "xtrap" Load "glx" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Name" "ImExPS/2 Logitech MX Mouse" # Option "Protocol" "ImExPS/3" # Option "Device" "/dev/input/mice" Option "Device" "/dev/input/input6" Option "Buttons" "10" Option "ZAxisMapping" "4 5" Option "ButtonMapping" "1 8 3 9 10 " Option "Emulate3Buttons" "false" EndSection Section "Monitor" Identifier "TwinView Monitor" Option "DPMS" EndSection Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV34 [GeForce FX 5200]" BusID "PCI:1:0:0" VideoRam 130172 Option "RenderAccel" Option "NvAGP" "3" Option "UseEvents" "False" Option "NoLogo" "True" Option "AddARGBGLXVisuals" "True" Option "AllowGLXWithComposite" Option "HWcursor" Option "CursorShadow" Option "CursorShadowAlpha" "32" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "3" Option "TwinView" Option "ConnectedMonitor" "CRT,CRT" Option "TwinViewOrientation" "RightOf" Option "SecondMonitorHorizSync" "UseEdidFreqs" Option "SecondMonitorVertRefresh" "UseEdidFreqs" # Option "MetaModes" "1280x1024 @1280x1200,1600x1200; 1280x1024,1024x768; 1280x1024; 1024x768" Option "MetaModes" "1280x1024,1600x1200" EndSection Section "Screen" Identifier "Screen0" Device "NVIDIA Corporation NV34 [GeForce FX 5200]" Monitor "TwinView Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection /var/log/Xorg.0.log Code: Build Operating System: Linux 2.6.24-gentoo-r4 i686 Current Operating System: Linux gertrude 2.6.24-gentoo-r4 #2 SMP Sun May 11 10:28:07 EDT 2008 i686 Build Date: 11 July 2008 09:41:25PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 12 10:51:58 2008 (==) Using config file: "/root/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "TwinView Monitor" (**) | |-->Device "NVIDIA Corporation NV34 [GeForce FX 5200]" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (**) RgbPath set to "/usr/share/X11/rgb" (**) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81cc500 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2578 card 1028,0157 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr 01 (II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0157 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0157 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0157 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:3: chip 8086,24de card 1028,0157 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,24dd card 1028,0157 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,24db card 1028,0157 rev 02 class 01,01,8a hdr 00 (II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0157 rev 02 class 01,01,8f hdr 00 (II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0157 rev 02 class 0c,05,00 hdr 00 (II) PCI: 01:00:0: chip 10de,0322 card 10de,01b9 rev a1 class 03,00,00 hdr 00 (II) PCI: 02:00:0: chip 14e4,1653 card 1028,8653 rev 01 class 02,00,00 hdr 00 (II) PCI: 02:01:0: chip 109e,036e card 107d,6606 rev 11 class 04,00,00 hdr 80 (II) PCI: 02:01:1: chip 109e,0878 card 107d,6606 rev 11 class 04,80,00 hdr 80 (II) PCI: 02:02:0: chip 1102,0004 card 1102,1003 rev 04 class 04,01,00 hdr 80 (II) PCI: 02:02:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80 (II) PCI: 02:03:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hdr 80 (II) PCI: 02:03:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hdr 80 (II) PCI: 02:08:0: chip 8086,1050 card 1028,0157 rev 02 class 02,00,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfd000000 - 0xfeafffff (0x1b00000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xfce00000 - 0xfcffffff (0x200000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xf8000000 - 0xf80fffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xfd000000/24, 0xf0000000/27, BIOS @ 0xfea00000/17 (--) PCI: (2:1:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xf8003000/12 (--) PCI: (2:3:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xf8001000/12 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff (II) Active PCI resource ranges: [0] -1 0 0xfceeb000 - 0xfceebfff (0x1000) MX[B] [1] -1 0 0xf8000000 - 0xf8000fff (0x1000) MX[B] [2] -1 0 0xfceec000 - 0xfceeffff (0x4000) MX[B] [3] -1 0 0xfceea800 - 0xfceeafff (0x800) MX[B] [4] -1 0 0xf8002000 - 0xf8002fff (0x1000) MX[B] [5] -1 0 0xfcef0000 - 0xfcefffff (0x10000) MX[B] [6] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] [7] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [9] -1 0 0xf8001000 - 0xf8001fff (0x1000) MX[B](B) [10] -1 0 0xf8003000 - 0xf8003fff (0x1000) MX[B](B) [11] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B) [12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [14] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B] [15] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [16] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [17] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] [18] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] [19] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] [20] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] [21] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] [22] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [27] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] [28] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] [29] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] [30] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfceeb000 - 0xfceebfff (0x1000) MX[B] [1] -1 0 0xf8000000 - 0xf8000fff (0x1000) MX[B] [2] -1 0 0xfceec000 - 0xfceeffff (0x4000) MX[B] [3] -1 0 0xfceea800 - 0xfceeafff (0x800) MX[B] [4] -1 0 0xf8002000 - 0xf8002fff (0x1000) MX[B] [5] -1 0 0xfcef0000 - 0xfcefffff (0x10000) MX[B] [6] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] [7] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [9] -1 0 0xf8001000 - 0xf8001fff (0x1000) MX[B](B) [10] -1 0 0xf8003000 - 0xf8003fff (0x1000) MX[B](B) [11] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B) [12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [14] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B] [15] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [16] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [17] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] [18] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] [19] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] [20] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] [21] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] [22] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [27] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] [28] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] [29] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] [30] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfceeb000 - 0xfceebfff (0x1000) MX[B] [5] -1 0 0xf8000000 - 0xf8000fff (0x1000) MX[B] [6] -1 0 0xfceec000 - 0xfceeffff (0x4000) MX[B] [7] -1 0 0xfceea800 - 0xfceeafff (0x800) MX[B] [8] -1 0 0xf8002000 - 0xf8002fff (0x1000) MX[B] [9] -1 0 0xfcef0000 - 0xfcefffff (0x10000) MX[B] [10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] [11] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [13] -1 0 0xf8001000 - 0xf8001fff (0x1000) MX[B](B) [14] -1 0 0xf8003000 - 0xf8003fff (0x1000) MX[B](B) [15] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B) [16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B] [21] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [22] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [23] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] [24] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] [25] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] [26] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] [27] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] [28] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [30] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [33] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] [34] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] [35] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] [36] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "xtrap" (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.0.90, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.2.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) NVIDIA dlloader X Driver 173.14.09 Wed Jun 4 23:47:25 PDT 2008 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfceeb000 - 0xfceebfff (0x1000) MX[B] [5] -1 0 0xf8000000 - 0xf8000fff (0x1000) MX[B] [6] -1 0 0xfceec000 - 0xfceeffff (0x4000) MX[B] [7] -1 0 0xfceea800 - 0xfceeafff (0x800) MX[B] [8] -1 0 0xf8002000 - 0xf8002fff (0x1000) MX[B] [9] -1 0 0xfcef0000 - 0xfcefffff (0x10000) MX[B] [10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] [11] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [13] -1 0 0xf8001000 - 0xf8001fff (0x1000) MX[B](B) [14] -1 0 0xf8003000 - 0xf8003fff (0x1000) MX[B](B) [15] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B) [16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B] [21] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [22] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [23] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] [24] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] [25] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] [26] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] [27] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] [28] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [30] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [33] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] [34] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] [35] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] [36] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfceeb000 - 0xfceebfff (0x1000) MX[B] [5] -1 0 0xf8000000 - 0xf8000fff (0x1000) MX[B] [6] -1 0 0xfceec000 - 0xfceeffff (0x4000) MX[B] [7] -1 0 0xfceea800 - 0xfceeafff (0x800) MX[B] [8] -1 0 0xf8002000 - 0xf8002fff (0x1000) MX[B] [9] -1 0 0xfcef0000 - 0xfcefffff (0x10000) MX[B] [10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] [11] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [13] -1 0 0xf8001000 - 0xf8001fff (0x1000) MX[B](B) [14] -1 0 0xf8003000 - 0xf8003fff (0x1000) MX[B](B) [15] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B) [16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B] [24] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [25] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [26] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] [27] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] [28] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] [29] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] [30] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] [31] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [32] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [33] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [34] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [36] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] [37] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] [38] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] [39] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "NoLogo" "True" (**) NVIDIA(0): Option "HWcursor" (**) NVIDIA(0): Option "NvAGP" "3" (**) NVIDIA(0): Option "ConnectedMonitor" "CRT,CRT" (**) NVIDIA(0): Option "RenderAccel" (**) NVIDIA(0): Option "CursorShadow" (**) NVIDIA(0): Option "CursorShadowAlpha" "32" (**) NVIDIA(0): Option "CursorShadowXOffset" "3" (**) NVIDIA(0): Option "CursorShadowYOffset" "3" (**) NVIDIA(0): Option "TwinView" (**) NVIDIA(0): Option "TwinViewOrientation" "RightOf" (**) NVIDIA(0): Option "SecondMonitorHorizSync" "UseEdidFreqs" (**) NVIDIA(0): Option "SecondMonitorVertRefresh" "UseEdidFreqs" (**) NVIDIA(0): Option "MetaModes" "1280x1024,1600x1200" (**) NVIDIA(0): Option "AllowGLXWithComposite" (**) NVIDIA(0): Option "UseEvents" "False" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" (**) NVIDIA(0): Enabling RENDER acceleration (**) NVIDIA(0): Enabling cursor shadow (**) NVIDIA(0): Cursor shadow alpha = 32 (**) NVIDIA(0): Cursor shadow offset = 3 (**) NVIDIA(0): Cursor shadow offset = 3 (**) NVIDIA(0): TwinView enabled (**) NVIDIA(0): ConnectedMonitor string: "CRT,CRT" (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) NVIDIA(0): log file that the GLX module has been loaded in your X (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) NVIDIA(0): you continue to encounter problems, Please try (EE) NVIDIA(0): reinstalling the NVIDIA driver. (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 131072 kBytes (--) NVIDIA(0): VideoBIOS: 04.34.20.22.a1 (II) NVIDIA(0): Detected AGP rate: 8X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0: (--) NVIDIA(0): ViewSonic A75f (CRT-0) (--) NVIDIA(0): Apple StudioDsply21 (CRT-1) (--) NVIDIA(0): ViewSonic A75f (CRT-0): 350.0 MHz maximum pixel clock (--) NVIDIA(0): Apple StudioDsply21 (CRT-1): 350.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1280x1024,1600x1200" (II) NVIDIA(0): Virtual screen size determined to be 2880 x 1200 (--) NVIDIA(0): DPI set to (98, 108); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfceeb000 - 0xfceebfff (0x1000) MX[B] [5] -1 0 0xf8000000 - 0xf8000fff (0x1000) MX[B] [6] -1 0 0xfceec000 - 0xfceeffff (0x4000) MX[B] [7] -1 0 0xfceea800 - 0xfceeafff (0x800) MX[B] [8] -1 0 0xf8002000 - 0xf8002fff (0x1000) MX[B] [9] -1 0 0xfcef0000 - 0xfcefffff (0x10000) MX[B] [10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B] [11] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B] [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [13] -1 0 0xf8001000 - 0xf8001fff (0x1000) MX[B](B) [14] -1 0 0xf8003000 - 0xf8003fff (0x1000) MX[B](B) [15] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B) [16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B] [24] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [25] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B] [26] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B] [27] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B] [28] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B] [29] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B] [30] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B] [31] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [32] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [33] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [34] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [36] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B] [37] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B] [38] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B] [39] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "1280x1024,1600x1200" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Setting vga for screen 0. (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) AIGLX: Screen 0 is not DRI capable (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: KEYBOARD) evdev: leds are 0x0 for device 3 (II) Mouse0: Init (II) Mouse0: On Could not init font path element /usr/share/fonts/TTF/, removing from list! Could not init font path element /usr/share/fonts/OTF, removing from list! (II) Mouse0: Off
Not entierly sure why, but gdm started to try and load reading /root/xorg.conf instead of /etc/X11/xorg.conf. Just added the config switch and was all fixed.
I've thrown just about everything I have at this issue, and it doesn't seem to be giving up any ground. So, I have an x86 machine with less than the 512MB of ram needed to compile openoffice, so I ran openoffice-bin for a long time. But, now openoffice-bin has issues (first was [bug=228703] app-office/openoffice-bin-2.4.1 programs segfault with LC_ALL="de_DE.utf8"[/bug]. That's now fixed, but openoffice-bin now freezes on startup. Splash works fine. The window appears, but the window is never drawn.) I didn't find any resolution to that bug, so I finally decided to compile openoffice for that machine myself. I took a disk image of the root partition, mounted it with -o loop on an x86_64 machine with 2GB of ram, and chrooted into it with the goal of quick-packaging it in mind. However, emerge -vaB resulted in this error: Code: ============= Building module bridges ============= /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/unotypes ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/inc ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/shared --- NOOPTFILES --- `../../../unxlngx6.pro/slo/cppinterfaceproxy.obj' is up to date --- NOOPTFILES OVER --- ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/remote/static ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/cc50_solaris_intel ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/cc50_solaris_sparc ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_freebsd_intel ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_freebsd_x86-64 ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_arm ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_ia64 ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_intel ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_mips ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_powerpc ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_powerpc64 ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_s390 ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_sparc ------------- /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_x86-64 Making: ../../../unxlngx6.pro/slo/abi.obj /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx:81: error: '__int128_t' does not name a type dmake: Error code 1, while making '../../../unxlngx6.pro/slo/abi.obj' ---* tg_merge.mk *--- ERROR: Error 65280 occurred while making /var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/bridges/source/cpp_uno/gcc3_linux_x86-64 make: *** [stamp/build] Error 1 * * ERROR: app-office/openoffice-2.4.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 5356: Called die * The specific snippet of code: * make || die "Build failed" * The die message: * Build failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/environment'. * !!! When you file a bug report, please include the following information: GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.06" JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="" and of course, the output of emerge --info * Messages for package app-office/openoffice-2.4.1: * * It is important to note that OpenOffice.org is a very fragile * build when it comes to CFLAGS. A number of flags have already * been filtered out. If you experience difficulty merging this * package and use agressive CFLAGS, lower the CFLAGS and try to * merge again. Also note that building OOo takes a lot of time and * hardware ressources: 4-6 GB free diskspace and 256 MB RAM are * the minimum requirements. If you have less, use openoffice-bin * instead. * * * ERROR: app-office/openoffice-2.4.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 5356: Called die * The specific snippet of code: * make || die "Build failed" * The die message: * Build failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/environment'. * By the way, here's the output of emerge --info Code: Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r6 x86_64) ================================================================= System uname: 2.6.25-gentoo-r6 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz Timestamp of tree: Thu, 03 Jul 2008 14:45:02 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.chem.wisc.edu/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/ http://cudlug.cudenver.edu/gentoo/ http://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.pair.com/ http://gentoo.mirrors.tds.net/gentoo ftp://gentoo.mirrors.tds.net/gentoo http://gentoo.netnitco.net ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ http://mirror.espri.arizona.edu/gentoo/ http://mirrors.acm.cs.rpi.edu/gentoo/ ftp://ftp.ndlug.nd.edu/pub/gentoo/ http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://gentoo.binarycompass.org http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://prometheus.cs.wmich.edu/gentoo http://modzer0.cs.uaf.edu/public/gentoo/ http://mirror.usu.edu/mirrors/gentoo/ ftp://mirror.usu.edu/mirrors/gentoo/ ftp://lug.mtu.edu/gentoo http://mirror.phy.olemiss.edu/mirror/gentoo http://mirror.mcs.anl.gov/pub/gentoo/ ftp://mirror.mcs.anl.gov/pub/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://ftp.wwc.edu/pub/mirrors/ftp.gentoo.org http://mirror.utdlug.org/linux/distributions/gentoo/ ftp://mirror.utdlug.org/linux/distributions/gentoo/ " LC_ALL="en_US" LINGUAS="en" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://server/gentoo-portage" USE="X acl alsa bash-completion berkdb bzip2 cli cracklib crypt cups dri firefox flash fortran gdbm gif gpm iconv imagemagick imap ipv6 isdnlog java javascript jpeg jpeg2k kde lm_sensors midi mp3 mpeg mplayer mudflap ncurses nls nptl nptlonly nsplugin offensive ogg opengl openmp pam pcre pdf perl png posix pppd python qt3 qt4 quicktime readline real reflection scanner session sharedmem sockets spell spl ssl symlink tcpd tiff unicode usb videos vim-syntax vorbis win32codecs x86 xinerama xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="via" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY About the only thing I can think of is that I'm compiling in an x86_64 chroot for an x86 machine, but I wouldn't think that would be an issue. Any help would be greatly appreciated. Thanks in advance.
AntiMS wrote: About the only thing I can think of is that I'm compiling in an x86_64 chroot for an x86 machine, but I wouldn't think that would be an issue. Use the linux32 command to make your chroot think you are running a 32bit kernel. Code: # linux32 chroot /mnt/gentoo /bin/bash
Hi there, I have a problem where filenames with Chinese characters which are created in Windows can neither be displayed properly in terminal (rxvt-unicode) nor in the file manager (thunar). The characters are displayed as ???. Besides that, if a text file contains Chinese characters which were typed in a Windows environment, I also cannot view the content properly in the terminal. They are displayed as gibberish. But the characters are displayed properly in oowriter and leafpad. Not the filenames though. The ID3 tags in MP3s which were entered in Windows also cannot be displayed properly in Gentoo. (using audacious) I can create filenames with Chinese characters in Gentoo in both traditional and simplified Chinese using scim without any problems. Here's my locale -a: Code: C de_DE de_DE@euro de_DE.utf8 en_US en_US.utf8 POSIX zh_CN.gb18030 zh_CN.gb2312 zh_CN.gbk zh_CN.utf8 zh_HK.big5hkscs zh_HK.utf8 zh_TW.big5 zh_TW.euctw zh_TW.utf8 My default encoding according to /etc/env.d/02locale is en_US.UTF-8 Can someone please throw a light on this problem? Thanks!
What filesystem does that usb stick use ? What are the options it's mounted with ?
I have a text file that has weird characters on nano. On kate it shows with lots of spaces. In OpenOffice it's unreadable. On nano it says, converted from mac format. Here is how the text looks like in various applications. Nano Code: ^@ ^@0^@0^@:^@0^@4^@:^@2^@3^@,^@3^@4^@3^@ ^@-^@-^@>^@ ^@0^@0^@:^@0^@4^@:^@2^@4^@,^@4^@6^@9^@ ^@ ^@C^@o^@m^@e^@ ^@o^@n^@,^@ ^@I^@'^@l^@l^@ ^@s^@h^@o^@w^@ ^@y^@o^@u^@.^@ Kate Code: ÿþ1 0 0 : 0 4 : 2 3 , 3 4 3 - - > 0 0 : 0 4 : 2 4 , 4 6 9 C o m e o n , I ' l l s h o w y o u . 2 0 0 : 0 4 : 2 8 , 7 8 2 - - > 0 0 : 0 4 : 2 9 , 7 7 1 Y e s ! OpenOffice Code: ÿþ1# # #0#0#:#0#4#:#2#3#,#3#4#3# #-#-#># #0#0#:#0#4#:#2#4#,#4#6#9# # #C#o#m#e# #o#n#,# #I#'#l#l# #s#h#o#w# #y#o#u#.# # # # #2# # #0#0#:#0#4#:#2#8#,#7#8#2# #-#-#># #0#0#:#0#4#:#2#9#,#7#7#1# # #Y#e#s#!# # What can I do to get a normal text file and without spaces?
spufi wrote: what does "file <file>" return? file name.srt name.srt: MPEG ADTS, layer I, v1, 96 kBits, 44.1 kHz, Stereo srt is a text file. Subtitles of a movie. PS. I managed to solve the problem. In OpenOffice I used the find and replace. I replaced the "#" with empty space and got a normal text.
Having problems compiling x11-drm. Have enabled drm as a module in the kernel, but I read that this won't compile against the 2.6.25 kernel, so I'm out of luck. Does anyone know anything more about this?
floke, You either use drm in the kernel or emerge x11-drm but not both. Most kernel module replacement ebuilds check your kernel settings and fail if their in kernel equivelent is enabled. Unless you know you need the external drm, use the kernel provided code.
When emerging gdm, on the gtk-libs dependency, I am getting an error that says "cairo needs USE flag X" - I have checked my /etc/make.conf and the USE flag of X is in the list. I can't seem to get it to work - i have removed it, env-update, readded, env-update, I haven't changed my default profile link - not sure what to do....please help, thanks. Somewhat experienced w/ linux.....1 year of classes in college for linux administration, but still noobie-ish Thanks Apparently after changing a USE flag you must recompile the whole gdm package, wouldn't let me resume emerge --depclean and re-emerged and it works now. Thanks.
Code: emerge cairo && emerge --resume P:S resume will continue with the last failed emerge ... cheers...
Hallo! On my gf's computer the Hiscores of the Gnome games have stopped to work. I reemerged the package gnome-games but it didn't help. Any ideas why this is?
Solved it. Thx anyway. I changed the permissions and now it works fine. But the actual problem is that I have no idea whatsoever why the permissions changed in the first place... strange.
I got gentoo successfully installed by following the guide in the handbook and it works really well and fast. However, i cannot view .gif images in any applications. There is no gif listed in USE in emerge --info (neither is there jpeg or png, yet they are displayed fine). Is there a USE variable that should have been set? If so, what packages would i have to recompile (recompiling the whole thing would be a pain) How can I enable GIF support? Thank you.
gif is a USE flag by default in the 2008.0 desktop profile. If you want it enabled, you will need to add it to /etc/make.conf and then do: Code: emerge --sync && emerge -uDN world
It may be a stupid question but its hamming my head ><" There are some sort of files which I'm not the owner, but I'm in the group that is allowed to change the file. For example: Code: drwxrwxr-x 8 holysword holysword 280 2008-07-05 12:56 . drwxr-xr-x 14 holysword holysword 408 2008-07-05 10:09 .. drwxrwxr-x 3 root adm 304 2008-06-30 05:44 arts drwxrwxr-x 2 root adm 296 2008-07-05 10:18 creatures drwxrwxr-x 5 root adm 208 2008-07-05 11:10 heaven drwxrwxr-x 2 root adm 176 2008-07-05 12:40 library -rw-rw-r-- 1 root adm 53975040 2008-07-05 12:54 saved-20080705.tar -rw-rw-r-- 1 root adm 25897840 2008-07-05 12:54 saved-20080705.tar.bz2 drwxrwxr-x 2 root adm 336 2006-11-15 13:54 sf drwxrwxr-x 2 root adm 272 2008-07-05 12:57 soul Just to let you know: Code: kuroiryu Essence # groups holysword adm disk wheel audio cdrom video users plugdev vmware holysword Why when I try change those files I can't? There is a permission to group members to change :S
I assume you have logged out and logged back in ( just to be sure... ) can root change them?
Running xfce4, I recently discovered (no major updates, just minor configuration of services, namely postfix) that thunar crashes whenever is opened (app. 10 seconds after opening) causing that I'm unable to browse files under thunar. Have no idea where to look, so am posting here my /.config/Thunar/thunarrc : Quote: [Configuration] DefaultView=void LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLEST LastDetailsViewColumnOrder=THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED LastDetailsViewColumnWidths= LastDetailsViewFixedColumns=FALSE LastDetailsViewVisibleColumns=THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE LastDetailsViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLER LastIconViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL LastLocationBar=ThunarLocationEntry LastSeparatorPosition=170 LastShowHidden=FALSE LastSidePane=ThunarShortcutsPane LastSortColumn=THUNAR_COLUMN_NAME LastSortOrder=GTK_SORT_ASCENDING LastStatusbarVisible=TRUE LastView=ThunarIconView LastWindowHeight=480 LastWindowWidth=640 MiscVolumeManagement=TRUE MiscCaseSensitive=FALSE MiscDateStyle=THUNAR_DATE_STYLE_SIMPLE MiscFoldersFirst=TRUE MiscHorizontalWheelNavigates=FALSE MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_ASK MiscRememberGeometry=TRUE MiscShowAboutTemplates=TRUE MiscShowThumbnails=TRUE MiscSingleClick=TRUE MiscSingleClickTimeout=500 MiscTextBesideIcons=FALSE ShortcutsIconEmblems=TRUE ShortcutsIconSize=THUNAR_ICON_SIZE_SMALLER TreeIconEmblems=TRUE TreeIconSize=THUNAR_ICON_SIZE_SMALLEST Any help, idea ?
Remove (or rename) your thunar config file. Also, run thunar from a terminal window so that you can see if any error messages are printed when it crashes.
I'm having dependency issues when trying to emerge compiz-fusion. Code: These are the packages that would be merged, in order: Calculating dependencies \ emerge: there are no ebuilds to satisfy ">=gnome-base/control-center-2.16.1". (dependency required by "x11-wm/compiz-0.5.2" [ebuild]) The ebuild gnome-base/control-center-2.16.1 no longer exists in portage. It seems to be replaced by gnome-base/gnome-control-center* Also compiz-0.5.2 is not the latest version available in portage, it is currently compiz-0.6.2-r1. It seems to me to be a problem with emerald. I have tried masking compiz-0.5.2 but emerald depends on this version of compiz. Code: # emerge -pv emerald These are the packages that would be merged, in order: Calculating dependencies | !!! All ebuilds that could satisfy "~x11-wm/compiz-0.5.2" have been masked. !!! One of the following masked packages is required to complete your request: - x11-wm/compiz-0.5.2 (masked by: package.mask) For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "x11-wm/emerald-0.5.2" [ebuild]) I'm kind of a noob to Gentoo but in the emerald-0.5.2 ebuild it states that it depends on >=x11-wm/compiz-0.6.2 so why is it trying to pull in compiz-0.5.2? ebuild code: Code: # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/emerald-0.5.2.ebuild,v 1.4 2007/11/26 16:52:11 corsair Exp $ inherit gnome2 DESCRIPTION="Emerald window decorator, part of Compiz Fusion" HOMEPAGE="http://compiz-fusion.org" SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RESTRICT="test" DEPEND=">=x11-libs/gtk+-2.8.0 >=x11-libs/libwnck-2.14.2 >=x11-wm/compiz-0.6.2" DOCS="TODO README AUTHORS" BTW I've been getting this error when compiling compiz-0.6.2-r1 Code: element comment: error : Reference to default namespace not in scope element sub-class-of: error : Reference to default namespace not in scope * Updating scrollkeeper database ... >>> Regenerating /etc/ld.so.cache... >>> x11-wm/compiz-0.6.2-r1 merged. Any help would be appreciated Lee
Try live version. I am using it fo a while and it usualy works without problems. Add: ############################ ### Compiz Fusion Live ####### ############################ dev-python/compizconfig-python ** x11-apps/ccsm ** x11-apps/fusion-icon ** x11-libs/compiz-bcop ** x11-libs/compizconfig-backend-gconf ** x11-libs/compizconfig-backend-kconfig ** x11-libs/libcompizconfig ** x11-plugins/compiz-fusion-plugins-extra ** x11-plugins/compiz-fusion-plugins-main ** x11-plugins/compiz-fusion-plugins-unsupported ** x11-plugins/compiz-fusion-plugins-wallpaper ** x11-plugins/compiz-plugins-freewins ** x11-plugins/compiz-plugins-ghost ** x11-plugins/compiz-plugins-screensaver ** x11-themes/emerald-themes ** x11-wm/compiz ** x11-wm/compiz-fusion ** x11-wm/emerald ** #################################### to your package.keywords file, emerge layman if you don't have it and add /usr/local/portage/layman/make.conf to the end of the make.conf file. Now you can do 'layman -a desktop-effects' and 'emerge -av compiz-fusion fusion-icon compiz-fusion-plugins-unsupported compiz-plugins-ghost ompiz-fusion-plugins-extra etc...' . Check USE flags also. If you are kde user you probably wont support for gnome and it's dependencies.
Hi. Goal: ------ To have (as before) a virtual desktop size of 2560 x 1024 with one ATI RV250/9000Pro card, two LCD screens attached, one to DVI one to VGA. Why did it break? ------------------- Added 'kdehiddenvisibility' to use flags emerge --sync emerge -avuDNt world Problem description: ----------------------- After startx the DVI-0 output is disabled, only VGA-0 is active. The virtual desktop size is 1280x1024. With xrandr I can set the virtual desktop size to 2560 x 1024 manually (wasn't necessary before), with xrandr I can enable the DVI-0 output manually. But when I try to set something like the positioning of one screen to the other (with xrandr --output VGA-0 --right-of DVI-0) I get the same contents of either VGA-0 or DVI-0 on both screens. The virtual desktop size is 2560 x 1024, but both LCDs show the same contents (either left or right part of the virtual desktop) of 1280 x 1024. Hardware: ------------ NVidia NForce-2 board, Athlon XP, 2GB RAM ATI Radeon RV250 with 9000Pro chip, 128MB RAM xorg.conf - see below /var/log/Xorg.log.0 - see below Software: ----------- kernel 2.6.24 ati driver: x11-drivers/xf86-video-ati 6.9.0 Tried so far: -------------- - Clean xorg.conf with one 'device' section, one 'monitor' and one 'screen' section. No mention of dualhead in ServerLayout section (as recommended in some forum thread). No change. - Modified xorg. with two sections for 'device', 'monitor' and 'screen', conf'd ServerLayout properly according to man-page for dualhead with 'Screen' statements. No change. - Started a new xorg.conf from scratch with xorgconfig. No change. - Disabled dri, as I read that radeon dualhead doesn't work with dri. No change. - Recompiled KDE again, now with 'kdehiddenvisibility' disabled again. No change. - Searched with google for some warnings in Xork.log, no real help. After an afternoon reading, trying, testing and recompiling I am at a loss. Any help would be greatly appreciated. Thanks! Ekki xorg.conf --------- Code: Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/local/share/fonts" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "DefaultServerLayout" "DualHead" # Option "NoTrapSignals" # Option "DontVTSwitch" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" # Option "Xinerama" "On" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Autorepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" #HorizSync 31.5 - 64.0 #VertRefresh 50-60 Option "DPMS" VendorName "NEC" ModelName "NEC LCD1860NX" # Modeline aus logdaten nach xorgconfig 31mar08 uebernommen Mode "1280x1024" # vfreq 60.0Hz, hfreq 64kHz DotClock 108.000000 HTimings 1280 1328 1440 1688 VTimings 1024 1025 1028 1066 Flags "+HSync" "+VSync" EndMode EndSection #Section "Monitor" # Identifier "Monitor1" # #HorizSync 31.5 - 64.0 # #VertRefresh 50-60 # Option "DPMS" # VendorName "Eyama" # ModelName "19LJ2" # # Modeline aus logdaten nach xorgconfig 31mar08 uebernommen # Mode "1280x1024" # vfreq 60.0Hz, hfreq 63.7kHz # DotClock 109.000000 # HTimings 1280 1368 1496 1712 # VTimings 1024 1027 1034 1063 # Flags "-HSync" "+VSync" # EndMode #EndSection Section "Device" Identifier "AtiDevice0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon RV250 If [Radeon 9000]" BusID "PCI:2:0:0" Screen 0 Option "AGPMode" "4" Option "AGPFastWrite" "Off" Option "EnablePageFlip" "On" Option "RenderAccel" "On" Option "AccelMethod" "XXA" Option "DDCMode" "On" Option "IgnoreEDID" "Off" EndSection #Section "Device" # Identifier "AtiDevice1" # Driver "radeon" # VendorName "ATI Technologies Inc" # BoardName "Radeon RV250 If [Radeon 9000]" # BusID "PCI:2:0:1" # Screen 1 # Option "AGPMode" "4" # Option "AGPFastWrite" "Off" # Option "EnablePageFlip" "On" # Option "RenderAccel" "On" # Option "AccelMethod" "XXA" # Option "DDCMode" "On" # Option "IgnoreEDID" "Off" #EndSection Section "Screen" Identifier "Screen0" Device "AtiDevice0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" Virtual 2560 1024 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" Virtual 2560 1024 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" Virtual 2560 1024 EndSubsection EndSection #Section "Screen" # Identifier "Screen1" # Device "AtiDevice1" # Monitor "Monitor1" # DefaultDepth 24 # # Subsection "Display" # Depth 8 # Modes "1280x1024" "1024x768" "800x600" "640x480" # Virtual 2560 1024 # EndSubsection # Subsection "Display" # Depth 16 # Modes "1280x1024" "1024x768" "800x600" "640x480" # Virtual 2560 1024 # EndSubsection # Subsection "Display" # Depth 24 # Modes "1280x1024" # Virtual 2560 1024 # EndSubsection #EndSection Section "ServerLayout" Identifier "DualHead" Screen "Screen0" 0 0 # Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Group "video" Mode 0666 EndSection First part of Xorg.0.log (skipped the part where zillions of modes are probed).[/profile] -------------------------- Code: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: UNKNOWN Current Operating System: Linux armagnac 2.6.24-gentoo-r3ekki #14 PREEMPT Sun Apr 20 16:36:55 CEST 2008 i686 Build Date: 11 June 2008 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 11 23:13:30 2008 (==) Using config file: "/etc/X11/xorg.conf" (**) Option "defaultserverlayout" "DualHead" (**) ServerLayout "DualHead" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "AtiDevice0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/100dpi:unscaled, /usr/share/fonts/75dpi:unscaled, /usr/share/fonts/Type1, /usr/share/fonts/corefonts, /usr/share/fonts/freefonts, /usr/share/fonts/terminus, /usr/share/fonts/ttf-bitstream-vera, /usr/share/fonts/unifont, /usr/local/share/fonts (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81e25c0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.2 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (--) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,01eb card 1695,1000 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,01ee card 1695,1000 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,01ed card 1695,1000 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:4: chip 10de,01ec card 1695,1000 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:5: chip 10de,01ef card 1695,1000 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:01:0: chip 10de,0060 card 1695,1000 rev a3 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0064 card 1695,1000 rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:02:0: chip 10de,0067 card 1695,1000 rev a3 class 0c,03,10 hdr 80 (II) PCI: 00:02:1: chip 10de,0067 card 1695,1000 rev a3 class 0c,03,10 hdr 80 (II) PCI: 00:02:2: chip 10de,0068 card 1695,1000 rev a3 class 0c,03,20 hdr 80 (II) PCI: 00:04:0: chip 10de,0066 card 1695,1000 rev a1 class 02,00,00 hdr 00 (II) PCI: 00:05:0: chip 10de,006b card 1695,1000 rev a2 class 04,01,00 hdr 00 (II) PCI: 00:06:0: chip 10de,006a card 1695,1000 rev a1 class 04,01,00 hdr 00 (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:09:0: chip 10de,0065 card 1695,1000 rev a2 class 01,01,8a hdr 00 (II) PCI: 00:0d:0: chip 10de,006e card 1695,1000 rev a3 class 0c,00,10 hdr 00 (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01 (II) PCI: 01:07:0: chip 1244,0a00 card 1244,0a00 rev 02 class 02,80,00 hdr 00 (II) PCI: 01:08:0: chip 9004,7178 card 0000,0000 rev 03 class 01,00,00 hdr 00 (II) PCI: 01:09:0: chip 9710,9835 card 1000,0002 rev 01 class 07,00,02 hdr 00 (II) PCI: 01:0a:0: chip 13f6,0111 card 153b,1144 rev 10 class 04,01,00 hdr 00 (II) PCI: 02:00:0: chip 1002,4966 card 174b,7176 rev 01 class 03,00,00 hdr 80 (II) PCI: 02:00:1: chip 1002,496e card 174b,7177 rev 01 class 03,80,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x00009000 - 0x0000bfff (0x3000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xe5000000 - 0xe5ffffff (0x1000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0x88000000 - 0x880fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set) (II) Bus 2 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B] (--) PCI:*(2:0:0) ATI Technologies Inc Radeon RV250 If [Radeon 9000] rev 1, Mem @ 0xd0000000/27, 0xe4020000/16, I/O @ 0xc000/8 (--) PCI: (2:0:1) ATI Technologies Inc Radeon RV250 [Radeon 9000] (Secondary) rev 1, Mem @ 0xd8000000/27, 0xe4030000/16 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff (II) Active PCI resource ranges: [0] -1 0 0xe5010000 - 0xe5010fff (0x1000) MX[B] [1] -1 0 0xe5011000 - 0xe501101f (0x20) MX[B] [2] -1 0 0xe6085000 - 0xe608503f (0x40) MX[B] [3] -1 0 0xe6084000 - 0xe60847ff (0x800) MX[B] [4] -1 0 0xe6081000 - 0xe6081fff (0x1000) MX[B] [5] -1 0 0xe6000000 - 0xe607ffff (0x80000) MX[B] [6] -1 0 0xe6087000 - 0xe6087fff (0x1000) MX[B] [7] -1 0 0xe6086000 - 0xe60860ff (0x100) MX[B] [8] -1 0 0xe6083000 - 0xe6083fff (0x1000) MX[B] [9] -1 0 0xe6080000 - 0xe6080fff (0x1000) MX[B] [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [11] -1 0 0xe4020000 - 0xe402ffff (0x10000) MX[B](B) [12] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [13] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B] [14] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B] [15] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [16] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [17] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [18] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B] [19] -1 0 0x00009800 - 0x00009807 (0x8) IX[B] [20] -1 0 0x00009000 - 0x0000901f (0x20) IX[B] [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [22] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [23] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [26] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) (II) Inactive PCI resource ranges: [0] -1 0 0xe4030000 - 0xe403ffff (0x10000) MX[B](B) [1] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [2] -1 0 0x00009400 - 0x000094ff (0x100) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xe5010000 - 0xe5010fff (0x1000) MX[B] [1] -1 0 0xe5011000 - 0xe501101f (0x20) MX[B] [2] -1 0 0xe6085000 - 0xe608503f (0x40) MX[B] [3] -1 0 0xe6084000 - 0xe60847ff (0x800) MX[B] [4] -1 0 0xe6081000 - 0xe6081fff (0x1000) MX[B] [5] -1 0 0xe6000000 - 0xe607ffff (0x80000) MX[B] [6] -1 0 0xe6087000 - 0xe6087fff (0x1000) MX[B] [7] -1 0 0xe6086000 - 0xe60860ff (0x100) MX[B] [8] -1 0 0xe6083000 - 0xe6083fff (0x1000) MX[B] [9] -1 0 0xe6080000 - 0xe6080fff (0x1000) MX[B] [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [11] -1 0 0xe4020000 - 0xe402ffff (0x10000) MX[B](B) [12] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [13] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B] [14] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B] [15] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [16] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [17] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [18] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B] [19] -1 0 0x00009800 - 0x00009807 (0x8) IX[B] [20] -1 0 0x00009000 - 0x0000901f (0x20) IX[B] [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [22] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [23] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [26] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0 0xe4030000 - 0xe403ffff (0x10000) MX[B](B) [1] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [2] -1 0 0x00009400 - 0x000094ff (0x100) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xe5010000 - 0xe5010fff (0x1000) MX[B] [5] -1 0 0xe5011000 - 0xe501101f (0x20) MX[B] [6] -1 0 0xe6085000 - 0xe608503f (0x40) MX[B] [7] -1 0 0xe6084000 - 0xe60847ff (0x800) MX[B] [8] -1 0 0xe6081000 - 0xe6081fff (0x1000) MX[B] [9] -1 0 0xe6000000 - 0xe607ffff (0x80000) MX[B] [10] -1 0 0xe6087000 - 0xe6087fff (0x1000) MX[B] [11] -1 0 0xe6086000 - 0xe60860ff (0x100) MX[B] [12] -1 0 0xe6083000 - 0xe6083fff (0x1000) MX[B] [13] -1 0 0xe6080000 - 0xe6080fff (0x1000) MX[B] [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [15] -1 0 0xe4020000 - 0xe402ffff (0x10000) MX[B](B) [16] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [17] -1 0 0xe4030000 - 0xe403ffff (0x10000) MX[B](B) [18] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B] [22] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B] [23] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [24] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [25] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [26] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B] [27] -1 0 0x00009800 - 0x00009807 (0x8) IX[B] [28] -1 0 0x00009000 - 0x0000901f (0x20) IX[B] [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [34] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) [35] -1 0 0x00009400 - 0x000094ff (0x100) IX[B] (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "xtrap" (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DEC-XTRAP (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.3.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "radeon" (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.3.0, module version = 4.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670, ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon HD 3470, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI ATI Radeon HD 3600 Series, ATI ATI Radeon HD 3650 AGP, ATI ATI Radeon HD 3600 PRO, ATI ATI Radeon HD 3600 XT, ATI ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics (II) Primary Device is: PCI 02:00:0 (WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found (--) Chipset ATI Radeon 9000/PRO If (AGP/PCI) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xe5010000 - 0xe5010fff (0x1000) MX[B] [5] -1 0 0xe5011000 - 0xe501101f (0x20) MX[B] [6] -1 0 0xe6085000 - 0xe608503f (0x40) MX[B] [7] -1 0 0xe6084000 - 0xe60847ff (0x800) MX[B] [8] -1 0 0xe6081000 - 0xe6081fff (0x1000) MX[B] [9] -1 0 0xe6000000 - 0xe607ffff (0x80000) MX[B] [10] -1 0 0xe6087000 - 0xe6087fff (0x1000) MX[B] [11] -1 0 0xe6086000 - 0xe60860ff (0x100) MX[B] [12] -1 0 0xe6083000 - 0xe6083fff (0x1000) MX[B] [13] -1 0 0xe6080000 - 0xe6080fff (0x1000) MX[B] [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [15] -1 0 0xe4020000 - 0xe402ffff (0x10000) MX[B](B) [16] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [17] -1 0 0xe4030000 - 0xe403ffff (0x10000) MX[B](B) [18] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B] [22] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B] [23] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [24] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [25] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [26] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B] [27] -1 0 0x00009800 - 0x00009807 (0x8) IX[B] [28] -1 0 0x00009000 - 0x0000901f (0x20) IX[B] [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [34] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) [35] -1 0 0x00009400 - 0x000094ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xe5010000 - 0xe5010fff (0x1000) MX[B] [5] -1 0 0xe5011000 - 0xe501101f (0x20) MX[B] [6] -1 0 0xe6085000 - 0xe608503f (0x40) MX[B] [7] -1 0 0xe6084000 - 0xe60847ff (0x800) MX[B] [8] -1 0 0xe6081000 - 0xe6081fff (0x1000) MX[B] [9] -1 0 0xe6000000 - 0xe607ffff (0x80000) MX[B] [10] -1 0 0xe6087000 - 0xe6087fff (0x1000) MX[B] [11] -1 0 0xe6086000 - 0xe60860ff (0x100) MX[B] [12] -1 0 0xe6083000 - 0xe6083fff (0x1000) MX[B] [13] -1 0 0xe6080000 - 0xe6080fff (0x1000) MX[B] [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [15] -1 0 0xe4020000 - 0xe402ffff (0x10000) MX[B](B) [16] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [17] -1 0 0xe4030000 - 0xe403ffff (0x10000) MX[B](B) [18] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B] [25] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B] [26] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [28] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [29] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B] [30] -1 0 0x00009800 - 0x00009807 (0x8) IX[B] [31] -1 0 0x00009000 - 0x0000901f (0x20) IX[B] [32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [33] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [35] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B] [36] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [37] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) [38] -1 0 0x00009400 - 0x000094ff (0x100) IX[B] [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): MMIO registers at 0x00000000e4020000: size 64KB (II) RADEON(0): PCI bus 2 card 0 func 0 (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (**) RADEON(0): Option "AGPMode" "4" (**) RADEON(0): Option "AGPFastWrite" "Off" (**) RADEON(0): Option "EnablePageFlip" "On" (**) RADEON(0): Option "DDCMode" "On" (**) RADEON(0): Option "IgnoreEDID" "Off" (**) RADEON(0): Option "RenderAccel" "On" (**) RADEON(0): Option "AccelMethod" "XXA" (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.3.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.2 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon 9000/PRO If (AGP/PCI)" (ChipID = 0x4966) (--) RADEON(0): Linear framebuffer at 0x00000000d0000000 (II) RADEON(0): AGP card detected (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) RADEON(0): initializing int10 (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (II) RADEON(0): Legacy BIOS detected drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenByBusid: Searching for BusID pci:0000:02:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenByBusid: drmOpenMinor returns 6 drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.28.0 (**) RADEON(0): Page Flipping enabled (II) RADEON(0): Will try to use DMA for Xv image transfers (II) RADEON(0): Generation 1 PCI interface in multifunction mode, accessible memory limited to one aperture (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K) (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM) (II) RADEON(0): Color tiling enabled by default (WW) RADEON(0): Requested desktop size exceeds surface limts for tiling, ColorTiling disabled (II) RADEON(0): Max desktop size set to 2560x1024 (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c"(II) Module already built-in (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 40000, min_in_pll: 40, max_in_pll: 3000, xclk: 25000, sclk: 250.000000, mclk: 275.000000 (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=25000 (II) RADEON(0): Bios Connector table: (II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1 (II) RADEON(0): Port1: DDCType-0x64, DACType-2, TMDSType-1, ConnectorType-2 (II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5 (II) RADEON(0): Output VGA-0 using monitor section Monitor0 (II) RADEON(0): I2C bus "VGA-0" initialized. (II) RADEON(0): Output DVI-0 has no monitor section (II) RADEON(0): DFP table revision: 3 (II) RADEON(0): I2C bus "DVI-0" initialized. (II) RADEON(0): Output S-video has no monitor section (II) RADEON(0): Default TV standard: PAL (II) RADEON(0): TV standards supported by chip: NTSC PAL (II) RADEON(0): Port0: Monitor -- AUTO Connector -- VGA DAC Type -- Primary TMDS Type -- None DDC Type -- 0x60 (II) RADEON(0): Port1: Monitor -- AUTO Connector -- DVI-I DAC Type -- TVDAC/ExtDAC TMDS Type -- Internal DDC Type -- 0x64 (II) RADEON(0): Port2: Monitor -- AUTO Connector -- STV DAC Type -- TVDAC/ExtDAC TMDS Type -- None DDC Type -- 0x0 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): EDID for output VGA-0 (II) RADEON(0): Manufacturer: IVM Model: 482a Serial#: 916 (II) RADEON(0): Year: 2005 Week: 36 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) RADEON(0): Sync: Separate (II) RADEON(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.647 redY: 0.327 greenX: 0.292 greenY: 0.614 (II) RADEON(0): blueX: 0.142 blueY: 0.079 whiteX: 0.310 whiteY: 0.330 (II) RADEON(0): Supported VESA Video Modes:
Solved it by upgrading to newer (unstable as of today) versions of xrandr and libXrandr. Rgds, Ekki
in ms windows, if you click the middle mouse button in a browser window (and in some other programs), the pointer is replaced by an arrow, you can scroll up and down (and sideways, if the window permits) rapidly by moving the mouse in the desired direction. is there a way to do this with linux?
In firefox, Edit->Preferences->Advanced->General->Browsing->Use Autoscrolling.
Hi, i want to have the pure kde menu with no modifications. I tried to delete .wine, .kde, .local... No help. The wine menu is still there. I searched for files which include the text of the entries or files named that way. Nothing. Any idea? Thanks
Removing app entries and menu folders Code: rm -rf ~/.local/share/applications/wine* rm -rf ~/.local/share/desktop-directories/wine* followed by a KDE3'ish Code: kbuildsycoca or a KDE4'ish Code: kbuildsycoca4 should get you rid of it.
When i try to lock the screen under kde i am getting the following error. Will not lock the session, unlocking would be impossible: No appropriate greeter plugin configured I fixed this once before but i forgot what package it was.
I'm unsure, is this worth a bugreport? Where/when should I have looked to know this? Maybe some ebuild QA notice I didn't notice?
Does someone has a clue what's the reason for this problem? Code: cd .libs && rm -f libpoppler-glib.la && ln -s ../libpoppler-glib.la libpoppler-glib.la) /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium4 -mfpmath=sse,387 -msse2 -pipe -O2 -fomit-frame-pointer -fno-ident -fforce-addr -ftracer -fweb -falign-functions=4 -Wl,-O1 -o test-poppler-glib test-poppler-glib.o -lpoppler libpoppler-glib.la -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfontconfig -lfreetype -lz i686-pc-linux-gnu-gcc -march=pentium4 -mfpmath=sse,387 -msse2 -pipe -O2 -fomit-frame-pointer -fno-ident -fforce-addr -ftracer -fweb -falign-functions=4 -Wl,-O1 -o .libs/test-poppler-glib test-poppler-glib.o -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib -L/usr/lib/../i686-pc-linux-gnu/lib ./.libs/libpoppler-glib.so /usr/lib/libpoppler.so /usr/lib/libjpeg.so /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lXrender -lX11 -lXext -lpng12 -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so -lz ./.libs/libpoppler-glib.so: undefined reference to `Page::createGfx(OutputDev*, double, double, int, int, int, int, int, int, Links*, Catalog*, int (*)(void*), void*, int (*)(Annot*, void*), void*)' ./.libs/libpoppler-glib.so: undefined reference to `Page::display(OutputDev*, double, double, int, int, Links*, Catalog*, int (*)(void*), void*, int (*)(Annot*, void*), void*)' ./.libs/libpoppler-glib.so: undefined reference to `TextOutputDev::findText(unsigned int*, int, int, int, int, int, double*, double*, double*, double*)' ./.libs/libpoppler-glib.so: undefined reference to `PDFDoc::displayPage(OutputDev*, int, double, double, int, int, int, int (*)(void*), void*, int (*)(Annot*, void*), void*)' ./.libs/libpoppler-glib.so: undefined reference to `SplashOutputDev::SplashOutputDev(SplashColorMode, int, SplashColor)' ./.libs/libpoppler-glib.so: undefined reference to `PDFDoc::PDFDoc(GooString*, GooString*, GooString*)' ./.libs/libpoppler-glib.so: undefined reference to `GlobalParams::setupBaseFontsFc(_FcConfig*)' ./.libs/libpoppler-glib.so: undefined reference to `Page::displaySlice(OutputDev*, double, double, int, int, int, int, int, int, Links*, Catalog*, int (*)(void*), void*, int (*)(Annot*, void*), void*)' collect2: ld returned 1 exit status make[3]: *** [test-poppler-glib] Error 1 make[3]: Leaving directory `/var/tmp/portage/poppler-bindings-0.4.3-r2/work/poppler-0.4.3/glib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/poppler-bindings-0.4.3-r2/work/poppler-0.4.3/glib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/poppler-bindings-0.4.3-r2/work/poppler-0.4.3' make: *** [all] Error 2 !!! ERROR: app-text/poppler-bindings-0.4.3-r2 failed. !!! Function src_compile, Line 54, Exitcode 2 !!! compilation failed !!! If you need support, post the topmost build error, NOT this status message. Thanks for your help!
i had something similar 2 days ago. if im right (cant remember clearly... remerging 3 days now) there was something with the use flags i choose.
... due to either "invalid screen name" or "incorrect password" Since the support site of pidgin.im is not worth the paper it's not printed on, I thought I'd ask here. I have an account in ICQ that I can log in to when I'm on ICQ.com. Using pidgin I cannot use that account. I always get one of the errors above. So - how is my screen name, when the name of my account is Xpistian? When I type (in pidgin's account manager) in Xpistian@icq.com I get "incorrect password" which is odd since it works for logging in to icq.com to view my profile etc. When I just type in Xpistian I'll get "invalid screen name" Any ideas? And yes, I'm using 2.4.3, so that shouldn't be the problem Thanks Christian
Thx, that was the problem... damn stupid.
I can't find this in the forums... while attempting to emerge xfce4, one of the dependencies is freeglut. It is giving off quite an odd error... Code: config.status: executing default-1 commands cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/sh ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands make all-recursive make[1]: Entering directory `/var/tmp/portage/media-libs/freeglut-2.4.0-r1/work/freeglut-2.4.0' Making all in src make[2]: Entering directory `/var/tmp/portage/media-libs/freeglut-2.4.0-r1/work/freeglut-2.4.0/src' source='freeglut_callbacks.c' object='libglut_la-freeglut_callbacks.lo' libtool=yes \ depfile='.deps/libglut_la-freeglut_callbacks.Plo' tmpdepfile='.deps/libglut_la-freeglut_callbacks.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer -c -o libglut_la-freeglut_callbacks.lo `test -f freeglut_callbacks.c || echo './'`freeglut_callbacks.c source='freeglut_cursor.c' object='libglut_la-freeglut_cursor.lo' libtool=yes \ depfile='.deps/libglut_la-freeglut_cursor.Plo' tmpdepfile='.deps/libglut_la-freeglut_cursor.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer -c -o libglut_la-freeglut_cursor.lo `test -f freeglut_cursor.c || echo './'`freeglut_cursor.c mkdir .libs i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer -c freeglut_callbacks.c -MT libglut_la-freeglut_callbacks.lo -MD -MP -MF .deps/libglut_la-freeglut_callbacks.TPlo -fPIC -DPIC -o .libs/libglut_la-freeglut_callbacks.lo rm -f .libs/libglut_la-freeglut_cursor.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer -c freeglut_cursor.c -MT libglut_la-freeglut_cursor.lo -MD -MP -MF .deps/libglut_la-freeglut_cursor.TPlo -fPIC -DPIC -o .libs/libglut_la-freeglut_cursor.lo In file included from ../include/GL/freeglut.h:17, from freeglut_callbacks.c:28: ../include/GL/freeglut_std.h:114:19: error: GL/gl.h: No such file or directory In file included from ../include/GL/freeglut_std.h:115, from ../include/GL/freeglut.h:17, from freeglut_callbacks.c:28: /usr/include/GL/glu.h:280: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild1DMipmapLevels' /usr/include/GL/glu.h:281: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild1DMipmaps' /usr/include/GL/glu.h:282: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild2DMipmapLevels' /usr/include/GL/glu.h:283: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild2DMipmaps' /usr/include/GL/glu.h:284: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild3DMipmapLevels' /usr/include/GL/glu.h:285: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild3DMipmaps' /usr/include/GL/glu.h:286: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluCheckExtension' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:296: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/GL/glu.h:297: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:297: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:298: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/GL/glu.h:299: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:299: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:300: error: expected ';', ',' or ')' before '*' token /usr/include/GL/glu.h:301: error: expected ')' before 'eyeX' /usr/include/GL/glu.h:305: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:306: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:307: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:308: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:310: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:310: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:312: error: expected ')' before 'left' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:314: error: expected ')' before 'fovy' /usr/include/GL/glu.h:315: error: expected ')' before 'x' /usr/include/GL/glu.h:316: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluProject' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:318: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:319: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:320: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:321: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:322: error: expected declaration specifiers or '...' before 'GLboolean' /usr/include/GL/glu.h:323: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluScaleImage' /usr/include/GL/glu.h:324: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:324: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:324: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:326: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:327: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:330: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:330: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:330: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:331: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:331: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:332: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:332: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:333: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluUnProject' /usr/include/GL/glu.h:334: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluUnProject4' In file included from ../include/GL/freeglut.h:17, from freeglut_callbacks.c:28: ../include/GL/freeglut_std.h:432: error: expected ')' before 'layer' ../include/GL/freeglut_std.h:491: error: expected ')' before 'query' ../include/GL/freeglut_std.h:492: error: expected ')' before 'query' ../include/GL/freeglut_std.h:494: error: expected ')' before 'query' ../include/GL/freeglut_std.h:509: error: expected ')' before 'size' ../include/GL/freeglut_std.h:510: error: expected ')' before 'size' ../include/GL/freeglut_std.h:511: error: expected ')' before 'radius' ../include/GL/freeglut_std.h:512: error: expected ')' before 'radius' ../include/GL/freeglut_std.h:513: error: expected ')' before 'base' ../include/GL/freeglut_std.h:514: error: expected ')' before 'base' ../include/GL/freeglut_std.h:516: error: expected ')' before 'innerRadius' ../include/GL/freeglut_std.h:517: error: expected ')' before 'innerRadius' ../include/GL/freeglut_std.h:530: error: expected ')' before 'size' ../include/GL/freeglut_std.h:531: error: expected ')' before 'size' ../include/GL/freeglut_std.h:539: error: expected ')' before 'query' ../include/GL/freeglut_std.h:544: error: expected ')' before 'query' ../include/GL/freeglut_std.h:553: error: expected declaration specifiers or '...' before 'GLfloat' ../include/GL/freeglut_std.h:553: error: expected declaration specifiers or '...' before 'GLfloat' ../include/GL/freeglut_std.h:553: error: expected declaration specifiers or '...' before 'GLfloat' ../include/GL/freeglut_std.h:554: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'glutGetColor' In file included from ../include/GL/freeglut.h:18, from freeglut_callbacks.c:28: ../include/GL/freeglut_ext.h:97: error: expected ')' before 'option_flag' ../include/GL/freeglut_ext.h:108: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'glutStrokeHeight' ../include/GL/freeglut_ext.h:117: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:117: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:118: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:118: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:119: error: expected ')' before 'radius' ../include/GL/freeglut_ext.h:120: error: expected ')' before 'radius' In file included from ../include/GL/freeglut.h:17, from freeglut_cursor.c:28: ../include/GL/freeglut_std.h:114:19: error: GL/gl.h: No such file or directory In file included from ../include/GL/freeglut_std.h:115, from ../include/GL/freeglut.h:17, from freeglut_cursor.c:28: /usr/include/GL/glu.h:280: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild1DMipmapLevels' /usr/include/GL/glu.h:281: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild1DMipmaps' /usr/include/GL/glu.h:282: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild2DMipmapLevels' /usr/include/GL/glu.h:283: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild2DMipmaps' /usr/include/GL/glu.h:284: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild3DMipmapLevels' /usr/include/GL/glu.h:285: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluBuild3DMipmaps' /usr/include/GL/glu.h:286: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluCheckExtension' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:287: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:291: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:296: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/GL/glu.h:297: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:297: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:298: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/GL/glu.h:299: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:299: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:300: error: expected ';', ',' or ')' before '*' token /usr/include/GL/glu.h:301: error: expected ')' before 'eyeX' /usr/include/GL/glu.h:305: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:306: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:307: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:308: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:309: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:310: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:310: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:311: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:312: error: expected ')' before 'left' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:313: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:314: error: expected ')' before 'fovy' /usr/include/GL/glu.h:315: error: expected ')' before 'x' /usr/include/GL/glu.h:316: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluProject' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLfloat' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:317: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:318: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:319: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:320: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:321: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:322: error: expected declaration specifiers or '...' before 'GLboolean' /usr/include/GL/glu.h:323: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluScaleImage' /usr/include/GL/glu.h:324: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:324: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:324: error: expected declaration specifiers or '...' before 'GLint' /usr/include/GL/glu.h:326: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:327: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:330: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:330: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:330: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:331: error: expected declaration specifiers or '...' before 'GLenum' /usr/include/GL/glu.h:331: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:332: error: expected declaration specifiers or '...' before 'GLdouble' /usr/include/GL/glu.h:332: error: expected declaration specifiers or '...' before 'GLvoid' /usr/include/GL/glu.h:333: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluUnProject' /usr/include/GL/glu.h:334: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gluUnProject4' In file included from ../include/GL/freeglut.h:17, from freeglut_cursor.c:28: ../include/GL/freeglut_std.h:432: error: expected ')' before 'layer' ../include/GL/freeglut_std.h:491: error: expected ')' before 'query' ../include/GL/freeglut_std.h:492: error: expected ')' before 'query' ../include/GL/freeglut_std.h:494: error: expected ')' before 'query' ../include/GL/freeglut_std.h:509: error: expected ')' before 'size' ../include/GL/freeglut_std.h:510: error: expected ')' before 'size' ../include/GL/freeglut_std.h:511: error: expected ')' before 'radius' ../include/GL/freeglut_std.h:512: error: expected ')' before 'radius' ../include/GL/freeglut_std.h:513: error: expected ')' before 'base' ../include/GL/freeglut_std.h:514: error: expected ')' before 'base' ../include/GL/freeglut_std.h:516: error: expected ')' before 'innerRadius' ../include/GL/freeglut_std.h:517: error: expected ')' before 'innerRadius' ../include/GL/freeglut_std.h:530: error: expected ')' before 'size' ../include/GL/freeglut_std.h:531: error: expected ')' before 'size' ../include/GL/freeglut_std.h:539: error: expected ')' before 'query' ../include/GL/freeglut_std.h:544: error: expected ')' before 'query' ../include/GL/freeglut_std.h:553: error: expected declaration specifiers or '...' before 'GLfloat' ../include/GL/freeglut_std.h:553: error: expected declaration specifiers or '...' before 'GLfloat' ../include/GL/freeglut_std.h:553: error: expected declaration specifiers or '...' before 'GLfloat' ../include/GL/freeglut_std.h:554: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'glutGetColor' In file included from ../include/GL/freeglut.h:18, from freeglut_cursor.c:28: ../include/GL/freeglut_ext.h:97: error: expected ')' before 'option_flag' ../include/GL/freeglut_ext.h:108: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'glutStrokeHeight' ../include/GL/freeglut_ext.h:117: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:117: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:118: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:118: error: expected declaration specifiers or '...' before 'GLdouble' ../include/GL/freeglut_ext.h:119: error: expected ')' before 'radius' ../include/GL/freeglut_ext.h:120: error: expected ')' before 'radius' In file included from freeglut_callbacks.c:29: freeglut_internal.h:95:24: error: GL/glx.h: No such file or directory In file included from freeglut_cursor.c:29: freeglut_internal.h:95:24: error: GL/glx.h: No such file or directory In file included from freeglut_callbacks.c:29: freeglut_internal.h:176: error: expected specifier-qualifier-list before 'GLint' freeglut_internal.h:189: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:211: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:305: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SFG_WindowContextType' freeglut_internal.h:322: error: expected specifier-qualifier-list before 'SFG_WindowContextType' freeglut_internal.h:342: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:503: error: expected specifier-qualifier-list before 'XVisualInfo' freeglut_internal.h:521: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:539: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:565: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:605: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:617: error: expected ':', ',', ';', '}' or '__attribute__' before '*' tokenIn file included from freeglut_cursor.c:29: freeglut_internal.h:176: error: expected specifier-qualifier-list before 'GLint' freeglut_internal.h:627: error: expected specifier-qualifier-list before 'GLfloat' freeglut_internal.h:640: error: expected specifier-qualifier-list before 'GLfloat' freeglut_internal.h:650: error: expected specifier-qualifier-list before 'GLfloat' freeglut_internal.h:732: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token freeglut_internal.h:750: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:750: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:753: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:754: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:819: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fgCheckActiveMenu' freeglut_callbacks.c: In function 'glutDisplayFunc': freeglut_internal.h:189: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:211: error: expected specifier-qualifier-list before 'GLboolean' freeglut_callbacks.c:49: error: 'SFG_State' has no member named 'Initialised' freeglut_internal.h:305: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SFG_WindowContextType' freeglut_internal.h:322: error: expected specifier-qualifier-list before 'SFG_WindowContextType'freeglut_callbacks.c: In function 'glutReshapeFunc': freeglut_callbacks.c:61: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutKeyboardFunc': freeglut_internal.h:342: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:503: error: expected specifier-qualifier-list before 'XVisualInfo' freeglut_internal.h:521: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:539: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:565: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:605: error: expected specifier-qualifier-list before 'GLboolean' freeglut_internal.h:617: error: expected ':', ',', ';', '}' or '__attribute__' before '*' tokenfreeglut_callbacks.c:71: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutSpecialFunc': freeglut_callbacks.c:80: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutIdleFunc': freeglut_callbacks.c:89: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c:90: error: 'SFG_State' has no member named 'IdleCallback' freeglut_internal.h:627: error: expected specifier-qualifier-list before 'GLfloat' freeglut_internal.h:640: error: expected specifier-qualifier-list before 'GLfloat' freeglut_internal.h:650: error: expected specifier-qualifier-list before 'GLfloat'freeglut_callbacks.c: In function 'glutTimerFunc': freeglut_callbacks.c:101: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c:103: error: 'SFG_State' has no member named 'FreeTimers' freeglut_callbacks.c:105: error: 'SFG_State' has no member named 'FreeTimers' freeglut_callbacks.c:118: error: 'SFG_State' has no member named 'Timers' freeglut_internal.h:732: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token freeglut_internal.h:750: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:750: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:753: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_callbacks.c:124: error: 'SFG_State' has no member named 'Timers' freeglut_callbacks.c: In function 'fghVisibility': freeglut_callbacks.c:134: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutVisibilityFunc': freeglut_internal.h:754: error: expected declaration specifiers or '...' before 'GLboolean' freeglut_internal.h:819: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fgCheckActiveMenu' freeglut_cursor.c: In function 'fgSetCursor': freeglut_callbacks.c:144: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutKeyboardUpFunc': freeglut_callbacks.c:159: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutSpecialUpFunc': freeglut_callbacks.c:168: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutJoystickFunc': freeglut_callbacks.c:179: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c:183: error: 'SFG_WindowState' has no member named 'JoystickPollRate' freeglut_callbacks.c:185: error: 'SFG_WindowState' has no member named 'JoystickLastPoll' freeglut_callbacks.c:186: error: 'SFG_WindowState' has no member named 'JoystickPollRate' freeglut_callbacks.c:188: error: 'SFG_WindowState' has no member named 'JoystickLastPoll' freeglut_callbacks.c:189: error: 'SFG_WindowState' has no member named 'JoystickLastPoll' freeglut_cursor.c:213: error: 'SFG_WindowState' has no member named 'Cursor' freeglut_cursor.c: In function 'glutSetCursor': freeglut_cursor.c:223: error: 'SFG_State' has no member named 'Initialised' freeglut_cursor.c: In function 'glutWarpPointer': freeglut_callbacks.c: In function 'glutMouseFunc': freeglut_callbacks.c:197: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutMouseWheelFunc': freeglut_cursor.c:234: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c:206: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutMotionFunc': freeglut_callbacks.c:216: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutPassiveMotionFunc': freeglut_callbacks.c:226: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutEntryFunc': freeglut_callbacks.c:235: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutCloseFunc': freeglut_callbacks.c:244: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutWMCloseFunc': freeglut_callbacks.c:250: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutMenuDestroyFunc': freeglut_callbacks.c:257: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutMenuStateFunc': freeglut_callbacks.c:267: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c:268: error: 'SFG_State' has no member named 'MenuStateCallback' freeglut_callbacks.c: In function 'glutMenuStatusFunc': freeglut_callbacks.c:276: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c:277: error: 'SFG_State' has no member named 'MenuStatusCallback' freeglut_callbacks.c: In function 'glutOverlayDisplayFunc': freeglut_callbacks.c:285: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutWindowStatusFunc': freeglut_callbacks.c:294: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutSpaceballMotionFunc': freeglut_callbacks.c:303: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutSpaceballRotateFunc': freeglut_callbacks.c:312: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutSpaceballButtonFunc': freeglut_callbacks.c:321: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutButtonBoxFunc': freeglut_callbacks.c:330: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutDialsFunc': freeglut_callbacks.c:339: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutTabletMotionFunc': freeglut_callbacks.c:348: error: 'SFG_State' has no member named 'Initialised' freeglut_callbacks.c: In function 'glutTabletButtonFunc': freeglut_callbacks.c:357: error: 'SFG_State' has no member named 'Initialised' make[2]: *** [libglut_la-freeglut_cursor.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [libglut_la-freeglut_callbacks.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/media-libs/freeglut-2.4.0-r1/work/freeglut-2.4.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-libs/freeglut-2.4.0-r1/work/freeglut-2.4.0' make: *** [all] Error 2 [31;01m*[0m [31;01m*[0m ERROR: media-libs/freeglut-2.4.0-r1 failed. [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 49: Called src_compile [31;01m*[0m environment, line 2344: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m emake || die "emake failed" [31;01m*[0m The die message: [31;01m*[0m emake failed [31;01m*[0m [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. [31;01m*[0m A complete build log is located at '/var/tmp/portage/media-libs/freeglut-2.4.0-r1/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/media-libs/freeglut-2.4.0-r1/temp/environment'. [31;01m*[0m Here's my emerge --info Code: Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.1.1, glibc-2.5-r0, 2.6.23.14-fd12 i686) ================================================================= System uname: 2.6.23.14-fd12 i686 VIA C7-M Processor 1200MHz Timestamp of tree: Wed, 02 Jul 2008 19:35:01 +0000 app-shells/bash: 3.2_p33 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 sys-apps/baselayout: 1.12.9 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.61 sys-devel/automake: 1.10 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=i686 -mmmx -msse -msse2 -msse3 -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl apm arts avi berkdb bitmap-fonts cli cracklib crypt cups dbus dri encode f77 firefox foomaticdb fortran gdbm gif gnome gpm gtk hal iconv imlib ipv6 isdnlog java jpeg kerberos ldap libg++ libwww mad midi mikmod motif mp3 mpeg mudflap ncurses nls nptl nptlonly oggvorbis opengl openmp oss pam pcre pdflib perl png pppd python qt quicktime readline reflection sdl session spell spl ssl startup-notification svga tcpd truetype unicode x86 xml2 xorg xscreensaver xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="via" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Thanks!
The last two answers are off-topic, but still you should drop '-mmmx -msse -msse2 -msse3' from your CFLAGS (if your processor actually supports them, check ggc docs from a correct -march setting). The important part of your message is 'error: GL/gl.h: No such file or directory ' Perhaps you haven't selected correct OpenGL implementation with eselect, or something messed up the settings and you have to reset it, by selecting a different one and reselecting current.
I can run as root; started as user it crashes wihout comments.. Any ideas?
1/ running it from a console might gives you more clues 2/ rm -rf ~/.ooo-2.0 could also help
Xfce4 have one tiring event... example: 1) Desktop 1: Start running firefox 2) Switch to Desktop2 while ff is running 3) firefox show on Desktop 2 not 1 1) Desktop 1: firefox was runed 2) open in desktop 2 link in firefox 3) firefox moving to desktop 2... i want it stay in desktop 1 Summary i want programs to stay in desktop where they are and not jump to other desktop. Anyone have a solution? Maybe in xfce4 i can`t do anything with this? Example fluxbox don`t have this problem. PS. Sorry for write in bad category... if somebody can move pls...
--
I'm having trouble getting Konqueror to display images in web sites. http://omploader.org/vbDh1 is a good example of what f.g.o looks like under konqueror for me. I couldn't find anything similar to this while searching the forums or google. Perhaps someone else knows what the problem is. I'm really considering dropping fluxbox for kde if I can get konqueror up to snuff. Apparently I missed a full blown DE more than I thought.
You are missing support for gif in Konqueror. Have a look at this thread .
Hello all, I finally have my favourite box with Gentoo up and running again. I have a Dell 2407WFP, which should be at 1920x1200 @ 60Hz. I have the relevant portions of my xorg.conf filled out: Code: HorizSync 30.0 - 81.0 VertRefresh 60.0 However, within KDE it is showing up as 1920x1200 @ 50Hz in the display properties. Can anyone shed some light on this issue? Thank you preemptively.
Well I tried a couple of different things, but it is still being reported at 50Hz. I tried adding the refresh in the actual mode: Code: Mode "1920x1200_60" and I tried adding a modeline with the output from gtf: Code: Modeline "1920x1200_60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync Is it possible that KDE is simply reporting the refresh rate incorrectly? Is there another place that displays the refresh rate, or a tool that calculates the actual running refresh rate? I'm just a little paranoid about the monitor.
Hello everyone. I have a little problem running gnome as a user. As root everything runs fine, but as user gnome wont start. When i type "startx" in the prompt, the X Server starts fine. I get those 3 graphical consoles, but gnome is nowhere. Can someone help me plz. I start freakin' out about this problem. I haven't found anything regarding my problem on google. Not even here. To eliminate Questions about errors, i get NO errors. thanx for the help many greets gHost
Have you ever been able to start Gnome as a user (it's a new "error" on an old working environment) or is it a fresh install? Do you have a $HOME directory so Gnome has it's .gconf/ etc.? Try running starx and get your terminals (etc) and run Code: gnome-wm --replace in one of them. Or run Code: metacity --replace if that doesn't work.
I have been learning my languages, Japanese and Chinese. I began with SCIM, but I had a huge issue that I couldn't type Japanese or Chinese into xterm, so I moved to UIM. UIM has uim-fep, which would give me the ability to do so, but this wouldn't do. Using uim-fep, means I can't do a Ctrl + Space (I changed the Shift + Space to Ctrl + Space) and it would active UIM. I was able to make uim-xim work. I could Ctrl + Space and I can write Japanese or Chinese. The way I did it was by putting `uim-xim &` at the end of my .xinitrc : export GTK_IM_MODULE=uim export QT_IM_MODULE=uim export XMODIFIERS=@im=uim export XIM_PROGRAM=uim-xim exec /usr/local/bin/enlightenment_start uim-xim & I would then put uim-xim in the front of commands. In Enlightenment, you are able to have apps on a bar, like a Mac, and edit the icons do it did a certain command. My xterm was : uim-xim ; xterm -u8 -fa "Ming(of ISO10646)" -fs 10 It worked until I started playing around. The reason is that after it loads I would have to click xterm twice before a window appears. It would also slow down my machine so I wanted to see if there is a quiker way. I haven't found any yet, so this is why I am here. I would like to know if there is a quick way or suggestions of other ways. What I did realise is that uim-xim after the exec of enlightenment does nothing. Well it doesn't appear on ps -ALF.
It took me all day and 10 months to get me where I am. I have finally solved my problem. My original .xinitrc file wasn't how i wrote it, it is infact: . ~/.zshenv exec /usr/local/bin/enlightenment_start uim-xim & (that gives the hint im using zsh shell) which gave the required variables in every new shell, .zshenv: export GTK_IM_MODULE=uim export QT_IM_MODULE=uim export XMODIFIERS=@im=uim export XIM_PROGRAM=uim-xim So have that putting back to its original manner, I then worked on solving my loading problem. I knew if I put uim-xim & above the exec, as I previously stated, nothing executes after exec, so: . ~/.zshenv uim-xim & exec /usr/local/bin/enlightenment_start Rebooted and it work, well not completely. I got latin characters instead of the chinese. Something wasn't being UTF-8. This was the system console you login into tty1. It was POSIX instead of en_GB.UTF-8 so I would get latin characters. So my next job was to make my system locales UTF8. After I go into Xorg my locales change from POSIX to the neeeded en_GB.UTF-8, so it would would work inside. After reading a a ponitless wiki, I soon discovered what to do. I placed my UTF8 locales into a file /etc/env.d/02locale and env-update. After rebooting my system, my locales became en_GB.UTF-8 and once in Xorg, the chinese charters came out all right.
Not too long ago, I made my old computer my linux box when I replaced the guts in my "main" computer. I then reinstalled. I'm actually running Sabayon at the moment but had the same problem with Gentoo and as I understand it Sabayon is just Gentoo made pretty. ANyway, the issue I'm having is the computer freezes on a grey screen when trying to load X (startX, X, xdm, gdm, kdm, happens w/ all of them). This happens with the drivers that come w/ the distro, and when I install the newest release from ATI's website. I've tried running through aticonfig --initial, xorgconfig, etc. with no luck. fglrx is loaded. The computer completely locks up, I can't ping it or ssh into it. The last few lines in the xorg.0.log appear to be related to it being unable to load fglrx (which is already loaded). I've tried rmmod'ing it so X can load it, and it still fails. I have an old old old Rage Pro 128 that it boots to just fine. The card I'm having problems with is a Radeon x1650pro. I've googled this problem and have seen references to the x1xxx cards having problems with the ati drivers and xorg 7.3... but haven't had any luck with potential solutions. I'm just running the base install xorg.conf right now with the Rage card. I have installed the new ATI driver from their website and it still works. When I swap out the card w/ the x1650, dead. I can boot w/o X and it's fine w/ the framebuffer. System is: ASUS A78X-X mobo Radeon x1650Pro 512MB Athlon XP 2700+ 1.5 GB pc 3200 Soundblaster Audigy SE Any ideas, or need more information? I'm stumped and can't seem to find any useful info. :/ Thanks
Solved. I just had to change the aperture size to 512 in the BIOS.
Hi, When I unmount a USB disk (or any other device for that matter), I notice that the light on the USB drive is still on. I can check that it is indeed unmounted by noting that the file listing at the mount point is empty. This is in contrast to the case of Windows where the USB light stops when it is unmounted. Why does this not happen in Gentoo? Thanks! NP
The difference is that Windows actually ejects the disk when you unmount it, instead of just unmounting the filesystem. You can duplicate this effect by using the eject(1) command on either the device, or the mount point if it's still mounted. You'll probably need to be root for it to work, so that you have access to the device node.
Hi, I notice that the dmesg command does not list everything I see during the boot process (when I manually use ScrLock, for instance). For instance, I notice that some modules did not load, but no hint in the output of dmesg . Is there a different command that captures all the details of the boot process? Thanks, NP
From /etc/conf.d/rc: Code: # RC_BOOTLOG will generate a log of the boot messages shown on the console. # Useful for headless machines or debugging. You need to emerge the # app-admin/showconsole package for this to work. Note that this probably # won't work correctly with boot splash. RC_BOOTLOG="no"
Hi all. Sorry to bother you with what might be a trivial problem with an [almost] obvious solution. I get this error when trying to start gdesklets: Code: Traceback (most recent call last): File "/usr/bin/gdesklets", line 3, in <module> from main import client, DISPLAY, HOME, USERHOME File "//usr/lib/gdesklets/main/__init__.py", line 3, in <module> import utils File "//usr/lib/gdesklets/utils/__init__.py", line 11, in <module> from ErrorFormatter import ErrorFormatter File "//usr/lib/gdesklets/utils/ErrorFormatter.py", line 4, in <module> import vfs File "//usr/lib/gdesklets/utils/vfs.py", line 24, in <module> log("Using urllib, because gnomevfs isn't available") NameError: name 'log' is not defined Anyone had this before? This started after I unmerged Elisa, oddly enough. All replies appreciated. Edit: Solved this, oddly enough, by re-emerging gnome-menus. Not sure why 'log' and 'gnome-menus' go hand in hand, but they apparently do.
The error reporting function is whats at fault here: Drowsiness wrote: Code: File "//usr/lib/gdesklets/utils/vfs.py", line 24, in <module> log("Using urllib, because gnomevfs isn't available") The programmer is trying to pass the string Using urllib, because gnomevfs isn't available to an installation log file and let the program exit successfully. In a non portage environment, this would work. That being said I ask the following: Is gnomevfs installed We can check by running: Code: emerge -pv gnome-base/gnome-vfs
I have emerged kdebase-meta and now want to add kdepim (to get korganizer). However, I get this: Code: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] app-crypt/gpgme-1.1.6 USE="-pth" 939 kB [ebuild N ] kde-base/kdebase-3.5.9-r3 USE="cups hal pam -arts -branding -debug -ieee1394 -java -joystick -kdeenablefinal -kdehiddenvisibility -ldap -lm_sensors -logitech-mouse -openexr -opengl -samba -xcomposite -xinerama -xscreensaver" 0 kB [ebuild N ] app-pda/libopensync-0.22 USE="python -debug -doc" 479 kB [ebuild N ] kde-base/kdepim-3.5.9-r1 USE="-arts -debug -gnokii -kdeenablefinal -pda -xinerama" 14,290 kB [blocks B ] kde-base/kpersonalizer:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kmenuedit:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdcop:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcminit:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdeprint:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kpager:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcontrol:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdebase-kioslaves:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kscreensaver:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kxkb:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kwin:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/ksysguard:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/klipper:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kappfinder:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdebase-data:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/knetattach:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdesu:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kstart:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/konsole:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdesktop:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/libkonq:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcheckpass:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/konqueror:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] =kde-base/kdebase-3.5* (is blocking kde-base/ksystraycmd-3.5.9, kde-base/knetattach-3.5.9, kde-base/kdialog-3.5.9-r1, kde-base/kappfinder-3.5.9, kde-base/konsole-3.5.9, kde-base/kscreensaver-3.5.9, kde-base/kfind-3.5.9, kde-base/kcheckpass-3.5.9, kde-base/kmenuedit-3.5.9, kde-base/kreadconfig-3.5.9, kde-base/kate-3.5.9, kde-base/kpager-3.5.9, kde-base/ksmserver-3.5.9, kde-base/khotkeys-3.5.9, kde-base/ksplashml-3.5.9, kde-base/drkonqi-3.5.9, kde-base/kdeprint-3.5.9, kde-base/kdebase-data-3.5.9, kde-base/kdepasswd-3.5.9, kde-base/nsplugins-3.5.9, kde-base/kdebase-startkde-3.5.9, kde-base/kdesu-3.5.9, kde-base/klipper-3.5.9, kde-base/kdebugdialog-3.5.9, kde-base/ksysguard-3.5.9, kde-base/kdcop-3.5.9, kde-base/kdesktop-3.5.9-r1, kde-base/khelpcenter-3.5.9, kde-base/libkonq-3.5.9, kde-base/kcontrol-3.5.9, kde-base/kpersonalizer-3.5.9, kde-base/konqueror-3.5.9, kde-base/kstart-3.5.9, kde-base/ktip-3.5.9, kde-base/kdebase-kioslaves-3.5.9, kde-base/kicker-3.5.9, kde-base/kxkb-3.5.9, kde-base/kwin-3.5.9-r1, kde-base/kdm-3.5.9, kde-base/kcminit-3.5.9) [blocks B ] kde-base/kate:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdepasswd:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/ktip:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/khelpcenter:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/drkonqi:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdm:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/ksystraycmd:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/ksplashml:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdebase-startkde:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kicker:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/ksmserver:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/khotkeys:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/nsplugins:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kfind:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdebugdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kreadconfig:3.5 (is blocking kde-base/kdebase-3.5.9-r3) Total: 4 packages (4 new, 41 blocks), Size of downloads: 15,707 kB !!! Error: The above package list contains packages which cannot be installed !!! at the same time on the same system. I know how to remove blocks, but it cannot be true that I have to unmerge 41 packages in order to get one emerged And why is kdebase being pulled in? It is not in the USE list of kdepim. Here is my emerge --info: Code: Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 i686) ================================================================= System uname: 2.6.24-gentoo-r8 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz Timestamp of tree: Tue, 01 Jul 2008 10:15:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.uni-c.dk/pub/gentoo/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.ing.umu.se/linux/gentoo/ " LINGUAS="da en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X acl berkdb bzip2 cli cracklib crypt cups dbus dri gdbm gpm hal iconv ipv6 isdnlog kde midi mudflap ncurses nls nptl nptlonly nvidia openmp pam pcre perl pppd python qt3 qt4 readline reflection session spl ssl svg tcpd unicode x86 xorg xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="da en" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Any help will be much appreciated. Bent
kde-base/korganizer should do it since you started with the split packages, or kdepim-meta if you want them all. but kde-base/kdepim is one of the monolithic ebuilds.
Hello all, as you can see this is my first post to the gentoo forum. Nevertheless I am using gentoo since four years aside with win xp. I have installed gentoo a couple of times but this time I am unable to get my xserver settings to work. I guess it is a simple missconfiguration I am not aware of. Issue: Monitor settings for xorg won't work, after starting x screen's all black OSD shows: "Mode not supported: H27.9kHz V62.1Hz" Hardware: Monitor: MAG Innovision PS576W Data (nothing more in datasheet): Resolution: 1280x800 Horizontal frequencies: 31-60kHz vertical frequencies: 60Hz Preset Modes: 640x480 H31.47 V60 800x600 H37.88 V60.3 1024x768 H48.36 V60 1280x768 H47.7 V60 12800x800 H50 V60 Graphicscard: ATI Radeon 9600 What I did: X -configure -propeonly /etc/X11/xorg.conf.firsttry used edid tools to get monitor information -> tried the provided monitor configuration used ddcx (knoppix) to get information -> used the modelines used working knoppix configuration file No matter what I try it's always "Mode not supported". Ok, so under win xp I use 1280x800@60Hz with H50.1 V60.1 taken from monitor's OSD information. I am really clueless this time. Nothing usefull from google, or the forum search. Hopefully some can give any advice on this, or direct me to any viable information. Thanks jola xorg.conf Code: Section "Files" RgbPath "/usr/share/X11/rgb" 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" # ModulePath "/usr/lib/xorg/modules" EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" EndSection Section "ServerFlags" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection Section "InputDevice" Identifier "iTouch" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "de" Option "AutoRepeat" "500 5" EndSection Section "InputDevice" Identifier "WheelMouse" Driver "mouse" Option "CorePointer" Option "Protocol" "Microsoft" Option "Device" "/dev/input/mouse0" EndSection Section "Monitor" # Settings retrieved by edid tools (get-edid | parse-edid) # EDID version 1 revision 3 # Block type: 2:0 3:fc Identifier "PS576W" VendorName "PTS" ModelName "PS576W" # Block type: 2:0 3:fc # Block type: 2:0 3:ff # DPMS capabilities: Active off:yes Suspend:no Standby:no Mode "1280x768" # vfreq 60.022Hz, hfreq 48.377kHz DotClock 80.500000 HTimings 1280 1344 1472 1664 VTimings 768 779 786 806 Flags "+HSync" "-VSync" EndMode Mode "1280x800" # vfreq 60.024Hz, hfreq 50.000kHz DotClock 70.000000 HTimings 1280 1290 1300 1400 VTimings 800 802 812 833 Flags "+HSync" "+VSync" EndMode # Block type: 2:0 3:fc # Block type: 2:0 3:ff # These settings did not work 20080621 # HorizSync 31.0-60.0 # VertRefresh 60.0 # Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841 Option "DPMS" "TRUE" EndSection Section "Device" Identifier "Radeon9600Pro" VendorName "Saphire/ATI" Driver "fglrx" VideoRam 256 BusID "PCI:3:0:0" Option "DPMS" "TRUE" EndSection Section "Screen" Identifier "screen0" Device "Radeon9600Pro" Monitor "PS576W" DefaultDepth 8 SubSection "Display" Depth 24 Modes "1280x800" "1280x768" "1024x768" "800x600" "640x480" EndSubsection SubSection "Display" Depth 16 Modes "1280x800" "1280x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" "1280x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "layout0" Screen "screen0" InputDevice "WheelMouse" "CorePointer" InputDevice "iTouch" "CoreKeyboard" EndSection get-edid | prase-edid Code: # EDID version 1 revision 3 Section "Monitor" # Block type: 2:0 3:fc Identifier "PS576W" VendorName "PTS" ModelName "PS576W" # Block type: 2:0 3:fc # Block type: 2:0 3:ff # DPMS capabilities: Active off:yes Suspend:no Standby:no Mode "1280x768" # vfreq 60.022Hz, hfreq 48.377kHz DotClock 80.500000 HTimings 1280 1344 1472 1664 VTimings 768 779 786 806 Flags "+HSync" "-VSync" EndMode Mode "1280x800" # vfreq 60.024Hz, hfreq 50.000kHz DotClock 70.000000 HTimings 1280 1290 1300 1400 VTimings 800 802 812 833 Flags "+HSync" "+VSync" EndMode # Block type: 2:0 3:fc # Block type: 2:0 3:ff EndSection ddcprobe Code: VESA 2.0 detected. OEM Name: ATI RADEON 9600 PRO Memory installed = 256 * 64k blocks = 16384kb Supported standard modes: 800x600x16 1024x768x16 320x200x32k 320x200x64k 320x200x16m 1600x1200x256 640x400x256 640x480x256 640x480x32k 640x480x64k 640x480x16m 1600x1200x32k 800x600x256 800x600x32k 800x600x64k 800x600x16m 1600x1200x64k 1024x768x256 1024x768x32k 1024x768x64k 1024x768x16m 1280x1024x256 1280x1024x32k 1280x1024x64k 1280x1024x16m 132x25 (text) 132x43 (text) EDID ver. 1 rev. 3. Manufacturer: PTS ID: 1599 EISA ID: PTS1599 Serial number: 00015f73. Manufactured in week 15 of 2004. Input signal type: analog signal. Screen size max 33 cm horizontal, 20 cm vertical. Gamma: 2.370000. DPMS flags: RGB, active off, no suspend, no standby. Established timings: 720x400 @ 70 Hz (VGA 640x400, IBM) 640x480 @ 75 Hz (VESA) 800x600 @ 60 Hz (VESA) 1024x768 @ 87 Hz Interlaced (8514A) Detailed timing 0: Pixel clock: 80500000 Horizontal active time (pixel width): 256 Horizontal blank time (pixel width): 1408 Vertical active time (pixel height): 0 Vertical blank time (pixel height): 806 Horizontal sync offset: 64 Horizontal sync pulse width: 128 Vertical sync offset: 7 Vertical sync pulse width: 11 Dimensions: 76x463 Detailed timing 1: Pixel clock: 70000000 Horizontal active time (pixel width): 0 Horizontal blank time (pixel width): 1400 Vertical active time (pixel height): 32 Vertical blank time (pixel height): 801 Horizontal sync offset: 10 Horizontal sync pulse width: 10 Vertical sync offset: 10 Vertical sync pulse width: 2 Dimensions: 76x463 Monitor details 2: Name: PS576W Monitor details 3: Serial number: FFWJ44008997 ddcxinfo-knoppix -hsync Code: 0-37 ddcxinfo-knoppix -vsync Code: 0-75 ddcxinfo-knoppix -monitor Code: Section "Monitor" Identifier "Monitor0" VendorName "PTS" ModelName "PTS1599" # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors VertRefresh 50.0 - 75.0 # Very conservative. May flicker. # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default. # These are the DDC-probed settings reported by your monitor. # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32 ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00 ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync # Extended modelines with GTF timings # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync EndSection ddcxinfo-knoppix -modelines Code: # These are the DDC-probed settings reported by your monitor. # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32 ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00 ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync # Extended modelines with GTF timings # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync ddcxinfo-knoppix -modes Code: Modes "800x600" "640x480"
I've got an old CRT monitor that i've always run at 1024x768@85Hz because higher resolutions only worked at 60Hz which flickers on such hardware. Fairly recently, i configured a system according to the LFS instructions and discovered that my system could go to a mighty 1152x864@75Hz and have been using that ever since... To get it, i copy/pasted the appropriate Modeline from /var/log/Xorg.0.log (same as your Knoppix stuff) into the 'monitor' section of xorg.conf WITHOUT any horizontal or vertical frequencies, and added the mode to the 'screen' section at the default depth (note all the commented-out bits). Code: Section "Monitor" #DisplaySize 320 240 # mm Identifier "Monitor0" VendorName "AOC" ModelName "7F" ### Comment all HorizSync and VertRefresh values to use DDC: #HorizSync 30.0 - 72.0 #VertRefresh 50.0 - 160.0 #Option "DPMS" #Option "PreferredMode" ModeLine "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync EndSection ...... Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1152x864" EndSubSection EndSection ...So maybe you could do something similar with your desired modes (and NO frequencies)...
Hi, I am unable to get power applet for normal user. With user root, I get the applet appears. I guess some permission problem someone please help.
Hi, Do you add own user name some groups? If you don't do its, you will try to use this command... Code: gpasswd -a your_user_name group_name group name = wheel, users, etc after re-login your destop environment
Hello, I'm trying to emerge cdrdao but its fails Code: TempFileManager.cc: In member function ‘bool TempFileManager::getTempFile(std::string&, const char*, const char*)’: TempFileManager.cc:84: erreur: ‘strrchr’ was not declared in this scope make[2]: *** [TempFileManager.o] Erreur 1 make[2]: quittant le répertoire « /var/tmp/portage/app-cdr/cdrdao-1.2.2/work/cdrdao-1.2.2/trackdb » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /var/tmp/portage/app-cdr/cdrdao-1.2.2/work/cdrdao-1.2.2 » make: *** [all] Erreur 2 * * ERROR: app-cdr/cdrdao-1.2.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2337: Called die * The specific snippet of code: * make || die "could not compile" * The die message: * could not compile * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-cdr/cdrdao-1.2.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-cdr/cdrdao-1.2.2/temp/environment'. * * Messages for package app-cdr/cdrdao-1.2.2: * * ERROR: app-cdr/cdrdao-1.2.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2337: Called die * The specific snippet of code: * make || die "could not compile" * The die message: * could not compile * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-cdr/cdrdao-1.2.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-cdr/cdrdao-1.2.2/temp/environment'. * Here is my CFLAGS Code: CFLAGS="-O2 -march=prescott -fomit-frame-pointer -fno-inline" and gcc: Code: # gcc --version gcc (Gentoo 4.3.1 p1.0) 4.3.1 I really like to use Brasero but cdrdao is needed. Have you got any idea ? Thanks !
As far as I know, cdrdao-1.2.2 is too old, and does not include the patch needed to compile it with gcc-4.3 ChangeLog wrote: 20 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> +files/cdrdao-1.2.2-gcc43.patch, cdrdao-1.2.2-r1.ebuild: Add patch for GCC 4.3, bug #213191.
I am doing a fresh install on my laptop from a stage 3 tarball. I've followed the safe cflags recommendations, but seem to have unsolved dependencies every time I emerge something new. I can't even emerge world now and I haven't even been able to get a desktop set up yet. My latest attempt to install gnome yielded the following results: Code: checking for XtAppInitialize in -lXt... no configure: WARNING: Unable to successfully link X Toolkit library (-lXt) with test program. You will have to check and add the proper libraries by hand to makefile. checking for X11/DECkeysym.h... yes checking for X11/Sunkeysym.h... yes checking for X11/XF86keysym.h... yes checking for X11/Xpoll.h... yes checking if you want to link with Xaw 3d library... no checking if you want to link with neXT Athena library... no checking if you want to link with Athena-Plus library... no checking for XextCreateExtension in -lXext... no checking for X11/Xaw/SimpleMenu.h... no checking for X11/Xaw/SimpleMenu.h in /usr/contrib/X11R6... no checking for X11/Xaw/SimpleMenu.h in /usr/contrib/X11R5... no checking for X11/Xaw/SimpleMenu.h in /usr/lib/X11R5... no checking for X11/Xaw/SimpleMenu.h in /usr/local... no configure: WARNING: Unable to successfully find Athena header files with test program checking for XawSimpleMenuAddGlobalActions in -lXaw -lXmu... no checking for XawSimpleMenuAddGlobalActions in -lXaw -lXpm -lXmu... no checking for XawSimpleMenuAddGlobalActions in -lXaw_s -lXmu_s... no checking for -lXaw -lXmu in /usr/contrib/X11R6... no checking for -lXaw -lXpm -lXmu in /usr/contrib/X11R6... no checking for -lXaw_s -lXmu_s in /usr/contrib/X11R6... no checking for -lXaw -lXmu in /usr/contrib/X11R5... no checking for -lXaw -lXpm -lXmu in /usr/contrib/X11R5... no checking for -lXaw_s -lXmu_s in /usr/contrib/X11R5... no checking for -lXaw -lXmu in /usr/lib/X11R5... no checking for -lXaw -lXpm -lXmu in /usr/lib/X11R5... no checking for -lXaw_s -lXmu_s in /usr/lib/X11R5... no checking for -lXaw -lXmu in /usr/local... no checking for -lXaw -lXpm -lXmu in /usr/local... no checking for -lXaw_s -lXmu_s in /usr/local... no configure: error: Unable to successfully link Athena library (-lXaw) with test program !!! Please attach the following file when seeking support: !!! /var/tmp/portage/x11-terms/xterm-235/work/xterm-235/config.log [31;01m*[0m [31;01m*[0m ERROR: x11-terms/xterm-235 failed. [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 49: Called src_compile [31;01m*[0m environment, line 2338: Called econf 'src_compile' 'src_compile' '--libdir=/etc' '--with-x' '--with-utempter' '--disable-setuid' '--disable-full-tgetent' '--disable-imake' '--disable-narrowproto' '--enable-ansi-color' '--enable-256-color' '--enable-broken-osc' '--enable-broken-st' '--enable-load-vt-fonts' '--enable-i18n' '--enable-wide-chars' '--enable-doublechars' '--enable-warnings' '--enable-tcap-query' '--enable-logging' '--enable-dabbrev' '--with-app-defaults=/usr/share/X11/app-defaults' '--disable-toolbar' '--disable-freetype' '--enable-luit' '--enable-mini-luit' [31;01m*[0m ebuild.sh, line 513: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m die "econf failed" [31;01m*[0m The die message: [31;01m*[0m econf failed [31;01m*[0m [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. [31;01m*[0m A complete build log is located at '/var/tmp/portage/x11-terms/xterm-235/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-terms/xterm-235/temp/environment'. before posting a new topic. Subject [31;01m*[0m When I try to resolve this by individually emerging libXau it errors out asking for a new group of dependencies. I've worked all day getting around these, only to get back and figure out that the above message still presents itself when emerging xterm. I'd really like to figure out what I've done wrong here. Every step of this install has been like this... from errors with Java/javac to this original post: https://forums.gentoo.org/viewtopic-t-697932-highlight-.html I'd really like to figure out what is holding me up at my current state, but most of all, if anyone can shed some light on my overall malfunction, I'd be EXTREMELY GRATEFULL! I've installed gentoo in the past, and, while it's never been easy, its definitely been less of an obstacle than I'm hitting now. Thanks everyone![]
I'll help, just give me a few to digest it all... [digest]crunch[/digest] 1. Have you successfully completed the Gentoo Handbook 2. While completing step 1, did you deviate from the handbook, i.e. installed portage too early. 3. Please Post Code: emerge --info
it appears when hotsync is pressed Code: ravity tmp # lsusb Bus 004 Device 001: ID 0000:0000 Bus 003 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse Bus 003 Device 001: ID 0000:0000 Bus 002 Device 005: ID 0830:0060 Palm, Inc. Palm Tungsten T / Zire 71 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 gravity tmp # but no nodes are produced all i get in dmesg is this Code: usb 2-1: new full speed USB device using uhci_hcd and address 5 gravity tmp # it automatically detected a USB mouse , so i think the USB setup is OK how do i get it make ttyUSB0 ?
This works great for me with udev-104-r11 in kernel 2.6.20 for a Palm Tungsten T3: Setup Kernel: Code: USB_SERIAL_VISOR=y Programs: Code: emerge pilot-link rsync Permissions: Code: gpasswd -a <you> usb (Then log out, for the group change to take effect.) I use the latest version of pilot-link: /usr/local/portage/app-pda/pilot-link/pilot-link-0.12.2.ebuild (also see bugzilla for ebuilds) Code: # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils perl-module MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} DESCRIPTION="Suite of tools for moving data between a Palm device and a desktop" HOMEPAGE="http://www.pilot-link.org/" SRC_URI="http://downloads.pilot-link.org/${MY_P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86" IUSE="perl java tcltk python png readline" DEPEND="virtual/libc sys-libs/ncurses perl? ( dev-lang/perl ) java? ( virtual/jre ) tcltk? ( dev-lang/tcl dev-tcltk/itcl dev-lang/tk ) python? ( dev-lang/python ) png? ( media-libs/libpng ) readline? ( sys-libs/readline )" S=${WORKDIR}/${MY_P} src_compile() { local myconf="--includedir=/usr/include/libpisock" use java \ && myconf="${myconf} --with-java=yes" \ || myconf="${myconf} --with-java=no" use perl \ && myconf="${myconf} --with-perl=yes" \ || myconf="${myconf} --with-perl=no" use python \ && myconf="${myconf} --with-python=yes" \ || myconf="${myconf} --with-python=no" use tcltk \ && myconf="${myconf} --with-tcl=/usr/lib --with-itcl=yes --with-tk=yes" \ || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" use png && myconf="${myconf} --with-libpng=/usr" use readline \ && myconf="${myconf} --with-readline=yes" \ || myconf="${myconf} --with-readline=no" econf \ ${myconf} \ --enable-conduits \ --enable-threads \ --enable-libusb \ || die # java fails w/emake make || die if use perl ; then cd "${S}"/bindings/Perl perl-module_src_prep perl-module_src_compile fi } src_install() { make DESTDIR="${D}" install || die dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS if use perl ; then cd "${S}"/bindings/Perl perl-module_src_install fi } To be able to back up the Palm's SD card if you have one (as opposed to the Palm's RAM), buy and install Card Export 2 on the Palm. Files /etc/fstab entry for the SD card: Code: /dev/pilot-card /mnt/pilot-card vfat user,noauto,noatime 0 0 ~/bin/backuppalmcard Code: #!/bin/sh # Is run automatically, thanks to custom udev rules # Uses /etc/fstab and /etc/udev/rules.d/91-local.rules ME="brebs" DEST="/home/${ME}/palm/backup/card" MNT="/mnt/pilot-card" echo "Waiting for /dev/pilot-card" until [[ -e "/dev/pilot-card" ]] ; do sleep 1 done echo "Syncing Palm card..." echo # Necessary pause - for slow Palm, presumably sleep 1 # Create dirs if [[ ! -d "${MNT}" ]] ; then mkdir "${MNT}" chmod 770 "${MNT}" chown root:usb "${MNT}" fi mkdir -p "${SYNC_DIR}" mount "${MNT}" && rsync -ralpogt --delete --force "${MNT}"/ "${SYNC_DIR}" # Necessary pause - for slow Palm, presumably sleep 1 umount "${MNT}" ~/bin/backuppalm Code: #!/bin/sh # Is run automatically, thanks to custom udev rules # Uses /etc/udev/rules.d/91-local.rules ME="brebs" SYNC_DIR="/home/${ME}/palm/backup/ram" # From http://www.clasohm.com/blog/one-entry?entry%5fid=12096 echo "Waiting for /dev/pilot to exist..." until [[ -e "/dev/pilot" ]] ; do sleep 1 done echo "Syncing Palm RAM (but not card)..." echo #export PILOTPORT="/dev/pilot" # Uses libusb instead of visor kernel module # http://code.pilot-link.org/README.libusb export PILOTPORT="usb:" # The H is intentional, apparently #export PILOTRATE="H115200" mkdir -p "${SYNC_DIR}" /usr/bin/pilot-xfer --exclude "/home/${ME}/palm/exclude.lst" -s "${SYNC_DIR}" echo "Now run backuppalmcard" ~/palm/exclude.lst Code: Splash-splH PalmSGHiResFonts ImgFile-Foto Jpeg-Foto PACE PhotosDefaultDB-Foto WordToGoFonts SlideshowFonts PMHDB PMNDB PIMsSupportStatus-pdmE /etc/udev/rules.d/91-local.rules Code: # For Palm, from http://www.reactivated.net/writing_udev_rules.html # Has 2 ttys, apparently - don't care about the first one. # "pilot" is the default used by pilot-xfer. SUBSYSTEMS=="usb", ATTRS{product}=="Palm Handheld*", KERNEL=="ttyUSB*[1,3,5,7,9]", ACTION=="add", SYMLINK+="pilot", GROUP="usb", MODE="0660", RUN+="/home/brebs/bin/backuppalm" SUBSYSTEMS=="usb", ATTRS{product}=="Palm Handheld*", KERNEL=="ttyUSB*[0,2,4,6,8]", ACTION=="add", SYMLINK+="pilot-other", GROUP="usb", MODE="0660" SUBSYSTEMS=="scsi", ATTRS{model}=="Card Export", ACTION=="add", SYMLINK+="pilot-card", GROUP="usb", MODE="0660", RUN+="/home/brebs/bin/backuppalmcard" Change "brebs" to your username , of course Backing up Put the Palm in its cradle and press the hotsync button. The RAM hotsync will occur automatically. To back up the SD card, run "Card Export" on the Palm and click "connect to desktop". After a couple of seconds, the "read" indicator will flash green, indicating that the sync is occurring. When it stops, click "disconnect". Edit: Changed BUS to SUBSYSTEMS in udev rules, to work with udev-120.
I've tried the transparency in xterm and rxvt-unicode, both just show the wallpaper as their background - instead (as I believe should be the case) whatever window is behind the terminal window - any ideas? Cheers.
Once you have compositing enabled, you can use a line such as Code: urxvt -depth 32 -bg rgba:0000/0000/0000/0000 -fg "[100]white" +sb -bl -fg yellow -b 0 -w 0 to have rxvt-unicode start with true transparency. Read the man page for urxvt for details on the various switches.
Any Kopete users out there suddenly start seeing this message when trying to connect to ICQ this morning/today: "The server thinks the ICQ client you are using is too old" Wondering whether anyone knows if this is going to be a general problem for all the linux/free icq clients for a short time, or if someone can recommend me another client to use until this has been fixed in kopete. Thanks! EDIT: Solved, most excellent:
Same here... *argh* Why can't more people use Jabber? EDIT: @caspar: Thanks a lot! Now it works fine again! That's why I love these forums - as soon as you have a problem there's always someone who already has a solution!
Starting with a fairly fresh system install, I attempted to do a deep emerge of hal. One of the dependencies is db which errors out with the following message: Code: checking for javac... javac checking if javac works... configure: error: The Java compiler javac failed (see config.log, check the CLASSPATH?) !!! Please attach the following file when seeking support: !!! /var/tmp/portage/sys-libs/db-4.5.20_p2/work/db-4.5.20/build_unix/config.log [31;01m*[0m [31;01m*[0m ERROR: sys-libs/db-4.5.20_p2 failed. [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 49: Called src_compile [31;01m*[0m environment, line 4134: Called econf 'src_compile' 'src_compile' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib' '--enable-compat185' '--without-uniquename' '--enable-rpc' '--host=i686-pc-linux-gnu' '--enable-cxx' '--disable-tcl' '--enable-java' '--with-java-prefix=' '--build=i686-pc-linux-gnu' [31;01m*[0m ebuild.sh, line 513: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m die "econf failed" [31;01m*[0m The die message: [31;01m*[0m econf failed [31;01m*[0m [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. [31;01m*[0m A complete build log is located at '/var/tmp/portage/sys-libs/db-4.5.20_p2/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sys-libs/db-4.5.20_p2/temp/environment'. [31;01m*[0m !!! When you file a bug report, please include the following information: GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="" JAVACFLAGS="-target 1.4" COMPILER="" and of course, the output of emerge --info Here's the emerge --info Code: Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23.14-fd12 i686) ================================================================= System uname: 2.6.23.14-fd12 i686 Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz Timestamp of tree: Thu, 26 Jun 2008 18:35:01 +0000 ccache version 2.4 [disabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.61-r2 sys-devel/automake: 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl alsa apm avahi awn berkdb bzip2 cli compiz compiz-fusion cracklib crypt cups dbus dri emerald fbsplash firefox fortran gdbm gnome gpm gtk hal iconv ipv6 isdnlog java jpeg jpg kerberos ldap lightning lm_sensors m4a m4p mdnsresponder-compat midi mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin openmp openssl oss pam pcre perl pmu png pppd python readline reflection samba session spl ssl startup-notification symlink tcpd thunderbird tiff unicode x86 xorg xscreensaver zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY I've tried looking through the gentoo docs for installing java, i've reinstalled java and verified that it's in the path, ran java-config2 to ensure that my jdk is used and I'm still lost after removing and reinstalling java. Any advice? Thanks!
Moved from Installing Gentoo to Desktop Environments. Not about getting gentoo installed, so moved here.
Hi! I've got a strange problem with the xfce4 installation on my notebook (~x86). I configured xfce to autostart gkrellm a couple of months ago. A week ago, I noticed that it starts up four instances of gkrellm instead of just one. So I removed gkrellm from the autostart settings (and made sure the file in ~/.config/autostart/ is deleted. Here comes the weird part: xfce still starts up three gkrellms! According to Code: ps -AF | grep gkrellm they are all started by PPID 3157 (which is /usr/bin/xfce4-session) using the command Code: gkrellm --sm-client-id 11c0a8b2290001208025[more digits] I did not find any suspicous file in ~/.config/ or any autostart-like setting anywhere in xfce. I even uninstalled gkrellm which of course prevented it from starting, but after reinstalling gkrellm, the problem was just the same as before. I even set gkrellm not to allow multiple instances, which does not work, either. EDIT: xfce-base/xfce4-4.4.2 xfce-base/xfce4-session-4.4.2 Any suggestions? //Genetic
Look in your home directory for the saved session file that xfce is using and delete it. ~/.local/share/xfce/sessions or something like that.
Ok I am having the wierdest problem if I run startx then kill it and then try to run it again all I get is a black screen or maybe grey screen and no keybord presses will do anything except the sysreq keys the log files show no errors so I have no idea as to what migth be wrong any suggestions?
Start by reemerging xorg-server and its associated drivers (keyboard, mouse, vid, and evdev (if applicable)). Retry afterward. What desktop are you using? It could be the desktop instead of X that's going bye-bye. Start there and see where you go. Blessed be! Pappy
Hope somebody might have an idea about how to solve this little conundrum... I generally have two systems installed on separate partitions of one hard-drive with a further partition that i can mount in either system so as to access data that i'd otherwise have to duplicate - so for example the shared partition has a directory called 'sources' which contains all of my source-tarballs & each system has a symlink to it instead of a standalone /usr/portage/distfiles directory - it keeps things sychronised... Another thing i've always stored there, & the reason for this post, is my personal 'bookmarks.html' file for Firefox, which i then symlink to from both systems, whereby new bookmarks added in one are also retained in the other... ...But i've just completely rebuilt one of my systems from scratch and Firefox is no longer behaving in the anticipated way in the new environment. The symlink is correctly configured, but FF only shows it's original bookmarks. Also, these originals don't overwrite my symlink's target-file as one might fear and expect. Adding new bookmarks writes them somewhere , coz they're available after restarts, but i'm buggered if i can find where they're saved... Potential reasons for this change of behaviour are:- The new system runs in a UTF-8 locale while the sharing system is ISO-8859-1, but the replaced system was also UTF-8 and worked okay. The new system runs Firefox-3.0-r1, while the old one was version-2.0.0.11 (i think) - the version on the other (sharing) system is 2.0.0.3. As far as i can tell from looking at the relative files in a text-editor, the DOCTYPE and layout appear to be the same... I hope somebody already knows the true reason for my problem and a solution for it, coz i don't relish the prospect of re-bookmarking everything on the new system, but on the other hand it might be a good opportunity to get rid of the stale ones that i don't use any more... Thanks in advance if anybody has a fix for me!
Gusar wrote: Firefox 3 uses a SQLite database to store bookmarks and history. They're in the places.sqlite file inside the profile. Ahhh, that explains it. Quote: I guess things would work if you'd have Firefox 3 on both systems. When this new install's settled enough for me to scrap the other one, i'll probably be rebuilding that with FF3 too, although i did just discover that you can import/export old-style 'bookmarks.html' files from the 'organise bookmarks' popup... However... Rajish wrote: ...how about using foxmarks ? ...appears to do the job perfectly ! I've set it up so both systems synchronise with a local file (rather than a remote server) by defining the server-url as... Code: file:///path/to/shared/partition/sync/filename ...and it seems to be doing exactly what i want without needing any manual backing up like the above import/export option would. My sincere thanks to both of you for answering my questions better than i could've hoped for - marking this one [SOLVED].