Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X crashes when changing to console with CTRL+ALT+F1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
zinger
n00b
n00b


Joined: 07 Nov 2003
Posts: 10
Location: Heidelberg, Germany

PostPosted: Wed Nov 12, 2003 12:44 pm    Post subject: X crashes when changing to console with CTRL+ALT+F1 Reply with quote

My X Server is running fine besides it crashes when I try to change to a console with CTRL+ALT+F1. When I try to do that the screen becomes black and the system restarts immediately . There are no entries in any logfiles.
I read all the stuff I could find in the forum and on the net and tried a lot of things with kernel, but nothing fixed the problem.
Perhaps someone has an idea. I'll give you a rough overview over my current system. If something is missing, please tell me, i'll post it.

Hardware

    * 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 If [Radeon 9000] (rev 01)
    * ChipsetSiS 530 Virtual PCI-to-PCI bridge (AGP)


Kernel linux-2.4.20-gentoo-r8

    * Processor type and features --->
    * (Athlon/Duron/K7) Processor family
    * [x] Machine Check Exception
    * <x> /dev/cpu/x/msr - Model-specific register support
    *[x] MTRR (Memory Type Range Register) support
    *[x] Preemptible Kernel
    *[x] Local APIC support on uniprocessors
    *[x] IO-APIC support on uniprocessors
    *[ ] Unsynced TSC support
    * Character devices --->
    * <M> /dev/agpgart (AGP Support)
    * [x] Generic SiS support
    * [ ] Direct Rendering Manager (XFree86 DRI support)
    * Console drivers --->
    * [x] VGA text console
    * [x] Video mode selection support
    * Frame-buffer support --->
    * [x] Support for frame buffer devices (EXPERIMENTAL)
    * [x] VESA VGA graphics console
    * <x> ATI Radeon display support (EXPERIMENTAL)
    * [ ] Advanced low level driver options
    * [ ] Support only 8 pixels wide fonts
    * [ ] Select compiled-in fonts


/etc/modules.autoload.d/kernel-2.4
Quote:

fglrx
agpgart

Modules load at start without errors.

XF86config
Code:

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "xfree86-dga"   # omit don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
    Load       "dri"
EndSection

Section "Device"
    Identifier  "ati"
    Driver      "fglrx"
    Option "no_accel"  "no"
    Option "no_dri"    "no"
    Option "UseFastTLS"  "2"
    Option "UseInternalAGPGART" "no"
    BusID "PCI:1:0:0"
    Screen 0
EndSection

Section "Screen"
Identifier  "Screen 1"
Device      "ati"
...
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection


I install direct-fb and xfree-drm. xfree-drm is not used at the moment. I also tried the XFree radeon driver with same result.

XFree86.0.log There are no errors (EE) in this log, just 3 warnings. They're here:
Quote:

(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found //OK, that's no problem, it's the tv-out, I didn't configure it
(WW) fglrx(0): Bad V_BIOS checksum
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI RV250 If (R9000)" (Chipset = 0x4966)
(--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x7176)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xcfef0000
(--) fglrx(0): ROM-BIOS at 0xcfec0000
(--) fglrx(0): ChipExtRevID = 0x01
(--) fglrx(0): ChipIntRevID = 0x00
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit DDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported


Output of fglrxinfo
Code:

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: FIRE GL 9000 DDR Athlon (3DNow!)
OpenGL version string: 1.3 (X4.3.0-3.2.8)


Output of glxinfo
Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
...


OK, as far as I can see, everything should be allright. But as I mentioned, the system crashes when I try to change to console. Sometimes it crashes when shutting down at the moment the console should come up again.

So, if you have an idea what to do, let me know.
Thanks a lot.


Last edited by zinger on Wed Nov 12, 2003 2:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
gizmo.tar.bz23
Tux's lil' helper
Tux's lil' helper


Joined: 27 Sep 2003
Posts: 81
Location: germany/stuttgart

PostPosted: Wed Nov 12, 2003 1:06 pm    Post subject: Reply with quote

hi,

i had the same problem on a friends pc.

remove

* [x] VESA VGA graphics console

and try to use the vesa framebuffer device.

i had some problems using the radeon framebuffer device, that was
one of them.

so try.....

greetings :)
_________________
hail eris, all hail discordia. [fnord]
Back to top
View user's profile Send private message
zinger
n00b
n00b


Joined: 07 Nov 2003
Posts: 10
Location: Heidelberg, Germany

PostPosted: Wed Nov 12, 2003 2:19 pm    Post subject: Reply with quote

Hi,

don't know exaclty what you meant by
gizmo.tar.bz23 wrote:

and try to use the vesa framebuffer device.


Now my kernel looks like this:


    Console drivers --->
    [x] VGA text console
    [x] Video mode selection support
    Frame-buffer support --->
    [x] Support for frame buffer devices (EXPERIMENTAL)
    [ ] VESA VGA graphics console
    <x> ATI Radeon display support (EXPERIMENTAL)

I hope, that's what you meant.

This helped at the beginning. But after I tried "glxinfo", the system's behavior is the same like before.

Don't know if that got something do to with that, but when I try the command "fbset" it reports an error (as root and as user):
Quote:

# fbset
open /dev/fb0: No such file or directory


I think I got some problems with devfs. For exapmple, there is no /dev/lp0 but my printer is recognized during startup. Yes, devfs it is compiled in kernel according to the install howto. :)

Here is my complete dmesg. Sorry for long post.
Quote:

Linux version 2.4.20-gentoo-r8 (root@zaphod) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice)) #3 Wed Nov 12 14:27:01 CET 2003
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000030000000 (usable)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffee0000 - 00000000fff00000 (reserved)
BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
768MB LOWMEM available.
On node 0 totalpages: 196608
zone(0): 4096 pages.
zone(1): 192512 pages.
zone(2): 0 pages.
Kernel command line: root=/dev/hdb3 hdc=ide-scsi
ide_setup: hdc=ide-scsi
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
Detected 1194.978 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 2385.51 BogoMIPS
Memory: 770920k/786432k available (1936k kernel code, 12948k reserved, 326k data, 112k init, 0k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
Proc Config support by ptb@it.uc3m.es
proc config counted 1616 bytes in names
proc config counted 193 bytes in value handles
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0183fbff c1c7fbff 00000000 00000000
CPU: Common caps: 0183fbff c1c7fbff 00000000 00000000
CPU: AMD Athlon(tm) Processor stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1194.4604 MHz.
..... host bus clock speed is 265.2689 MHz.
cpu: 0, clocks: 1327689, slice: 663844
CPU0<T0:1327680,T1:663824,D:12,S:663844,C:1327689>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router SIS [1039/0008] at 00:02.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
Journalled Block Device driver loaded
devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NTFS driver 2.1.4a [Flags: R/O].
udf: registering filesystem
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
parport0: Printer, Hewlett-Packard HP LaserJet 5L
Real Time Clock Driver v1.10e
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
SIS5513: IDE controller on PCI bus 00 dev 15
SIS5513: chipset revision 208
SIS5513: not 100% native mode: will probe irqs later
SiS735
ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
hda: WDC WD136BA, ATA DISK drive
hdb: WDC WD600AB-32BVA0, ATA DISK drive
hdc: PLEXTOR CD-R PX-320A, ATAPI CD/DVD-ROM drive
hdd: MAXTOR 4K080H4, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
blk: queue c017d404, I/O limit 4095Mb (mask 0xffffffff)
hda: 26712000 sectors (13677 MB) w/1961KiB Cache, CHS=1662/255/63, UDMA(66)
blk: queue c017d544, I/O limit 4095Mb (mask 0xffffffff)
hdb: 117231408 sectors (60022 MB) w/2048KiB Cache, CHS=7297/255/63, UDMA(100)
blk: queue c017d890, I/O limit 4095Mb (mask 0xffffffff)
hdd: 156301488 sectors (80026 MB) w/2000KiB Cache, CHS=155061/16/63, UDMA(100)
Partition check:
/dev/ide/host0/bus0/target0/lun0: p1
/dev/ide/host0/bus0/target1/lun0: p1 p2 p3 p4 < p5 p6 p7 >
/dev/ide/host0/bus1/target1/lun0: [PTBL] [9729/255/63] p1 p4 < p5 >
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
8139too Fast Ethernet driver 0.9.26
PCI: Found IRQ 5 for device 00:09.0
eth0: RealTek RTL8139 Fast Ethernet at 0xf080ff00, 00:50:fc:44:45:e2, IRQ 5
eth0: Identified 8139 chip type 'RTL-8139C'
PCI: Found IRQ 12 for device 00:0b.0
PCI: Sharing IRQ 12 with 00:11.0
PCI: Sharing IRQ 12 with 00:11.1
eth1: RealTek RTL8139 Fast Ethernet at 0xf0811e00, 00:c1:26:0e:fd:a4, IRQ 12
eth1: Identified 8139 chip type 'RTL-8139C'
SCSI subsystem driver Revision: 1.00
PCI: Found IRQ 12 for device 00:0d.0
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.33
<Adaptec 2940 Ultra SCSI adapter>
aic7880: Single Channel A, SCSI Id=7, 16/253 SCBs

(scsi0:A:2:0): refuses synchronous negotiation. Using asynchronous transfers
(scsi0:A:3): 10.000MB/s transfers (10.000MHz, offset 8)
Vendor: IOMEGA Model: ZIP 100 Rev: E.08
Type: Direct-Access ANSI SCSI revision: 02
Vendor: TOSHIBA Model: CD-ROM XM-3801TA Rev: 0207
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 2, lun 0
sda : READ CAPACITY failed.
sda : status = 1, message = 00, host = 0, driver = 08
Current sd00:00: sense key Not Ready
Additional sense indicates Medium not present
sda : block size assumed to be 512 bytes, disk size 1GB.
/dev/scsi/host0/bus0/target2/lun0: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.12
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 112k freed
Device not ready. Make sure there is a disc in the drive.
VFS: Disk change detected on device 08:00
sda : READ CAPACITY failed.
sda : status = 1, message = 00, host = 0, driver = 08
Current sd00:00: sense key Not Ready
Additional sense indicates Medium not present
sda : block size assumed to be 512 bytes, disk size 1GB.
/dev/scsi/host0/bus0/target2/lun0: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
Adding Swap: 489972k swap-space (priority -1)
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,67), internal journal
[fglrx] Maximum main memory to use for locked dma buffers: 678 MBytes.
[fglrx] module loaded - fglrx 3.2.8 [Sep 21 2003] on minor 0
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 691M
agpgart: Detected SiS 735 chipset
agpgart: AGP aperture is 64M @ 0xd0000000
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
SiS router pirq escape (99)
SiS router pirq escape (99)
usb-ohci.c: USB OHCI at membase 0xf08bc000, IRQ 11
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] 7001 (#2)
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
PCI: Found IRQ 11 for device 00:02.2
PCI: Sharing IRQ 11 with 00:0f.0
usb-ohci.c: USB OHCI at membase 0xf08be000, IRQ 11
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] 7001
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: PLEXTOR Model: CD-R PX-320A Rev: 1.01
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
sr1: mmc-3 profile capable, current profile: 0h
i2c-core.o: i2c core module version 2.7.0 (20021208)
Linux video capture interface: v1.00
i2c-algo-bit.o: i2c bit algorithm module version 2.7.0 (20021208)
bttv: driver version 0.7.106 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Host bridge is Silicon Integrated Systems [SiS] 735 Host
bttv: Bt8xx card found (0).
PCI: Found IRQ 12 for device 00:11.0
PCI: Sharing IRQ 12 with 00:0b.0
PCI: Sharing IRQ 12 with 00:11.1
bttv0: Bt878 (rev 17) at 00:11.0, irq: 12, latency: 64, mmio: 0xcfdfe000
bttv0: detected: Terratec TValue Radio [card=66], PCI subsystem ID is 153b:1135
bttv0: using: BT878(Terratec TV/Radio+) [card=47,insmod option]
bttv0: gpio config override: mask=0xffffffff, mux=0x0,0xffffffff,0xffffffff,0xffffffff,0xffffffff
tuner: probing bt848 #0 i2c adapter [id=0x10005]
tuner: chip found @ 0xc0
tuner(bttv): type forced to 5 (Philips PAL_BG (FI1216 and compatibles)) [insmod]
bttv0: using tuner=1
tuner: type already set (5)
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951),ta8874z
bttv0: PLL can sleep, using XTAL (35468950).
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
hub.c: new USB device 00:02.2-1, assigned address 2
input0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Explorer] on usb2:2.0
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,70), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,71), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,69), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,65), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide1(22,65), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide1(22,69), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
PCI: Found IRQ 11 for device 00:0f.0
PCI: Sharing IRQ 11 with 00:02.2
eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
[fglrx] AGP detected, AgpState = 0x1f000207 (hardware caps of chipset)
[fglrx] AGP enabled, AgpCommand = 0x1f000304 (selected caps)
[fglrx] free AGP = 54800384
[fglrx] max AGP = 54800384
[fglrx] free LFB = 116391936
[fglrx] max LFB = 116391936
[fglrx] free Inv = 0
[fglrx] max Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB = 0
[fglrx] total AGP = 16384
Device not ready. Make sure there is a disc in the drive.
VFS: Disk change detected on device 08:00
sda : READ CAPACITY failed.
sda : status = 1, message = 00, host = 0, driver = 08
Current sd00:00: sense key Not Ready
Additional sense indicates Medium not present
sda : block size assumed to be 512 bytes, disk size 1GB.
/dev/scsi/host0/bus0/target2/lun0: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
spurious 8259A interrupt: IRQ7.


