小弟是新手,前些时候拿着5502的本本独立分了个区装UBUNTU5.1,不料进入UBUNTU自检完后就开始进入黑屏.我在黑屏的情况下输入了帐户和密码,听到了进入UBUNTU进入系统风铃般的声音,但就是苦于看不到任何画面.
我的本本配置是14.1宽屏,X700MOBILITY显卡,在论坛里也搜索了些关于这方面的问题,可是都是说对ATI显卡支持不好,没有具体谈及宽屏和X700移动版显卡的问题.请问各位高手如何解决??先感谢了.^_^
(急问)Acer5502宽屏X700mobility显卡装UBUNTU5.1黑屏
-
- 帖子: 24
- 注册时间: 2006-03-09 16:28
-
- 帖子: 8
- 注册时间: 2006-01-01 15:11
i apologize for that i couldn't type chinese in the library.
you should type CTRL+ALT+F1 (or to F6) to enter the xterm interface. then you have the full control with the notebook.
you can do what u want to do .
my suggestion:
1 first Prohibit the auto-logging X-window (or not, for this is just for convenient purpose)
2 secondly, apt-get..... to get the new ATI driver , i am not sure about the current edition, maybe fglrx***?
OR you can directly download it from the ATI website.
3 finally, install the new driver and restart computer.
4 config the xorg.conf to ensure the widescreen-advantage.
5 restart the auto-logging X-window again (if u need)
that'all and i use the 5502 too.
what's annoying about the 5502 is not the ATIx700 but the acpi configuration. it's boring to setup the wireless and cpu scalar ability.
Ok. i am sorry for i use eng again.
you should type CTRL+ALT+F1 (or to F6) to enter the xterm interface. then you have the full control with the notebook.
you can do what u want to do .
my suggestion:
1 first Prohibit the auto-logging X-window (or not, for this is just for convenient purpose)
2 secondly, apt-get..... to get the new ATI driver , i am not sure about the current edition, maybe fglrx***?
OR you can directly download it from the ATI website.
3 finally, install the new driver and restart computer.
4 config the xorg.conf to ensure the widescreen-advantage.
5 restart the auto-logging X-window again (if u need)
that'all and i use the 5502 too.
what's annoying about the 5502 is not the ATIx700 but the acpi configuration. it's boring to setup the wireless and cpu scalar ability.
Ok. i am sorry for i use eng again.
-
- 帖子: 9
- 注册时间: 2006-03-16 2:06
- 来自: Netherlands
应该能装上去。 你可以用GOOGLE找一下。
我帮你找到有这个
http://www.linux-on-laptops.com/acer.html
http://www.linuxquestions.org/questions/showthread.php?
postid=729813
我觉得如果你能找到的显卡对应ID,然后在/etc/X11/xorg.conf里面输入应该可以。
这是我装UBUNTU在我的TOSHIBA M40X上的修改
File: xorg.conf
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
'''ChipID 0x3150'''
Option "BusType" "PCIE"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "(null)"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
'''Option "MonitorLayout" "LVDS,AUTO"'''
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
我帮你找到有这个
http://www.linux-on-laptops.com/acer.html
http://www.linuxquestions.org/questions/showthread.php?
postid=729813
我觉得如果你能找到的显卡对应ID,然后在/etc/X11/xorg.conf里面输入应该可以。
这是我装UBUNTU在我的TOSHIBA M40X上的修改
File: xorg.conf
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
'''ChipID 0x3150'''
Option "BusType" "PCIE"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "(null)"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
'''Option "MonitorLayout" "LVDS,AUTO"'''
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection