Ubuntu 7.04 - Thinkpad R60 - dualscreen/brightness/hibernate
Posted: Wed Jul 18, 2007 10:21 pm
About a week ago I installed ubuntu 7.04 (before that ubuntu studio & xubuntu lower versions). Almost everything seemed to work out of the box: wireless, screen resolution (+ proprietary drivers), sleep, firewire...
I used envy for ati drivers (although I think it's unnescessarily) and got compiz to work.
Now there are still some things I'd like:
1) dualscreen
I've seen lots of topics about it, but none of the ones I found gave me a decent description and/or actually worked.
The screens should be SXGA+ (thinkpad) and XGA (crt) or WSXGA+ (lcd, occasionally used).
Please note that I'm using the ATI X1400.
Here's a copy of the important parts of the xorg.conf:
2) brightness
When I press FN+END, brightness goes all the way down. When I press FN+HOME, brightness goes all the way up. When I double press FN+END, it goes down a little (same for HOME).
I've seen problems about brightness but not exactly what I have, more things like OSD not showing up and non-responsive keys.
3) hibernate
When I press FN+F12 (or hibernate through menu), the screen goes dark with a blinking cursor in the left bottom corner. The sleep led on the screen bottom blinks too. I for a moment see some text ("resume" being on almost every line, don't have time to read more of it) and then I get the same screen I get after locking the computer.
There have been people with hibernate problems but it's always in combination with sleep, while sleep works just fine for me (except point 4).
4) sleep
Sleep works, but when into sleep, the computer resumes when I open the screen, I don't want that.
5) keyring unlocking
Everytime I restart I need to re-enter the password for the default keyring, I don't see the point as I always just entered the password to login/unlock when I get it.
That's it for now, if I experience other problems I'll post it here too.
Thanks in advance for anyone responding or even just looking at this post
.
I used envy for ati drivers (although I think it's unnescessarily) and got compiz to work.
Now there are still some things I'd like:
1) dualscreen
I've seen lots of topics about it, but none of the ones I found gave me a decent description and/or actually worked.
The screens should be SXGA+ (thinkpad) and XGA (crt) or WSXGA+ (lcd, occasionally used).
Please note that I'm using the ATI X1400.
Here's a copy of the important parts of the xorg.conf:
Code: Select all
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
Screen "aticonfig-Screen[1]" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
<snip>
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "ForceMonitors" "lvds,crt1"
Option "Centermode" "off"
Option "OverlayOnCRTC2" "0"
Option "PseudoColorVisuals" "off"
Option "HSync2" "31-64"
Option "VRefresh2" "56-75"
Option "UseFastTLS" "off"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSectionWhen I press FN+END, brightness goes all the way down. When I press FN+HOME, brightness goes all the way up. When I double press FN+END, it goes down a little (same for HOME).
I've seen problems about brightness but not exactly what I have, more things like OSD not showing up and non-responsive keys.
3) hibernate
When I press FN+F12 (or hibernate through menu), the screen goes dark with a blinking cursor in the left bottom corner. The sleep led on the screen bottom blinks too. I for a moment see some text ("resume" being on almost every line, don't have time to read more of it) and then I get the same screen I get after locking the computer.
There have been people with hibernate problems but it's always in combination with sleep, while sleep works just fine for me (except point 4).
4) sleep
Sleep works, but when into sleep, the computer resumes when I open the screen, I don't want that.
5) keyring unlocking
Everytime I restart I need to re-enter the password for the default keyring, I don't see the point as I always just entered the password to login/unlock when I get it.
That's it for now, if I experience other problems I'll post it here too.
Thanks in advance for anyone responding or even just looking at this post