Thanks for help

Greetings to Stuttgart :o
Back to top
View user's profile Send private message
zinger
n00b
n00b


Joined: 07 Nov 2003
Posts: 10
Location: Heidelberg, Germany

PostPosted: Wed Nov 12, 2003 6:32 pm    Post subject: another try Reply with quote

Is it possible that XFree got problems when build on a different kernel?

$ XFree86 -version
Quote:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-xfs-r3 i686 [ELF]
^^^^^^^^^^^^^^^
Build Date: 14 October 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present


Now I'm running gentoo-sources-r8.
Could that cause my problems? Should I try to emerge xfree again?
Back to top
View user's profile Send private message
Lejban
n00b
n00b


Joined: 12 Dec 2003
Posts: 53
Location: Sweden

PostPosted: Fri Dec 12, 2003 2:40 am    Post subject: Reply with quote

I have a similar problem:

When I try to ctrl + alt + F1 or exit X my computer tottaly hangs, cannot do anything execpt press the resetbutton om my comp.
Back to top
View user's profile Send private message
bort13
n00b
n00b


Joined: 17 Aug 2003
Posts: 1
Location: Chicago, IL USA

PostPosted: Sat Dec 13, 2003 4:52 pm    Post subject: VC switch from X hangs my box, too Reply with quote

I'm experiencing exactly the same issue. I'm going to look at the framebuffer settings in my kernel, but I'm not sure if that's where the problem lies. Anyone else?
Back to top
View user's profile Send private message
bruzzler
n00b
n00b


Joined: 08 Oct 2003
Posts: 70

PostPosted: Fri Dec 19, 2003 8:51 am    Post subject: It's an ACPI Problem Reply with quote

I had exactly the same probs, turning off acpi in bios solved the problem. I also don't have it with the new 2.6 with all options turned on
Back to top
View user's profile Send private message
ptitman
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 242
Location: well!! I don't really know!Anywhere really!

PostPosted: Fri Dec 19, 2003 8:43 pm    Post subject: Reply with quote

i used to have the same problem.

switching
Code:
 InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Mouse0" "SendCoreEvents"

to
Code:
 InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"


solved the problem 8O
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum