Author Topic: [Solved] Logout menu buttons blank and half covered in black  (Read 678 times)

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
The red logout menu button in the lower right corner that gives the options of reboot, shutdown etc. was working on a fresh install yesterday. I must have done something because now the buttons are blank until I move my mouse over them and 3/4 of the background is now covered in a black vertical bar whatever I do with the mouse.

I would take a screenshot, but once I click the logout button that option does not work.
« Last Edit: July 19, 2011, 03:44:10 PM by Ozdemon »
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Logout menu buttons blank and half covered in black
« Reply #1 on: July 19, 2011, 12:27:10 AM »
On the panel, click the lxdecc icon and then when it opens, click the Refresh Panel icon.

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #2 on: July 19, 2011, 12:43:51 AM »
On the panel, click the lxdecc icon and then when it opens, click the Refresh Panel icon.

Thanks Neal, I just tried that but it did not solve the problem.
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Logout menu buttons blank and half covered in black
« Reply #3 on: July 19, 2011, 12:52:25 AM »
More information is needed.
Did you make any changes to your video driver settings?
What hardware are you using? - video card, processor, RAM, etc
Have you updated since you installed? That is, are you fully updated?
Have you rebooted since updating?
What changes have you made since installation?

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #4 on: July 19, 2011, 01:03:19 AM »
More information is needed.
Did you make any changes to your video driver settings?
What hardware are you using? - video card, processor, RAM, etc
Have you updated since you installed? That is, are you fully updated?
Have you rebooted since updating?
What changes have you made since installation?


Neal,
No changes to video driver, although I did rename the xorg.conf file as it failed to detect the correct resolution and the display was fine after that.
MSI Netbook, specifications: http://www.msi.com/product/nb/U230.html#?div=Specification
Fully updated
Rebooted a number of times
Changes: installed gnome power settings (since removed), blueman, libreoffice, keepassx, truecrypt, virtualbox, vlc player, aqualung, filezilla, putty, thunderbird, and calibre.
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Logout menu buttons blank and half covered in black
« Reply #5 on: July 19, 2011, 01:11:34 AM »
That website does not give the kind of hardware information I'm looking for. Read this thread --
http://www.pclinuxos.com/forum/index.php/topic,93773.0.html

Could you please post the contents of your xorg.conf and of your old xorg.conf files.

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #6 on: July 19, 2011, 03:30:34 AM »
That website does not give the kind of hardware information I'm looking for. Read this thread --
http://www.pclinuxos.com/forum/index.php/topic,93773.0.html

Could you please post the contents of your xorg.conf and of your old xorg.conf files.



Neal, I don't have an active xorg.conf file or active xorg.conf.old. I renamed them bupxorg.conf and bupxorg.conf.old.
The contents of each are:
bupxorg.conf
Code: [Select]
# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1024x768"
    HorizSync 31.5-48.0
    VertRefresh 56.0-65.0
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon HD 2000 and later (radeon/fglrx)"
    Driver "fglrx"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

bupxorg.conf.old
Code: [Select]
# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1024x768"
    HorizSync 31.5-48.0
    VertRefresh 56.0-65.0
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon HD 2000 and later (radeon/fglrx)"
    Driver "fglrx"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

I will send the system info in separate posts because the forum chokes otherwise and I cannot see a way to send an attachment.
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #7 on: July 19, 2011, 03:32:59 AM »
System info part 1
The system info is as follows:
Code: [Select]
id:
localhost.localdomain
description: Desktop Computer
product: U230 (To Be Filled By O.E.M.)
vendor: Micro-Star International
version: Ver 1.000
serial: System Serial Number
width: 32 bits
capabilities: smbios-2.5 dmi-2.5 smp-1.4 smp
configuration:
boot = normal
chassis = desktop
cpus = 2
family = To Be Filled By O.E.M.
sku = To Be Filled By O.E.M.
uuid = 00020003-0004-0005-0006-000700080009
id:
core
description: Motherboard
product: MS1243X
vendor: MSI
physical id:
0
version: Ver 1.000
serial: BSS-0123456789
slot: To Be Filled By O.E.M.
id:
firmware
description: BIOS
vendor: American Megatrends Inc.
physical id:
0
version: A1243AMS V1.19
date: 02/01/2010
size: 64KiB
capacity: 960KiB
capabilities: isa pci pnp upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
id:
cpu:0
description: CPU
product: AMD Athlon(tm) Neo X2 Dual Core Processor L335
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
4
bus info:
cpu@0
version: 15.11.2
serial: To Be Filled By O.E.M.
slot: CPU 1
size: 1600MHz
capacity: 1600MHz
width: 64 bits
clock: 200MHz
capabilities: x86-64 boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv cpufreq
configuration:
cores = 2
enabledcores = 2
id:
cache:0
description: L1 cache
physical id:
5
slot: L1-Cache
size: 128KiB
capacity: 256KiB
capabilities: pipeline-burst internal varies data
id:
cache:1
description: L2 cache
physical id:
6
slot: L2-Cache
size: 256KiB
capacity: 512KiB
capabilities: pipeline-burst internal varies unified
id:
memory
description: System Memory
physical id:
25
slot: System board or motherboard
size: 4GiB
id:
bank:0
description: DIMM DDR2 Synchronous 400 MHz (2.5 ns)
product: PartNum0
vendor: Manufacturer0
physical id:
0
serial: SerNum0
slot: DIMM0
size: 2GiB
width: 64 bits
clock: 400MHz (2.5ns)
id:
bank:1
description: DIMM DDR2 Synchronous 400 MHz (2.5 ns)
product: PartNum1
vendor: Manufacturer1
physical id:
1
serial: SerNum1
slot: DIMM1
size: 2GiB
width: 64 bits
clock: 400MHz (2.5ns)
id:
cpu:1
physical id:
1
bus info:
cpu@1
version: 15.11.2
size: 1600MHz
capacity: 1600MHz
capabilities: cpufreq
id:
cache:0
description: L1 cache
physical id:
0
size: 128KiB
id:
cache:1
description: L2 cache
physical id:
1
size: 256KiB
id:
pci:0
description: Host bridge
product: RS780 Host Bridge
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
100
bus info:
pci@0000:00:00.0
version: 00
width: 32 bits
clock: 66MHz
id:
pci:0
description: PCI bridge
product: RS780/RS880 PCI to PCI bridge (int gfx)
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
1
bus info:
pci@0000:00:01.0
version: 00
width: 32 bits
clock: 66MHz
capabilities: pci ht normal_decode bus_master cap_list
resources:
ioport : d000(size=4096)
memory : fe800000-fe9fffff
ioport : f0000000(size=134217728)
id:
display
description: VGA compatible controller
product: RS780M/RS780MN [Radeon HD 3200 Graphics]
vendor: ATI Technologies Inc
physical id:
5
bus info:
pci@0000:01:05.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi vga_controller bus_master cap_list
configuration:
latency = 0
resources:
memory : f0000000-f7ffffff
ioport : d000(size=256)
memory : fe9f0000-fe9fffff
memory : fe800000-fe8fffff
id:
multimedia
description: Audio device
product: RS780 Azalia controller
vendor: ATI Technologies Inc
physical id:
5.1
bus info:
pci@0000:01:05.1
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration:
driver = HDA Intel
latency = 0
resources:
irq : 19
memory : fe9e8000-fe9ebfff
id:
pci:1
description: PCI bridge
product: RS780 PCI to PCI bridge (PCIE port 0)
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
4
bus info:
pci@0000:00:04.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration:
driver = pcieport
resources:
irq : 40
ioport : 1000(size=4096)
memory : fea00000-feafffff
ioport : f8000000(size=2097152)
id:
network
description: Wireless interface
product: RT3090 Wireless 802.11n 1T/1R PCIe
vendor: Ralink corp.
physical id:
0
bus info:
pci@0000:02:00.0
logical name:
wlan0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration:
broadcast = yes
driver = rt2860
latency = 0
multicast = yes
wireless = Ralink STA
resources:
irq : 16
memory : feaf0000-feafffff
id:
pci:2
description: PCI bridge
product: RS780 PCI to PCI bridge (PCIE port 1)
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
5
bus info:
pci@0000:00:05.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration:
driver = pcieport
resources:
irq : 41
ioport : e000(size=4096)
memory : feb00000-febfffff
ioport : fdf00000(size=1048576)
id:
=====================================
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #8 on: July 19, 2011, 03:34:25 AM »
System info part 2
network
description:    Ethernet interface
product:    RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor:    Realtek Semiconductor Co., Ltd.
physical id:    
0
bus info:    
pci@0000:03:00.0
logical name:    
eth0
version:    03
serial:    40:61:86:ad:eb:b0
size:    1Gbit/s
capacity:    1Gbit/s
width:    64 bits
clock:    33MHz
capabilities:    pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration:   
autonegotiation   =   on
broadcast   =   yes
driver   =   r8169
driverversion   =   2.3LK-NAPI
duplex   =   full
ip   =   192.168.1.8
latency   =   0
link   =   yes
multicast   =   yes
port   =   MII
speed   =   1Gbit/s
resources:   
irq   :   43
ioport   :   e800(size=256)
memory   :   fdfff000-fdffffff
memory   :   fdff8000-fdffbfff
memory   :   febe0000-febfffff
id:   
pci:3
description:    PCI bridge
product:    RS780 PCI to PCI bridge (PCIE port 2)
vendor:    Hynix Semiconductor (Hyundai Electronics)
physical id:    
6
bus info:    
pci@0000:00:06.0
version:    00
width:    32 bits
clock:    33MHz
capabilities:    pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration:   
driver   =   pcieport
resources:   
irq   :   42
id:   
storage
description:    SATA controller
product:    SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
vendor:    ATI Technologies Inc
physical id:    
11
bus info:    
pci@0000:00:11.0
logical name:    
scsi0
version:    00
width:    32 bits
clock:    66MHz
capabilities:    storage pm ahci_1.0 bus_master cap_list emulated
configuration:   
driver   =   ahci
latency   =   64
resources:   
irq   :   22
ioport   :   c000(size=8)
ioport   :   b000(size=4)
ioport   :   a000(size=8)
ioport   :   9000(size=4)
ioport   :   8000(size=16)
memory   :   fe7ffc00-fe7fffff
id:   
disk
description:    ATA Disk
product:    WDC WD3200BEVT-2
vendor:    Western Digital
physical id:    
0.0.0
bus info:    
scsi@0:0.0.0
logical name:    
/dev/sda
version:    01.0
serial:    WD-WXF1A10H6310
size:    298GiB (320GB)
capabilities:    partitioned partitioned:dos
configuration:   
ansiversion   =   5
signature   =   0003019e
id:   
volume:0
description:    Linux swap volume
physical id:    
2
bus info:    
scsi@0:0.0.0,2
logical name:    
/dev/sda2
version:    1
serial:    64401bc3-76e1-44d9-8437-c615509e5fcd
size:    3815MiB
capacity:    3815MiB
capabilities:    primary nofs swap initialized
configuration:   
filesystem   =   swap
pagesize   =   4096
id:   
volume:1
description:    EXT4 volume
vendor:    Linux
physical id:    
3
bus info:    
scsi@0:0.0.0,3
logical name:    
/dev/sda3
logical name:    
/
version:    1.0
serial:    7cb6d914-0ef0-4939-9771-9d1e5f69c63f
size:    23GiB
capacity:    23GiB
capabilities:    primary journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized
configuration:   
created   =   2011-07-19 01:42:14
filesystem   =   ext4
lastmountpoint   =   /
modified   =   2011-07-18 12:14:05
mount.fstype   =   ext4
mount.options   =   rw,relatime,barrier=1,data=ordered
mounted   =   2011-07-19 15:56:45
state   =   mounted
id:   
volume:2
description:    Extended partition
physical id:    
4
bus info:    
scsi@0:0.0.0,4
logical name:    
/dev/sda4
size:    270GiB
capacity:    270GiB
capabilities:    primary extended partitioned partitioned:extended
id:   
logicalvolume
description:    Linux filesystem partition
physical id:    
5
logical name:    
/dev/sda5
logical name:    
/home
capacity:    270GiB
configuration:   
mount.fstype   =   ext4
mount.options   =   rw,relatime,barrier=1,data=ordered
state   =   mounted
id:   
usb:0
description:    USB Controller
product:    SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
vendor:    ATI Technologies Inc
physical id:    
12
bus info:    
pci@0000:00:12.0
version:    00
width:    32 bits
clock:    66MHz
capabilities:    ohci bus_master
configuration:   
driver   =   ohci_hcd
latency   =   64
resources:   
irq   :   16
memory   :   fe7fe000-fe7fefff
id:   
usbhost
product:    OHCI Host Controller
vendor:    Linux 2.6.38.8-pclos1.bfs ohci_hcd
physical id:    
1
bus info:    
usb@1
logical name:    
usb1
version:    2.06
capabilities:    usb-1.10
configuration:   
driver   =   hub
slots   =   3
speed   =   12Mbit/s
id:   
usb
description:    Bluetooth wireless interface
product:    Bluetooth EDR Device
vendor:    Micro Star International
physical id:    
2
bus info:    
usb@1:2
version:    48.39
capabilities:    bluetooth usb-2.00
configuration:   
driver   =   btusb
speed   =   12Mbit/s
id:   
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #9 on: July 19, 2011, 03:35:05 AM »
Code: [Select]
[b]System info part 3
[/b]

usb:1
description: USB Controller
product: SB7x0 USB OHCI1 Controller
vendor: ATI Technologies Inc
physical id:
12.1
bus info:
pci@0000:00:12.1
version: 00
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration:
driver = ohci_hcd
latency = 64
resources:
irq : 16
memory : fe7fd000-fe7fdfff
id:
usbhost
product: OHCI Host Controller
vendor: Linux 2.6.38.8-pclos1.bfs ohci_hcd
physical id:
1
bus info:
usb@2
logical name:
usb2
version: 2.06
capabilities: usb-1.10
configuration:
driver = hub
slots = 3
speed = 12Mbit/s
id:
usb:2
description: USB Controller
product: SB7x0/SB8x0/SB9x0 USB EHCI Controller
vendor: ATI Technologies Inc
physical id:
12.2
bus info:
pci@0000:00:12.2
version: 00
width: 32 bits
clock: 66MHz
capabilities: pm debug ehci bus_master cap_list
configuration:
driver = ehci_hcd
latency = 64
resources:
irq : 17
memory : fe7ff800-fe7ff8ff
id:
usbhost
product: EHCI Host Controller
vendor: Linux 2.6.38.8-pclos1.bfs ehci_hcd
physical id:
1
bus info:
usb@5
logical name:
usb5
version: 2.06
capabilities: usb-2.00
configuration:
driver = hub
slots = 6
speed = 480Mbit/s
id:
usb
description: Mass storage device
product: USB2.0-CRW
vendor: Generic
physical id:
6
bus info:
usb@5:6
logical name:
scsi3
version: 58.88
serial: 20071114173400000
capabilities: usb-2.00 scsi emulated scsi-host
configuration:
driver = usb-storage
maxpower = 500mA
speed = 480Mbit/s
id:
disk
description: SCSI Disk
physical id:
0.0.0
bus info:
scsi@3:0.0.0
logical name:
/dev/sdb
id:
usb:3
description: USB Controller
product: SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
vendor: ATI Technologies Inc
physical id:
13
bus info:
pci@0000:00:13.0
version: 00
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration:
driver = ohci_hcd
latency = 64
resources:
irq : 18
memory : fe7fc000-fe7fcfff
id:
usbhost
product: OHCI Host Controller
vendor: Linux 2.6.38.8-pclos1.bfs ohci_hcd
physical id:
1
bus info:
usb@3
logical name:
usb3
version: 2.06
capabilities: usb-1.10
configuration:
driver = hub
slots = 3
speed = 12Mbit/s
id:
usb:4
description: USB Controller
product: SB7x0 USB OHCI1 Controller
vendor: ATI Technologies Inc
physical id:
13.1
bus info:
pci@0000:00:13.1
version: 00
width: 32 bits
clock: 66MHz
capabilities: ohci bus_master
configuration:
driver = ohci_hcd
latency = 64
resources:
irq : 18
memory : fe7fb000-fe7fbfff
id:
usbhost
product: OHCI Host Controller
vendor: Linux 2.6.38.8-pclos1.bfs ohci_hcd
physical id:
1
bus info:
usb@4
logical name:
usb4
version: 2.06
capabilities: usb-1.10
configuration:
driver = hub
slots = 3
speed = 12Mbit/s
id:
usb:5
description: USB Controller
product: SB7x0/SB8x0/SB9x0 USB EHCI Controller
vendor: ATI Technologies Inc
physical id:
13.2
bus info:
pci@0000:00:13.2
version: 00
width: 32 bits
clock: 66MHz
capabilities: pm debug ehci bus_master cap_list
configuration:
driver = ehci_hcd
latency = 64
resources:
irq : 19
memory : fe7ff400-fe7ff4ff
id:
usbhost
product: EHCI Host Controller
vendor: Linux 2.6.38.8-pclos1.bfs ehci_hcd
physical id:
1
bus info:
usb@6
logical name:
usb6
version: 2.06
capabilities: usb-2.00
configuration:
driver = hub
slots = 6
speed = 480Mbit/s
id:
serial
description: SMBus
product: SBx00 SMBus Controller
vendor: ATI Technologies Inc
physical id:
14
bus info:
pci@0000:00:14.0
version: 3c
width: 32 bits
clock: 66MHz
capabilities: ht cap_list
configuration:
driver = piix4_smbus
latency = 0
resources:
irq : 0
id:
ide
description: IDE interface
product: SB7x0/SB8x0/SB9x0 IDE Controller
vendor: ATI Technologies Inc
physical id:
14.1
bus info:
pci@0000:00:14.1
version: 00
width: 32 bits
clock: 66MHz
capabilities: ide msi bus_master cap_list
configuration:
driver = pata_atiixp
latency = 64
resources:
irq : 16
ioport : 1f0(size=8)
ioport : 3f6
ioport : 170(size=8)
ioport : 376
ioport : ff00(size=16)
id:
multimedia
description: Audio device
product: SBx00 Azalia (Intel HDA)
vendor: ATI Technologies Inc
physical id:
14.2
bus info:
pci@0000:00:14.2
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration:
driver = HDA Intel
latency = 64
resources:
irq : 16
memory : fe7f4000-fe7f7fff
id:
isa
description: ISA bridge
product: SB7x0/SB8x0/SB9x0 LPC host controller
vendor: ATI Technologies Inc
physical id:
14.3
bus info:
pci@0000:00:14.3
version: 00
width: 32 bits
clock: 66MHz
capabilities: isa bus_master
configuration:
latency = 0
id:
pci:4
description: PCI bridge
product: SBx00 PCI to PCI Bridge
vendor: ATI Technologies Inc
physical id:
14.4
bus info:
pci@0000:00:14.4
version: 00
width: 32 bits
clock: 66MHz
capabilities: pci subtractive_decode bus_master
id:
pci:1
description: Host bridge
product: K8 [Athlon64/Opteron] HyperTransport Technology Configuration
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
101
bus info:
pci@0000:00:18.0
version: 00
width: 32 bits
clock: 33MHz
id:
pci:2
description: Host bridge
product: K8 [Athlon64/Opteron] Address Map
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
102
bus info:
pci@0000:00:18.1
version: 00
width: 32 bits
clock: 33MHz
id:
pci:3
description: Host bridge
product: K8 [Athlon64/Opteron] DRAM Controller
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
103
bus info:
pci@0000:00:18.2
version: 00
width: 32 bits
clock: 33MHz
id:
pci:4
description: Host bridge
product: K8 [Athlon64/Opteron] Miscellaneous Control
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id:
104
bus info:
pci@0000:00:18.3
version: 00
width: 32 bits
clock: 33MHz
configuration:
driver = k8temp
resources:
irq : 0
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Logout menu buttons blank and half covered in black
« Reply #10 on: July 19, 2011, 10:24:46 AM »
Quote from: Ozdemon
Neal, I don't have an active xorg.conf file or active xorg.conf.old. I renamed them bupxorg.conf and bupxorg.conf.old.


 ??? You need an xorg.conf file. Either rename bupxorg.conf to xorg.conf or generate a new one with
Code: [Select]
XFdrake --auto Then reboot.

Offline Ozdemon

  • Jr. Member
  • **
  • Posts: 38
Re: Logout menu buttons blank and half covered in black
« Reply #11 on: July 19, 2011, 03:43:41 PM »
??? You need an xorg.conf file. Either rename bupxorg.conf to xorg.conf or generate a new one with
Code: [Select]
XFdrake --auto Then reboot.


I had thought that an xorg.conf was no longer necessary.  Following your advice shows I was wrong. All good now. Many thanks for your help.  ;D
(1) AMD Athlon(tm) 64 X2 Dual Core Processor 6000+,  2 x WD 500G SATA, 4G RAM (2x2G), GIGABYTE GA-MA770-DS3, Nvidia GForce 8600GT, PCLOS Gnome
(2) MSI U230 Netbook LXDE PCLOS