Sie sind nicht angemeldet.

maze

User

  • »maze« ist männlich
  • »maze« ist der Autor dieses Themas

Beiträge: 95

Registrierungsdatum: 20.07.2005

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

1

04.11.2006, 20:33

Strg+Alt+F1 geht nicht #2

hmm immer wenn ich in die console wechseln will bekomm ich nur dieses bild :(

hab ubuntu 6.10

Asus Notebook mit x700 grafik, in der xorg schon auf vesa gestellt.

beim 6.06 ubuntu damals ging das noch, waurm jetzt nicht mehr?

Probleme mit Linux:

Größe des Terminal festlegen Work in Progress

ATI 3D Beschleunigung aktivieren Done
WLan mit WPA Done
Konsolen Problem (VGA) Done
Drucker IP5000 einrichten Done

soy

User

Beiträge: 1 769

Registrierungsdatum: 02.08.2005

  • Nachricht senden

2

04.11.2006, 20:44

denke da wirst du eher im grub-menue oder ähnlichem was an der der consolenauflösung einstellen müssen, wahrscheinlich verträgt das tft die aktuelle (standard)-auflösung der console grade nicht..
aber auch keinen genauen plan :)
cheers soy
/away

maze

User

  • »maze« ist männlich
  • »maze« ist der Autor dieses Themas

Beiträge: 95

Registrierungsdatum: 20.07.2005

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

3

04.11.2006, 22:50

oh mein gott, ich hab jetzt mein Wlan zumlaufen gebracht....omg ich dreh ab...ENDLICH

sorry das musste ich loswerden.

Hab jetzt die fglrx treiber drauf und auch fglrx in der xorg.conf eingetragen, allerdings hängt er immer noch,

Manchnal hängt er auch wenn ich neustarten will und der Sound wiederholt sich andauernd...was kann das sein?
Probleme mit Linux:

Größe des Terminal festlegen Work in Progress

ATI 3D Beschleunigung aktivieren Done
WLan mit WPA Done
Konsolen Problem (VGA) Done
Drucker IP5000 einrichten Done

maze

User

  • »maze« ist männlich
  • »maze« ist der Autor dieses Themas

Beiträge: 95

Registrierungsdatum: 20.07.2005

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

4

05.11.2006, 14:12

hier mal meine xorg.conf

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# /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/X11/fonts/misc"
   FontPath   "/usr/share/X11/fonts/cyrillic"
   FontPath   "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/Type1"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
   FontPath   "/usr/share/fonts/X11/misc"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "de"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ExplorerPS/2"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
   Driver      "fglrx"
   BusID      "PCI:3:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection 
Probleme mit Linux:

Größe des Terminal festlegen Work in Progress

ATI 3D Beschleunigung aktivieren Done
WLan mit WPA Done
Konsolen Problem (VGA) Done
Drucker IP5000 einrichten Done

  • »joines« ist männlich

Beiträge: 8

Registrierungsdatum: 03.11.2006

  • Nachricht senden

5

05.11.2006, 17:33

genau das gleiche prob hab ich auch! ebenfalls auf einem notebook mit x700 grafik, besteht das problem bei dir nur beim wechseln in die console oder auch beim runterfahren?

siehe: Beenden von X führt zu Absturz

bitte sag bescheid wenn eine lösung gefunden hast! :)

maze

User

  • »maze« ist männlich
  • »maze« ist der Autor dieses Themas

Beiträge: 95

Registrierungsdatum: 20.07.2005

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

6

05.11.2006, 17:55

Naja ich sehe beim runterfahren immer kurz das bild wie bei dem screenshot oben, aber manchmal stürzt er dabei auch komplett ab...lösung hab ich bisher keine :(
Probleme mit Linux:

Größe des Terminal festlegen Work in Progress

ATI 3D Beschleunigung aktivieren Done
WLan mit WPA Done
Konsolen Problem (VGA) Done
Drucker IP5000 einrichten Done

maze

User

  • »maze« ist männlich
  • »maze« ist der Autor dieses Themas

Beiträge: 95

Registrierungsdatum: 20.07.2005

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

7

15.11.2006, 08:31

So das Problem ist gelöst, lag wohl am Boot Splash screen, jetzt wo ich den deaktiviert habe funktioniert es...kann auch verschiedene Auflösungen einstellen.
Probleme mit Linux:

Größe des Terminal festlegen Work in Progress

ATI 3D Beschleunigung aktivieren Done
WLan mit WPA Done
Konsolen Problem (VGA) Done
Drucker IP5000 einrichten Done

Beiträge: 23

Registrierungsdatum: 31.10.2006

  • Nachricht senden

8

21.11.2006, 13:42

Hatte das selbe Problem und es lag wohl wirklich am Splash Screen.
Ich finde den Splash Screen aber eigentlich ganz nett. Kann man Das Problem nicht irgendwie anderst beheben?

Beiträge: 23

Registrierungsdatum: 31.10.2006

  • Nachricht senden

9

23.11.2006, 11:55

Das ganze geht auch ohne den Splash zu entfernen:

Thread

10

08.12.2006, 23:50

Was sagt denn bei Dir im Terminal «lspci» für die GraKa?

Frank