S3G/VIA UniChrome konfiguracja sterownika Amilo LG7310
: 25 lipca 2008, 23:53
Witam.
Na samym początku z góry przepraszam za swoje małe obeznanie, ale to moja pierwsza przygoda z Linuksem.
Zainstalowałem Debiana na laptopie Fujitsu-Siemens Amilo LG7310.
Problem polega na tym że gdy próbuję odpalić środowisko graficzne (GNOME), w prawym górnym rogu ekranu na kilka (ok. 2) sekundy pojawia się kursor, a następnie mam czarny ekran, tak jakby matryca się całkowicie wyłączyła. Jedynym sposobem aby 'przywrócić' działanie matrycy jest reset.
Model mojej karty to: S3G/VIA UniChrome PRO IGP 64 MB (zintegrowana).
Standardowa rozdzielczość dla mojej karty to 1280x800.
Próbowałem już rekonfiguracji xorga za pomocą polecenia:
Jednak dalej nic.
Znalazłem również coś na temat sterowników, niejakich OpenChrome, niestety nie wiem jak je zainstalować.
Oto zawartość mojego pliku xorg.conf
Szukałem na forum, jednak nie znalazłem nic konkretnego na ten temat.
Prosiłbym o łopatologię - całe życie korzystałem z Windows.
[ Dodano: 2008-07-31, 14:07 ]
Po kilkunastu próbach w końcu odpaliłem GNOMe za pomocą vesy.
Jednak grafika prezentowana przez vesa'e to dla mnie zdecydowanie zbyt mało. Doczytałem że aby odpalić sterownik OpenChrome muszę przejść na Lenny/Sid'a. Tak też zrobiłem, przeszedłem na Lenny, zainstalowałem sterownik. Teraz GNOME włącza się na tym włąśnie sterowniku, grafika wygląda o wiele lepiej jednak powstaje następny problem - wydaje mi się że coś się skopało bo rozdzielczość jest tak wysoka że okienko logowania GNOMe mam w prawym dolnym rogu ekranu, tak że ledwie je widać. Próbowałem zalogować się na ślepo, udało mi się po czym nie dzieje się nic. Widzę tylko kawałek standardowej tapety. Nie wczytują się ani ikony ani paski... Kompletnie nic.
Pomoże ktoś?
Oto mój aktualny xorg.conf (po wgraniu OpenChrome):
Na samym początku z góry przepraszam za swoje małe obeznanie, ale to moja pierwsza przygoda z Linuksem.
Zainstalowałem Debiana na laptopie Fujitsu-Siemens Amilo LG7310.
Problem polega na tym że gdy próbuję odpalić środowisko graficzne (GNOME), w prawym górnym rogu ekranu na kilka (ok. 2) sekundy pojawia się kursor, a następnie mam czarny ekran, tak jakby matryca się całkowicie wyłączyła. Jedynym sposobem aby 'przywrócić' działanie matrycy jest reset.
Model mojej karty to: S3G/VIA UniChrome PRO IGP 64 MB (zintegrowana).
Standardowa rozdzielczość dla mojej karty to 1280x800.
Próbowałem już rekonfiguracji xorga za pomocą polecenia:
Kod: Zaznacz cały
dpkg-reconfigure gdm xserver-xorg
Znalazłem również coś na temat sterowników, niejakich OpenChrome, niestety nie wiem jak je zainstalować.
Oto zawartość mojego pliku xorg.conf
Kod: Zaznacz cały
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
BusID "PCI:1:0:0"
VideoRam 65000
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Prosiłbym o łopatologię - całe życie korzystałem z Windows.
[ Dodano: 2008-07-31, 14:07 ]
Po kilkunastu próbach w końcu odpaliłem GNOMe za pomocą vesy.
Jednak grafika prezentowana przez vesa'e to dla mnie zdecydowanie zbyt mało. Doczytałem że aby odpalić sterownik OpenChrome muszę przejść na Lenny/Sid'a. Tak też zrobiłem, przeszedłem na Lenny, zainstalowałem sterownik. Teraz GNOME włącza się na tym włąśnie sterowniku, grafika wygląda o wiele lepiej jednak powstaje następny problem - wydaje mi się że coś się skopało bo rozdzielczość jest tak wysoka że okienko logowania GNOMe mam w prawym dolnym rogu ekranu, tak że ledwie je widać. Próbowałem zalogować się na ślepo, udało mi się po czym nie dzieje się nic. Widzę tylko kawałek standardowej tapety. Nie wczytują się ani ikony ani paski... Kompletnie nic.
Pomoże ktoś?
Oto mój aktualny xorg.conf (po wgraniu OpenChrome):
Kod: Zaznacz cały
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection